@charset "UTF-8";
@media screen and (max-width: 1100px) {
  .pageWidth {
    padding: 0 10px;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

#proximamente {
  background-color: #bce9fe;
  padding: calc(var(--paddingMedium) * 0.8) 0;
  /* margin-top: 89px; */
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
#proximamente .pageWidth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  gap: 0.9em;
}
#proximamente .pageWidth h2 {
  font-size: clamp(0.9rem, 3.4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.1em;
  color: #06306a;
}
#proximamente .pageWidth p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(0.9rem, 2.8vw, 1.2rem);
  font-weight: 500;
  line-height: 1.3em;
  color: #06306a;
  gap: 1em;
}
#proximamente .pageWidth p a {
  padding: 0.4em 1.2em;
  border-radius: 1.2em;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #06306a;
  display: flex;
  align-items: center;
  gap: 0.4em;
  transition: all 0.2s;
  margin-bottom: 0.2em;
  background-color: #fff;
}
#proximamente .pageWidth p a:hover {
  background-color: #4bc3fe;
}

/* HERO =============================================================== */
#hero {
  font-family: "Poppins", sans-serif !important;
  padding: calc(var(--paddingMedium) * 1 + 89px) 0 calc(var(--paddingMedium) * 1.5) 0;
}
#hero .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
#hero .wrapper .sumate p {
  font-size: clamp(1.1rem, 2.7vw, 1.6rem);
  margin-bottom: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
}
#hero .wrapper .sumate h1 {
  font-size: clamp(2.7rem, 6.5vw, 4.2rem);
  width: 6.6em;
  font-weight: 600;
  line-height: 0.9em;
  margin-bottom: 0.2em;
}
#hero .wrapper .sumate h1 img {
  width: 6em;
  margin-top: 0.15em;
}
#hero .wrapper .illustration {
  width: 100%;
}
#hero .cta {
  display: flex;
  align-items: center;
  gap: 1em;
}
#hero .cta a {
  font-size: clamp(0.9rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: #04102d;
  border: 1px solid #a4e5ff;
  padding: 0.4em 1em;
  border-radius: 2em;
}
#hero .cta a.primary {
  background-color: #a4e5ff;
}
#hero .cta a.primary:hover {
  background-color: #04102d;
  border: 1px solid #04102d;
  color: #a4e5ff;
}
#hero .cta a.secondary:hover {
  background-color: #a4e5ff;
  border: 1px solid #a4e5ff;
  color: #04102d;
}
#hero .illustration.mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  #hero {
    padding: var(--paddingMedium) 0;
  }
}
@media screen and (max-width: 600px) {
  #hero {
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero .wrapper {
    flex-direction: column;
    gap: 2em;
    margin-bottom: 1em;
  }
  #hero .wrapper .sumate {
    width: 100%;
    max-width: 300px;
  }
  #hero .wrapper .sumate h1 span {
    font-style: italic;
  }
  #hero .cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8em;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 3em auto;
  }
  #hero .illustration.desktop {
    display: none;
  }
  #hero .illustration.mobile {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  #hero .illustration.mobile img {
    max-width: 250px;
  }
}
/* ABOUT =============================================================== */
#about {
  font-family: "Poppins", sans-serif !important;
  background-color: #04102d;
  color: #fff;
  padding: calc(var(--paddingMedium) * 1) 30px;
}
#about .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#about .wrapper h2 {
  font-style: italic;
  color: #4bc3fe;
  font-size: clamp(2.2rem, 6vw, 3.7rem);
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0.4em;
}
#about .wrapper h2 span {
  font-style: normal;
  color: #fff;
  position: relative;
}
#about .wrapper h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 100%;
  height: 0.08em;
  background-color: #4bc3fe;
}
#about .wrapper p {
  font-size: clamp(1.1rem, 2.9vw, 1.75em);
  line-height: 1.3em;
  font-weight: 500;
  max-width: 30em;
  margin-bottom: 2em;
}
#about .wrapper .indicadores {
  width: 100%;
  position: relative;
  padding-top: 49%;
  height: 0;
}
#about .wrapper .indicadores .calco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: red;
}
#about .wrapper .indicadores .usuarios {
  position: absolute;
  top: 0%;
  left: 2.8%;
  width: 23.7%;
  z-index: 100;
}
#about .wrapper .indicadores .empresas {
  position: absolute;
  top: 9%;
  left: 28.1%;
  width: 22.7%;
  z-index: 100;
}
#about .wrapper .indicadores .finnencers {
  position: absolute;
  top: 0%;
  left: 51.8%;
  width: 27.7%;
  z-index: 100;
}
#about .wrapper .indicadores .trayectoria {
  position: absolute;
  top: 48%;
  left: 52.8%;
  width: 24.7%;
  z-index: 100;
}
#about .wrapper .indicadores .paises {
  position: absolute;
  top: 8.8%;
  right: 0;
  width: 22.7%;
  z-index: 100;
}
#about .wrapper .indicadores .tecnologia {
  position: absolute;
  top: 46.8%;
  left: 0;
  width: 26.7%;
  z-index: 100;
}
#about .wrapper .indicadores .impacto {
  position: absolute;
  top: 62.8%;
  left: 77%;
  width: 16%;
  z-index: 100;
}

@media screen and (max-width: 600px) {
  #about {
    padding: calc(var(--paddingMedium) * 1.3) 30px calc(var(--paddingMedium) * 1) 30px;
  }
  #about .wrapper h2 {
    display: flex;
    flex-direction: column;
    font-style: normal;
    margin-bottom: 0.9em;
  }
  #about .wrapper h2 span {
    font-size: 1.37em;
  }
  #about .wrapper h2 span:after {
    display: none;
  }
  #about .wrapper p {
    font-size: clamp(0.9rem, 2.5vw, 1.75em);
    max-width: 280px;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  #about .wrapper picture {
    max-width: 300px;
  }
  #about .wrapper .indicadores {
    width: 100%;
    position: relative;
    padding-top: 153.5%;
    height: 0;
  }
  #about .wrapper .indicadores .usuarios {
    position: absolute;
    top: 0%;
    left: 4.8%;
    width: 44.2%;
    z-index: 100;
  }
  #about .wrapper .indicadores .empresas {
    position: absolute;
    top: 5%;
    left: 53.5%;
    width: 42.7%;
    z-index: 100;
  }
  #about .wrapper .indicadores .finnencers {
    position: absolute;
    top: 47%;
    left: 4.8%;
    width: 51.7%;
    z-index: 200;
  }
  #about .wrapper .indicadores .trayectoria {
    position: absolute;
    top: 42%;
    left: auto;
    right: 0;
    width: 45.7%;
    z-index: 100;
  }
  #about .wrapper .indicadores .paises {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 3%;
    width: 42.7%;
    z-index: 100;
  }
  #about .wrapper .indicadores .tecnologia {
    position: absolute;
    top: 27.8%;
    left: 0;
    width: 49.7%;
    z-index: 100;
  }
  #about .wrapper .indicadores .impacto {
    position: absolute;
    top: 77.1%;
    left: 20%;
    width: 30%;
    z-index: 100;
  }
}
/* COLABORAR =============================================================== */
#colaborar {
  font-family: "Poppins", sans-serif !important;
  padding: calc(var(--paddingMedium) * 0.8) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#colaborar h2 {
  color: #012875;
  font-size: clamp(1.8rem, 4vw, 2.4em);
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.1em;
  gap: 0.4em;
}
#colaborar h2 br {
  display: none;
}
#colaborar h2 .palabras {
  max-width: 6.8em;
}
#colaborar h2 .palabras.desktop {
  display: block;
}
#colaborar h2 .palabras.mobile {
  display: none;
}

@media screen and (max-width: 680px) {
  #colaborar h2 {
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
  }
  #colaborar h2 br {
    display: initial;
  }
  #colaborar h2 .palabras {
    max-width: 8.2em;
  }
  #colaborar h2 .palabras.desktop {
    display: none;
  }
  #colaborar h2 .palabras.mobile {
    display: block;
  }
}
/* VALORES =============================================================== */
#valores {
  font-family: "Poppins", sans-serif !important;
  padding: calc(var(--paddingMedium) * 1) 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #012875;
  color: #fff;
}
#valores .tituloPrincipal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(var(--paddingMedium) * 0.4);
}
#valores .tituloPrincipal h2 {
  font-size: clamp(1.5rem, 8vw, 3.6em);
  font-style: italic;
}
#valores .tituloPrincipal h2 span {
  color: #3985ff;
}
#valores .tituloPrincipal p {
  font-size: clamp(1.5rem, 10vw, 1.6em);
  color: #3985ff;
  font-weight: 600;
}
#valores .tituloPrincipal p span {
  font-style: italic;
}
#valores .areas {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  font-size: clamp(0.8rem, 2.3vw, 1.8em);
}
#valores .areas .seleccion {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
#valores .areas .seleccion li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
  background-color: #03337f;
  color: #3985ff;
  padding: 0.1em 0.8em;
  border-radius: 1.5em;
  gap: 1em;
  width: 13em;
}
#valores .areas .seleccion li a img {
  width: 2em;
}
#valores .areas .seleccion li a img.activo {
  display: none;
}
#valores .areas .seleccion li.activo a img.normal {
  display: none;
}
#valores .areas .seleccion li.activo a img.activo {
  display: block;
}
#valores .areas .seleccion li.calidad.activo a {
  background-color: #ff92de;
  color: #bc319f;
}
#valores .areas .seleccion li.colaboracion.activo a {
  background-color: #c56e1b;
  color: #ffa655;
}
#valores .areas .seleccion li.compromiso.activo a {
  background-color: #008584;
  color: #004c4a;
}
#valores .areas .seleccion li.creatividad.activo a {
  background-color: #974354;
  color: #ff7d73;
}
#valores .areas .seleccion li.empatia.activo a {
  background-color: #ffca6c;
  color: #d38c1a;
}
#valores .areas .seleccion li.liderazgo.activo a {
  background-color: #62812e;
  color: #b9cc02;
}
#valores .areas .tarjetasValores {
  flex: 1;
}
#valores .areas .tarjetasValores .tarjetaValores {
  display: none;
  background-color: #03337f;
  border-radius: 1.5em;
  padding: 1em 2em 2em 2em;
  height: 100%;
}
#valores .areas .tarjetasValores .tarjetaValores .titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2em;
  margin-bottom: 0em;
}
#valores .areas .tarjetasValores .tarjetaValores .titulo h4 {
  color: #fff;
  margin: 0;
}
#valores .areas .tarjetasValores .tarjetaValores .titulo img {
  width: 2em;
}
#valores .areas .tarjetasValores .tarjetaValores h5 {
  font-size: clamp(0.7rem, 4.2vw, 1.2em);
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 0.4em 0;
}
#valores .areas .tarjetasValores .tarjetaValores p {
  font-size: clamp(0.7rem, 3.5vw, 0.9em);
  font-size: 0.8em;
  line-height: 1.25em;
  margin-bottom: 2em;
}
#valores .areas .tarjetasValores .tarjetaValores .etiquetas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
  font-size: clamp(0.6rem, 2.9vw, 0.9em);
  font-size: 0.85em;
}
#valores .areas .tarjetasValores .tarjetaValores .etiquetas li {
  background-color: #3985ff;
  padding: 0.3em 0.8em;
  border-radius: 1em;
}
#valores .areas .tarjetasValores .tarjetaValores.calidad {
  display: block;
}
#valores .areas .tarjetasValores .tarjetaValores.calidad h5 {
  color: #ff92de;
}
#valores .areas .tarjetasValores .tarjetaValores.calidad .etiquetas li {
  background-color: #8866b1;
}
#valores .areas .tarjetasValores .tarjetaValores.colaboracion h5 {
  color: #fd8100;
}
#valores .areas .tarjetasValores .tarjetaValores.colaboracion .etiquetas li {
  background-color: #fd8100;
}
#valores .areas .tarjetasValores .tarjetaValores.compromiso h5 {
  color: #008584;
}
#valores .areas .tarjetasValores .tarjetaValores.compromiso .etiquetas li {
  background-color: #008584;
}
#valores .areas .tarjetasValores .tarjetaValores.creatividad h5 {
  color: #f95440;
}
#valores .areas .tarjetasValores .tarjetaValores.creatividad .etiquetas li {
  background-color: #974354;
}
#valores .areas .tarjetasValores .tarjetaValores.empatia h5 {
  color: #ffca6c;
}
#valores .areas .tarjetasValores .tarjetaValores.empatia .etiquetas li {
  background-color: #ffca6c;
  color: #03337f;
}
#valores .areas .tarjetasValores .tarjetaValores.liderazgo h5 {
  color: #9fba02;
}
#valores .areas .tarjetasValores .tarjetaValores.liderazgo .etiquetas li {
  background-color: #628533;
}

@media screen and (max-width: 1000px) {
  #valores .tituloPrincipal {
    text-align: center;
  }
  #valores .tituloPrincipal h2 {
    width: 100%;
  }
  #valores .tituloPrincipal p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #valores {
    padding: calc(var(--paddingMedium) * 1) 30px var(--paddingMedium) 30px;
  }
  #valores .areas {
    flex-direction: column;
    gap: 1em;
    max-width: 340px;
    margin: 0 auto;
  }
  #valores .areas .seleccion {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5em;
  }
  #valores .areas .seleccion li a {
    width: auto;
    padding: 0.1em 0.2em;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
  }
  #valores .areas .seleccion li a span {
    display: none;
  }
  #valores .areas .seleccion li a img {
    width: 3.5em;
  }
}
/* SUMATE =============================================================== */
#sumate {
  font-family: "Poppins", sans-serif !important;
  padding: calc(var(--paddingMedium) * 0.8) 0;
  background-color: #3985ff;
  color: #fff;
}
#sumate .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  font-size: clamp(1rem, 2.3vw, 1.7em);
}
#sumate .wrapper h4 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  max-width: 23em;
}
#sumate .wrapper a {
  padding: 0.6em 1.2em;
  border-radius: 1.2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
  color: #3985ff;
  display: flex;
  align-items: center;
  gap: 0.6em;
  transition: all 0.2s;
  margin-bottom: 0.2em;
  background-color: #fff;
  white-space: nowrap;
}
#sumate .wrapper a img {
  width: 1em;
}

@media screen and (max-width: 600px) {
  #sumate .wrapper {
    flex-direction: column;
    gap: 0.8em;
    text-align: center;
  }
  #sumate .wrapper h4 {
    max-width: 17em;
  }
}
/* PROCESO =============================================================== */
#proceso {
  font-family: "Poppins", sans-serif !important;
  padding: calc(var(--paddingMedium) * 1.1) 0 calc(var(--paddingMedium) * 1.2) 0;
  background-color: #012875;
  color: #fff;
}
#proceso .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#proceso .wrapper h2 {
  font-size: clamp(1rem, 2.6rem, 3.5em);
  text-align: center;
  color: #3985ff;
  margin-bottom: 0.6em;
  line-height: 1.2em;
}
#proceso .wrapper h2 span {
  font-style: italic;
}
#proceso .wrapper .mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  #proceso .wrapper h2 {
    display: none;
  }
  #proceso .wrapper .desktop {
    display: none;
  }
  #proceso .wrapper .mobile {
    display: block;
  }
}
/* PREGUNTAS FRECUENTES =============================================================== */
#faq {
  font-family: "Poppins", sans-serif !important;
  padding: calc(var(--paddingMedium) * 1.1) 0 calc(var(--paddingMedium) * 1.2) 0;
  color: #012875;
}
#faq h2 {
  font-size: clamp(1rem, 7vw, 2.5em);
  color: #012875;
  margin-bottom: 0.6em;
}
#faq .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3em;
  font-size: clamp(0.9rem, 2vw, 1.1em);
}
#faq .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  flex: 1;
}
#faq .wrapper ul li {
  background-color: #ededed;
  padding: 1em 1.5em;
  border-radius: 1.5em;
}
#faq .wrapper ul li .question {
  color: #012875;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .wrapper ul li .question i {
  transform: rotate(90deg);
  font-size: 1.4em;
}
#faq .wrapper ul li .contenido {
  margin-top: 0.5em;
}
#faq .wrapper ul li:hover {
  background-color: #e3e3e3;
}
#faq .wrapper ul li.expanded .question i {
  transform: rotate(270deg);
}
#faq .wrapper .mano {
  max-width: 11em;
}

@media screen and (max-width: 680px) {
  #faq {
    padding: calc(var(--paddingMedium) * 1.1) 30px;
  }
  #faq .wrapper .mano {
    display: none;
  }
}
/* Control del acordión */
.accordionWrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows ease-in-out 300ms;
}

.accordionWrapper > div {
  overflow: hidden;
}

.expanded .accordionWrapper {
  grid-template-rows: 1fr;
}/*# sourceMappingURL=section.css.map */