@charset "utf-8";
/* custom 2024 */
/* Mobile Layout: 480px and below */
/*** fonts ***/
.open-sans-normal {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
@font-face {
	font-family: 'Neuropol';
	src: url('../webfonts/Neuropol.ttf.woff') format('woff'), url('../webfonts/Neuropol.ttf.svg#Neuropol') format('svg'), url('../webfonts/Neuropol.ttf.eot'), url('../webfonts/Neuropol.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
.logo {
	display: block;
	width: 50%;
	margin: 10px auto 15px auto !important;
}
/*#whatsapp {background-color:yellow;}
#correo {background-color: orange;}
#idioma { background-color:pink;}
*/
#whatsapp p,
#correo p,
#idioma p {
	margin: 0 !important;
	text-align: center !important;
}
#whatsapp a:link,
#whatsapp a:visited,
#correo a:link,
#correo a:visited,
#idioma a:link,
#idioma a:visited {
	color: #FFF;
	background-color: #46AD9B;
}
#whatsapp a:hover,
#correo a:hover,
#idioma a:hover {
	color: #FFF;
	background-color: #46AD9B;
}
#whatsapp a,
#whatsapp a:link,
#whatsapp a:visited,
#whatsapp a:hover,
#whatsapp a,
#correo a:link,
#correo a:visited,
#correo a:hover,
#idioma a:link,
#idioma a:visited,
#idioma a:hover {
	display: block;
	text-align: center;
	font-size: 1.25rem;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 8px 0 4px 0;
	margin: 0 auto !important;
}
/*#whatsapp [class^="icon-"] {
	font-weight: 700;
	padding: 0.2em;
}*/

#idioma img {
	display: block;
	width: 25px;
	margin: 4px auto 7px auto;
	filter: hue-rotate(180deg);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#idioma img:hover {
	filter: hue-rotate(0deg);
	background-color: transparent;
}
#titulo h1 {
	text-align: center !important;
	/*text-transform: uppercase;*/
	margin: 10px 0 !important;
}
#titulo a:link,
#titulo a:visited {
	color: #143796;
	-webkit-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}
#titulo a:hover {
	color: #46AD9B;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}
.representadas {
	clear: both;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.iconos img {
	display: block;
	width: 40%;
	max-width: 140px;
	padding: 1.5rem;
	margin: 0 auto;
	opacity: 0.7;
	filter: grayscale(0);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.representadas h2,
.iconos h2 {
	text-align: center;
	margin: 0;
}
.iconos a:link,
.iconos a:visited {
	color: #B97BAE;
}
.iconos a:hover {
	color: #FFF;
	background-color: #46AD9B;
}
.iconos a:link,
.iconos a:visited,
.iconos a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0.2em 0;
	margin: 0 auto;
}
.representadas img {
	display: inline-block;
	height: 3em;
	padding: 0;
	margin: 1rem 0;
	opacity: 0.7;
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.representadas a:hover {
	background-color: #46AD9B;
}
.representadas a:link,
.representadas a:visited,
.representadas a:hover {
	display: inline-block;
	padding: 0 0.25em;
	text-decoration: none;
}
.representadas img:hover {
	opacity: 1;
	filter: grayscale(0);
}
.imagen-index {
	display: block;
	width: 60%;
	padding: 10px;
	margin: 10px auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.imagen-index:hover {
	background-color: #46AD9B;
}
#slogan {
	background-color: #46AD9B;
}
#slogan h1,
#slogan h2 {
	color: #FFF;
	text-align: center;
	padding: 0.5em 0 0 0;
}
.testimonios {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	margin: 0 auto;
	position: relative;
	text-align: center !important;
}
.testimonios img {
	display: block;
	width: 140px;
	border-radius: 50%;
	margin: 0 auto;
	border: solid 1px #46AD9B;
}
.image-container {
	overflow: hidden;
	height: 100%; /* Adjust as needed */
}
.slide-up {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.25s ease-out, transform 0.4s ease-out;
	transition-delay: 0.25s; /* Add a delay to the transition */
}
.slide-up.visible {
	opacity: 1;
	transform: translateY(0);
}
.img-ppal {
	display: block;
	width: 84%;
	margin: 2em auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.documentacion {
	display: flex;
	flex-wrap: wrap;
	gap: 1em; /* Add space between boxes */
	margin: 1em 0 2em 0;
}
.documento {
	box-sizing: border-box;
	width: calc(50% - 1em); /* Adjust width to account for gap */
	margin: 0 auto;
	position: relative;
	text-align: center !important;
	border: solid 1px #46AD9B;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.documento img {
	display: block;
	width: 80%;
	padding: 10%;
	margin: 0 auto;
}
.documento a:link,
.documento a:visited {
	color: #666;
}
.documento a:hover {
	color: #FFF;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.documento:hover {
	background-color: #46AD9B;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.documento a:link,
.documento a:visited,
.documento a:hover {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
	padding: 1em;
}
.rse img {
	filter: grayscale(0);
	border: solid 1px #46AD9B;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.rse img:hover {
	filter: grayscale(70%);
}
.indentada {
	clear: left;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 1em;
	overflow: hidden;
}
.hr-mitad {
	clear: both;
	width: 50%;
	background-color: rgba(185,123,174,0.4);
	height: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 25px 0 15px 25px;
}
.color-rows {
	width: 100%;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	padding: 2em;
	margin: 0 0 2em 0;/*display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	padding: 2em 0 0 0 !important;
	*/
}
.color-rows:nth-child(odd) {
	background-color: rgba(255,255,255,1);
}
.color-rows:nth-child(even) {
	background-color: rgba(116,205,190,0.77);
}
.flashcard:nth-child(even) h2,
.flashcard:nth-child(even) h3,
.color-rows:nth-child(even) h2 {
	color: #844679;
}
.child {
	display: none;
}
.child p {
	text-align: center !important;
}
/*.flashcard {
	clear: both;
	width: 95%;
	height: auto;
	padding: 25px 0 0 0;
	margin: 0 auto 1.4em auto;
	border: solid 1px rgba(116,205,190,0.74);
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
}*/
.flashcard {
	clear: both;
	width: 98%;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.flashcard:nth-child(odd) {
	background-color: rgba(255,255,255,1);
}
.flashcard:nth-child(even) {
	background-color: rgba(70,173,155,0.25);
}
/*.flashcard p {
	text-align: center;
}*/
.color-logo-lila {
	color: #B97BAE;
}
.color-logo-verde {
	color: #46AD9B;
}
/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
}

/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
}

/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
}
/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
}

/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
.documento {
	width: calc(33.33335% - 1em); /* Adjust width to account for gap */
}
}
@media only screen and (max-width: 769px) {
.celular {
	display: none;
}
}

/* iPhone X */
@media only screen and (min-width: 880px) and (orientation: landscape) {
.logo {
	display: inline-block;
	width: 70%;
	float: right;
	margin: 8px 10% 14px 0 !important;
}
#idioma,
#whatsapp a:link,
#whatsapp a:visited,
#correo a:link,
#correo a:visited,
#idioma a:link,
#idioma a:visited {
	color: #46AD9B;
	background-color: #F8F8F8;
}
#whatsapp a:hover,
#correo a:hover,
#idioma a:hover {
	color: #F8F8F8;
	background-color: #46AD9B;
}
#whatsapp a,
#whatsapp a:link,
#whatsapp a:visited,
#whatsapp a:hover,
#correo a,
#correo a:link,
#correo a:visited,
#correo a:hover,
#idioma a,
#idioma a:link,
#idioma a:visited,
#idioma a:hover {
	display: inline-block;
	font-size: 1em !important;
	padding: 0.4em 0.8em;
	margin: 10px auto !important;
}
.iconos img {
	width: 30%;
	max-width: 140px;
}
.testimonios {
	width: 50%;
	float: left;
	padding: 1em;
	margin: 0;
}
.testimonios:nth-child(2n) {
	clear: both;
}
.documento {
	width: calc(25% - 1em); /* Adjust width to account for gap */
}
.indentada {
	padding: 0 0 0 2em;
}
}

/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
.logo {
	width: 50%;
}
.representadas img {
	max-height: 61px;
	padding: 1rem 1.5rem;
}
.imagen-index {
	width: 70%;
}
}

/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
#whatsapp p,
#correo p {
	margin: 2em 0 0 0 !important;
}
#idioma a:link {
	margin-top: 44px !important;
}
#whatsapp p {
	text-align: right !important;
}
#idioma p {
	text-align: left !important;
}
.representadas img {
	max-height: 77px;
	padding: 1rem 2rem;
}
.testimonios {
	padding: 2em;
}
.documento {
	width: 20%;
}
}

/* Mac Book Air: 1440 to 990px. Landscape */
@media only screen and (min-width: 1440px) and (orientation: landscape) {
.logo {
	width: 40%;
	margin: 15px 10% 15px 0 !important;
}
.documento {
	width: calc(16.66667% - 1em); /* Adjust width to account for gap */
}
}
