@font-face {
  	font-family: 'Montserrat';
  	src: url('https://stockcrowd.s3.amazonaws.com/fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  	font-weight: 400 500 600 700;
  	font-style: normal;
  	font-display: swap;
}
* {
	color: #102a43;	
	line-height: 1.688rem;
	font-family: 'Montserrat', sans-serif;
}
html {
	font-size: 16px;
	top: 0;
	scroll-behavior: smooth;
}
@media only screen and (min-width:723px) {
	html {
		font-size: 18px;
	}
}
.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*HEADER*/
.header--clinic {
	position: relative;
	background-color: #FFFFFF;
}
header nav ul.menu {
	width: auto;
}
.header--clinic .seleccionar-idioma {
	font-size: 0.9rem; 
}
.principal .filtro {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(16,42,67,.8)),color-stop(56.66%,rgba(16,42,67,.6)),color-stop(97.12%,rgba(16,42,67,.2)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(16,42,67,.8),rgba(16,42,67,.6) 56.66%,rgba(16,42,67,.2) 97.12%,transparent);
    background-image: linear-gradient(90deg,rgba(16,42,67,.8),rgba(16,42,67,.6) 56.66%,rgba(16,42,67,.2) 97.12%,transparent);
	background-color: transparent;
  	opacity: 1;
}
.header--clinic nav {
	padding: 0;
	background-color: #FFFFFF;
}
nav .container {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav__top .nav__idiomas {	
	display: none;
}
.nav__idiomas {
	gap: .75rem;
}
.nav__top {
	position: fixed;
	bottom: 0;
	background-color: #FFFFFF;
	width: 100%;
	left: 0;
	padding: .75rem 1.5rem;
	border-top: 1px solid rgb(235, 240, 245);
}   
.nav__btn:hover {
	background-color: #096452;	
}
.nav__btn {   
	width: 100%;
	background-color: #fadb5f;
	border: 2px solid transparent;
	color: #102a43;
	min-height: 2.75rem;
	font-size: 1rem;
	border: none;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2px;
	padding: 0 1.125rem;
}
.nav__mobile {
	width: 100%;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before, .open .hamburger-inner, .open .hamburger-inner::after, .open .hamburger-inner::before {
	background-color: #147d64;
}
.menu-mobile {
	top: 108px;
	background-color: #FFFFFF !important;
}
.menu-mobile ul {	
	text-align: left; 
}
.menu-mobile ul a {
	color: #102a43;	  
  	font-size: 1.25rem;
}
header nav.color-fondo {
	background-color: #FFFFFF !important;
}
@media only screen and (min-width:768px) {
	.nav__top {	
		position: relative;
	  	padding: .375rem 0;
	  	border-bottom: 1px solid #ebf0f5;
	}
	.nav__top .nav__idiomas {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
	}
	.nav__btn {
		font-size: .875rem;
		width: auto;
		color: #FFF;
		height: 2.25rem;
		background-color: #147d64;
		min-height: inherit;
	}
	.nav__mobile {
		width: auto;
	}
}
.idiomas {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	color: #243b53;
  	font-size: .875rem;
  	text-transform: uppercase;
}
.idiomas--active {
	font-weight: 700;
}
.idiomas:hover {
	color: #147d64;
}
.nav__compra {
	padding: 0;
  	background-color: transparent;
  	border: none;
  	color: #147d64;
  	gap: 0.25rem;
  	margin-left: 1rem;
}
.header--clinic .nav__bottom a {
	color: #102a43;         
}
.header--clinic nav a:hover {
	color: #147d64;
}
.header--clinic nav a:hover .u-icon {
	fill: #147d64;
}
.nav-wrapper {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.u-icon {
	height: 1.5rem;
  	width: 1.5rem;
  	margin-left: .375rem;
  	fill: #102a43;
}
.menu {
	gap: 1rem;
}
.header--clinic nav ul.menu li {
	padding: 0;
}
.nav__bottom {
	height: auto;
	padding: 1.5rem 0;
}
.btn-clinic-fijo {
	width: auto;
	padding: .375rem 1.875rem;
	min-height: 2.75rem;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
   	align-items: center;
    font-weight: 700;
    text-decoration: none;	
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fadb5f;
	border: 2px solid transparent;
	border-radius: 2px;
	color: #102a43;
}
.principal {
	z-index: 2;
}
.transparent {
	background-color: #FFFFFF;
}
@media only screen and (min-width: 993px) {
	.principal h1 {
		font-size: 3rem;
	    line-height: 3rem;
	    letter-spacing: -2px;
	}
	.cta-fijo {
		position: fixed;
		z-index: -1;
		top: 3.75rem;
		right: 3.75rem;
	}
}
/*CONTENIDO*/
.info-section .encabezados {
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 2.25rem;
	float: left;
	width: 100%;
}
.informacion .tab-container button.active::before {
	background-color: #c5f7e2;
}
.informacion .archivos-externos .btn-donacion, .destacados .btn-donacion, .archivos-externos .btn-donacion, .equipo .card-action .btn-donacion, .testimonios .white {
	background-color: transparent !important;
  	border: 1px solid #147d64 !important;
  	color: #147d64 !important;
}   
.informacion .archivos-externos .btn-donacion:hover, .destacados .btn-donacion:hover, .archivos-externos .btn-donacion:hover, .equipo .card-action .btn-donacion:hover, .testimonios .white:hover, .recompensas .card-action button:hover, .agenda .card-action .btn-donacion:hover {
	background-color: #096452 !important;
	color: #fff !important;
	text-decoration: none;
}
.informacion .archivos-externos a {
	color: #147d64 !important;
}
.agenda .buscar-categoria .btn-donacion {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.faq-container, #accordion-group button {
	margin: 0;
	border: none !important;
}
#accordion-group button {
	border-top: 1px solid #d9e2ed !important;
}
.accordion-title {
	color: #102a43 !important;
}
.accordion-icon {
	border-color: #102a43 !important;
}
.recompensas .card-content {
	position: relative;
	padding: 24px 10px 90px 10px;
}
.recompensas .card-action {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0px 25px 25px 25px;
	border-radius: 0px !important;
	height: auto;
	background-color: transparent !important;
}
.recompensas .card-action button, .agenda .card-action .btn-donacion {
	background-color: transparent !important;
  	border: 1px solid #147d64 !important;
  	color: #147d64 !important;
  	width: auto;
  	padding: .375rem 1.875rem;
  	min-height: 2.75rem;
  	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
  	display: inline-flex;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	font-weight: 700 !important;
  	border-radius: 2px;
  	text-decoration: none;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;  
}
.agenda .card-action .btn-donacion {	
	height: auto;
	line-height: 1.3rem;
	width: 90%;
}
.textos strong {
	color: inherit;
}
/*CONTACTO*/
.u-sr-only {
	height: 1px;
	left: -999999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
.u-break-words {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-all;
	word-wrap: break-word;
}
.contacto {
	padding: 3rem 0 2rem 0;
}
.contacto h2 {
	margin-bottom: 2.25rem;
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 2.25rem;
	color: #102a43;
}
.contacto h3 {
	font-weight: 600;
	letter-spacing: inherit;
	line-height: 1.5rem;
	font-size: 1.6rem;
	margin-bottom: 1.9rem;
	color: #102a43;
}
.contacto a, .contacto a span{
	font-weight: 600;
	color: #147d64;
	font-size: 18px;
}
.justify-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.contacto-container .contact-summary svg {
	color: #486481;
	height: 24px;
	margin: 0 .75rem 0 0;
	min-width: 1.5rem;
	width: 24px;
	fill: #486481;
}
.contacto .contact-summary li {
	margin-bottom: 1.5rem;
}
.u-bold {
	font-weight: 600;
	margin-left: .75rem;
	color: #243b53 !important;
	font-size: 18px;
}
/*PRINCIPAL*/
.bajar-info {
	display: none;
}
/*FIRMAS*/
.firmas {
	background-color: #f5f7fa;
	padding: 3rem 0;
}
.firmas h2 {
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 2.25rem;
	margin-bottom: .375rem;
	font-weight: 600;
	color: #102a43;
}
.firmas .firmas-mensaje {
	font-size: 1rem;
	margin: 0 0 2rem;
	color: #102a43;
}
.firmas button {
	background-color: #fadb5f;
	border: 2px solid transparent;
	border-radius: 2px;
	color: #102a43;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	min-height: 2.75rem;
	overflow: visible;
	padding: .375rem 1.875rem;
	height: 50px;
}
.firmas .form__field label {
	color: #243b53;
	font-size: .875rem;
	font-weight: 600;	
}
.firmas .form__field input {
	border: 1px solid #8299b1;
	border-radius: 0;
	box-shadow: inset 0 0 0 transparent;
	padding: .5625rem .75rem;
	display: block;
	width: 100%;
	color: #8299b1;
	height: 50px;
	margin-top: .375rem;
}
.politica-privacidad {
	margin-top: 15px;
}
.politica-privacidad label {
	color: #243b53;
	font-size: .875rem;
}
.politica-privacidad label a {
	color: #147d64;
	text-decoration: underline;
	font-weight: 600;
}
.politica-privacidad input {
	height: 20px;
	margin: 0 .375rem 0 0;
	width: 20px;
}
.form-error {
	color: #c02;
	display: block;
	font-weight: 400;
}
.politica-privacidad .form-error {
	margin-bottom: 5px;
}
.firmas .validate.error {
	border-color: #c02;
}
@media only screen and (min-width: 768px) {
	footer .accordion-group {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.firmas button {
		width: 100%;
	}
	.firmas {
		padding: 1.5rem 0;
	}
	.firmas h2 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 960px) {
	.firmas .input-field, .politica-privacidad {
		width: 100%;
		margin-bottom: 1.125rem;
	}
}
@media only screen and (min-width: 960px) {
	.firmas .input-field {
		margin-right: 1.5rem;
		width: -webkit-calc(33.33333% - 1.01rem);
		width: calc(33.33333% - 1.01rem);
	}
	.firmas .firmas-form .valign-wrapper {
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
		position: relative;
	}
	.form__field:not(:last-child) {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	.politica-privacidad {
		left: 0;
		position: absolute;
		top: -webkit-calc(100% + .75rem);
		top: calc(100% + .75rem);
	}
	.firmas {
		padding: 3.5rem 0 7.5rem 0;
	}
}
.u-icon--twitter {
	fill: #55acee !important;
}
.u-icon--linkedin {
	fill: #008cc9 !important;
}
.u-icon--facebook {
	fill: #3c5b97 !important;
}
.share .u-icon {
	height: 36px;
	width: 36px;
}
.share a {
	margin: 0 .375rem;
}
.share {
	margin-top: 3rem;
}
table {
	max-width: 100%;
}
/*BTNS*/
.btn-donacion {
	border-radius: 2px;
	height: 2.7rem;
	font-weight: 600;
	text-transform: none;
	line-height: 2.5rem;
	font-size: 1rem;
	padding: 0 10px;
	display: inherit;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.camp__bloque--info .btn-donacion:not(.transparent), .principal-movil .btn-donacion:not(.transparent) {
	background-color: #fadb5f !important;     
	color: #102a43 !important;
	border: 2px solid transparent;
	width: auto;
  	margin: 0 auto;
  	line-height: 1.1;
  	min-height: 2.75rem;
  	padding: .375rem 1.875rem;
  	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
}
.camp__bloque--info .btn-donacion:hover {
	background-color: #f7c948 !important;
}
/*FOOTER*/
.cfooter {
	background-color: #102a43;
	padding: 3rem 0 1.125rem;
}
.copyright {
	gap: 1rem;
	color: #FFFFFF;
	font-size: 0.875rem;  
	padding-top: .75rem;
	border-top: 1px solid #243b53;
}
.copyright, .copyright__idiomas, .copyright__legales {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center; 	 
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;   
}
.copyright__idiomas {
	gap: 0.5rem;
	width: 6rem;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.copyright__legales {
	gap: 0.75rem;
}
.copyright__idioma {	
  	border: none;
  	background-color: transparent;
  	padding: 0;
  	text-transform: uppercase;
  	font-weight: 400;
  	text-decoration: none;
 	color: #FFFFFF;
}
.copyright__idioma--active {
	font-weight: 600;
}
.copy-legales {
	color: #FFFFFF;   
	font-size: 14px;
}
.copyright__li .copy-legales:hover, .cfooter__enlaces:hover {
	opacity: .75;
	text-decoration: underline;
}
.copyright__li {
	width: 100%;
}
.cfooter__accordion, .cfooter__titulos {
	display: none;   
}
.cfooter__enlaces {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.125rem;
	font-size: .875rem;
}
.cfooter__button {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	border: none;
	letter-spacing: 2px;
  	line-height: 1.125rem;
  	text-transform: uppercase;
  	color: #FFF;
  	font-weight: 600;
  	width: 100%;
  	padding: 0;
}
.cfooter__button--active .cfooter__svg {
	-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cfooter__info {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	padding: .75rem 0 3rem 0;	
}
.cfooter__div {
	width: 100%;
}
.cfooter__lista {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: start;
  	-ms-flex-align: start;
 	align-items: flex-start;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	gap: 1.1rem;
  	margin: 1.1rem 0 0 0;
}
.cfooter__titulos {
	color: #fff;
	font-weight: 600;
	font-size: .875rem;
	letter-spacing: 2px;
	line-height: 1.125rem;
	text-transform: uppercase;
}
@media only screen and (min-width:600px) {
	.cfooter__accordion, .cfooter__titulos {
		display: block;   
	}
	.cfooter__button {
		display: none;
	}
}
@media only screen and (min-width:992px) {
	.copyright, .copyright__idiomas, .copyright__legales {
		-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	}
	.copyright__li {
		width: auto;
	}
	.cfooter__info {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.cfooter__div {
		width: auto;
	}
}