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

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

*{
	box-sizing: border-box;
}

html{
	font-size: 16px;
}


body{
	margin:0px 0px;
	font-family: 'Patua One', cursive;
	max-width: 100%;
	background-color: #fafafa;
}

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

header{
	width: 100%;
	height: 350px;
	background: url(../img/fondo-top.jpg) no-repeat;
	background-size: cover;
}

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;
	/*background-color: #B57EDC;*/
}

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


/*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;
}

.videoConsulta{
	display:block;
	width:auto;
	margin:auto;
	padding:5px;
	text-align: center;
	background-color:#B57EDC;	
	text-decoration: none;
	border:solid 2px #fff;
	color:#fff;
	font-weight:900;
	cursor:pointer;
}

.videoConsulta:hover{
	background-color: #aaa;
}

.videoConsulta p{
	margin:0px;
}

.btn-article {
	background-color:#000;	
}

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

.btn-contacto {
	display: inline;
	padding: 5px 10px;
	overflow: hidden;
	border:none;
	text-transform: uppercase;
	background-color: #B57EDC;
	color: #ecf0f1; 
	cursor:pointer; 
	font-size: 1rem;
}

.active {
	border-bottom:solid 1px #f21f2f;
}

/*Estilos específicos del sitio*/
/*==================================================*/


/*Encabezado*/
/*==================================================*/
div#pantalla-nav{
	width:100%;
	max-width: 100%;
	height:auto;
	position:relative;
	overflow: visible;
	float:left;
	margin: 0px auto;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #B57EDC;	
}

div.nav-top{
	background-color: #FAFAFA;
	position: relative;
	float: right;
	width: 68%;
	height: 71.85px;
	border-radius: 10px 0px 0px 10px;
}

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: #B57EDC;
}

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

div.nav-top ul li{
	padding-right: 24px;
	padding-left: 24px;
	border-left: solid 2px #B57EDC;
	line-height: 35.379px;
}

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

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

div#pantalla-nav img.video{
	width: 25px;
	float: none;
	top: 5px;
	color: #B57EDC;
}

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

.ocultar{
	display: none;
}

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

.lista{
	width: auto;
	margin-left: 23px;
	padding: 0;
	text-align: center;
	display: inline-block;
	z-index: 10;
}


nav ul li{
	color: #706F6F;
	display: inline;
}

nav ul a{
	font-size: 1.25rem;
	padding-right: 1.8vw;
	padding-left: 1.8vw;
}

nav ul a +a{
	border-left: solid 2px #706F6F;
}

/*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: #B57EDC;
}

div#navbar{
	background-color: #FAFAFA;
	box-shadow: 0px 5px 5px grey;
	margin-bottom: 18px;
}

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

/*.sticky + header{
	margin-top: 60px;
}

.sticky ~ #staff{
	margin-top: 70px;
}
*/
/*.sticky + #logosticky{
	height: 100px;
}*/




/*Header con logo e imagen de background*/
/*La imagen de background está en línea 34*/
/*==================================================*/

header button{
	width: 40%;
	padding:0px;
	margin-top:90px;
	margin-left: 30%;
	line-height: 0rem;
	border-radius: 10px;
	height: auto;
}

/* header button img{
	width: 100%;
	border-radius: 10px;
	display: none;
} */

#myBtn h3{
	font-size: 2rem;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* 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: 'Oxygen', sans-serif;
	line-height: 1.9rem;
	
}

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

.modalDomicilio{
	position: fixed;
	text-align: center;
	z-index: 110;
}

/* 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, 
.closeDomicilio{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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


/*Section hospitales*/
/*==================================================*/
.hospitales article{
	width: 100%;
	height: 350.718px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	background: url('../img/consultas.jpg') no-repeat;
	background-size: cover;
	background-position-y: 70%;
	margin-top: 41px;
}

.hospitales img{
	margin: auto;
	display: block;
	padding-top: 180px;
}

.hospitales h1{
	text-align: center;
	color: white;
	font-size: 3.75rem;
	line-height: 3.75rem;
}

/*Section servicios*/
/*==================================================*/
.servicios article{
	position: relative;
	width: 32%;
	height: 227.523px;
	display: inline-block;
	border: solid 4px #B57EDC;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: url('../img/fondo2.jpg') no-repeat;
	background-size: cover;
	margin-top: 44px;
}

.servicios article:first-child{
	float: left;
}

.servicios article:nth-child(3){
	float: right;
}

.servicios article:nth-child(2){
	margin-left: 2%
}

.servicios h3{
	font-size: 2.5rem;
	line-height: 3.2rem;
	color: #B57EDC;
	text-align: center;
}

.servicios div.uno,
.servicios div.dos,
.servicios div.tres{
	position: relative;
	width: 32%;
	height: 227.523px;
	display: inline-block;
	border: solid 4px #B57EDC;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 20px;
	line-height: 1.375rem;
	background-color: #706F6F;
	color: white;
	font-family: 'Oxygen', sans-serif;
	opacity: 0;
	transition: opacity 0.5s;
	overflow-y:auto;
}

.servicios div.uno{
	float: left;
}

.servicios div.tres{
	float: right;
}

.servicios div.dos{
	margin-left: 2%;
}

.servicios aside{
	position: absolute;
	margin-top: -227.523px;
}

.servicios div.uno:hover,
.servicios div.dos:hover,
.servicios div.tres:hover{
	opacity: 1;
}

/*Section Otros servicios*/
/*==================================================*/

.otros-servicios{
	margin-top: 62px;
}

.otros-servicios article{
	position: relative;
	float: left;
	width: 25%;
	font-size: 1.375rem;
	line-height: 2.5rem;
	color: #B57EDC;
}

.otros-servicios article ul{
	padding-left: 0px;
}



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

section.formulario{
	height: 729.65px;
	background: url('../img/consultas-opacidad.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	z-index: 99;
}

/*Imagen de fondo para aplicar opacidad*/
/*section.formulario::after{
	content:"";
	background: url('../img/consultas.jpg') no-repeat;
	opacity: 0.3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
*/
section.formulario h2{
	margin-bottom: 35px;
	color: #725080;
}

/*section.formulario h4{
	font-size: 1rem;
	font-family: 'Oxygen', sans-serif;
	margin-top: 0;
	margin-bottom: 0px;
}*/

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

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

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

section.formulario input{
	color: #725080;
	font-family: 'Oxygen', sans-serif;
	width: 30%;
	/*margin-right: 30px;*/
	border: none;
	border-bottom: solid 3px #725080;
	background-color: transparent;
}

section.formulario input:nth-child(2){
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.custom-select{
	width: 30%;
	text-align: left;
}

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

section.formulario p{
	color: #725080;
}

/*Configuraciones para crear los botones*/
/* Customize the label (the container) */
.etiqueta {
  display: inline;
  position: relative;
  padding-left: 35px;
  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 #725080;
}

/* 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;
}

/*Creación del menú deplegable*/

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  display: inline-block;
}

/*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: #725080 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: #725080;
  padding: 5px 0px;
  padding-bottom: 2.5px;
  border: 3px solid transparent;
  border-color: transparent transparent #725080 transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  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;
}

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

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

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

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

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

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

/*Clases para Section Institucional*/
/*=====================================================*/
section.institucional{
	height: 729.65px;
	background: url(../img/fondo2400px.jpg) no-repeat;
	background-position: bottom;
	background-color: white;
}

section.institucional img{
	width: 568.612px;
	display: block;
	margin: 60.771px auto;
}

section.institucional details,
section.institucional p{
	font-family: 'Oxygen', sans-serif;
	font-size: 1.25rem;
	width: 731.63px;
	text-align: center;
	margin: auto;
	line-height: 2.125rem;
}

section.institucional summary{
	font-family:'Patua One', cursive;
	font-size: 1.125rem;
	line-height: 2.125rem;
	cursor: pointer;
}

/*section.institucional summary::before{
	content: '\271A';
	margin-right: 5px;
}*/


details[open] summary ~ * {
 	animation: sweep .5s ease-in-out;
}

details[open] summary{
	position: absolute;
	width: 20%;
	right: 40%;
	left: 40%;
	bottom: -5%;
	animation: sweep .5s ease-in-out;
}

@keyframes sweep {
 	0%    {opacity: 0; margin-top: -10px}
 	100%  {opacity: 1; margin-top: 0px}
}

/*Section Cobertura Médica*/
/*=====================================================*/
section.cobertura{
	height: 614.472px;
	background: url('../img/obra-social.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

section.cobertura h2{
	text-align: center;
	margin-top: 59px;
	font-size: 40px;
	color: white;
}

section.cobertura p{
	width: 65%;
	margin:15px auto;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Oxygen', sans-serif;
	color:white;
	font-size: 1rem;
	line-height: 1.375rem;
}

div.logos{
	width: 20%;
	height: 20%;
	margin-right: 3.33%;
	margin-left: 3.33%;
	margin-top: 25px;
	margin-bottom: 25px;
	background: transparent;
	display: inline-block;
	position: relative;
}

section.cobertura img{
	width:100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/*Footer*/
/*=====================================================*/

footer article.mapa{
	position: relative;
	max-width: 100%;
	height:auto;
	padding: 0px;
	overflow: hidden;
}

footer article.decorativa{
	position: relative;
	height: 191.495px;
	background-color: #B57EDC;
}

footer article.logo{
	width: 100%;
	height: auto;
	position: absolute;
	margin-top: -100px;
	z-index: 2;
/*	width: 80%;
	height: 190px;
	position: absolute;
	right: 10%;
	left: 10%;
	bottom: 100px;*/
	/*Para colocar el cuadro entre las dos secciones*/
	/*bottom: 245px;*/
	/*background-color: white;*/
}

article.logo div.container{
	background-color: #B57EDC;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

footer article.logo img{
	height: 89.39px;
	margin-top: 76px;
	margin-left: 8%;
}

footer article div.datos{
	width: 300px;
	height: auto;
	float: right;
	margin-right: 8%;
	margin-top: 47px;
	font-size: 1.125rem;
	color:white;
	
}

footer article div.datos p:first-child::before{
	content: url('../img/location.png');
	position: relative;
	top: 5px;
	right: 15px;
}

footer article div.datos p:nth-child(2)::before{
	content: url('../img/call-answer.png');
	position: relative;
	top: 5px;
	right: 15px;
}

footer article div.datos p:nth-child(3)::before{
	content: url('../img/clock.png');
	position: relative;
	top: 5px;
	right: 15px;
}

footer article div.datos p:nth-child(3){
	margin-bottom: 0px;
}

footer article div.datos p:nth-child(4){
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

footer article div.datos p:last-child{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

footer article.pie{
	height: 60px;
	background-color: #B1B1B1;
}

footer article.pie p{
	color: white;
	font-size: 0.77rem;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 15px 0px;
}

footer article.pie2 p{
	font-size: 0.75rem;
	line-height: 0.9rem;
	font-family: 'Oxygen', sans-serif;
	text-align: center;
}

/*Clases para página Staff*/
/*=====================================================*/

/*section.sesion{
	height: 456px;
}

section.sesion img{
	width: 158px;
}

section.sesion h2{
}
*/
/*div.ingreso{
	float: right;
	display: inline-block;
	margin-left: 10px;
}*/

/*section.sesion input{
	width: 350px;
	display: block;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: black;
	border: none;
	border-bottom: solid 3px #B57EDC;
	font-family: 'Oxygen', sans-serif;
}*/

/*section.sesion input.btn{
	margin: 40px auto 0px auto;
	width: auto;
	color: white;
}*/

/*section.sesion input.btn:hover{
	background-color: #868686; 
}*/

/*div#todoingreso{
	position: relative;
	margin: 0px auto;
	margin-top: 140px;
	width: 540px;
}*/

/*Clases para Sección de ingreso de CV*/
/*=====================================================*/
section.cv{
	height: 600px;
	background-color: white;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 100;
}

section.cv div.row input{
	color: #725080;
	font-weight: 900;
	font-family: 'Oxygen', sans-serif;
	width: 350px;
	margin-right: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
	border: none;
	border-bottom: solid 3px #B57EDC;
	background-color: transparent;
	display: inline-block;
}

.enviar{
	color: white;
	background-color: #B57EDC;
	font-weight: 900;
	font-family: 'Oxygen', sans-serif;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 5px 20px;
	border: none;
	display: inline-block;
}

.enviar:hover{
	background-color: #868686;
}

/*.btn-contacto{
	width: 350px;
	text-align: center;
	position: absolute;
	bottom:60px;
	right: 55px;
}

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