html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:#fff0;-webkit-box-sizing:border-box;box-sizing:border-box}
html {
    font-size: 16px;
}
@font-face {
    font-family: 'cadizRegular';
    src: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/fonts/CadizCB-Regular.otf");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'cadizBlack';
    src: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/fonts/CadizCB-Black.otf");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'cadizSemiBold';
    src: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/fonts/CadizCB-SemiBold.otf");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'cadizBold';
    src: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/fonts/CadizCB-Bold.otf");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'cadizBook';
    src: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/fonts/CadizCB-Book.otf");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
:root {
  	--color-base: #375171;
  	--color-baseOscuro: #2F445D;
  	--color-verdeAccent: #85DE76;
	--color-amarillo: #F9C32F;
	--color-amarilloClaro: #FAD67D;
	--color-verdeOscuro: #33B578;
	--color-verdeClaro: #B8EBAD;
	--color-azulClaro: #8FB8DE;
	--color-azulMedio: #4794C4;
	--color-baseClinic: #4654AE;
	--color-rosaClinic: #FF80E2;
	--color-naranjaClinic: #FF9C4B;
	--color-naranjaOscuroClinic: #FF633E;
	--fuente-regular: "cadizRegular", sans-serif;
	--fuente-black: "cadizBlack", sans-serif;
	--fuente-semibold: "cadizSemiBold", sans-serif;
	--fuente-bold: "cadizBold", sans-serif;
	--fuente-book: "cadizBook", sans-serif;
}
* {
	color: #000000;
	font-family: var(--fuente-regular);
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.5rem;
}
body {
	opacity: 0;
}
.body--overflow {
	overflow: hidden;
}
/*CONTAINER*/
.container {
	z-index: 1;
    margin: 0 auto;
	padding: 0 1rem;
    position: relative;
}
.container--nav {
	padding: 0 .5rem;
}
@media only screen and (min-width: 768px) {
    .container {
        width: calc(100% - 2rem);
		padding: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .container {
        width: 60rem;
    }
	.container--nav {
		padding: 0;
	}
}
@media only screen and (min-width: 1024px) {
    .container {
        width: 60rem;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        width: 74.25rem;
    }
}
@media only screen and (min-width: 1440px) {
    .container {
        width: 80.25rem;
    }
}
/*GRID*/
.grid {
  	display: -ms-grid;
  	display: grid;
  	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  	grid-template-columns: repeat(12, 1fr);
 	gap: 1rem;
  	margin: 0;
	width: 100%;
}
.grid--center {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[class*="col"]{
  	-ms-grid-column-span: 12;
  	grid-column: span 12;
}
.cols1 { -ms-grid-column-span: 1; grid-column: span 1; }
.cols2 { -ms-grid-column-span: 2; grid-column: span 2; }
.cols3 { -ms-grid-column-span: 3; grid-column: span 3; }
.cols4 { -ms-grid-column-span: 4; grid-column: span 4; }
.cols5 { -ms-grid-column-span: 5; grid-column: span 5; }
.cols6 { -ms-grid-column-span: 6; grid-column: span 6; }
.cols7 { -ms-grid-column-span: 7; grid-column: span 7; }
.cols8 { -ms-grid-column-span: 8; grid-column: span 8; }
.cols9 { -ms-grid-column-span: 9; grid-column: span 9; }
.cols10 { -ms-grid-column-span: 10; grid-column: span 10; }
.cols11 { -ms-grid-column-span: 11; grid-column: span 11; }
.cols12 { -ms-grid-column-span: 12; grid-column: span 12; }

@media only screen and (min-width: 768px) {
	.grid {
		gap: 1.5rem;
	}	
	.grid--section {
		gap: 2.5rem;
	}
  	.colm1 { -ms-grid-column-span: 1; grid-column: span 1; }
  	.colm2 { -ms-grid-column-span: 2; grid-column: span 2; }
  	.colm3 { -ms-grid-column-span: 3; grid-column: span 3; }
  	.colm4 { -ms-grid-column-span: 4; grid-column: span 4; }
  	.colm5 { -ms-grid-column-span: 5; grid-column: span 5; }
  	.colm6 { -ms-grid-column-span: 6; grid-column: span 6; }
  	.colm7 { -ms-grid-column-span: 7; grid-column: span 7; }
  	.colm8 { -ms-grid-column-span: 8; grid-column: span 8; }
  	.colm9 { -ms-grid-column-span: 9; grid-column: span 9; }
  	.colm10 { -ms-grid-column-span: 10; grid-column: span 10; }
  	.colm11 { -ms-grid-column-span: 11; grid-column: span 11; }
  	.colm12 { -ms-grid-column-span: 12; grid-column: span 12; }
}
@media only screen and (min-width: 1024px) {
  	.coll1 { -ms-grid-column-span: 1; grid-column: span 1; }
  	.coll2 { -ms-grid-column-span: 2; grid-column: span 2; }
  	.coll3 { -ms-grid-column-span: 3; grid-column: span 3; }
  	.coll4 { -ms-grid-column-span: 4; grid-column: span 4; }
  	.coll5 { -ms-grid-column-span: 5; grid-column: span 5; }
  	.coll6 { -ms-grid-column-span: 6; grid-column: span 6; }
  	.coll7 { -ms-grid-column-span: 7; grid-column: span 7; }
  	.coll8 { -ms-grid-column-span: 8; grid-column: span 8; }
  	.coll9 { -ms-grid-column-span: 9; grid-column: span 9; }
  	.coll10 { -ms-grid-column-span: 10; grid-column: span 10; }
  	.coll11 { -ms-grid-column-span: 11; grid-column: span 11; }
 	.coll12 { -ms-grid-column-span: 12; grid-column: span 12; }
}
@media only screen and (min-width: 1280px) {
  	.collg1 { -ms-grid-column-span: 1; grid-column: span 1; }
  	.collg2 { -ms-grid-column-span: 2; grid-column: span 2; }
  	.collg3 { -ms-grid-column-span: 3; grid-column: span 3; }
  	.collg4 { -ms-grid-column-span: 4; grid-column: span 4; }
  	.collg5 { -ms-grid-column-span: 5; grid-column: span 5; }
  	.collg6 { -ms-grid-column-span: 6; grid-column: span 6; }
  	.collg7 { -ms-grid-column-span: 7; grid-column: span 7; }
  	.collg8 { -ms-grid-column-span: 8; grid-column: span 8; }
  	.collg9 { -ms-grid-column-span: 9; grid-column: span 9; }
  	.collg10 { -ms-grid-column-span: 10; grid-column: span 10; }
  	.collg11 { -ms-grid-column-span: 11; grid-column: span 11; }
 	.collg12 { -ms-grid-column-span: 12; grid-column: span 12; }
}
/*COMUN*/
.responsive {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.titulos {
	font-family: var(--fuente-black);
	-webkit-font-feature-settings: 'ss02' on;
	font-feature-settings: 'ss02' on;
}
.desktop {
	display: none;
}
strong, strong a {
	color: inherit;
	font-family: var(--fuente-bold);
}
.t-blanco {
	color: #FFFFFF;
}
.total-width {
	width: 100%;
}
.gap-xss {
	gap: .25rem;
}
.gap-xs {
	gap: .5rem;
}
.gap-s {
	gap: 1rem;
}
.gap-m {
	gap: 1.5rem;
}
.gap-md {
	gap: 2rem;
}
.gap-l {
	gap: 2.5rem;
}
.form-small {
	font-size: .875rem;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.mobile {
		display: none;
	}
	.desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/*BTNS*/
.no-btn {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}
.btn {
	cursor: pointer;
	font-size: 1rem;
	min-height: 2.5rem;
	border-radius: 6.25rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding: 0 1rem;
	gap: 0.25rem;
	border: none;
	background-color: var(--color-verdeAccent);
	font-family: var(--fuente-bold);
	-webkit-transition: background-color .5s;
  	-o-transition: background-color .5s;
  	transition: background-color .5s;
}
.btn--submit {
	margin: 1rem auto;
}
.btn:hover {
	background-color: #6DCE5D;
}
.btn--blue {
	min-height: 3rem;
	color: #FFFFFF;
	background-color: var(--color-base);
}
.btn--blue:hover {
	background-color: var(--color-baseOscuro);
}
.btn--white {
	min-height: 3rem;
	background-color: #FFFFFF;
}
.btn--white:hover {
	background-color: rgba(255, 255, 255, 0.72);
}
.btn--nav {
	position: relative;
  	z-index: 2;
	min-height: 2.5rem;
	background-color: var(--color-amarilloClaro);
}
.btn--nav:hover {
	background-color: #F3CD6F;
}
.btn--disabled {
	opacity: 0.5;
	cursor: no-drop !important;
	pointer-events: none;
}
.btn-menu {
	gap: 0.25rem;
	height: 2.5rem;
	padding: 0 1rem;
	border-radius: 6.25rem;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	background-color: transparent;
	font-family: var(--fuente-semibold);
	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;
}
.btn-menu:hover, .dropdown:hover .btn-menu {
	cursor: pointer;
	background-color: rgba(70, 84, 174, 0.05);
}
.btn--big {
	min-height: 3rem;
}
@media only screen and (min-width: 768px) {
	.btn:not(.btn--nav) {
		min-height: 3rem;
	}
}
/*FLEX*/
.flex, .flex-wrap, .flex-between, .align-center, .slick-track, .align-end, .flex-center, .flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap, .flex-between, .flex-center, .flex-column {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.align-center, .flex-between {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-column {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.opacity {
	opacity: 0;
}
/*NAVEGACION*/
nav {
	z-index: 9;
	position: fixed;
	top: 0.5rem;
	width: 100%;
}
.nav__contenido {
	height: 3.75rem;
	padding: 0 1.5rem 0 0.75rem;	
	border-radius: 12.5rem;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.nav__menu {
	gap: .75rem;
}
.nav__logos {
	height: 2.5rem;
	gap: 0.5rem;
}
.idibaps {
	max-height: 1.931rem;
}
.nav__idiomas {
	margin: 0 1.5rem 0 0;
	padding: 0 1rem 0 0;
	gap: 0.75rem;
	list-style-type: none;
	border-right: 1px solid #DDDDDD;
}
.nav__idioma {
	border: none;
	padding: 0;
	font-size: 1rem;
	cursor: pointer;
	text-transform: uppercase;
	background-color: transparent;
	font-family: var(--fuente-semibold);
}
.nav__idioma--active, .nav__idioma:hover, .dropdown__enlace:hover, .dropdown__enlace--active {
	border-bottom: 1px solid var(--color-base);
}
.svgMenu {
	width: 1.25rem;
}
.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu__enlace {
	text-decoration: none;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5rem;
	padding: 0 1.5rem;
	min-height: 2.5rem;
	font-family: var(--fuente-semibold);
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__enlace:hover, .menu__enlace--active {
	border-radius: 6.25rem;
	background-color: rgba(70, 84, 174, 0.15);
}
.menu__enlace--activeMobile {
	text-decoration: underline;
}
.breadcrumb {
	position: absolute;
	top: 0;
	top: 6.75rem;
	gap: 0.12rem;
	list-style-type: none;
	display: none;
	z-index: 2;
}
.breadcrumb__link {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.breadcrumb__link--dona {
	opacity: 0.8;
	color: #000000;
}
.breadcrumb__li {
	position: relative;	
}
.breadcrumb__li::after {
	content: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/img/breadcrum-list.svg");
	position: relative;
	top: 0.2rem;
}
.breadcrumb__li--dona::after {
	content: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/img/breadcrum-listAzul.svg");
}
.breadcrumb__li:last-child::after {
	display: none;
}
@media only screen and (min-width: 768px) {
	nav {
		top: 1rem;
	}
	.nav__menu {
		gap: .25rem;
	}
	.nav__contenido {
		padding: 0 1rem;	
	}
	.nav__logos {
		gap: 1.25rem;
	}
	.idibaps {
		max-height: 100%;
	}	
	.breadcrumb {
		left: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (min-width: 1024px) {	
	.breadcrumb {
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
		width: 60rem;
	}
}
@media only screen and (min-width: 1280px) {	
	.breadcrumb {
		width: 74.25rem;
	}
}
@media only screen and (min-width: 1440px) {
		.breadcrumb {
		width: 80rem;
	}
}
/*CONTENIDO*/
section {
	position: relative;
	padding-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
	section {
		padding-bottom: 4rem;
	}
}
@media only screen and (min-width: 1024px) {
	
}
@media only screen and (min-width: 1280px) {
	
}
@media only screen and (min-width: 1440px) {
	section {
		padding-bottom: 5.5rem;
	}
	section:last-child {
		padding-bottom: 3.87rem;
	}
}
/*INFORMACION*/
.titulos--main {
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: -0.003rem;
}
.titulos--margin {
	margin-bottom: 1.5rem;
}
.titulos--mobile {
	width: 100%;
	text-align: center;
}
.descripcion, .descripcion p {
	font-feature-settings: 'ss02' on;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: -0.0025rem;
}
@media only screen and (min-width: 768px) {	
	.titulos--main {
		font-size: 2.25rem;
		line-height: 120%;
		letter-spacing: -0.00563rem;
	}
	.titulos--margin {
		margin-bottom: 2.5rem;
	}
	.titulos--mobile {
		text-align: left;
	}
}
/*PRINCIPAL*/
.principal:not(.principal--secundarias) {
	width: 100%;
	padding: 8.75rem 0 12.63rem 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
}
.principal::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.10)), to(rgba(0, 0, 0, 0.10))), -webkit-gradient(linear, left bottom, left top, from(rgba(47, 68, 93, 0.40)), to(rgba(47, 68, 93, 0.40)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), -o-linear-gradient(bottom, rgba(47, 68, 93, 0.40) 0%, rgba(47, 68, 93, 0.40) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, rgba(47, 68, 93, 0.40) 0%, rgba(47, 68, 93, 0.40) 100%);
}
.principal--secundarias {
	overflow: hidden;
	padding: 6.13rem 0 0 0;
	background: -webkit-gradient(linear,left top, left bottom,from(#f9c32f),to(#f9c32f00));
    background: -o-linear-gradient(top,#f9c32f 0%,#f9c32f00 100%);
    background: linear-gradient(180deg,#f9c32f 0%,#f9c32f00 100%);
}
.principal--secundarias::before {
	display: none;
}
.titulos--home, .titulos--secundarias {
	font-size: 2.25rem;
  	line-height: 120%;
  	letter-spacing: -0.00563rem;
	color: #FFFFFF;
}
.principal__descripcion, .descSecundaria {
	color: #FFFFFF;
	font-feature-settings: 'ss02' on;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: -0.0025rem;
	max-width: 35.75rem;
}
.titulos--secundarias, .descSecundaria {
	color: #000000;
}
.btns-home {
	gap: .75rem;
}
.btnInicio {
	color: #FFFFFF;
	border-radius: 1rem;
	height: 3.5rem;
	background-color: #ff3131;
	font-size: 1.25rem;
	line-height: 1.75rem;
	letter-spacing: -0.0025rem;
	font-family: var(--fuente-black);
	-webkit-font-feature-settings: 'ss02' on;
	font-feature-settings: 'ss02' on;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	padding: 0 1.5rem;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	border: none;
	-webkit-transition: background-color .5s;
  	-o-transition: background-color .5s;
  	transition: background-color .5s;
}
.btnInicio:hover {
	background-color: #cc0000;
}
.btnInicio__span {
	position: absolute;
	width: 0;
	height: 1.19175rem;
	left: 1.94rem;
	bottom: -1rem;
	overflow: hidden;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.btnInicio__ondaUno {
	position: absolute;
	width: 7.56256rem;
	height: 1.19175rem;
	bottom: -0.2rem;
	left: 1.94rem;
}
.btnInicio__ondaDos {
	width: 7.56256rem;
	height: 1.19175rem;
}
.btnInicio--ondas:hover .btnInicio__span {
	width: 100%;
}
.btnInicio__rayos {
	position: absolute;
	width: 4.6875rem;
	height: 4.5rem;
	right: 0.7rem;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;	
}
.btnInicio--rayos:hover .btnInicio__rayos {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.formas {
	position: relative;
}
.formas__imagen {
	position: absolute;
}
.formas__imagen--escuelas {	
	width: 17.0625rem;
	height: 5.6875rem;
	bottom: 2.06rem;
	right: -5.56rem;
}
.formas__imagen--empresas {
	width: 13.775rem;
	height: 13.18625rem;
	bottom: 2.06rem;
	right: -5.56rem;
}
.formas__imagen--librerias {
	width: 8.796rem;
  	height: 11.587rem;
	right: -1.92rem;
	bottom: 0;
}
.principal__imgEmpresas {
	max-height: 29.92425rem;
	margin-bottom: 1.18rem;
}
.grid--principal {
	gap: 1rem;
}
.principal__gapTitulos {
	gap: .5rem;
}
@media only screen and (min-width: 768px) {
	.principal:not(.principal--secundarias) {
		padding: 10.25rem 0 14rem 0;
	}
	.grid--principal {
		gap: 2rem;
	}
	.titulos--home {
		font-size: 3rem;
		font-style: normal;
		line-height: 3.5rem; 
		letter-spacing: -0.015rem;
	}
	.principal__gapTitulos, .btns-home {
		gap: 1rem;
	}	
	.encab {
		padding: 4.5rem 0 10.5rem 0;
	}
}
@media only screen and (min-width: 1024px) {
	.titulos--home {
		font-size: 3.75rem;
		line-height: 4.375rem;
		letter-spacing: -0.01875rem;
	}
	.btnInicio {
		height: 5.5rem;
		font-size: 1.75rem;
		line-height: 120%;
		letter-spacing: -0.00438rem;
	}
	.btnInicio__ondaUno {
		width: 11.02325rem;
		height: 1.75006rem;
	}
	.btnInicio__ondaDos {
		width: 11.02325rem;
		height: 1.75006rem;
	}
	.btnInicio__span {
		height: 1.75006rem;
		bottom: -1.5rem;
	}
	.btnInicio__rayos {
		width: 6.875rem;
		height: 6.5625rem;
		right: -1.5rem;
	}
	.grid--principal {
		gap: 2.5rem;
	}
	.btns-home {
		gap: 1.5rem;
	}
	.principal:not(.principal--secundarias) {
		padding: 10.25rem 0 19.12rem 0;
	}
}	
@media only screen and (min-width: 1280px) {
  	.titulos--home {
    	font-size: 4.5rem;
    	line-height: 110%;
    	letter-spacing: -0.0225rem;
  	}
	.titulos--secundarias {		
		font-size: 3.75rem;
		line-height: 4.375rem;
		letter-spacing: -0.01875rem;
	}
	.principal:not(.principal--secundarias) {
		padding: 10.25rem 0 18rem 0;
	}
	.formas__imagen--librerias {
		width: 13.79563rem;
		height: 17.58688rem;
	}
}
@media only screen and (min-width: 1440px) {
	.formas__imagen {	
		bottom: 9.06rem;
	}
	.formas__imagen--empresas {
		bottom: 6.88rem;
		right: -2.56rem;
	}	
	.formas__imagen--librerias {
		bottom: 1.79rem;
	}
}
/*FORM*/
.main-secundarias {
	overflow: hidden;
}
.animate--form {
	position: relative;
	z-index: 2;
}
.form {
	padding: 2rem 1.5rem;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	border-radius: 1.5rem;
	background-color: #FFF;
}
input:not([type="checkbox"]), textarea {
	width: 100%;
	height: 3rem;
	padding: 0 1rem;
	background: #FFF;
	border-radius: 1.5rem;
	border: 1px solid #BFC5CC;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select {
	width: 100%;
	height: 3rem;
	padding: 0 1rem;
	background-image: url(https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/img/down.svg);
  	background-size: 1.5rem;
  	background-repeat: no-repeat;
  	background-position: 95% center;
	border-radius: 1.5rem;
	border: 1px solid #BFC5CC;
	background-color: #FFFFFF;
	appearance: none;  
  	-webkit-appearance: none; 
  	-moz-appearance: none; 
  	outline: none;
}
textarea {
	height: auto;
	min-height: 10rem;
}
.input-field {
	gap: .44rem;
	width: 100%;
	position: relative;
}
.chechbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.chechbox + .labels::before, .chechbox + .labels::after, .chechbox + input + .labels::before, .chechbox + input + .labels::after {
	content: '';
	left: 0;
	position: absolute;
	z-index: 1;
}
.chechbox:not(:checked) + .labels::after, .chechbox:not(:checked) + input + .labels::after {
	border: 1px solid #BFC5CC;
	background: rgba(255, 255, 255, 0.50);
}
.chechbox:not(:checked) + .labels::after, .chechbox:checked + .labels::after, .chechbox:not(:checked) + input + .labels::after, .chechbox:checked + input + .labels::after {
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
	border-radius: 0.25rem;
}
.chechbox:checked + .labels::after, .chechbox:checked + input + .labels::after {
	background-color: var(--color-base);
	border: 1px solid var(--color-base);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	background-image: url(https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/img/check.svg);
}
.form__privacidad {
	position: relative;
}
.labels--check {
	padding-left: 2.25rem;
	cursor: pointer;
}
.form-error {
	color: red;
	position: absolute;
	bottom: -1.063rem;
	font-size: 0.875rem;
	left: 2.2rem;
}
.input-field:not(.form__privacidad) .form-error {
	bottom: 0;
	left: 1rem;
}
.form__encabezado {
	text-align: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 3rem;
}
.titulos--forms {
	position: relative;
}
.titulos--forms::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 10.5625rem;
	height: 2.125rem;
	right: -2rem;
	bottom: -1.2rem;
	background-image: url(https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/form-arrow-green.png);
}
.titulos--empresas::before {
	background-image: url(https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/form-arrow-pink.png);
}
@media only screen and (min-width: 768px) {
	.form {
		padding: 3rem;
	}
}
/*MAS INFO*/
.masInfo {
	margin-top: -8.68rem;
}
.masInfo__card {
	border-radius: 1.5rem;
	overflow: hidden;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #FFFFFF;
	position: relative;
}
.masInfo__card::before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	background: linear-gradient(180deg,#f9c32f 0%,#f9c32f00 100%);
}
.masInfo__fondo {
	padding: 1.19rem 1rem;
}
.masInfo__img {
	margin: 0 auto;
	max-height: 17.375rem;
	position: relative;
	z-index: 1;
}
.masInfo__info {
	padding: 2rem 2rem 0 2rem;
	position: relative;
	z-index: 1;
}
.masInfo__titulo {
	font-feature-settings: 'ss02' on;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 2rem; 
	letter-spacing: -0.003rem;
	font-family: var(--fuente-black);
}
@media only screen and (min-width: 768px)  {
	.masInfo {
		margin-top: -8.5rem;
	}
}
@media only screen and (min-width: 1024px) {
	.masInfo {
		margin-top: -13.63rem;
	}
	.coll4--two {
		grid-column: 3 / span 4;
	}
	.coll4--one {
		grid-column: 5 / span 4;
	}
}
@media only screen and (min-width: 1280px) {
	.masInfo {
		margin-top: -12.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.grid--home {
		gap: .5rem;
	}
}
/*ACTUALIZACIONES*/
.acts {
	border-radius: 1.5rem;
	padding: 1.5rem;
	background: rgba(70, 84, 174, 0.10);
}
.acts--secundarias {
	background-color: var(--color-amarilloClaro);
}
.acts__col {
	padding: 2rem 0;
}
.acts__imgs {
	max-height: 12.75rem;
	margin: 1rem auto .38rem auto;
}
.acts__titulo {
	font-feature-settings: 'ss02' on;
	font-size: 1.75rem;
	font-style: normal;
	line-height: 120%; 
	letter-spacing: -0.00438rem;
	font-family: var(--fuente-black);
}
.memorias {
	font-feature-settings: 'ss02' on;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: -0.0025rem;
	text-decoration: none;
}
.memorias__extension {
	text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
	.acts {
		padding: 1rem 2.5rem;
	}
	.acts--dos {
		padding: 2.5rem;
	}
}
@media only screen and (min-width: 1280px) {
	.acts {
		padding: 0 2.5rem;
	}
	.acts--dos {
		padding: 2.5rem;
	}
}
/*DESTACADOS*/
.destacados {
	height: 100%;
	position: relative;
	border-radius: 1.5rem;
	background-color: #FFFFFF;
	border: 1px solid rgba(55, 81, 113, 0.50);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.69rem;
}
.destacados::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 1.5rem;
	background: rgba(70, 84, 174, 0.05);
	top: .69rem;
	left: .5rem;
	z-index: -1;
}
.destacados__info {
	gap: 2.06rem;
	padding: 2.31rem 2rem 0 2rem;
}
.col--destacados:nth-child(3n+3) .destacados__info {
	gap: 1.75rem;
}
.destacados__titulo {
	font-feature-settings: 'ss02' on;
	font-size: 1.75rem;
	font-style: normal;
	line-height: 120%; 
	letter-spacing: -0.00438rem;
	font-family: var(--fuente-black);
	position: relative;
	width: 100%;
}
.destacados__titulo:before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 100%;
}
.col--destacados:nth-child(3n+1) .destacados__titulo:before {	
	bottom: -1.8rem;
	right: 1rem;
	width: 12.4375rem;
	height: 1.9375rem;
	background-image: url('https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/trazos.png');	
}
.col--destacados:nth-child(3n+2) .destacados__titulo:before {
	bottom: -1.9rem;
	left: -.52rem;
	height: 1.70431rem;
	width: 15.77706rem;
	background-image: url('https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/trazo.png');	
}
.col--destacados:nth-child(3n+3) .destacados__titulo:before {
	bottom: -2rem;
	left: 0;
	width: 11.499rem;
	height: 2.30963rem;
	background-image: url('https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/flecha.png');	
}
.destacados__img {
	max-height: 13.375rem;
	margin: 0 auto;
	border-radius: 1rem;
}
.destacados__fondo {
	width: 100%;
	padding: 0 2rem 2.31rem 2rem;
}
/*MAS DESTACADOS*/
.masdestacados__fondo {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	border-radius: 1.5rem;
	position: relative;
	overflow: hidden;
	min-height: 17rem;
}
.masdestacados__fondo::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(70, 84, 174, 0.20) 0%, rgba(70, 84, 174, 0.20) 100%);
}
.masdestacados__titulo {
	font-size: 1.75rem;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.00438rem;
	font-feature-settings: 'ss02' on;
	font-family: var(--fuente-black);
}
.masdestacados__titulo strong {
	display: block;
	font-size: 3rem;
	font-style: normal;
	line-height: 3.5rem;
	letter-spacing: -0.015rem;
	font-family: var(--fuente-black);
}
.masdestacados__textos {
	gap: 3rem;
	height: 100%;
	border-radius: 1.5rem;
	padding: 1.5rem;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.masdestacados__descripcion h3 {
	font-feature-settings: 'ss02' on;
	font-size: 1.75rem;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.00438rem;
	margin-bottom: 1rem;	
	font-family: var(--fuente-black);
}
.masdestacados__textos strong span {
	font-family: var(--fuente-bold);
}
.orderUno {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.orderDos {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
@media only screen and (min-width: 768px) {
	.orderUno {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.orderDos {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media only screen and (min-width: 1280px) {
	.masdestacados__fondo {
		min-height: 41.875rem;
	}
	.masdestacados__textos {
		padding: 2.5rem 3.38rem;
	}
	.masdestacados__titulo strong {
		font-size: 4rem;
		font-style: normal;
		line-height: 93%; 
		letter-spacing: -0.08rem;
	}
}
/*CAMPANNA*/
.campanna {
	padding: 1.5rem;
	border-radius: 1.5rem;
	background: rgba(70, 84, 174, 0.10);
}
.campanna__titulo {
	font-feature-settings: 'ss02' on;
	font-size: 2.25rem;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.00563rem;
	font-family: var(--fuente-black);
}
.campanna__descripcion, .campanna__descripcion p {
	font-feature-settings: 'ss02' on;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1.75rem;
	letter-spacing: -0.0025rem;
}
@media only screen and (min-width: 1024px) {
	.campanna {
		padding: 2.5rem;
	}
}
/*PARTICIPAR*/
.participar {
	padding: 3.5rem 0;
	margin-bottom: 3.5rem;
	background: linear-gradient(0deg, #F0F1F9 0%, #F0F1F9 100%), #FFF;
}
.participar__numero {
	z-index: 0;
	font-feature-settings: 'ss02' on;
	font-size: 3.75rem;
	font-style: normal;
	line-height: 4.375rem;
	letter-spacing: -0.01875rem;
	font-family: var(--fuente-black);
}
.participar__container {
	padding: 2rem;
	border-radius: 1.5rem;
	border: 1px solid #375171;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 0 0 #F4F4FF;
}
.participar__titulo {
	font-feature-settings: 'ss02' on;
	font-size: 1.75rem;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.00438rem;
	font-family: var(--fuente-black);
}
.participar__numero {
	position: relative;
}
.participar__numero::before {
	content: "";
	position: absolute;
	background-size: contain;
	z-index: -1;
}
.participar__cards:nth-child(4n+1) .participar__numero::before {
	width: 5.8125rem;
	height: 5.0625rem;
	left: -1.375rem;
	top: -0.6875rem;
	background-image: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/f-circulo.png");
}
.participar__cards:nth-child(4n+2) .participar__numero::before {
	width: 7.0625rem;
	height: 6.75rem;
	left: -1.875rem;
	top: -1.5rem;
	background-image: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/f-rayos.png");
}
.participar__cards:nth-child(4n+3) .participar__numero::before {
	width: 6.625rem;
	height: 6.9375rem;
	left: -2.125rem;
	top: -2.1875rem;
	background-image: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/f-corazon.png");
}
@media only screen and (min-width: 768px) {
	.participar {
		padding: 4rem 0;
		margin-bottom: 4rem;
	}
}
@media only screen and (min-width: 1440px) {
	.participar {
		padding: 5.5rem 0;
		margin-bottom: 5.5rem;
	}
}
/*PICTOGRAMAS*/
.picto {
	height: 100%;
	padding: 2rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(55, 81, 113, 0.50);	
}
.picto__fondo {
	width: 100%;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.picto__img {
	max-width: 65%;
	max-height: 60%;
}
.picto__titulo {
	color: var(--color-base);
	font-feature-settings: 'ss02' on;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 2rem;
	letter-spacing: -0.003rem;
	font-family: var(--fuente-black);
}
@media only screen and (min-width: 768px) {
	.picto {
		-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
	}
	.picto__img {
		max-width: 100%;
		max-height: 100%;
	}
}
@media only screen and (min-width: 992px) {
	
}
@media only screen and (min-width: 1024px) {
	.picto {
		gap: 0;
		-ms-flex-line-pack: start;
       align-content: flex-start;
	}	
	.picto__fondo {
		height: 15.1875rem;
	}	
	.picto__img {
		max-width: 65%;
		max-height: 60%;
	}
}
/*REDES*/
.redes {
	padding: 1.5rem;
	border-radius: 1.5rem;
	background-color: var(--color-amarilloClaro);
}
.redes__ul {
	margin: 0;
	padding: 0;
	gap: .5rem;
	list-style-type: none;
	-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.redes__img {
	mix-blend-mode: multiply;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {	
	.redes__ul {
		gap: 1.5rem;
		-ms-flex-item-align: start;
       	align-self: flex-start;
	}
}
@media only screen and (min-width: 1280px) {
	.redes {
		padding: 0 2.5rem;
	}
}
/*FAQS*/
.faqs__container {
	margin-top: 1.5rem;
}
.faqs__item {
	border-bottom: 1px solid #A3ABD7;
}
.faqs__pregunta {
	padding: 1rem 1rem 1rem 0;
	width: 100%;
	text-align: left;
	border: none;
	background-color: transparent;
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.08);
	cursor: pointer;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 1rem;
	-webkit-font-feature-settings: 'ss02' on;
	font-feature-settings: 'ss02' on;
}
.faqs__respuesta {
	padding: 1rem 1rem 1rem 0;
	display: none;
}
.faqs__respuesta ul {
	margin-bottom: 0;
}
.faqs__svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
	.faqs__pregunta {
		padding: 1.5rem 1.5rem 1.5rem 0;
		font-size: 1.25rem;
		line-height: 1.75rem; 
		letter-spacing: -0.0025rem;
	}
	.faqs__respuesta {
		padding: 1rem 1.5rem 1.5rem 0;
	}
}
/*BENEFICIOS*/
.beneficios__container {
	gap: 0.5rem;
	height: 100%;
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(70, 84, 174, 0.05);
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.beneficios__titulo {
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.75rem;
	letter-spacing: -0.0025rem;
	font-family: var(--fuente-black);
}
.beneficios__img {
  	height: 4rem;
}
@media only screen and (min-width: 768px) {
	.beneficios__img {
		height: 5.625rem;
	}
}
@media only screen and (min-width: 1280px) {
	.beneficios__titulo {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: -0.003rem;
	}
}
/*TESTIMONIOS*/
.testimonios__info {
	text-align: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	gap: 1.5rem;
}
.testimonios__svg {
	width: 4.25rem;
	height: 3.5rem;
}
.testimonios__descripcion {
	width: 100%;
}
.testimonios__descripcion p {
	font-size: 1.5rem;
	line-height: 2rem; 
	letter-spacing: -0.003rem;
	-webkit-font-feature-settings: 'ss02' on;
    font-feature-settings: 'ss02' on;
	margin: 0 auto;
	font-family: var(--fuente-book);
}
.slick-dots li button {
	background-color: var(--color-base) !important;
	border-radius: 100%;
	width: 0.5rem;
	height: 0.5rem;
	opacity: 0.5;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots {
	bottom: -40px;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.info .slick-next, .masInfo .slick-next {
	right: -1.5rem;
}
.info .slick-prev, .masInfo .slick-prev{
	left: -1.5rem;
}
.testimonios__nombre {
	-webkit-font-feature-settings: 'ss02' on;
    font-feature-settings: 'ss02' on;
}
.slick-arrow:not(.slick-disabled), .slick-arrow:not(.slick-disabled):hover {
	z-index: 1;
	width: 3rem;
	height: 3rem;
	padding: 0.75rem;
	border-radius: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
}
.slick-next:not(.slick-disabled), .slick-next:not(.slick-disabled):hover {
	background-image: url('https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/img/Type=chevron-right.svg');
}
.slick-prev:not(.slick-disabled), .slick-prev:not(.slick-disabled):hover {
	background-image: url('https://stockcrowd.s3.amazonaws.com/landings/clinic/giving/img/Type=chevron-left.svg');
}
.slick-prev::before, .slick-next::before, .slick-disabled {
	display: none;
}
@media only screen and (min-width: 768px) {
	.slick-testimonios {
		padding: 2.5rem 0;
	}
	.testimonios__svg {
		width: 4.23613rem;
		height: 3.4875rem;
	}
	.testimonios__descripcion p {
		font-size: 2.25rem;
		line-height: 125%;
		letter-spacing: -0.01125rem;
		max-width: 33rem;
	}
	.testimonios__nombre {
		font-size: 1.25rem;
		line-height: 1.75rem;
		letter-spacing: -0.0025rem;
	}	
	.testimonios__descripcion--empresas p {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: -0.003rem;
	}
}
@media only screen and (min-width: 1024px) {	
	.testimonios__descripcion p {
		max-width: 45rem;
	}
}
@media only screen and (min-width: 1280px) {	
	.testimonios__descripcion:not(.testimonios__descripcion--empresas) p {
		font-size: 2.625rem;
		line-height: 125%;
		letter-spacing: -0.01313rem;
		max-width: 60rem;
	}
}
@media only screen and (min-width: 1440px) {	
	.testimonios__descripcion p {
		max-width: 65.25rem;
	}
}
/*MAPAS*/
.mapas {
	overflow: hidden;
	border-radius: 1.5rem;
	background-color: var(--color-amarilloClaro);
}
.map {
	width: 100%;
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
.mapas__info {
	padding: 1.5rem;
}
.custom-pin {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #ff3131;
	border-radius: 50%;
	z-index: -1;
	transform: translate(0%, -135%);
}
.custom-pin::after {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #ff3131;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 94%;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-out;
	width: 0;
	z-index: 1;
}
.custom-pin svg {
	margin-top: 20%;
	margin-left: 20%;
	width: 60%;
	height: 60%;
}
.olPopup {
	height: auto !important;
  	background: white;
  	border-radius: 1rem !important;
  	border: none !important;
  	-webkit-box-shadow: 0 8px 24px rgba(0,0,0,.18);
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.olPopupContent {
  	padding: 1rem !important;
  	overflow: hidden;
	width: 100% !important;
	height: auto !important;
}
.pin-popup {
	max-width: 13.75rem;
}
.pin-title {
	-webkit-font-feature-settings: 'ss02' on;
  	font-feature-settings: 'ss02' on;
  	font-family: var(--fuente-black);
	margin-bottom: .5rem;
	font-size: 1rem;
}
.pin-address {
	font-size: 0.875rem;
    line-height: 1rem;
	margin-bottom: 0;
	font-family: var(--fuente-regular);
}
div.olPopupCloseBox {
    background: url("https://stockcrowd.s3.amazonaws.com/landings/clinic/giremfull/img/close.png") no-repeat center / contain !important;
    width: .875rem !important;
    height: .875rem !important;
    cursor: pointer !important;
}
.map img:not(.olTileImage):not(.olControlPanZoomBar img) {
	opacity: 0;
}
.listadoPines {
	height: 80vh;
	overflow: scroll;
}
@media only screen and (min-width: 1024px) {
	.map {
		width: 40%;
	}
	.mapas__info {
		width: 60%;
	}
	.olPopup {
		pointer-events: none;
	}
	.pin-address  {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media only screen and (min-width: 1280px) {
	.map {
		width: 49.5rem;
	}
	.mapas__info {	
		padding: 3rem;
		width: calc(100% - 49.5rem);
	}
}
/*SUSCRIBETE*/
.suscribete {
	padding: 2.5rem 0;
	margin-top: 4.94rem;
	background-color: var(--color-verdeClaro);
}
.suscribete__form {
	margin-top: 2rem;
}
.suscribete__img {
	right: 2rem;
	top: -6.5rem;
	width: 6.00469rem;
	height: 6.00469rem;
	position: absolute;
}
.overlay__titulo, .modal__titulo {
	font-size: 1.75rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.00438rem;
	font-family: var(--fuente-black);
}
@media only screen and (min-width: 768px) {
	.suscribete {
		padding: 3rem 0;
		margin-top: 4.5rem;
	}
	.titulos--suscribete {
		font-size: 1.75rem;
		line-height: 120%;
		letter-spacing: -0.00438rem;
	}
	.descripcion--suscribete {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.suscribete__img {
		right: -1rem;
	}
}
@media only screen and (min-width: 1024px) {
	.suscribete__img {
		right: 0;
		width: 9.375rem;
		height: 9.375rem;
	}
}
@media only screen and (min-width: 1280px) {
	.titulos--suscribete {
		font-size: 2.25rem;
		line-height: 120%;
		letter-spacing: -0.00563rem;
	}
	.descripcion--suscribete {
		font-size: 1.25rem;
		line-height: 1.75rem;
		letter-spacing: -0.0025rem;
	}
	.suscribete__img {
		width: 9.375rem;
		height: 9.375rem;
		right: 1rem;
	}
}
/*PATROCINADORES*/
.patrocinadores__img {
	max-height: 3rem;
}
.patrocinadores__flex {
	gap: 1rem;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
.titulos--patrocianadores {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
@media only screen and (min-width: 768px) {
	.patrocinadores__flex {
		gap: 3.5rem;
	}
}
/*FOOTER*/
footer {	
	padding: 3rem 0;
	background-color: var(--color-base);
}
.footer__legales, .footer__idiomas, .footer__list {
	margin: 0;
	padding: 0;
	gap: 1.5rem;
	list-style-type: none;
}
.footer__legalesLi {
	width: 100%;
}
.footer__link {
	color: #FFFFFF;
	font-size: 0.75rem;
	text-decoration: none;
}
.footer__centro {
	padding: 1.5rem 0;
	border-top: 1px solid rgb(52, 96, 146);
	border-bottom: 1px solid rgb(52, 96, 146);
}
.footer__inferior {
	gap: 1.5rem;
	padding-top: 1.5rem;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.footer__anno, .footer__lang {
	color: #FFFFFF;
	font-size: 0.75rem;
}
.footer__anno {
	width: 100%;
}
.footer__idiomas {
	gap: .75rem;
}
.footer__lang {
	padding: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	font-family: var(--fuente-regular);
}
.footer__lang--active {
	font-family: var(--fuente-semibold);
}
.footer__superior {
	gap: 2.25rem;
	padding-bottom: 3rem;
}
.footer__linkSuperior {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.superior-container {
	width: 100%;
}
.footer__titulos {
	color: #FFFFFF;
	font-size: 0.938rem;
	line-height: 1.188rem;
	text-transform: uppercase;
	padding: 0;
	border: none;
	text-align: left;
	background-color: transparent;
	font-family: var(--fuente-semibold);
}
.footer__titulos--btn {
	width: 100%;
}
.footer__svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #FFFFFF;
}
.footer__list {
	display: none;
}
@media only screen and (min-width: 480px) {
	.footer__link {
		font-size: calc(0.688rem + .20833vw);
	}
}
@media only screen and (min-width: 768px) {
	footer {
	  	padding: 3.75rem 0 1.125rem;
	}
	.superior-container {
	    width: 40%;
	}
	.footer__centro {
		padding: .75rem 0;
	}
	.footer__legales {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.footer__legalesLi {
		width: auto;
	}
	.footer__inferior {
		padding-top: 0.75rem;
	}
	.footer__anno {
		width: auto;
	}
	.footer__anno, .footer__lang, .footer__linkSuperior {
		font-size: 0.875rem;
	}
	.footer__superior {
		gap: 3rem;
	}
	.footer__linkSuperior {
		padding-top: 0.75rem;
	}
	.footer__titulos--btn {
		display: none;
	}
	.footer__list {
		display: block;
	}
}
@media only screen and (min-width: 1024px) {
	.superior-container {
	    width: 25%;
	}
	.footer__linkSuperior {
		font-size: 0.938rem;
		line-height: 1.313rem;		
	}
}
@media only screen and (min-width: 1440px) {
	.footer__link {
		font-size: 0.875rem;
	}
}
/*ANIMACIONES*/
.animate, .items {
	top:0;
	opacity: 1;
	position: relative;
	-webkit-transition: top 0.6s, opacity 0.6s;
	-moz-transition: top 0.6s, opacity 0.6s;
	transition: top 0.6s, opacity 0.6s;
}
.animate--top, .items--top {
	top: 60px;
	opacity: 0;
}
.animate--opacity, .animate--inicial {
	opacity: 0;
}
/*OVERLAY*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #FFF;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out,visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out,visibility 0s 0.4s;
}
.overlay:not(.overlay--lateral).open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	overflow: auto;
}
.overlay--lateral {
	z-index: 9;
	opacity: 0;
	background-color: rgb(35 35 35 / .7);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  	transition: opacity 0.5s, visibility 0s 0.5s;
	transform: inherit;
	pointer-events: none;
	overflow-y: auto;
  	overflow-x: hidden;
}
.overlay--lateral.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: all;
}
.overlay__pines {
	width: 100%;
	min-height: 100%;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: -100%;
	background-color: #FFF;
	-webkit-transition: opacity 0.1s,right 0.5s;
	transition: opacity 0.1s,right 0.5s;
	opacity: 0;
	padding: 4rem 1rem 3rem 1rem;
	overflow-y: auto;
	gap: 2.5rem;
}
.overlay--lateral.open .overlay__pines {
	right: 0;
	opacity: 1;
	-webkit-transition: opacity 0.1s,right 0.5s;
	transition: opacity 0.1s,right 0.5s;
}
.pines {
	cursor: pointer;
}
.pines__titulo {
	text-align: center;
	font-feature-settings: 'ss02' on;
	font-size: 1.75rem;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.00438rem;
	-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	font-family: var(--fuente-black);
}
.pines__nombre {
  	font-family: var(--fuente-bold);
}
.close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	padding: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.pines__img {
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
.marker-active {
    background-color: green;
}
.marker-active::after {
	border-top: 9px solid green;
}
@media only screen and (min-width: 768px) {
	.overlay--menu {
		display: none;
	}
	.overlay__pines {
		width: 40rem;
		padding: 4rem 3rem 3rem 3rem;		
		border-radius: 1.5rem 0rem 0rem 1.5rem;
	}
}
.overlay--menu {
	padding: 5.813rem 1.5rem 1.5rem 1.5rem;
}
.nav__idiomas--mobile {
	border: none;
	margin-top: 2rem;
}
.menu--mobile {
	gap: 1rem;
}
.menu__enlace--mobile {
	padding: 0;
}
/*MODAL*/
.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgb(35 35 35 / .7);
	display: flex;
	align-items: safe center;
	justify-content: center;
	overflow: scroll;
  	padding: .5rem;
	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: opacity 0.2s,visibility 0s 0.2s;
 	transition: opacity 0.2s,visibility 0s 0.2s;
	pointer-events: none;
}
.modal.open {
	visibility: visible;
  	opacity: 1;
  	-webkit-transition: opacity 0.4s;
  	transition: opacity 0.4s;
	pointer-events: all;
}
.modal__container {
	background-color: #FFFFFF;
	padding: 3rem;
	text-align: center;
	border-radius: 1.5rem;
	width: 30rem;
	max-width: 100%;
}
.modal__img {
	height: 2.5rem;
}
.modal__textos {
	margin: 1rem auto 3rem auto;
}
.iframes, iframe {
	width: 100%;
}
.hide, .grecaptcha-badge {
	display: none;
}