@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, 4.25vw, 3rem);
  padding: calc(2.5em + 89px) 0 3.75em 0;
  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.3em;
}
#hero .title .auditorio {
  width: 100%;
  max-width: 14.5em;
}
#hero .title h1 img {
  flex: 1;
  width: 6.7em;
}
#hero h2 {
  font-weight: 600;
  line-height: 1em;
  font-size: 2.2em;
  margin-bottom: 0.35em;
}
#hero h2 span {
  color: #3986ff;
}
#hero p {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 0.56em;
  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.53em;
  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: #04102d;
  border: 1px solid #04102d;
  color: #fff;
}
#hero .cta a.secondary:hover {
  background-color: #04102d;
}

@media screen and (max-width: 800px) {
  #hero {
    margin-top: 0;
    padding: 60px 0;
  }
}
@media screen and (max-width: 680px) {
  #hero .claim {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  #hero .claim div h1 {
    margin-bottom: 0.5em;
  }
  #hero .illustration {
    width: 100%;
    max-width: 400px;
  }
  #hero {
    padding-bottom: 20px;
    padding-bottom: 20p;
    padding-bottom: 2;
  }
}
/* GUARDA =============================================================== */
#guarda {
  font-size: clamp(1rem, 4.25vw, 3rem);
  height: 5.43em;
  background: url(guarda.svg) repeat-x;
  background-size: auto 100%;
}

/* ACERCA =============================================================== */
#about {
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: calc(2.5em + 89px) 0 3.75em 0;
  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.6em 1.2em 0.6em;
}
#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: -1.3em;
}
#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: #04102d;
}

/* 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, 4.25vw, 3rem);
  padding: 2.75em 0 1.5em 0;
  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;
}

/* ¿CÓMO FUNCIONA? ============================================================= */
#funcionamiento {
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: 0 0 3.8em 0;
  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;
}

/* 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;
}

/* CONTACTO =============================================================== */
#contacto {
  font-size: clamp(1rem, 4.25vw, 3rem);
  padding: 3.4em 0 2.8em 0;
  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 {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
  font-weight: 300;
  background: url(images/throbber.gif) no-repeat center 0;
  padding: 40px 0 0 0;
}

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