@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#000000;
	 }

h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:42px;
	color:#4AAD64;
	line-height:42px;
	letter-spacing:-.5px;
	 }
	 
h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#3784cb;
	line-height:28px;
	margin-bottom:20px;
	letter-spacing:-.5px;
	 }

	 h3{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:700;
		font-size:24px;
		color:#3784cb;
		line-height:24px;
		margin-bottom:15px;
		letter-spacing:-.5px;
		 }
	 
iframe{
	width:100%;
	height:auto;
	min-height:250px;
	margin-bottom:30px;
	 }

.video iframe{
	width:100%;
	height:auto;
	min-height:400px;
	 }	 

	 
.medicos{
	margin-bottom:40px;
	 }

.medicos.primeros{
	margin-bottom:40px;
	min-height:580px;
	 }
	 
.medicos.ultima{
	margin-bottom:40px;
	min-height:420px;
	 }
	 
	 
.medicos h2{
	font-size:26px;
	line-height:26px;
	margin-bottom:10px;
	letter-spacing:-.5px;
	font-weight:600;
	 }

.medicos h3{
	font-size:20px;
	line-height:20px;
	margin-top:0;
	margin-bottom:20px;
	letter-spacing:-.5px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	 }
	 
.medicos img{
	max-width:220px;
	 }	 
	 	 

.text-banner{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:52px;
	color:#ffffff;
	line-height:52px;
	position:absolute;
	right:30px; 
	bottom:30px;
	width:100%;
	max-width:650px;
	text-align:right;
	letter-spacing:-1px;
	 }
	  
.info-header, .info-footer{
	background:#fcfcfc;
	border-bottom:1px #efefef solid;
	min-height:30px;
	line-height:30px;
	padding:0;
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#7f8c8d;
	 }
	 	 
.direccion,
.telefono,
.email {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	vertical-align: middle;
}

.telefono {
	margin-right: 20px;
}

.direccion::before,
.telefono::before,
.email::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	color: #3784cb;
	flex-shrink: 0;
}

.direccion::before {
	content: 'location_on';
}

.telefono::before {
	content: 'phone';
}

.email::before {
	content: 'email';
}
	 
.logo{
	margin:10px 0 25px 0;
	 }

.menu{
	position:relative !important;
	 }
	 	 
.menuOptions{
	position:relative !important;
	width:auto !important;
	float:right;
	color:#7f8c8d;
	text-transform:uppercase;
	font-size:16px;
	 }
	 
.menuOptions .txt{
	margin-right:20px;
	margin-top:43px;
	line-height:35px;
	display:block;
	float:left;
	 }

	 
.slider{
	margin:0 auto !important;
	padding:0;
	 }
	 
.bx-wrapper, .bx-wrapper .bx-viewport{
	margin:0 !important;
	padding:0;
	 }
	 
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    right: 50px;
    top: 10px;
	bottom: auto;
	width:auto !important;
}

.claim {
	color:#FFF;
	background:#4AAD64;
	font-size:36px;
	line-height:36px;
	padding:35px 30px;
}

.claim strong {
	font-weight:700;
	font-size:46px;
	line-height:46px;
}

.presentacion, .hansi, .testimonios, .preguntas-frecuentes {
	margin-top:50px;
}

.presentacion .video {
	margin-top:50px;
}

.hansi .text {
	margin-top:75px;
}

.testimonios .row {
	margin-top:30px;
}

.testimonios {
	font-size:30px;
	line-height:30px;
}

.consultas{
	background:#f2f2f2;
	padding:40px 0 50px 0;
	margin-top:70px;
	 }

.consultas h1{
	color:#3784cb;
	text-align:center;
	 }
	 
.consultas input{
	height:50px;
	line-height:50px;
	margin-bottom:15px;
	font-size:21px;
	background:#f9f9f9;
			}
			
.consultas textarea{
	height:115px;
	font-size:21px;
	background:#f9f9f9;
	margin-bottom:15px;
	resize:none;
	}
			
form{
	margin:40px 0;
	}

::-webkit-input-placeholder {
   color: #232323 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #232323 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #232323 !important;  
}

:-ms-input-placeholder {  
   color: #232323 !important;  
}


.enviar{
	width:100%;
	height:50px;
	line-height:40px !important;
	padding:0;
	margin:0;
	border:0;
	-moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
	color:#FFF;
	background:#3784cb !important;
	font-size:24px;
	font-weight:500;
	
			}
			
.enviar:hover{
	background:#3ca7cb !important;
			}
			
.navigation {
	position: relative;
	margin-top: 45px;
	cursor: pointer;
	user-select: none;
}

img.navigation {
	display: none !important;
}

.material-icons.navigation,
.navigation.material-icons {
	font-family: 'Material Icons';
	font-size: 35px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	color: #259531;
	vertical-align: middle;
	display: inline-block;
}

.menuOptions:hover .navigation.material-icons,
.menuOptions:focus-within .navigation.material-icons,
.navigation.material-icons:hover,
.navigation.material-icons:focus {
	color: #4AAD64;
}

.links {
	position:absolute;
	background:#3784cb;
	text-align:center;
	width:280px;
	padding:4px 0 0 0;
	top:122px;
	z-index:200000 !important;
	right:0;
}

.links ul {
	list-style:none;
	color:#ffffff;
	text-align:left;
	padding-inline-start: 0 !important;
	-webkit-padding-start: 0 !important;
	-moz-padding-inline-start: 0 !important;
}

.links strong {
	font-weight:600;
	margin-top:4px;
	margin-bottom:0;
	display:block;
	padding-left:20px;	
}

.links ul li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	line-height:normal;
	font-size:16px;
	padding-left:20px;	
}

.links ul li a:hover, .links .active {
	color:#ffffff;
	text-decoration:none;
	background:#3ca7cb;	
}


.footer {
	color:#ffffff;
	text-decoration:none;
	background:#4AAD64;
	padding-top:30px;
	padding-bottom:30px;	
}

.footer a {
	color:#ffffff;
}

.footer strong {
	font-weight:600;	
}

.footer .row {
	padding-left:80px	
}


.copy {
	font-size:15px;
	text-align:center;
	padding:10px 20px;
}

.pages .claim h1 {
	color:#FFFFFF;
}

.pages .claim {
	padding:5px 30px 20px 30px;
}

.preguntaYrespuesta {
	color:#FFFFFF;
	min-height:45px;
	font-size:21px;
	font-weight:400px;
	margin-bottom:2px;
}


.pregunta {
	background:#17a74a;
	padding-top:7px;
	padding-bottom:7px;
	
}

.pregunta p {
	margin-bottom:5px;
	margin-top:7px;
	display:inline-block;
}

.respuestaBtn {
	color:#ffffff;
	background:#afd24b;
	line-height:40px;
	-moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
	cursor:pointer;	
	float:right;
}

.respuesta {
	font-size:18px;
	padding:15px 20px 40px 20px;
	line-height:24px;
	color:#000;
	background:#FFF;	
	}
	

.two-cols{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;

    -webkit-column-rule: 1px outset #eaeaea; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #eaeaea; /* Firefox */
    column-rule: 1px outset #eaeaea;
	}
	
	.mision-end{
		margin-top:30px;
		padding-left:30px;
}

.fotos-gota{
		padding-top:50px;
}

.fotos-gota img{
		margin-bottom:20px;
}

.btn-default{
	background-color:#3784cb;
	border:none;
	color:#FFF;
	font-weight:100;
	font-size:22px;
	padding-left:20px;
	padding-right:20px;
}

.btn-default:hover, .btn-default:active{
	background-color:#3ca7cb !important;
	border:none !important;
	color:#FFF !important;
}

.servicios-botones{
	margin-top:25px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

@media (max-width: 479px) {
	
	
	.text-banner{
	right:20px; 
	 }
	 
	.mision-end{
		padding-left:15px;
}

	.logo {
		width:210px;
}

	.links {
		top:96px;
	}
	
	.footer, .footer a {
		font-size:16px !important;
	}
	
	.navigation {
		margin-top:25px;
	}
	
	.menuOptions {
		padding:0;
	}

}


@media (max-width: 767px) {
	
	
	
	h1, h2{
		font-size:36px;
		line-height:36px;
		 }
		 
	.claim {
	font-size:28px;
	line-height:28px;
	}
	
	.testimonios {
	font-size:24px;
	line-height:24px;
	}
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    right: 15px;
    top: -5px;
    width: auto !important;
}
.text-banner {
    bottom: 10px;
	font-size:32px;
	line-height:32px;
}

h1, h2 {
    font-size: 32px;
    line-height: 32px;
}

.claim {
    font-size: 22px;
    line-height: 22px;
	padding-left:20px;
	padding-right:20px;
}

.claim strong {
    font-size: 32px;
    line-height: 32px;
}

.btn-default {
	width:100%;
}

.claim .container {
	padding:0;
}

.presentacion, .hansi, .testimonios, .preguntas-frecuentes{
	margin-top:20px;
}

.consultas{
	margin-top:40px;
	padding:20px 0;
}

.hansi .text {
    margin-top: 20px;
	margin-bottom:20px;
}

.pages .claim {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}

}


@media (max-width: 1024px) {
	
	.two-cols{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;

    -webkit-column-rule: 0 outset #eaeaea; /* Chrome, Safari, Opera */
    -moz-column-rule: 0 outset #eaeaea; /* Firefox */
    column-rule: 0 outset #eaeaea;
	}
	
	.footer .row {
	padding-left:10px;	
}

	.footer, .footer a {
		font-size:15px;
}

.paddingCero{
		padding:0;
}
}

.talleres iframe, .mvb iframe{
	height:450px;
}

.preguntas-frecuentes{
	display:none;
}

.jcosta img{
	margin:15px 0;
}

.gracias {
	padding:50px;
	background:#FFF;
	width:400px;
	position:fixed;
	z-index:3000;
	font-family: 'Lato', sans-serif !important; 
	color:#232323 !important;
	font-size:24px;
	text-align:center;
	left:50%;
	margin-left:-200px;
	line-height:30px;
	margin-top:190px;
	border:1px #000 solid;
	}

	.whatsapp {
		position: fixed;
		bottom: 50px;
		right: 25px;
		z-index: 60;
	}

	.whatsapp img {
		width: 90px;
	}