@charset "UTF-8";
.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;
}

@media screen and (max-width: 1100px) {
  .pageWidth {
    padding: 0 10px;
  }
}
/* HERO =============================================================== */
#hero {
  font-size: clamp(1rem, 4vw, 3rem);
  padding: calc(1.45em + 89px) 0.625em 1.65em 0.625em;
  background-color: #003075;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#hero .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 0.5em;
}
#hero .title picture,
#hero .title .auditorio {
  display: flex;
  width: 100%;
  max-width: 11em;
}
#hero .title h1 img {
  flex: 1;
  width: 3.18em;
}
#hero h2 {
  font-weight: 600;
  line-height: 1em;
  font-size: 1.79em;
  margin-bottom: 0.27em;
}
#hero h2 span {
  color: #3986ff;
}
#hero h2 br.mobile {
  display: none;
}
#hero p {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 0.42em;
  margin-bottom: 1.8em;
}
#hero p span {
  color: #3986ff;
}
#hero .cta {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
#hero .cta a {
  font-size: 0.43em;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.3em 1em;
  border-radius: 2em;
  transition: background-color 0.2s, color 0.2s;
}
#hero .cta a.primary {
  background-color: #fff;
  color: #002149;
}
#hero .cta a.primary:hover {
  background-color: #3985ff;
  border: 1px solid #3985ff;
  color: #fff;
}
#hero .cta a.secondary:hover {
  color: #003075;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  #hero {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  #hero .pageWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hero .title {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 2em;
    width: 100%;
    max-width: 410px;
  }
  #hero .title picture,
  #hero .title .auditorio {
    max-width: 16.9em;
  }
  #hero .title h1 img {
    margin-top: -1.2em;
    width: 6.1em;
  }
  #hero h2 {
    width: 100%;
    max-width: 410px;
  }
  #hero h2 br.desktop {
    display: none;
  }
  #hero h2 br.mobile {
    display: initial;
  }
  #hero p {
    font-size: 0.8em;
    width: 100%;
    max-width: 410px;
  }
  #hero p br {
    display: none;
  }
  #hero .cta {
    width: 100%;
    max-width: 410px;
  }
  #hero .cta a {
    font-size: 0.8em;
  }
}
/* GUARDA =============================================================== */
#guarda {
  font-size: clamp(1rem, 4.25vw, 3rem);
  height: 5.43em;
  background-color: #003075;
  background-image: url(guarda.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

/* SLIDER =============================================================== */
#slider {
  font-size: clamp(1rem, 4.25vw, 3rem);
  background-color: #003075;
  padding: 0 !important;
  margin: 0 !important;
}
#slider li {
  height: 5.43em !important;
  padding: 0 !important;
  margin: 0 !important;
}
#slider li img {
  font-size: clamp(1rem, 4.25vw, 3rem);
  display: flex;
  height: 5.43em !important;
  max-width: initial;
}

.bx-wrapper,
.bx-viewport {
  font-size: clamp(1rem, 4.25vw, 3rem);
  height: 5.43em !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ACERCA =============================================================== */
#about {
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: 2.5em 0.625em 3.75em 0.625em;
  background-color: #002149;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#about .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6em;
}
#about .title h2 {
  font-size: 1.22em;
  font-weight: 600;
}
#about .title img {
  width: 3.45em;
  margin-bottom: 0.25em;
}
#about ul {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  margin-bottom: 1em;
}
#about ul li {
  border: 2px solid #3986ff;
  border-radius: 0.5em;
  transition: background-color 0.2s;
}
#about ul li:hover {
  background-color: #04102d;
}
#about ul li a {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0.3em;
}
#about ul li a .titulo {
  display: flex;
  gap: 0.3em;
}
#about ul li a .titulo h3 {
  color: #3986ff;
  font-weight: 600;
  font-size: 0.77em;
  transition: all 0.2s;
}
#about ul li a .titulo img {
  width: 1em;
  opacity: 1;
  transition: opacity 0.2s;
}
#about ul li a .more,
#about ul li a .less {
  width: 1em;
}
#about ul li a .more {
  display: block;
}
#about ul li a .less {
  display: none;
}
#about ul li .contenido {
  display: flex;
  padding: 0.6em 0.9em 1.2em 0.9em;
}
#about ul li .contenido img {
  width: 1.6em;
}
#about ul li .contenido p {
  font-size: 0.5em;
  line-height: 1em;
  font-weight: 500;
}
#about ul li .contenido div:not(:last-child) {
  border-right: 1px solid #205cb3;
  padding-right: 1.2em;
  margin-right: 1.2em;
}
#about ul li.expanded {
  background-color: #3986ff;
}
#about ul li.expanded a .titulo h3 {
  color: #fff;
  margin-left: -1em;
}
#about ul li.expanded a .titulo img {
  opacity: 0;
}
#about ul li.expanded a .more {
  display: none;
}
#about ul li.expanded a .less {
  display: block;
}
#about .servicio {
  background-color: #0f2c5f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.17em 0.17em 0.17em 0.5em;
  border-radius: 2em;
}
#about .servicio h3 {
  font-size: 0.6em;
  font-weight: 600;
  margin-bottom: 0.1em;
}
#about .servicio a {
  font-size: 0.5em;
  font-weight: 500;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 2em;
  background-color: #0049a0;
  transition: background-color 0.2s;
}
#about .servicio a:hover {
  background-color: #3985ff;
}

@media screen and (max-width: 600px) {
  #about .pageWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about .pageWidth .title {
    width: 100%;
    max-width: 410px;
    font-size: 1.25em;
  }
  #about .pageWidth ul {
    width: 100%;
    max-width: 410px;
  }
  #about .pageWidth ul li a .titulo h3 {
    font-size: 1.4em;
  }
  #about .pageWidth ul li a .titulo img {
    width: 1.4em;
  }
  #about .pageWidth ul li a .more,
  #about .pageWidth ul li a .less {
    width: 1.4em;
  }
  #about .pageWidth ul li.expanded a .titulo h3 {
    margin-left: -1em;
  }
  #about .pageWidth ul li .contenido {
    flex-direction: column;
    padding-top: 0.2em;
    padding-bottom: 0.6em;
    font-size: 1.6em;
  }
  #about .pageWidth ul li .contenido > div {
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
  #about .pageWidth ul li .contenido > div p br {
    display: none;
  }
  #about .pageWidth ul li .contenido > div:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #205cb3;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
  }
  #about .pageWidth .servicio {
    width: 100%;
    max-width: 410px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  #about .pageWidth .servicio {
    font-size: 1.5em;
  }
}
/* 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;
}

/* PRÓXIMAS SESIONES =============================================================== */
#sesiones {
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: 2.3em 0 1.5em 0;
  background-color: #003075;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#sesiones .title {
  margin-bottom: 0.8em;
}
#sesiones .title .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2em;
}
#sesiones .title .wrapper h2 {
  color: #3986ff;
  font-size: 1.22em;
  font-weight: 600;
  margin-bottom: 0.1em;
}
#sesiones .title .wrapper img {
  width: 1.6em;
}
#sesiones .title p {
  font-size: 0.48em;
  line-height: 1em;
  font-weight: 500;
}
#sesiones ul {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  margin-bottom: 1em;
}
#sesiones ul li {
  background-color: #194085;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  padding: 0.4em 0.6em;
  gap: 0.58em;
}
#sesiones ul li .fecha {
  display: flex;
  flex-direction: column;
  width: 1.7em;
}
#sesiones ul li .fecha .mes {
  color: #3986ff;
  font-size: 0.73em;
  font-weight: 600;
  line-height: 1em;
}
#sesiones ul li .fecha .dia {
  font-size: 1.23em;
  font-weight: 600;
  line-height: 1em;
}
#sesiones ul li .descripcion {
  flex: 1;
}
#sesiones ul li .descripcion h3 {
  font-size: 0.8em;
  font-weight: 500;
}
#sesiones ul li .descripcion p {
  font-size: 0.48em;
  font-weight: 500;
}
#sesiones ul li .descripcion p span {
  color: #3985ff;
  display: inline-block;
  width: 5.5em;
}
#sesiones ul li .cta a {
  display: flex;
  font-size: 0.46em;
  white-space: nowrap;
  gap: 0.3em;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 0.1em 0.7em;
  border-radius: 1em;
  transition: background-color 0.2s;
}
#sesiones ul li .cta a:hover {
  background-color: #04102d;
}
#sesiones ul li .cta a {
  color: #fff;
}
#sesiones ul li .cta a img {
  width: 1em;
}
#sesiones .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sesiones .nav .iso {
  width: 0.75em;
}
#sesiones .nav .controls {
  display: flex;
  gap: 0.325em;
}
#sesiones .nav .controls img {
  width: 0.97em;
  transition: background-color 0.2s;
  border-radius: 50%;
}
#sesiones .nav .controls img:hover {
  background-color: #04102d;
}

/* QUE INCLUYE =============================================================== */
#incluye {
  font-size: clamp(1rem, 4vw, 3rem);
  padding: 2.5em 0.625em 2.5em 0.625em;
  font-family: "Poppins", sans-serif;
}
#incluye h2 {
  font-size: 0.98em;
  color: #3986ff;
  font-weight: 600;
  margin-bottom: 0.6em;
}
#incluye .areas {
  display: flex;
  align-items: stretch;
  gap: 0.47em;
}
#incluye .areas .seleccion {
  width: 9.1em;
  display: flex;
  flex-direction: column;
  gap: 0.18em;
}
#incluye .areas .seleccion li {
  border: 1px solid #cdcfd3;
  border-radius: 0.27em;
}
#incluye .areas .seleccion li a {
  display: flex;
  align-items: center;
  padding: 0.3em 0.3em;
  gap: 0.3em;
}
#incluye .areas .seleccion li a span {
  font-size: 0.45em;
  font-weight: 500;
  color: #b1b3b8;
  flex: 1;
}
#incluye .areas .seleccion li a .normal {
  display: block;
}
#incluye .areas .seleccion li a .activo {
  display: none;
}
#incluye .areas .seleccion li.activo {
  background-color: #3986ff;
  border: 1px solid #3986ff;
}
#incluye .areas .seleccion li.activo a span {
  color: #fff;
}
#incluye .areas .seleccion li.activo a .normal {
  display: none;
}
#incluye .areas .seleccion li.activo a .activo {
  display: block;
}
#incluye .areas .tarjetas {
  width: 13.4em;
}
#incluye .areas .tarjetas .tarjeta {
  background-color: #f4f8ff;
  padding: 1.2em 1.08em;
  border-radius: 0.9em;
  min-height: 100%;
}
#incluye .areas .tarjetas .tarjeta h3 {
  color: #3986ff;
  line-height: 1.1em;
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 0.6em;
}
#incluye .areas .tarjetas .tarjeta p.principal {
  line-height: 1.1em;
  font-size: 0.56em;
  font-weight: 600;
  color: #003075;
  margin-bottom: 0.9em;
}
#incluye .areas .tarjetas .tarjeta p.secundario {
  line-height: 1.4em;
  font-size: 0.4em;
  font-weight: 500;
  margin-bottom: 2.1em;
  color: #003075;
}
#incluye .areas .tarjetas .tarjeta p.nota {
  font-size: 0.37em;
  color: #003075;
  line-height: 1.25em;
  font-weight: 500;
}
#incluye .areas .tarjetas .tarjeta div {
  display: flex;
  flex-direction: column;
}
#incluye .areas .tarjetas .tarjeta:not(:first-child) {
  display: none;
}
#incluye .areas .tarjetas .tarjeta ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.25em;
  position: relative;
}
#incluye .areas .tarjetas .tarjeta ul li:not(:last-child) {
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #c1daf8;
}
#incluye .areas .tarjetas .tarjeta ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  height: calc(100% - 0.4em);
  width: 1px;
  border-left: 1px solid #c1daf8;
}
#incluye .areas .tarjetas .tarjeta ul li img {
  width: 0.8em;
}
#incluye .areas .tarjetas .tarjeta ul li span {
  font-size: 0.5em;
  font-weight: 500;
  color: #3986ff;
}
#incluye .areas img {
  width: 0.8em;
}

@media screen and (max-width: 600px) {
  #incluye h2 {
    font-size: 1.5em;
    width: 100%;
    max-width: 410px;
    margin: 0 auto 0.7em auto;
  }
  #incluye .areas {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.6em;
  }
  #incluye .areas .seleccion {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 410px;
  }
  #incluye .areas .seleccion li {
    font-size: 4em;
  }
  #incluye .areas .seleccion li a {
    padding: 0.1em;
    width: 0.5em;
    overflow: hidden;
  }
  #incluye .areas .seleccion li span {
    display: none;
  }
  #incluye .areas .tarjetas {
    font-size: 1.5em;
    width: 100%;
    max-width: 410px;
  }
  #incluye .areas .tarjetas .tarjeta {
    min-height: 13em;
  }
}
@media screen and (max-width: 450px) {
  #incluye h2 {
    font-size: 1.8em;
  }
  #incluye .areas {
    gap: 1em;
  }
  #incluye .areas .seleccion li {
    font-size: 4.8em;
  }
  #incluye .areas .tarjetas {
    font-size: 1.6em;
  }
  #incluye .areas .tarjetas .tarjeta {
    min-height: 300px;
  }
}
/* ¿CÓMO FUNCIONA? ============================================================= */
#funcionamiento {
  font-size: clamp(1rem, 4vw, 3rem);
  padding: 0 0.625em 3.8em 0.625em;
  font-family: "Poppins", sans-serif;
}
#funcionamiento h2 {
  font-size: 0.98em;
  color: #3986ff;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
}
#funcionamiento img {
  display: flex;
  margin-bottom: 0.75em;
}
#funcionamiento ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8em;
  position: relative;
}
#funcionamiento ul li {
  position: relative;
}
#funcionamiento ul li h3 {
  font-size: 0.5em;
  line-height: 1.1em;
  color: #3986ff;
  font-weight: 600;
  margin-bottom: 1.5em;
}
#funcionamiento ul li p {
  font-size: 0.39em;
  line-height: 1.2em;
}
#funcionamiento ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.9em;
  border-right: 1px solid #c2cdde;
}

@media screen and (max-width: 600px) {
  #funcionamiento .pageWidth {
    width: 100%;
    max-width: 410px;
  }
  #funcionamiento .pageWidth h2 {
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  #funcionamiento .pageWidth .wrapper {
    display: flex;
    gap: 1em;
  }
  #funcionamiento .pageWidth .wrapper img {
    width: 11em;
  }
  #funcionamiento .pageWidth .wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #funcionamiento .pageWidth .wrapper ul li::after {
    content: none;
  }
  #funcionamiento .pageWidth .wrapper ul li h3 {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  #funcionamiento .pageWidth .wrapper ul li p {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 450px) {
  #funcionamiento .pageWidth h2 {
    text-align: left;
    font-size: 1.7em;
    margin-bottom: 1em;
  }
  #funcionamiento .pageWidth .wrapper {
    display: flex;
    gap: 1em;
  }
  #funcionamiento .pageWidth .wrapper img {
    width: 13.5em;
    min-width: 110px;
  }
  #funcionamiento .pageWidth .wrapper ul li {
    font-size: 1.4em;
  }
  #funcionamiento .pageWidth .wrapper ul li h3 {
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  #funcionamiento .pageWidth .wrapper ul li p {
    font-size: 0.6em;
  }
}
/* SERVICIO =============================================================== */
#servicio {
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: 1.1em 0 1.5em 0;
  background-color: #3985ff;
}
#servicio .wrapper {
  display: flex;
  justify-content: center;
}
#servicio .wrapper h2 {
  display: flex;
  align-items: flex-end;
  font-size: 1em;
}
#servicio .wrapper h2 img {
  width: 8.5em;
  display: flex;
  margin-bottom: 0.1em;
}
#servicio .wrapper h2 span {
  font-size: 0.95em;
  line-height: 1em;
  color: #003075;
}
#servicio .wrapper h2 span i {
  font-style: italic;
}

@media screen and (max-width: 600px) {
  #servicio .wrapper h2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.7em;
  }
  #servicio .wrapper h2 img {
    width: 10em;
  }
}
/* CONTACTO =============================================================== */
#contacto {
  font-size: clamp(1rem, 4vw, 3rem);
  padding: 3.4em 0.625em 2.8em 0.625em;
  background-color: #003075;
}
#contacto .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2em;
  margin-bottom: 1.9em;
}
#contacto .wrapper h2 {
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
}
#contacto .wrapper h2 span {
  color: #3986ff;
}
#contacto .wrapper #contactForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2em;
}
#contacto .wrapper #contactForm ::-moz-placeholder {
  color: #5b68d1;
  font-weight: 400;
}
#contacto .wrapper #contactForm ::placeholder {
  color: #5b68d1;
  font-weight: 400;
}
#contacto .wrapper #contactForm .inputWrapper,
#contacto .wrapper #contactForm .selectWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  align-items: flex-start;
}
#contacto .wrapper #contactForm .selectWrapper {
  margin-top: 10px;
}
#contacto .wrapper #contactForm input[type=text] {
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #3985ff;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.35em;
  font-weight: 500;
  color: #3985ff;
  color: #abccff;
  margin-top: 1.2em;
  margin-bottom: 0;
  padding: 0px 2px 4px 0;
}
#contacto .wrapper #contactForm input[type=text]:focus {
  border-bottom: 1px solid #3985ff;
}
#contacto .wrapper #contactForm .floatingLabel,
#contacto .wrapper #contactForm .selectWrapper label:not(.error) {
  position: absolute;
  display: block;
  pointer-events: none;
  left: 0;
  margin-left: 0;
  top: 1.4em;
  transition: 0.1s ease all;
  transform-origin: 0 0;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.35em;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0px;
  margin-top: 0.2em;
}
#contacto .wrapper #contactForm input:not(:-moz-placeholder) ~ .floatingLabel {
  top: 0;
  transform: scale(0.7) !important;
  color: #fff;
}
#contacto .wrapper #contactForm input:focus ~ .floatingLabel,
#contacto .wrapper #contactForm input:not(:placeholder-shown) ~ .floatingLabel,
#contacto .wrapper #contactForm .selectWrapper label:not(.error) {
  top: 0;
  transform: scale(0.7) !important;
  color: #fff;
}
#contacto .wrapper #contactForm label.error {
  color: #ff0000;
  font-size: 0.3em;
  font-weight: 600;
}
#contacto .wrapper #contactForm input[type=submit] {
  border: none;
  display: inline-block;
  color: #27067f;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.47em;
  font-weight: 600;
  border-radius: 2em;
  transition: background-color 0.2s;
  background-color: #fff;
  margin-top: 0.3em;
  padding: 0.5em 1.4em;
}
#contacto .wrapper #contactForm input[type=submit]:hover {
  background-color: #3985ff;
}
#contacto .wrapper #waiting {
  text-align: center;
  font-weight: 600;
  font-size: 0.5em;
  background: url(images/throbber.gif) no-repeat center 0;
  padding: 60px 0 0 0;
  color: #fff;
  position: relative;
}
#contacto .wrapper #waiting:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: calc(50% - 24px);
  border: 5px solid #003075;
  border-bottom-color: #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contacto .wrapper .box {
  background-color: #3986ff;
  border-radius: 0.8em;
  padding: 0.4em 1em 0.6em 1em;
  color: #fff;
}
#contacto .wrapper .box span {
  font-size: 0.5em;
  font-weight: 600;
}
#contacto .wrapper .box p {
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}
#contacto .wrapper .box .check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contacto .wrapper .box .check span {
  font-weight: 600;
}
#contacto .wrapper .box .check img {
  width: 1.2em;
}

@media screen and (max-width: 600px) {
  #contacto .wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  #contacto .wrapper h2 {
    font-size: 1.8em;
  }
  #contacto .wrapper .formWrapper {
    font-size: 2.2em;
  }
  #contacto .wrapper .formWrapper #contactForm input[type=submit] {
    font-size: 0.35em;
  }
  #contacto .wrapper .box {
    padding: 0.8em 1em 1em 1em;
  }
  #contacto .wrapper .box span {
    font-size: 0.98em;
  }
  #contacto .wrapper .box p {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 0.5em;
  }
  #contacto .wrapper .box .check {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #contacto .wrapper .box .check span {
    font-weight: 600;
  }
  #contacto .wrapper .box .check img {
    width: 1.8em;
  }
}
@media screen and (max-width: 450px) {
  #contacto .wrapper {
    margin-bottom: 4em;
  }
  #contacto .wrapper h2 {
    font-size: 2em;
  }
  #contacto .wrapper .formWrapper {
    font-size: 2.8em;
  }
}
/* PREGUNTAS FRECUENTES =============================================================== */
#faq {
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: 3.4em 0 2.8em 0;
  color: #012875;
}
#faq .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.85em;
}
#faq .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  flex: 1;
}
#faq .wrapper ul li {
  background-color: #f6f6f6;
  padding: 0.7em 0.5em;
  border-radius: 0.54em;
  transition: background-color 0.2s;
}
#faq .wrapper ul li .question {
  color: #012875;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .wrapper ul li .question h3 {
  font-size: 0.5em;
  font-weight: 500;
}
#faq .wrapper ul li .question i {
  transform: rotate(90deg);
  font-size: 0.7em;
}
#faq .wrapper ul li .contenido {
  margin-top: 0.5em;
}
#faq .wrapper ul li .contenido p {
  font-size: 0.39em;
  line-height: 1.3em;
}
#faq .wrapper ul li:hover {
  background-color: #e8e8e8;
}
#faq .wrapper ul li.expanded .question i {
  transform: rotate(270deg);
}
#faq .wrapper .title {
  max-width: 11em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#faq .wrapper .title h2 {
  font-size: 0.93em;
  line-height: 1em;
  font-weight: 600;
  color: #012875;
  margin-bottom: 0.6em;
}
#faq .wrapper .title .mano {
  max-width: 90%;
}

@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 */