.fonts{
    font-family: 'Oxygen', sans-serif;
	font-family: 'Patua One', cursive;
}

/*Estilos Globales*/
/*==========================================================*/

*{
	box-sizing: border-box;
}

html{
	font-size: 16px;
	/*line-height: 22px;*/
}


body{
	margin:0px 0px;
	font-family: 'Oxygen', sans-serif;
	max-width: 100%;
	background-color: #ffffff;
}

h1,h2{
	font-family: 'Patua One', cursive;
	font-size: 3.75rem;
	margin:0;
	padding:0;
}

header{
	width: 100%;
	height: 350px;
}

section{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

p{
	font-family: 'Oxygen', sans-serif;
	line-height: 1.9rem;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

#pantalla {
	width:100%;
	max-width: 100%;
	height:auto;
	position:relative;
	overflow: visible;
	float:left;
	margin: 0px auto;
	padding: 0;
}

.container{
	width: 1170px;
	height: auto;
	max-width: 100%;
	position:relative;
	margin: 0px auto;
	padding:0;
	padding-left: 2%;
	padding-right: 2%;
}

article{
	position: relative;
}
/*Clases Especiales*/
/*==========================================================*/

.btn {
	display:block;
	width:120px;
	margin:10px auto;
	padding:10px 15px;
	text-align: center;
	background-color:#B57EDC;	
	text-decoration: none;
	border:solid 2px #fff;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	cursor:pointer;
}

.btn-article:hover {
	background-color:#26A69A;	
}

/*Estilos específicos del sitio*/
/*==================================================*/
div#pantalla-nav{
	width:100%;
	max-width: 100%;
	height:auto;
	position:relative;
	overflow: visible;
	float:left;
	margin: 0px auto;
	padding: 0;
	padding-top: 15px;
	background-color: #017F36;	
}

div.nav-top{
	background-color: #ffffff;
	width: 100%;
	height: 74.743;
	line-height: 74.743px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.nav-top ul{
	text-align: center;
}

div.nav-top li{
	display: inline-block;
}

div.nav-top ul li:first-child::before{
	content: url('../img/envelope.png');
	position: relative;
	top: 5px;
	right: 5px;
}

div.nav-top ul li:nth-child(2)::before{
	content: url('../img/phone.png');
	position: relative;
	top: 5px;
	right: 5px;
}

div.nav-top ul li a{
	color: #017F36;
}

div.nav-top ul li a:hover{
	color: blue;
}

div.nav-top ul li{
	padding-right: 24px;
	padding-left: 24px;
	border-left: solid 2px #017F36;
	line-height: 35.379px;
	font-family: 'Patua One', cursive;
}

div.nav-top ul li:last-child{
	padding-right: 35px;
	padding-left: 35px;
	border-right: solid 2px #017F36;
}

div#pantalla-nav img{
	width: 282.789px;
	position: relative;
	float: left;
}

/*div#pantalla-nav img.facebook{
	width: 25px;
	float: none;
	top: 5px;
}*/

/*Menú de navegación*/
/*==================================================*/
/*Para dar color a todo el fondo*/
/*div#pantalla,
nav,
nav ul{
	background-color: #B1B1B1;
}
*/

/*#logosticky{
	position: relative;
	float: left;
	height: 52px;
	opacity: 0;
	transition: opacity 0.5s;
}*/

div.menubar{
	width: 100%;
	padding-right: 10px;
}

.btn-menu{
	font-size: 1.25rem;
	font-family: 'Patua One', cursive;
	font-weight: bold;
	color: white;
	cursor: pointer;
	line-height: 36px;
}

.btn-menu:hover{
	color: #868686;
}

.ocultar{
	display: none;
}

nav ul{
	width: auto;
	/* margin-left: 23px; */
	padding: 0;
	text-align: center;
	display: inline-block;
	z-index: 20;
}
nav ul li{
	color: white;
	display: inline;
}

nav ul a{
	font-size: 1.25rem;
	line-height: 1.54rem;
	font-family: 'Patua One', cursive;
	padding-right: 1vw;
	padding-left: 1vw;
}

nav ul a:first-child{
	padding-left: 0px;
}

nav ul a +a{
	border-left: solid 2px white;
}

/*Dejo definida la clase active para cuando se use
Ver más arriba la clase especial, línea 122*/
nav ul a:hover li,
nav ul a:active li{
	color: #868686;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}


.navbar{
	background-color: #017F36;
	box-shadow: 0px 5px 5px grey;
	margin-bottom: 18px;
	text-align: center;
	height: 56.33px;
}

.sticky{
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 10;
}

/*Encabezado*/
/*==================================================*/
.encabezado{
	position: relative;
	width: 100%;
	height: 350.718px;
	background: url(../img/fondo.png) no-repeat;
	background-size: cover;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-left: 26px;
	padding-top: 40px;
}

.encabezado img{
	position: absolute;
	float: left;
}

div.h1{
	width: 25%;
	position: absolute;
	float: left;
	top: 74px;
	left: 100px;
}
.encabezado h1{
	font-size: 3.25rem;
	font-family: Helvetica;
	font-weight: 200;
	display: inline;
	color: white;
}

/*Estilos cotizador en index*/
button.cotizador{
	text-align: center;
	margin-top: -40px;
	margin-bottom: 20px;
	background-color: #47B8B5;
	border-radius: 5px;
	width: auto;
}

button.cotizador:hover{
	background-color: grey;
}

button.cotizador a{
	font-size: 1.8rem;
	text-decoration: none;
	color: white;
}

/*div.container h3:hover{
	color:blue;
}*/

/* Estilos Ventana Modal=========================== */
#myBtn{
	position: relative;
	float: right;
	background-color:#ffffff;
	width: 64.5%;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-top: -10px;
	z-index: 2;
}

#myBtn:hover{
	background-color: #868686;
}

#myBtn h4{
	font-size: 1rem;
	line-height: normal;
	color: #017F36;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 120; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fafafa;
	margin:auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

/* .modal-content img{
	width: 40%;
	margin-left: 30%;
	display: none;
} */

.modal-content{
	width: 60%;
	margin-left: 20%;
	color: #706F6F;
}

.modal-content span{
	font-family: 'Patua One', cursive;
	line-height: 1.9rem;
}

 .modal-content ul li{
	list-style-type: disc;
}

.modalDomicilio{
	height: 100vh;
	position: fixed;
	overflow: auto;
	text-align: center;
}


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 



/*Section general*/
/*==================================================*/
.general{
	width:63%;
	height: auto;
	top: -236.5px;
	/*margin-left: 3%;*/
	margin-right: 3%;
	padding: 6%;
	float: right;
	background-color: white;
}

.general p,
.general h5{
	line-height: 1.375rem;
	margin:0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.general p.ultimo{
	margin-bottom: 30px;
	overflow-wrap: break-word;
	hyphens: auto;
}

.general p:first-child{
	font-size: 1.375rem;
	line-height: 1.625rem;
	/*text-align: left;*/
	overflow-wrap: break-word;
	hyphens: auto;
}

.general h4{
	color: #007F35;
	margin:0;
	font-size: 1.375rem;
	line-height: 1.625rem;
}

.general h5{
	font-size: 1.25rem;
	font-family: 'Patua One', cursive;
	color: #007F35;
}

/*Menús desplegables*/
/*=======================================================*/
.flecha,
.flecha1,
.flecha2,
.flecha3,
.flecha4{
	position: absolute;
	right: 0;
	/* left: 0; */
	/* margin:auto; */
	top:20px;
	transition: transform 0.5s linear;
}

.toggle-down {
  transform: rotate3d(1,0,0,0deg);;
}


.toggle-up {
  transform: rotate3d(1,0,0,180deg);;
}

.accordion {
	font-family: 'Patua One', cursive;
	font-size: 1.375rem;
	line-height: 1.375rem;
	color:#007F35;
	background-color:transparent;
	border:none;
	cursor: pointer;
	margin-top: 0px;
	padding:18px 0;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

.general article:first-of-type{
	border-top: solid 2px #868686;
	border-bottom:  solid 2px #868686;	
}

.general article ~ article{
	border-bottom: solid 2px #868686;
}

.active, .accordion:hover {
 	background-color: #ccc;
}

.active:focus{
	border-bottom: none;
}

.accordion:after {
	/* content: url(../img/flecha.png); */
	color: #868686;
	float: right;
}

.active:after {
 	/* content: url(../img/flecha2.png); */
 	border-bottom:0;
}

.panel p{
	padding-top:20px;
	padding-bottom: 40px;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
	-webkit-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
}

.general .panel p{
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: 'Oxygen', sans-serif;
}

/*Article tecnico*/
/*=======================================================*/
.tecnico h2{
	font-size: 2.5rem;
	line-height: 2.652rem;
	color: #007F35;
}

.tecnico ul{
	padding-left: 0px;
}
.tecnico ul li{
	color: #575756;
	font-size: 1.25rem;
	line-height: 1.375rem;
	background-color: #B3DCDB;
	margin-bottom: 5px;
	padding: 10px 0;
	padding-left: 10px;
}

.tecnico{
	padding-top:60px;
	padding-bottom: 20px;
}

/*Article profesional*/
/*=======================================================*/
.profesional h2{
	font-size: 2.5rem;
	line-height: 2.652rem;
	color: #007F35;
	margin-bottom: 27px;
}

.profesional{
	padding-top:60px;
	padding-bottom: 20px;
}

.profesional h5{
	color: #575756;
	font-size: 1.25rem;
}

div.item{
	background-color: #B3DCDB;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*Aside*/
/*=======================================================*/
aside{
	width: 34%;
	float: left;
	padding: 20px 45px;
}

.primero{
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.primero img{
	float: left;
	clear: both;
}

div.titulo{
	width: 65%;
	float: right;
	clear:both;
	margin-top:-60px;
}

.primero h5{
	display: inline;
	color: #868686;
	font-family: 'Patua One', cursive;
	font-size: 1.25rem;
	line-height: 20px;
	margin:0;
}

.primero h4{
	color: #007F35;
	font-family: 'Patua One', cursive;
	font-size: 2rem;
	line-height: 2.625rem;
	margin:0;
	margin-top:20px;
	float: left;
}

.paciente{
	position: relative;
	float: left;
	height: auto;
	margin-top: 32px;
}

.paciente img{
	margin-bottom: 16px;
}

.paciente h4{
	color: #007F35;
	font-family: 'Patua One', cursive;
	font-size: 2rem;
	line-height: 2.625rem;
	margin:0;
}

.paciente p{
	line-height: 1.375rem;
}

/*Footer*/
/*=====================================================*/
footer{
	margin-top:-236.5px;
}

article.logo{
	height: 355px;
	background-color: #007F35;
	position: relative;
}

article.logo::after{
	content: '';
	background: url('../img/pattern.png') no-repeat;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.4;
	/*z-index: -1;*/
}

.datos{
	padding-top: 70px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #007F35;
}

.datos div.lista{
	display: inline;
	float: right;
	font-size: 1.125rem;
	color: white;
}

.datos p:first-child::before{
	content: url('../img/maps.png');
	vertical-align: sub;
	margin-right: 10px;
}

.datos p:nth-child(2)::before{
	content: url('../img/phone-white.png');
	vertical-align: sub;
	margin-right: 10px;
}

.datos p:last-child::before{
	content: url('../img/calendar.png');
	vertical-align: sub;
	margin-right: 10px;
}

.pie{
	position: relative;
	text-align: center;
	background-color: #3C3C3B;
	color: white;
	height: 60px;
}

.pie::after{
	content: '';
	background: url('../img/pattern.png') no-repeat;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.4;
}

.pie p{
	font-size: 0.875rem;
	line-height: 30px;
	margin:0;
}

/*Consultas - Formulario*/
/*==================================================*/

section.formulario{
	text-align: center;
	top:-236.5px;
	height: 729.65px;
	background-color: #14A19B;
	color: white;
}

section.formulario h2{
	text-align: left;
	margin-bottom: 35px;
}

section h4{
	font-family: 'Oxygen', sans-serif;
	font-size: 1.125rem;
}

section.formulario div.container{
	padding-top: 68px;
	padding-bottom: 68px;
}

section form label{
	font-family: 'Patua One', cursive;
	font-size: 1.5rem;
}

section.formulario input{
	color: white;
	font-family: 'Oxygen', sans-serif;
	width: 30%;
	margin-right: 3%;
	padding: 5px 0px;
	border: none;
	border-bottom: solid 3px white;
	background-color: transparent;
}

::-webkit-input-placeholder {
   color: white; 
}

section.formulario h4,
section.formulario form,
section.formulario p{
	display: inline;
}

section.formulario p{
	color: white;
}

button{
	color: white;
	font-family: 'Patua One', cursive;
	background-color: #007F35;;
	text-align: center;
	border: none;
	width: 120px;
	margin-top: 23px;
	line-height: 2.5rem;
	z-index: 30;
}

button:hover{
	background-color: #3C3C3B;
}


/*Ubicación del motivo de la consulta*/
.motivo{
	width: 97%;
	margin-top: 39px;
	font-family: 'Oxygen', sans-serif;
	position: relative;
	float: left;
	text-align: left;
}

.texto-consulta{
	position: relative;
	float: left;
	display: block;
	margin-top: 39px;
	width: 98%;
	height: 200px;
}

.texto-consulta textarea{
	width: 100%;
	height: 200px;
	background-color: transparent;
	font-family: 'Oxygen', sans-serif;
	border: solid 3px;
	border-color: transparent transparent white transparent;
	resize: none;	
}

section.formulario div.g-recaptcha{
	position: absolute;
	bottom: 20px;
}

section.formulario input.enviar{
	font-family: 'Patua One', cursive;
	text-align: center;
	border: none;
	width: 100%;
	margin-top: 23px;
}

/*=========================================================*/
/*Configuraciones para crear los botones*/
/*=========================================================*/
/* Customize the label (the container) */
.etiqueta {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 30px;
  cursor: pointer;
  font-size: 22px;
}


/* Hide the browser's default checkbox */
.etiqueta input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 2.5px;
	left: 0;
	height: 20.534px;
	width: 20.534px;
	background-color: #eee;
	border: solid 3px white;
}

/* On mouse-over, add a grey background color */
.etiqueta:hover input ~ .checkmark {
 	background-color: grey;
}

/* When the checkbox is checked, add a blue background */
.etiqueta input:checked ~ .checkmark {
 	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	}

/* Show the checkmark when checked */
.etiqueta input:checked ~ .checkmark:after {
 	display: block;
}

/* Style the checkmark/indicator */
.etiqueta .checkmark:after {
	left: 3.2px;
	top: 1.2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*=====================================================*/

section.formulario div.linea1{
	display: block;
	margin-top: 39px;
}

.custom-select:first-of-type{
	width: 30%;
}

/*Creación del menú deplegable*/

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  float: right;
  margin-right: 3%;
}

/*hide original SELECT element: */
.custom-select select {
  display: none; 
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: white transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #B1B1B1 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: white;
  padding: 5px 0px;
  padding-bottom: 2.5px;
  border: 3px solid transparent;
  border-color: transparent transparent white transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #14A19B;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: grey;
}

/*Estilos para sección Profesionales*/
/*==========================================================*/
.prestadores{
	position: relative;
	height: 729.65px;
	margin-bottom: 236.5px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #14A19B;
	color: white;
	text-align: center;
}

.prestadores div.row input{
	color: white;
	font-weight: 900;
	font-family: 'Oxygen', sans-serif;
	width: 30%;
	/*margin-right: 30px;*/
	margin-top: 60px;
	margin-bottom: 60px;
	border: none;
	border-bottom: solid 3px white;
	background-color: transparent;
	display: inline-block;
}

.prestadores div.row input:nth-child(2){
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.prestadores div.row input.inputfile{
	/*width: 30%;*/
	display: inline-block;
}

.row.radio{
	margin-top: 60px;
	margin-bottom: 60px;
}

.prestadores div.row.radio input{
	width: auto;
	margin-top:0px;
	margin-bottom: 0px;
}

.radio-button{
	display: inline-block;
}

.radio-button:first-child{
	margin-right: 5%;
}

.radio-button:last-child{
	margin-left: 5%;
}


.btn-contacto{
	font-family: 'Oxygen', sans-serif;
	font-size: 1rem;
	width: 30%;
	text-align: center;
	display: inline-block;
	/*position: absolute;*/
	/*bottom:60px;*/
	/*right: 55px;*/
	border: solid 3px white;
}

.btn-contacto:hover{
	background-color: #868686; 
}

.btn-enviar{
	font-family: 'Oxygen', sans-serif;
	font-size: 1rem;
	font-weight: bolder;
	width: 30%;
	margin-right: 35%;
	margin-left: 35%;
	text-align: center;
	border: none;
	background-color: #14A19B;
	margin-top:50px;
}

/*Estilos para Formulario Cotización que hereda estilos de 
Prestadores
==========================================================*/

.cotizador{
	height: auto;
	text-align: left;
}

.row h4{
	display:inline-block;
	width: 10%;
}

.cotizador div.row input,
.row h4{
	margin-top:30px;
	margin-bottom: 30px;
}

.cotizador div.row input{
	width: 31.2%;
}

/* .select-css{
	margin-right: 2%;
} */

.select-css:nth-of-type(2),
.select-css:nth-of-type(5){
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.select-css{
	display: inline-block;
	background-color: transparent;
	border:none;
	border-bottom: solid 3px white;
	width: 31.2%;
	margin-top: 30px;
	margin-bottom: 30px;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 0.5em 3.5em 0.5em 1em
}

/*Estilos para flecha de select*/
/*https://codepen.io/vkjgr/pen/VYMeXp*/

.select-css {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

.select-css:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.select-css > option{
	background-color: #B1B1B1;
	font-family: 'Patua One', cursive;
}