:root {
  --color-yellow: #f4d500;
  --color-green: #00913a;
  --color-blue: #2e5b9f;
  --color-purple: #302681;
  --color-navy: #252270;
  --color-gray: #808080;
  --color-white: #ffffff;
  --color-black: #000000;

  --font-primary: "Manrope", sans-serif;
  --base-size-font: 15px;

  --transition: all 0.4s ease;

  --title: 2.2rem;
  --text-content-size: 1rem;
}

body {
  font: 400 var(--base-size-font) var(--font-primary);
  line-height: 1.5;
  margin: 0;
  color: var(--color-navy);
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: var(--base-size-font);
}

p {
  font-size: var(--text-content-size);
  margin-bottom: 16px;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 800;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.d-flex {
  display: flex;
}

/* --- Container --- */

.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 1.5rem;
  max-width: 1200px;
  z-index: 1;
}

/* --- General --- */
.btn {
  border: none;
  background-color: var(--color-yellow);
  color: var(--color-navy);
  font-family: var(--font-primary);
  padding: 7px 34px;
  transition:
    color 0.45s ease,
    background-color 0.45s ease;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 999px;
  overflow: hidden;
  white-space: nowrap;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--color-navy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.btn:hover {
  color: var(--color-white);
}

.btn:hover::before {
  transform: scaleX(1);
}

.btn.-outline {
  background-color: transparent;
  border: 1px solid var(--color-yellow);
  color: var(--color-yellow);
}

.btn.-outline::before {
  background-color: var(--color-white);
}

.btn.-outline:hover {
  color: var(--color-navy);
}

.btn.-w100 {
  width: 100%;
}

/* --- Title --- */
.title {
  font: 400 var(--title) var(--font-primary);
  line-height: 1.15;
  margin: 0 0 32px;
  color: var(--color-navy);
}

.title.-white {
  color: var(--color-white);
}

.title.-center {
  text-align: center;
}

@media screen and (min-width: 580px) {
}

@media screen and (min-width: 980px) {
}

/* --- Color bar (Hero / Footer) --- */
.color-bar {
  width: 100%;
}

.color-bar__seg {
  flex: 1;
  height: 100%;
}

.color-bar__seg:nth-child(1) {
  background-color: var(--color-blue);
}

.color-bar__seg:nth-child(2) {
  background-color: var(--color-yellow);
}

.color-bar__seg:nth-child(3) {
  background-color: var(--color-green);
}

.color-bar__seg:nth-child(4) {
  background-color: var(--color-white);
}

.color-bar.-lg {
  height: 10px;
}

.color-bar.-sm {
  height: 4px;
  width: 80%;
  margin: 0 auto;
}

.color-bar.-page {
  height: 3px;
  width: 410px;
  max-width: 100%;
  margin: 24px auto 0;
}

section {
  padding: 60px 0;
  overflow-x: clip;
  position: relative;
  scroll-margin-top: 110px;
}

@media screen and (min-width: 580px) {
}

@media screen and (min-width: 980px) {
  section {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1280px) {
}

/**
*	PRELOADER
*	=======================================================================================================
**/
/** PRELOADER - CONTENEDOR BASE (fijo, full-viewport, por encima de todo) ============== **/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  /* ventana-prin.svg no trae pared de fondo (solo el marco de la ventana),
     así que esta capa hace de "pared de cabina" detrás de todo. */
  background: radial-gradient(
    120% 120% at 50% 38%,
    #eef2f5 0%,
    #d7dee3 55%,
    #b9c2ca 100%
  );
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.has-preloader-lock,
html.has-preloader-lock body {
  overflow: hidden;
  height: 100%;
}

/** PRELOADER - VENTANA (SVG inline ventana-prin4.svg, viewBox 353.88x453.86) ============== **/
.preloader__window,
.preloader__sky {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(44vmin, 360px);
  aspect-ratio: 353.88 / 453.86;
  transform: translate(-50%, -50%);
  /* Ventana (SVG inline) y cielo (foto por red) nunca terminan de "estar
     listos" en el mismo momento entre sí (dos mecanismos de timing
     independientes) — en vez de dejarlos aparecer cada uno cuando pueda
     (orden distinto en cada carga), se ocultan los dos y se revelan juntos
     recién cuando el más lento (el cielo) avisa que cargó, ver
     ".preloader.is-ready" y el onload del <img> en header.php. */
  opacity: 0;
  transition: opacity 0.35s ease;
  /* Le asigna su propia capa de composición desde antes de animar: sin esto,
     Safari/iOS a veces pinta el filter:drop-shadow del SVG de la ventana
     (ver .preloader__window svg más abajo) contra el bounding box
     rectangular del elemento en vez de seguir el óvalo real mientras dura
     la transición de opacity — se ve como un halo/sombreado cuadrado
     alrededor de la ventana que desaparece solo en el siguiente repaint
     (por eso al recargar se ve bien). Si en algún iOS viejo persistiera,
     el respaldo documentado es sumar además `transform: translateZ(0);`. */
  will-change: opacity;
}

.preloader.is-ready .preloader__window,
.preloader.is-ready .preloader__sky {
  opacity: 1;
}

.preloader__window {
  z-index: 2;
  transform-origin: 50% 50%;
}

.preloader__window svg {
  display: block;
  width: 100%;
  height: 100%;
  /* ventana-prin4.svg ya no trae la sombra inferior que sí tenía
     ventana-prin2.svg: se repone acá siguiendo la silueta real del
     marco (drop-shadow, no box-shadow, para que no sea un rectángulo). */
  filter: drop-shadow(0 20px 22px rgba(20, 30, 45, 0.28));
}

/** PRELOADER - CIELO (foto real cielo.webp, con paneo + zoom tipo Ken Burns "pasando" detrás de la ventana) ============== **/
.preloader__sky {
  z-index: 1;
  overflow: hidden;
  background-color: #cfe3f2;
  /* ventana-prin.svg no pinta nada fuera del óvalo de la ventana (ni marco
     ni pared): sin este recorte, el rectángulo del cielo se asomaría por
     las 4 esquinas del bounding box. Aproxima la silueta ovalada del hueco
     para que el cielo solo se vea donde correspondería ver a través del
     vidrio. */
  clip-path: ellipse(44% 43% at 50% 46%);
}

.preloader__sky-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15% 40%;
  transform: scale(1.14);
  transform-origin: 50% 50%;
}

@media (prefers-reduced-motion: no-preference) {
  .preloader__sky-img {
    animation: preloaderSkyPan 6s ease-in-out infinite alternate;
  }
}

@keyframes preloaderSkyPan {
  0% {
    object-position: 0% 30%;
    transform: scale(1.16);
  }
  50% {
    object-position: 50% 50%;
    transform: scale(1.3);
  }
  100% {
    object-position: 100% 68%;
    transform: scale(1.16);
  }
}

/** PRELOADER - VIÑETA (sombreado sutil de esquinas, sensación de profundidad) ============== **/
.preloader__vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 55%,
    rgba(37, 34, 112, 0.18) 100%
  );
}

/** PRELOADER - CONTADOR (%) ============== **/
.preloader__counter {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  z-index: 4;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 2px;
  font: 800 clamp(1.4rem, 4vw, 2rem) var(--font-primary);
  color: var(--color-navy);
  letter-spacing: 0.02em;
}

.preloader__counter-sign {
  font-size: 0.55em;
  font-weight: 700;
}

.preloader__sr-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/**
*	VIDEO MODAL
*	=======================================================================================================
**/
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16/9;
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video-modal.is-open .video-modal__dialog {
  transform: scale(1);
}

.video-modal__iframe-wrap {
  width: 100%;
  height: 100%;
}

.video-modal__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/**
*	IMAGE MODAL (lightbox) — mismo mecanismo que .video-modal
*	=======================================================================================================
**/
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.image-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.image-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.image-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.image-modal.is-open .image-modal__dialog {
  transform: scale(1);
}

.image-modal__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}

.image-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/**
*	INSTRUCTOR MODAL (popup foto + nombre + cargo + biografía)
*	=======================================================================================================
**/
.instructor-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.instructor-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.instructor-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.instructor-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 820px;
  max-height: 85vh;
  overflow-y: auto;
  background-color: var(--color-white);
  border-radius: 14px;
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media screen and (min-width: 768px) {
  .instructor-modal__dialog {
    flex-direction: row;
    max-height: 80vh;
  }
}

.instructor-modal.is-open .instructor-modal__dialog {
  transform: scale(1);
}

.instructor-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .instructor-modal__close {
    color: var(--color-navy);
  }
}

.instructor-modal__photo-col {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
}

@media screen and (min-width: 768px) {
  .instructor-modal__photo-col {
    width: 280px;
    aspect-ratio: auto;
  }
}

.instructor-modal__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

@media screen and (min-width: 768px) {
  .instructor-modal__photo {
    border-radius: 14px 0 0 14px;
  }
}

.instructor-modal__content {
  flex: 1 1 auto;
  padding: 32px;
}

.instructor-modal__name {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--color-navy);
}

.instructor-modal__role {
  display: block;
  font-size: 0.85rem;
  color: var(--color-green);
  margin-bottom: 16px;
}

.instructor-modal__content .color-bar.-sm {
  margin: 0 0 20px;
}

.instructor-modal__content .color-bar__seg:nth-child(4) {
  background-color: var(--color-navy);
}

.instructor-modal__bio {
  font-size: 0.9rem;
  color: var(--color-gray);
  line-height: 1.6;
}

.instructor-modal__bio p {
  margin: 0 0 12px;
}

.instructor-modal__bio p:last-child {
  margin-bottom: 0;
}

/**
*	HEADER
*	=======================================================================================================
**/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 1.5rem;
  transition: var(--transition);
}

@media screen and (min-width: 980px) {
  .header__inner {
    padding: 16px clamp(1.5rem, 4vw, 4rem);
  }
}

.header__logo img {
  display: block;
  width: 180px;
  height: auto;
}

.header__right {
  display: none;
}

@media screen and (min-width: 980px) {
  .header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}

/** HEADER - ROW 1: CONTACTO + SOCIAL ============== **/
.header__row--top {
  align-items: center;
  gap: 70px;
}

.header__contact {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.header__contact a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--color-green);
  transition: var(--transition);
}

.header__contact a:hover {
  color: var(--color-yellow);
}

.header__contact img {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.header__social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.header__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: var(--transition);
}

.header__social a img {
  width: 100%;
  height: 100%;
}

.header__social a:hover {
  opacity: 0.6;
  transform: translateY(-2px);
}

/** HEADER - ROW 2: NAV + DIVIDER + CTA ============== **/
.header__row--bottom {
  align-items: center;
  gap: 28px;
}

.header__nav-menu {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.header__nav-menu li a {
  display: inline-flex;
  text-decoration: none;
  color: var(--color-white);
  transition: var(--transition);
  position: relative;
}

.header__nav-menu li a:hover,
.header__nav-menu li.current a {
  color: var(--color-yellow);
}

.header__divider {
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}

.header__cta::before {
  background-color: var(--color-blue);
}
@media screen and (min-width: 980px) {
  .header__divider {
    display: flex;
  }
}

/* Rango angosto justo después de activarse el header de escritorio (980-1099px):
   el contenido (contacto+social arriba, menú+cta abajo) no cabe con los gaps
   normales — se achican solo en esta franja, el resto de anchos queda igual. */
@media screen and (min-width: 980px) and (max-width: 1099px) {
  .header__row--top {
    gap: 32px;
  }
  .header__nav-menu {
    gap: 16px;
  }
  .header__row--bottom {
    gap: 16px;
  }
}

/** HEADER - HAMBURGER (MOBILE) ============== **/
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 980px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  transition: var(--transition);
}

/**
*	HEADER FLOTANTE (aparece al bajar, sin logo)
*	=======================================================================================================
**/
.header-floating {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 999;
  max-width: calc(100% - 3rem);
  background-color: var(--color-purple);
  border-radius: 999px;
  box-shadow: 0 15px 35px rgb(0 0 0 / 30%);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 16px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

.header-floating.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header-floating__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 14px 10px 10px;
}
.header-floating .header__nav {
  display: none;
}

@media screen and (min-width: 980px) {
  .header-floating__inner {
    padding: 10px 14px 10px 28px;
  }
  .header-floating .header__nav {
    display: flex;
  }
}

.header-floating .header__hamburger {
  display: flex;
}

@media screen and (min-width: 980px) {
  .header-floating .header__hamburger {
    display: none;
  }
}

/**
*	NAV SIDEBAR (MOBILE)
*	=======================================================================================================
**/
.nav-sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100vh;
  background-color: var(--color-white);
  z-index: 2000;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: 4px 0 20px rgb(0 0 0 / 15%);
  display: flex;
  flex-direction: column;
}

.nav-sidebar.is-open {
  left: 0;
}

.nav-sidebar__header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-navy);
}

.nav-sidebar__logo img {
  width: 110px;
  display: block;
}

.nav-sidebar__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1;
}

.nav-sidebar__menu {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.nav-sidebar__menu li a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color-navy);
  transition: var(--transition);
}

.nav-sidebar__menu li a:hover {
  color: var(--color-blue);
  padding-left: 8px;
}

.nav-sidebar__footer {
  padding: 20px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-sidebar__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-sidebar__contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--color-gray);
  font-size: 0.85rem;
}

.nav-sidebar__contact a img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.nav-sidebar__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}

.nav-sidebar__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--color-navy);
}

.nav-sidebar__social a img {
  width: 14px;
  height: 14px;
}

.nav-sidebar__overlay {
  position: fixed;
  inset: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: 1999;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nav-sidebar__overlay.is-open {
  display: block;
  opacity: 1;
}

/**
*	PAGE HEADER (banner de páginas internas)
*	=======================================================================================================
**/
.page-header {
  display: flex;
  align-items: center;
  padding: 140px 0 30px;
}

@media screen and (min-width: 980px) {
  .page-header {
    min-height: 260px;
    padding: 0 0 28px;
    align-items: flex-end;
  }
}

.page-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-header__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.page-header__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header .title {
  margin-bottom: 0;
  font-weight: 800;
}

/**
*	HOME
*	=======================================================================================================
**/
/** HOME - SLIDER PRINCIPAL ============== **/
.hero {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero__swiper {
  height: calc(100vh - 10px);
  min-height: 560px;
  max-height: 900px;
}
.hero__slide {
  position: relative;
  height: 100%;
}

.hero__slide-media {
  position: absolute;
  inset: 0;
}

.hero__slide-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.1) 45%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
}

.hero__top-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero__slide .container {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
    padding-top: 175px;
    padding-bottom: 60px;
    z-index: 2;
}

/* Mobile: los dos títulos van unidos (poco espacio entre ellos, vía el
   gap del container de arriba) y el hero__slide-text queda debajo,
   separado por el gap propio de esta fila. column-reverse hace que
   hero__title--bottom (segundo en el HTML) se vea primero, justo debajo
   de hero__title--top. */
.hero__bottom-row {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
  .hero__slide .container {
    justify-content: space-between;
    gap: 0;
  }

  .hero__bottom-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .hero__title--bottom {
    text-align: right;
    padding-bottom: 50px;
  }
}

.hero__slide-text {
  color: var(--color-white);
  max-width: 340px;
  font-size: 0.9rem;
  margin: 0;
}

@media screen and (min-width: 980px) {
  .hero__slide-text {
    max-width: 400px;
  }
}

.hero__title {
    color: var(--color-white);
    margin: 0;
    font-weight: 400;
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    line-height: 1.1;
}

.hero__title strong {
  font-weight: 800;
}

.hero__title--top {
  text-align: left;
  max-width: 480px;
}

.hero__title--bottom {
    text-align: left;
    max-width: 420px;
}
.hero__logo {
  position: absolute;
  right: -688px;
  top: 50%;
  transform: translateY(-50%);
  width: 1080px;
  max-width: none;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 580px) {
  .hero__logo {
    right: -400px;
  }
}

.hero__pagination {
  position: absolute !important;
  bottom: 24px !important;
  left: auto !important;
  right: max(1.5rem, calc((100% - 1200px) / 2 + 1.5rem)) !important;
  width: auto !important;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.hero__swiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  transition: var(--transition);
}

.hero__swiper .swiper-pagination-bullet-active {
  background-color: var(--color-yellow);
  width: 26px;
  border-radius: 5px;
}

@media screen and (min-width: 580px) {
}

@media screen and (min-width: 980px) {
}

/** HOME - SECCIÓN PRESENTACIÓN ============== **/
.presentacion__wrapper {
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 980px) {
  .presentacion__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 120px;
  }
}

.presentacion__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .presentacion__media {
    width: 42%;
    max-width: none;
    margin: 0;
  }
}

.presentacion__image {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}

.presentacion__play {
    position: absolute;
    bottom: 30px;
    right: -45px;
    width: 131px;
    height: 131px;
    background-color: var(--color-yellow);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.presentacion__play-badge {
  position: absolute;
  inset: 0;
  width: 113px;
  height: 113px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.presentacion__play-icon {
  position: relative;
  z-index: 1;
  width: 32px;
  height: auto;
  transition: var(--transition);
}

.presentacion__play:hover .presentacion__play-icon {
  transform: scale(1.1);
}
.presentacion__contenido .btn {
  margin-top: 12px;
}

@media screen and (min-width: 580px) {
}

@media screen and (min-width: 980px) {
}

/** HOME - CURSO PRINCIPAL ============== **/
.curso-principal {
  background-color: var(--color-purple);
  color: var(--color-white);
  border-radius: 0 60px 0 0;
}

/** HOME - CURSO PRINCIPAL - BOARDING PASS ============== **/
.curso-principal__pass {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  color: var(--color-navy);
  border-radius: 14px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .curso-principal__pass {
    flex-direction: row;
  }
}

.curso-principal__pass-col--content {
  position: relative;
  padding: 36px 44px 36px 36px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .curso-principal__pass-col--content {
    width: 65%;
    padding: 40px 30px 40px 60px;
  }
}

.curso-principal__pass-route {
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.curso-principal__content {
  gap: 30px;
}
.curso-principal__pass-point.--right {
  text-align: right;
  max-width: 170px;
}
.curso-principal__pass-point.--right strong {
  color: var(--color-green);
}
.curso-principal__pass-point span {
  display: block;
  text-transform: uppercase;
  color: var(--color-gray);
}
.curso-principal__pass-point strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
}
.curso-principal__pass-route-line {
  flex: 1;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--color-gray) 40%,
    transparent 0%
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: relative;
}
.curso-principal__pass-route-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: auto;
  background-color: #fff;
}
.curso-principal__pass-meta {
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.curso-principal__pass-meta-item {
  gap: 5px;
  align-items: baseline;
}
.curso-principal__pass-meta span {
  text-transform: uppercase;
  color: var(--color-gray);
}

.curso-principal__pass-meta strong {
  font-weight: 800;
}
.curso-principal__pass-desc {
  color: var(--color-gray);
  margin: 0;
  line-height: 1.3;
}
.curso-principal__pass-barcode-wrap {
  position: relative;
  height: 100%;
  width: 45px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
@media screen and (min-width: 580px) {
  .curso-principal__pass-barcode-wrap {
  display: flex;
}
}


.curso-principal__pass-barcode {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 45px;
}
.curso-principal__pass-barcode-scan {
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  height: 26px;
  opacity: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(244, 213, 0, 0.85) 50%,
    transparent
  );
  pointer-events: none;
}
@media screen and (min-width: 980px) {
}
.curso-principal__pass-actions {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.curso-principal__pass-actions .btn {
  min-width: 155px;
}

.curso-principal__pass-col--image {
    position: relative;
    min-height: 260px;
    display: flex;
}

@media screen and (min-width: 980px) {
  .curso-principal__pass-col--image {
    width: 35%;
  }
}

.curso-principal__pass-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-yellow);
  letter-spacing: 4px;
  text-transform: uppercase;
}

/** HOME - CURSO PRINCIPAL - ASESORIA (3 COLUMNAS) ============== **/
.curso-principal__advisory {
  margin-top: 55px;
  flex-direction: column;
  background-color: var(--color-blue);
  border-radius: 14px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .curso-principal__advisory {
    flex-direction: row;
    align-items: center;
  }
}

.curso-principal__advisory-col--image {
  height: 160px;
}

@media screen and (min-width: 980px) {
  .curso-principal__advisory-col--image {
    width: 30%;
    height: auto;
    align-self: stretch;
  }
}
.curso-principal__advisory-col--content {
  padding: 45px;
  flex: 1;
  border-right: 1px solid #ffffff45;
}
.curso-principal__advisory-col--content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 900;
  color: #fff;
}
.curso-principal__advisory-col--content p {
  margin: 0;
  color: #fff;
  line-height: 1.4;
}

.curso-principal__advisory-col--action {
  padding: 0 32px 32px;
}

@media screen and (min-width: 980px) {
  .curso-principal__advisory-col--action {
    padding: 0 32px;
  }
}

.curso-principal__advisory-col--action .btn {
  white-space: nowrap;
}

@media screen and (min-width: 580px) {
}

/** HOME - TESTIMONIOS - LAYOUT ============== **/
#testimonios {
  padding-bottom: 0;
}
.testimonios__row {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .testimonios__row {
    flex-direction: row;
  }
}

/** HOME - TESTIMONIOS - TARJETA (base + variante "ver más") ============== **/
.testimonios__card {
  position: relative;
  flex: 1 1 0;
  min-height: 260px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .testimonios__card {
    min-height: 305px;
  }

  .testimonios__row--top .testimonios__card {
    min-height: 395px;
  }
}

.testimonios__card-bg {
  position: absolute;
  inset: 0;
}

.testimonios__card--more {
  cursor: default;
}

.testimonios__card-more-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(46, 91, 159, 0.5);
  z-index: 1;
}

.testimonios__card-more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}

.testimonios__card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.4s ease;
}

.testimonios__card:hover .testimonios__card-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.testimonios__card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  z-index: 2;
  color: var(--color-white);
  width: 80%;
  max-width: 450px;
}
.testimonios__card-heading {
  align-items: baseline;
}
.testimonios__card-name {
  font-weight: 800;
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
  color: var(--color-yellow);
}
.testimonios__card-gen {
  display: block;
  max-height: 20px;
  opacity: 1;
  overflow: hidden;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin-top 0.35s ease;
}

.testimonios__card:hover .testimonios__card-gen {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
.testimonios__card-gen-hover {
  display: inline-block;
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-yellow);
  font-weight: 700;
  transition:
    max-width 0.5s ease,
    margin-left 0.5s ease,
    opacity 0.35s ease,
    color 0.5s ease;
}

.testimonios__card-gen-hover::before {
  content: "|";
  margin-right: 8px;
  opacity: 0.6;
}

.testimonios__card:hover .testimonios__card-gen-hover {
  max-width: 220px;
  margin-left: 10px;
  opacity: 1;
  color: var(--color-green);
}

.testimonios__card-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 1280px) {
}

/** HOME - NOTICIAS ============== **/
.noticias {
  background-color: var(--color-purple);
  color: var(--color-white);
}

.noticias__wrapper {
  position: relative;
}

/** HOME - NOTICIAS - CAROUSEL BLOCK COMPARTIDO: HEADER (título + botón, también usado por Instructores en Nosotros) ============== **/
.carousel-block__header {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.carousel-block__header .title {
  margin: 0;
}

/** HOME - NOTICIAS - SLIDE (tarjeta de noticia) ============== **/
.noticias__swiper {
  overflow: visible;
}

.noticias__slide {
  width: 62vw;
  max-width: 400px;
  flex-shrink: 0;
}

.noticias__slide.is-featured {
  width: 590px;
  max-width: 590px;
}

@media screen and (min-width: 768px) {
  .noticias__slide {
    width: 400px;
  }
}

.noticias__slide-inner {
  display: block;
  color: inherit;
  text-decoration: none;
  transform-origin: left center;
}

.noticias__slide-media {
  position: relative;
  min-height: 400px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.noticias__slide-overlay {
  position: absolute;
  inset: 0;
  background-color: transparent;
  transition: background-color 0.4s ease;
}

.noticias__slide-content {
  padding: 16px 4px 0;
  transition: opacity 0.4s ease;
}

.noticias__slide-date {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-block;
  background-color: var(--color-yellow);
  color: var(--color-navy);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}
.noticias__slide-content h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.noticias__slide:not(.is-featured) .noticias__slide-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.noticias__slide:not(.is-featured) .noticias__slide-content {
  opacity: 0.4;
}

/** HOME - NOTICIAS - CAROUSEL BLOCK COMPARTIDO: FLECHAS (también usado por Instructores en Nosotros) ============== **/
.carousel-block__nav {
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.carousel-block__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.carousel-block__arrow img {
  width: 16px;
  height: 16px;
}

.carousel-block__arrow:hover {
  background-color: var(--color-navy);
}

.carousel-block__arrow:hover img {
  filter: brightness(0) invert(1);
}

.carousel-block__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
}

/**
*	FOOTER
*	=======================================================================================================
**/
/** FOOTER - FONDO Y DECORACIÓN ============== **/
.footer {
  position: relative;
  overflow: clip;
  background-color: var(--color-purple);
  padding: 70px 0 0;
}
.footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.footer__planet {
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 830px;
  opacity: 0.9;
}

@media screen and (min-width: 980px) {
  .footer__planet {
    width: 90%;
  }
}

.footer__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 95%);
}

.footer .container {
  z-index: 1;
}

/** FOOTER - LAYOUT ============== **/
.footer__wrapper {
  flex-direction: column;
  gap: 48px;
  padding-bottom: 60px;
}

@media screen and (min-width: 980px) {
  .footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
/** FOOTER - COLUMNA TAGLINE ============== **/
.footer__col--tagline {
  display: flex;
  flex-direction: column;
  gap: 77px;
  max-width: 365px;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .footer__col--tagline {
    align-items: flex-start;
    text-align: left;
  }
}

.footer__tagline {
  font-size: 3rem;
  color: var(--color-white);
  margin: 0;
  line-height: 1.1;
}

.footer__social {
  list-style: none;
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: var(--transition);
}
/** FOOTER - COLUMNA INFO Y CONTACTO ============== **/
.footer__col--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media screen and (min-width: 980px) {
  .footer__col--info {
    align-items: flex-end;
  }
}
.footer__isotipo {
  width: 150px;
  display: block;
  margin-bottom: 60px;
}
.footer__actions {
  gap: 14px;
  flex-direction: column;
}
.footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 980px) {
  .footer__contact {
    align-items: flex-end;
  }
}

.footer__contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer__contact a img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.footer__contact a:hover {
  color: var(--color-yellow);
}
/** FOOTER - BARRA DE COPYRIGHT ============== **/
.footer__copy {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 40px 0;
}

@media screen and (min-width: 980px) {
  .footer__copy {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer__credit {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.footer__credit a {
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.footer__credit a:hover {
  opacity: 0.7;
}

.footer__credit img {
  width: 22px;
  display: block;
}

.footer__rights {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

@media screen and (min-width: 1280px) {
}

/**
*	SPLIT INTRO (título + texto en 2 columnas, compartido por Nosotros y Simuladores)
*	=======================================================================================================
**/
.split-intro__wrapper {
  flex-direction: column;
  gap: 32px;
}

@media screen and (min-width: 980px) {
  .split-intro__wrapper {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
  }

  .split-intro__col--title {
    width: 40%;
  }

  .split-intro__col--content {
    width: 60%;
  }
}

.split-intro__col--title .title {
  margin-bottom: 0;
}

.split-intro__col--content p {
  color: var(--color-gray);
  margin: 0 0 24px;
}

/**
*	NOSOTROS
*	=======================================================================================================
**/
/** NOSOTROS - NUMEROS ============== **/
#numeros {
  padding-top: 0;
}
.numeros__row {
  flex-wrap: wrap;
  gap: 32px 24px;
  justify-content: center;
  text-align: center;
}
.numeros__item {
  position: relative;
}

@media screen and (min-width: 980px) {
  .numeros__row {
    justify-content: space-between;
    text-align: left;
  }
  .numeros__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: -63px;
    width: 1px;
    background-color: rgba(37, 34, 112, 0.15);
  }
}

.numeros__number {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1;
}

@media screen and (min-width: 980px) {
  .numeros__number {
    font-size: 2.8rem;
  }
}

.numeros__text {
  color: var(--color-gray);
  margin-top: 12px;
}

/** NOSOTROS - MISION Y VISION - LAYOUT GENERAL ============== **/
#mision-vision {
  padding: 0;
}
.mision-vision__wrapper {
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 980px) {
  .mision-vision__wrapper {
    flex-direction: row;
    gap: 130px;
    align-items: center;
  }

  .mision-vision__tabs {
    flex: 0 0 auto;
    padding-left: max(1.5rem, calc((100vw - 1200px) / 2));
  }

  .mision-vision__panels {
    flex: 1 1 auto;
    min-width: 0;
  }
}
/** NOSOTROS - MISION Y VISION - TABS ============== **/
.mision-vision__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
}

@media screen and (min-width: 980px) {
  .mision-vision__tabs {
    flex-direction: column;
    width: 25%;
    text-align: right;
    align-items: flex-end;
    gap: 0;
    padding-left: 1.5rem;
  }
}
.mision-vision__tab {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 2.4rem;
  text-align: left;
  color: var(--color-gray);
  transition: var(--transition);
}

.mision-vision__tab.is-active {
  color: var(--color-navy);
}

/** NOSOTROS - MISION Y VISION - PANELES (imagen + caption) ============== **/
.mision-vision__panel {
  display: none;
}

.mision-vision__panel.is-active {
  display: block;
}
.mision-vision__image {
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  height: 560px;
}

.mision-vision__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 40%
  );
}
.mision-vision__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: var(--color-white);
  margin: 0;
  width: 100%;
  line-height: 1.4;
  padding: 40px 25px;
}

@media screen and (min-width: 980px) {
  .mision-vision__caption {
    left: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 400px;
    padding: 0;
  }
  .mision-vision__tabs {
    flex-direction: column;
    width: 25%;
    text-align: right;
    align-items: flex-end;
    gap: 0;
  }
}

/** NOSOTROS - INSTRUCTORES ============== **/
.instructores {
  background-color: var(--color-purple);
  color: var(--color-white);
  padding: 120px 0 60px;
}
.instructores__swiper {
  overflow: visible;
}

.instructores__slide {
  width: min(324px, 80vw);
  flex-shrink: 0;
}

.instructores__card {
  cursor: pointer;
}

.instructores__card-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
}

.instructores__card-btn {
  position: absolute;
  bottom: -8px;
  right: -7px;
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.instructores__card-btn-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--color-yellow);
  transform: scale(1);
  transition: transform 0.5s ease;
}

.instructores__card:hover .instructores__card-btn-bg {
  transform: scale(1.6);
}

.instructores__card-btn img {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
}

.instructores__card-name {
  color: var(--color-white);
  font-weight: 800;
  margin: 16px 0 4px;
}
.instructores__card-role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
/**
*	CERTIFICACIONES (compartido por Nosotros y Simuladores)
*	=======================================================================================================
**/
.certificaciones {
  background-color: var(--color-purple);
  padding: 40px 0;
}
.certificaciones__row {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 35px 0;
}
.certificaciones__logo {
  width: 115px;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 980px) {
  .certificaciones__row img:nth-child(3) {
    width: 140px;
  }
}

/**
*	CONTACTO
*	=======================================================================================================
**/
/** CONTACTO - INFO + FORMULARIO ============== **/
#contacto-info {
  padding-bottom: 0;
}
.contacto-info__wrapper {
  flex-direction: column;
}

@media screen and (min-width: 980px) {
  .contacto-info__wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  .contacto-info__col--left {
    width: 60%;
  }

  .contacto-info__col--form {
    flex: 1 1 auto;
    padding: 0 max(1.5rem, calc((100vw - 1200px) / 2)) 0 60px;
  }
}

.contacto-info__title {
  font: 400 var(--title) var(--font-primary);
  line-height: 1.3;
  color: var(--color-navy);
  padding: 0 1.5rem;
  margin: 0 0 32px;
}

.contacto-info__title span {
  color: var(--color-blue);
}

@media screen and (min-width: 980px) {
  .contacto-info__title {
    padding-left: max(1.5rem, calc((100vw - 1200px) / 2));
    padding-right: 40px;
  }
}

.contacto-info__block {
  flex-direction: column;
}

@media screen and (min-width: 980px) {
  .contacto-info__block {
    flex-direction: row;
    align-items: stretch;
  }
}
.contacto-info__image {
  position: relative;
  display: flex;
}

@media screen and (min-width: 980px) {
  .contacto-info__image {
    flex: 1 1 50%;
    min-height: 320px;
  }
}
.contacto-info__data {
  flex: 1 1 50%;
  background-color: var(--color-purple);
  color: var(--color-white);
  padding: 60px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 980px) {
  .contacto-info__data {
    min-height: 590px;
    border-radius: 0 14px 0 0;
  }
}
.contacto-info__data-item {
  margin-bottom: 24px;
}

.contacto-info__data-item h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 800;
}

.contacto-info__data-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.contacto-info__social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
}

.contacto-info__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: var(--transition);
}

.contacto-info__social a:hover {
  opacity: 0.7;
}
.contacto-info__col--form {
  padding: 60px 40px;
}

@media screen and (min-width: 980px) {
  .contacto-info__col--form {
    padding: 40px 1.5rem 0 55px;
    padding-right: max(1.5rem, calc((100vw - 1200px) / 2));
  }
}

.contacto-form__field {
  margin-bottom: 20px;
}
.contacto-form__field br {
  display: none;
}

.contacto-form__row {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 600px) {
  .contacto-form__row {
    flex-direction: row;
    gap: 20px;
  }

  .contacto-form__row .contacto-form__field {
    flex: 1;
    min-width: 0;
  }
}
.contacto-form__field label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .contacto-form__field label {
    color: var(--color-purple);
  }
}

.contacto-form__field input,
.contacto-form__field textarea {
  width: 100%;
  border: none;
  background-color: #eef0f4;
  border-radius: 6px;
  padding: 12px 16px;
  font-family: var(--font-primary);
  font-size: 0.95rem;
  color: var(--color-navy);
  resize: none !important;
}

.contacto-form__field textarea {
  resize: vertical;
  height: 100px;
}

/** CONTACTO - MAPA ============== **/
.contacto-map {
  padding: 0;
}
.contacto-map iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

/**
*	SIMULADORES
*	=======================================================================================================
**/
/** SIMULADORES - AJUSTE INTRO (#simuladores-intro, ver SPLIT INTRO) ============== **/
.simuladores-intro {
  padding-bottom: 0;
}
/** SIMULADORES - SALAS ============== **/
#salas {
  padding-top: 40px;
}
.salas__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.room-slider {
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 980px) {
  .room-slider {
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }

  .room-slider:nth-child(even) {
    flex-direction: row-reverse;
  }
}

/** SIMULADORES - SALAS - SLIDER (columna imagen) ============== **/
.room-slider__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

@media screen and (min-width: 980px) {
  .room-slider__media {
    flex: 0 0 55%;
  }
}

.room-slider__swiper,
.room-slider__swiper .swiper-slide {
  height: 260px;
}

@media screen and (min-width: 580px) {
  .room-slider__swiper,
  .room-slider__swiper .swiper-slide {
    height: 440px;
  }
}

@media screen and (min-width: 980px) {
  .room-slider__swiper,
  .room-slider__swiper .swiper-slide {
    height: 435px;
  }
}
.room-slider__slide-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  cursor: zoom-in;
}

/** SIMULADORES - SALAS - FLECHAS DE NAVEGACIÓN ============== **/
.room-slider__nav {
  gap: 10px;
  margin-top: 0;
  background-color: var(--color-purple);
  position: absolute;
  padding: 7px 10px;
  border-radius: 7px;
  top: -70px;
  right: 0;
}
@media screen and (min-width: 980px) {
  .room-slider__nav {
    margin-top: 20px;
    padding: 15px 25px;
    top: auto;
    right: auto;
    bottom: 20px;
    left: -130px;
  }
  .room-slider:nth-child(even) .room-slider__nav {
    left: auto;
    right: -130px;
  }
}

.room-slider__arrow {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.room-slider__arrow img {
  width: 16px;
  height: 23px;
}

.room-slider__arrow:hover {
  background-color: var(--color-navy);
}

.room-slider__arrow:hover img {
  filter: brightness(0) invert(1);
}
/** SIMULADORES - SALAS - CONTENIDO (columna texto) ============== **/
.room-slider__content {
  height: stretch;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.room-slider__content h3 {
  color: var(--color-purple);
  margin: 0 0 35px;
  font: 800 var(--title) var(--font-primary);
}
.room-slider__content p {
  color: var(--color-purple);
  margin: 0;
}

/** SIMULADORES - MOCKUP (carrusel + lightbox) ============== **/
.mockup-section {
  background-color: var(--color-purple);
  color: var(--color-white);
}
.mockup-section .title {
  margin-bottom: 40px;
}

.mockup__swiper {
  overflow: visible;
}

.mockup__slide {
  width: min(560px, 80vw);
  height: 432px;
  flex-shrink: 0;
}

.mockup__slide-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
}

.mockup__footer {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .mockup__footer {
    flex-direction: row;
    text-align: left;
  }
}
.mockup__footer p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 770px;
  margin: 0;
}

/** SIMULADORES - ASESORIA (reusa .curso-principal__advisory, #simuladores-advisory) ============== **/
#simuladores-advisory {
  background: var(--color-purple);
  padding: 20px 0;
}
#simuladores-advisory .curso-principal__advisory {
  margin-top: 0;
}

/**
*	CURSO (Tripulante de Cabina)
*	=======================================================================================================
**/
/** CURSO - HERO ============== **/
#curso-hero {
  padding: 0;
  height: 646px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.curso-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.curso-hero__overlay {
  position: absolute;
  inset: 0;
}
.curso-hero__overlay--x {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  width: 100%;
}

@media screen and (min-width: 980px) {
  .curso-hero__overlay--x {
    width: 60%;
  }
}

.curso-hero__overlay--y {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 25%;
}
.curso-hero__logo {
  position: absolute;
  right: -688px;
  top: 50%;
  transform: translateY(-50%);
  width: 1080px;
  max-width: none;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.curso-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.curso-hero__title {
  text-align: left;
  max-width: 90%;
  margin-bottom: 0;
}

@media screen and (min-width: 580px) {
  .curso-hero__title {
    max-width: 520px;
  }
  .curso-hero__logo {
    right: -400px;
  }
}

@media screen and (min-width: 980px) {
  .curso-hero__title {
    width: 50%;
    max-width: 400px;
    font-size: 55px;
  }
}
.color-bar.-hero {
  height: 8px;
  width: 483px;
  max-width: 100%;
  margin: 40px 0 0;
}
/** CURSO - BLOQUE SOLAPADO CON EL HERO ============== **/
#curso-overlap {
  padding: 0 0 40px;
}

@media screen and (min-width: 980px) {
  #curso-overlap {
    padding-bottom: 60px;
  }
}

.curso-overlap__box {
  position: relative;
  z-index: 2;
  background-color: var(--color-purple);
  color: var(--color-white);
  border-radius: 14px;
  padding: 32px 28px;
  margin-top: -70px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.curso-overlap__box p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .curso-overlap__box {
    max-width: 900px;
    padding: 40px 50px;
    margin: -60px auto 0;
  }
}

/** CURSO - CARACTERISTICAS (tabs verticales + imagen fija + panel de texto) ============== **/
section#curso-features {
  padding: 20px 0 0 0;
}
.curso-features__wrapper {
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 980px) {
  .curso-features__wrapper {
    flex-direction: row;
    gap: 70px;
    align-items: flex-start;
    padding: 0 60px;
  }

  .curso-features__col--tabs {
    width: 35%;
  }

  .curso-features__col--panels {
    width: 65%;
    padding-top: 20px;
    height: stretch;
    display: flex;
    align-items: center;
  }
}

.curso-features__tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  align-items: flex-end;
}
.curso-features__tab {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-primary);
  font-size: 1.6rem;
  color: var(--color-gray);
  transition: var(--transition);
}

@media screen and (min-width: 980px) {
  .curso-features__tab {
    font-size: 2.2rem;
  }
}

.curso-features__tab.is-active {
  color: var(--color-navy);
}

.curso-features__image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.curso-features__panel {
  display: none;
  background-color: #f3f3f3;
  padding: 25px;
}

@media screen and (min-width: 980px) {
  .curso-features__image {
    height: 177px;
  }
  .curso-features__panel {
    padding: 35px 50px;
  }
}
.curso-features__panel.is-active {
  display: block;
}
.curso-features__panel p {
  color: var(--color-purple);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

/** CURSO - REQUISITOS ============== **/
.curso-requisitos__wrapper {
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 980px) {
  .curso-requisitos__wrapper {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
  }

  .curso-requisitos__col--list {
    width: 25%;
  }

  .curso-requisitos__col--grid {
    width: 75%;
  }
}

.curso-requisitos__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: var(--color-gray);
}

.curso-requisitos__list li {
  position: relative;
  padding-left: 28px;
  color: var(--color-navy);
  font-size: 1.05rem;
}

.curso-requisitos__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-blue);
}

.curso-requisitos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 580px) {
  .curso-requisitos__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .curso-requisitos__card:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media screen and (min-width: 980px) {
  .curso-requisitos__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .curso-requisitos__card:nth-child(3) {
    grid-column: auto;
  }
}
.curso-requisitos__card {
  border-radius: 14px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.curso-requisitos__card h3 {
  /* margin: 0 0 12px; */
  font-size: 1.3rem;
  font-weight: 800;
}

.curso-requisitos__card p {
  margin: 0;
  font-size: 1rem;
}

.curso-requisitos__card.-yellow {
  background-color: var(--color-yellow);
  color: var(--color-navy);
}

.curso-requisitos__card.-green {
  background-color: var(--color-green);
  color: var(--color-white);
}

.curso-requisitos__card.-navy {
  background-color: var(--color-navy);
  color: var(--color-white);
}

.curso-requisitos__card.-navy .btn {
  margin-top: 12px;
  align-self: flex-start;
}

/* La tarjeta ya es navy: el hover genérico de .btn rellena de navy y el
   botón se funde con el fondo. Se invierte a blanco (mismo patrón que
   .btn.-outline) para que el hover siga siendo visible acá. */
.curso-requisitos__card.-navy .btn::before {
  background-color: var(--color-white);
}

.curso-requisitos__card.-navy .btn:hover {
  color: var(--color-navy);
}

/** CURSO - PREGUNTAS FRECUENTES (acordeón + imagen full-bleed 50vw) ============== **/
#curso-faq {
  padding: 0;
  background-color: var(--color-navy);
  color: #fff;
}

.curso-faq__wrapper {
  flex-direction: column;
}

@media screen and (min-width: 980px) {
  .curso-faq__wrapper {
    flex-direction: row;
    align-items: stretch;
    min-height: 640px;
  }
}

.curso-faq__col--accordion {
  padding: 60px 1.5rem;
}

@media screen and (min-width: 980px) {
  .curso-faq__col--accordion {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0 100px max(1.5rem, calc((100vw - 1200px) / 2));
  }
}

.curso-faq__col--image {
  position: relative;
  height: 320px;
}

@media screen and (min-width: 980px) {
  .curso-faq__col--image {
    width: 50vw;
    height: auto;
    max-height: 100vh;
    position: sticky;
    top: 0px;
  }
}

.curso-faq__accordion {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.curso-faq__item {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}
@media screen and (min-width: 980px) {
  .curso-faq__item {
    padding-right: 50px;
  }
}

.curso-faq__item:first-child {
  border-top: 1px solid rgba(37, 34, 112, 0.15);
}
.curso-faq__question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  text-align: left;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}
.curso-faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
}

.curso-faq__icon::before,
.curso-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.curso-faq__icon::before {
  width: 10px;
  height: 2px;
}

.curso-faq__icon::after {
  width: 2px;
  height: 10px;
}

.curso-faq__item.is-active .curso-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.curso-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.curso-faq__answer-inner {
  overflow: hidden;
  min-height: 0;
}
.curso-faq__answer-inner p {
  margin: 0;
  padding-bottom: 22px;
  line-height: 1.3;
}
.curso-faq__item.is-active .curso-faq__answer {
  grid-template-rows: 1fr;
}

/** CURSO - POSTULA (imagen + formulario) ============== **/
.curso-postula {
  background-color: var(--color-purple);
  padding-bottom: 70px;
}
.curso-postula__wrapper {
  flex-direction: column;
  gap: 32px;
}

/* En mobile el formulario va primero: si alguien llega directo al ancla
   #curso-postula (ej. botón "Postular 2026"), lo que quiere ver es el
   formulario, no que la imagen lo empuje más abajo de la pantalla. */
.curso-postula__col--form {
  order: -1;
}

@media screen and (min-width: 980px) {
  .curso-postula__wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
  }

  .curso-postula__col--image {
    width: 40%;
  }

  .curso-postula__col--form {
    width: 60%;
    background-color: #fff;
    padding: 50px 60px;
    order: 0;
  }
}

.curso-postula__col--image {
  position: relative;
  min-height: 260px;
  border-radius: 14px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .curso-postula__col--image {
    border-radius: 0;
    min-height: auto;
  }
}

/* Extiende .contacto-form__field (ver input/textarea arriba) con soporte
   para <select>, que originalmente solo estilizaba input y textarea. */
.contacto-form__field select {
  width: 100%;
  border: none;
  background-color: #eef0f4;
  border-radius: 6px;
  padding: 12px 40px 12px 16px;
  font-family: var(--font-primary);
  font-size: 0.95rem;
  color: var(--color-navy);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--color-navy) 50%),
    linear-gradient(135deg, var(--color-navy) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) center,
    calc(100% - 16px) center;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.contacto-form__field select:invalid {
  color: var(--color-gray);
}

/** CURSO - ASESORIA (reusa .curso-principal__advisory, ver #simuladores-advisory) ============== **/
#curso-advisory {
  background: var(--color-purple);
  padding: 20px 0;
}

#curso-advisory .curso-principal__advisory {
  margin-top: 0;
}

/**
*	TESTIMONIOS (página)
*	=======================================================================================================
**/
#testimonios-intro {
  padding-bottom: 60px;
}
.testimonios-listado {
  padding: 0;
}
/** TESTIMONIOS - FILTRO ============== **/
.testi-filter {
  display: none;
  align-items: center;
  gap: 4px;
  background-color: var(--color-purple);
  border-radius: 999px;
  /* padding: 6px; */
  margin-bottom: 40px;
  overflow-x: auto;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .testi-filter {
    display: flex;
  }
}

.testi-filter__btn {
  flex: 0 0 auto;
  background: none;
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  color: var(--color-white);
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  min-width: 160px;
}

.testi-filter__btn.is-active {
  background-color: var(--color-yellow);
  color: var(--color-navy);
}

/** TESTIMONIOS - FILTRO MOBILE (select, reemplaza la botonera en pantallas chicas) ============== **/
.testi-filter-mobile {
  display: block;
  width: 100%;
  border: none;
  background-color: var(--color-purple);
  color: var(--color-white);
  border-radius: 999px;
  padding: 14px 40px 14px 24px;
  margin-bottom: 40px;
  font-family: var(--font-primary);
  font-size: 0.9rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--color-white) 50%),
    linear-gradient(135deg, var(--color-white) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) center,
    calc(100% - 16px) center;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .testi-filter-mobile {
    display: none;
  }
}

/** TESTIMONIOS - TARJETAS ============== **/
.testi-row {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .testi-row {
    flex-direction: row;
  }
}

.testi-card {
  position: relative;
  flex: 1 1 0;
  min-height: 260px;
  overflow: hidden;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .testi-row--top .testi-card {
    min-height: 380px;
  }

  .testi-card.is-single {
    flex: 0 1 50%;
    min-height: 380px;
  }
}

.testi-card.is-hidden {
  display: none;
}

.testi-card__bg {
  position: absolute;
  inset: 0;
}

.testi-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 55%
  );
}

.testi-card__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px;
  color: var(--color-white);
}

.testi-card__name {
  font-weight: 800;
  font-size: 1rem;
  margin: 0 0 4px;
  text-transform: uppercase;
  color: var(--color-yellow);
}

.testi-card__gen {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
}

.testi-card__btn {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

/** TESTIMONIOS - MODAL (popup foto + nombre + generación + testimonio) ============== **/
.testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.testimonial-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.testimonial-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.testimonial-modal__dialog {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 600px;
  background-color: var(--color-white);
  border-radius: 14px;
  padding: 48px 40px 40px;
  text-align: center;
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.testimonial-modal.is-open .testimonial-modal__dialog {
  transform: scale(1);
}

.testimonial-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--color-navy);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.testimonial-modal__photo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-modal__name {
    margin: 0 0 4px;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-navy);
}

.testimonial-modal__gen {
  display: block;
  font-size: 0.8rem;
  color: var(--color-green);
  margin-bottom: 16px;
}

.testimonial-modal__dialog .color-bar.-sm {
  margin: 0 auto 20px;
}

.testimonial-modal__dialog .color-bar__seg:nth-child(4) {
  background-color: var(--color-navy);
}

.testimonial-modal__text {
  font-size: 0.9rem;
  color: var(--color-gray);
  line-height: 1.6;
  margin: 0;
}

/**
*	BLOG
*	=======================================================================================================
**/

/** BLOG - LISTADO - FILTROS Y BUSCADOR ============== **/
.blog-listado__filters {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .blog-listado__filters {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.blog-listado__dropdown {
  background-color: var(--color-yellow);
  background-image: url("../images/icon-filter.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  border: none;
  color: var(--color-navy);
  padding: 10px 44px 10px 20px;
  cursor: pointer;
  border-radius: 50px;
  min-width: 270px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-listado__count {
  color: var(--color-gray);
}
.blog-listado__search {
  padding: 10px 44px 10px 20px;
  min-width: 270px;
  background-color: #f3f3f6;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  border-radius: 50px;
}

/** BLOG - LISTADO - GRID DE ARTICULOS (2 COLUMNAS) ============== **/
.blog-listado__grid {
  display: flex;
  flex-direction: column;
}

.blog-listado__item {
  position: relative;
  padding: 70px 0;
  transition: var(--transition);
}

.blog-listado__item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.blog-listado__item .container {
  flex-direction: column;
  gap: 65px;
}

@media screen and (min-width: 768px) {
  .blog-listado__item .container {
    flex-direction: row;
    align-items: center;
  }
}

.blog-listado__item:hover {
  background-color: var(--color-navy);
}

.blog-listado__item-image {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 9 / 6;
  overflow: hidden;
  border-radius: 14px;
}

@media screen and (min-width: 768px) {
  .blog-listado__item-image {
    width: 50%;
  }
}

.blog-listado__item-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: stretch;
  padding: 20px 0;
}
.blog-listado__item-categories {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.blog-listado__item-categories span {
  position: relative;
  z-index: 2;
  color: var(--color-green);
  text-decoration: none;
}

.blog-listado__item-categories span:not(:first-child) {
  padding-left: 8px;
  border-left: 1px solid rgba(37, 34, 112, 0.2);
}
.blog-listado__item:hover
  .blog-listado__item-categories
  span:not(:first-child) {
  border-left: 1px solid var(--color-yellow);
}
.blog-listado__item:hover .blog-listado__item-categories span {
  color: var(--color-yellow);
}

.blog-listado__item-title {
  font-size: var(--title);
  margin: 0 0 12px;
  line-height: 1.3;
  color: var(--color-navy);
  text-decoration: none;
  transition: var(--transition);
}
.blog-listado__item:hover .blog-listado__item-title {
  color: #fff;
}

.blog-listado__item-excerpt {
  margin: 0 0 16px;
  color: var(--color-gray);
  transition: var(--transition);
}
.blog-listado__item:hover .blog-listado__item-excerpt {
  color: #fff;
}

.blog-listado__item-readmore {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: 1px solid var(--color-navy);
}

.blog-listado__item:hover .blog-listado__item-readmore {
  border-color: var(--color-yellow);
}

.blog-listado__item-readmore svg {
  width: 16px;
  height: 16px;
  fill: var(--color-navy);
  transition: var(--transition);
}

.blog-listado__item:hover .blog-listado__item-readmore svg {
  fill: var(--color-yellow);
}
.blog-listado-item__bottom {
  justify-content: space-between;
  align-items: center;
}
.blog-listado__item-date {
  font-size: 0.85rem;
  color: var(--color-blue);
  transition: var(--transition);
  background-color: var(--color-yellow);
  padding: 2px 10px;
  border-radius: 50px;
  height: fit-content;
}

/** BLOG - LISTADO - PAGINACION ============== **/
.blog-listado__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 40px 0;
}

.blog-listado__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--color-navy);
  text-decoration: none;
  font-weight: 700;
}

.blog-listado__pagination .page-numbers.current {
  background-color: var(--color-yellow);
}

.blog-listado__pagination .page-numbers.next,
.blog-listado__pagination .page-numbers.prev {
  width: auto;
  height: 36px;
  border-radius: 50px;
  padding: 0 16px;
  white-space: nowrap;
  gap: 6px;
}

/** BLOG - SINGLE - HEADER (fecha badge + titulo + imagen) ============== **/
.blog-single {
  padding: 48px 0;
}

.blog-single__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.blog-single__date-badge {
  display: inline-block;
  background-color: var(--color-yellow);
  color: var(--color-navy);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.blog-single__title {
  font-size: 2rem;
  color: var(--color-navy);
  margin: 0 0 32px;
}

.blog-single__image-band {
  background-color: var(--color-navy);
  padding: 23px 0;
  margin-bottom: 48px;
}

.blog-single__featured-image {
  position: relative;
  width: 800px;
  aspect-ratio: 14 / 9;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 14px;
}

/** BLOG - SINGLE - CONTENIDO ============== **/
.blog-single__content {
  max-width: 800px;
  color: var(--color-navy);
  line-height: 1.7;
  margin: 0 auto;
}
.blog-single__content p {
  margin: 0 0 20px;
}

.blog-single__content img {
  max-width: 100%;
  height: auto;
}

.blog-single__content .alignleft {
  float: left;
  margin: 4px 24px 16px 0;
}

.blog-single__content .alignright {
  float: right;
  margin: 4px 0 16px 24px;
}

.blog-single__content .aligncenter {
  display: block;
  margin: 16px auto;
}

.blog-single__content .wp-caption {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .blog-single__content .alignleft,
  .blog-single__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 16px;
  }
}

/** BLOG - SINGLE - CATEGORIAS ============== **/
.blog-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 800px;
  margin: 32px auto 0;
}

.blog-single__categories a {
  color: var(--color-green);
  text-decoration: none;
}

.blog-single__categories-sep {
  color: rgba(37, 34, 112, 0.3);
}

/** BLOG - SINGLE - SIGUIENTE ARTICULO ============== **/
.blog-single__next-band {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 1px solid rgba(37, 34, 112, 0.1);
}

.blog-single__next {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: var(--color-navy);
}

.blog-single__next-col--title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-single__next-label {
  color: var(--color-purple);
}

.blog-single__next-title {
  font-size: var(--title);
  margin: 0;
  color: var(--color-navy);
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .blog-single__next {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .blog-single__next-col--label {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
    padding-right: 40px;
    border-right: 1px solid rgba(37, 34, 112, 0.15);
  }

  .blog-single__next-col--title {
    flex: 1;
  }

  .blog-single__next-col--date {
    flex-shrink: 0;
    height: stretch;
    align-items: flex-end;
    display: flex;
}
}

.blog-single__next-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid var(--color-navy);
  transition: var(--transition);
}

.blog-single__next:hover .blog-single__next-arrow {
  border-color: var(--color-yellow);
}

.blog-single__next-arrow svg {
  width: 14px;
  height: 14px;
  fill: var(--color-navy);
  transition: var(--transition);
}

.blog-single__next:hover .blog-single__next-arrow svg {
  fill: var(--color-yellow);
}

.blog-single__next-date {
    display: inline-block;
    background-color: var(--color-yellow);
    color: var(--color-navy);
    font-size: 0.9rem;
    padding: 6px 18px;
    border-radius: 20px;
}