/* Home volavi 2026 - hoja de estilos consolidada */

/* =========================================================
   FONDO DEL DOCUMENTO Y OVERSCROLL INFERIOR
   Evita que aparezca una franja blanca después del footer
   en iPad y navegadores móviles con desplazamiento elástico.
   ========================================================= */

html:has(body.volavi-home-page) {
  background: #091d38;
  overscroll-behavior-y: auto;
}

body.volavi-home-page {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background: #091d38;
  overscroll-behavior-y: auto;
}

body.volavi-home-page .main-container,
body.volavi-home-page .main-container-wrap,
body.volavi-home-page .home-volavi-2026,
body.volavi-home-page .v26-footer {
  margin-bottom: 0 !important;
}
body.volavi-home-page .main-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-volavi-2026,
.home-volavi-2026 * {
  box-sizing: border-box;
}

.home-volavi-2026 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

/* =========================================================
   NAVEGACIÓN INTERNA DEL HOME
   ========================================================= */

#seleccion-editorial,
#destinos-que-inspiran {
  scroll-margin-top: 20px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Tipografía uniforme del Home 2026 */
body.volavi-home-page .volavi-home-header,
body.volavi-home-page .volavi-home-header *:not(.fa),
body.volavi-home-page .home-volavi-2026,
body.volavi-home-page .home-volavi-2026 *:not(.fa) {
  font-family: "Inter", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-synthesis: none;
}

body.volavi-home-page .volavi-home-header .fa,
body.volavi-home-page .home-volavi-2026 .fa {
  font-family: FontAwesome !important;
}

.v26-inner {
  width: min(1320px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* Header */
body.volavi-home-page .volavi-home-header,
body.volavi-home-page .volavi-home-header * {
  box-sizing: border-box;
}

.volavi-home-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid rgba(18, 43, 75, 0.08);
}

.volavi-home-header__container {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 108px;
  margin: 0 auto;
  gap: 42px;
}

.volavi-home-header__logo {
  flex: 0 0 auto;
  float: none;
  margin: 0;
  padding: 0;
}

.volavi-home-header__logo a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.volavi-home-header__logo img {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 84px;
  margin: 0;
  padding: 0;
  object-fit: contain;
}

.volavi-home-header__text-logo {
  color: #0b58a6;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body.volavi-home-page .secondary-navigation,
body.volavi-home-page #catcher,
body.volavi-home-page .sticky-navigation {
  display: none !important;
}

/* Hero */
.v26-hero {
  width: 100%;
  margin: 0;
  padding: 40px 0 45px;
  background: linear-gradient(135deg, #eef8fc 0%, #e8f4fb 55%, #f4faff 100%);
}

.v26-hero__inner {
  max-width: 1100px;
  text-align: center;
}

.v26-hero h1 {
  margin: 0;
  color: #10294d;
  font-size: clamp(30px, 4.7vw, 45px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-transform: none;
}

.v26-hero h1 span {
  display: block;
  color: #0b58a6;
}

.v26-hero p {
  max-width: 780px;
  margin: 22px auto 0;
  color: #51657d;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.6;
}

/* Volar / Viajar / Vivir */
.v26-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
}

.v26-path {
  --v26-path-image: none;
  position: relative;
  min-width: 0;
  min-height: 385px;
  overflow: hidden;
  isolation: isolate;
}

.v26-path::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: var(--v26-path-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.74) contrast(0.93) brightness(1.03);
  opacity: 0.7;
  transform: scale(1.015);
  transition:
    transform 0.6s ease,
    opacity 0.3s ease;
}

.v26-path::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
}

.v26-path--volar {
  background: #147bb7;
}

.v26-path--volar::after {
  background: linear-gradient(
    180deg,
    rgba(13, 117, 178, 0.23) 0%,
    rgba(5, 45, 85, 0.9) 100%
  );
}

.v26-path--viajar {
  background: #d29f00;
}

.v26-path--viajar::after {
  background: linear-gradient(
    180deg,
    rgba(232, 181, 0, 0.15) 0%,
    rgba(61, 47, 0, 0.88) 100%
  );
}

.v26-path--vivir {
  background: #dc6c11;
}

.v26-path--vivir::after {
  background: linear-gradient(
    180deg,
    rgba(238, 117, 24, 0.17) 0%,
    rgba(76, 32, 4, 0.89) 100%
  );
}

.v26-path__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 385px;
  max-width: 410px;
  margin: 0 auto;
  padding: 24px 30px 22px;
  color: #fff;
  text-align: center;
}

.v26-path__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 0 12px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow: 0 7px 21px rgba(6, 30, 60, 0.16);
}

.v26-path__icon i {
  font-size: 34px;
  line-height: 1;
}

.v26-path--volar .v26-path__icon {
  color: #158bd2;
}

.v26-path--viajar .v26-path__icon {
  color: #d5a200;
}

.v26-path--vivir .v26-path__icon {
  color: #f58220;
}

/* Vivir: brujula (Font Awesome 4). */
.v26-path--vivir .v26-path__icon i::before {
  content: "\f14e" !important;
}

.v26-path h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
}

.v26-path__tagline {
  margin: 7px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.v26-path__list {
  width: 100%;
  max-width: 280px;
  margin: 16px auto 19px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.v26-path__list li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.97);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.36;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
}

.v26-path__list li:last-child {
  margin-bottom: 0;
}

.v26-path__list i {
  flex: 0 0 auto;
  width: 16px;
  margin-top: 4px;
  margin-right: 8px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.v26-path__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  margin: 0;
  padding: 0 21px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.v26-path__button i {
  margin-left: 9px;
  font-size: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.v26-path--volar .v26-path__button {
  background: #158bd2;
  box-shadow: 0 7px 20px rgba(3, 49, 85, 0.28);
}

.v26-path--viajar .v26-path__button {
  color: #17243a;
  background: #f5c400;
  box-shadow: 0 7px 20px rgba(76, 55, 0, 0.28);
}

.v26-path--vivir .v26-path__button {
  background: #f58220;
  box-shadow: 0 7px 20px rgba(76, 32, 4, 0.3);
}

.v26-path__button:hover,
.v26-path__button:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.v26-path__button:hover i,
.v26-path__button:focus i {
  transform: translateX(4px);
}

/* Hover Volar */

.v26-path--volar .v26-path__button:hover,
.v26-path--volar .v26-path__button:focus {
  color: #fff;
  background: #1d9be0;
  box-shadow: 0 10px 26px rgba(3, 49, 85, 0.34);
}

/* Hover Viajar */

.v26-path--viajar .v26-path__button:hover,
.v26-path--viajar .v26-path__button:focus {
  color: #17243a;
  background: #ffd12c;
  box-shadow: 0 10px 26px rgba(76, 55, 0, 0.34);
}

/* Hover Vivir */

.v26-path--vivir .v26-path__button:hover,
.v26-path--vivir .v26-path__button:focus {
  color: #fff;
  background: #ff922f;
  box-shadow: 0 10px 26px rgba(76, 32, 4, 0.36);
}

@media (hover: hover) {
  .v26-path:hover::before {
    opacity: 0.77;
    transform: scale(1.045);
  }
}

/* Planeando tu proximo viaje */
.v26-planning {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff9e8;
  border-top: 1px solid rgba(201, 154, 0, 0.08);
  border-bottom: 1px solid rgba(201, 154, 0, 0.1);
}

.v26-planning__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(530px, 2fr) minmax(
      210px,
      0.85fr
    );
  align-items: center;
  gap: 38px;
  min-height: 168px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.v26-planning__intro h2 {
  margin: 0;
  color: #10294d;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: none;
}

.v26-planning__intro p {
  margin: 11px 0 0;
  color: #5a6d83;
  font-size: 17px;
  line-height: 1.6;
}

.v26-planning__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.v26-planning__benefit {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.v26-planning__benefit-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #158bd2;
  background: #eaf5fc;
  border-radius: 50%;
}

.v26-planning__benefit-icon i {
  font-size: 20px;
  line-height: 1;
}

.v26-planning__benefit-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.v26-planning__benefit-copy strong {
  color: #10294d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.v26-planning__benefit-copy small {
  display: block;
  margin-top: 3px;
  color: #66778b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.v26-planning__actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}

.v26-planning__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 22px;
  color: #17243a;
  background: #f5c400;
  border-radius: 7px;
  box-shadow: 0 7px 18px rgba(185, 137, 0, 0.17);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.v26-planning__button i {
  margin-left: 9px;
  font-size: 11px;
  transition: transform 0.2s ease;
}

.v26-planning__button:hover,
.v26-planning__button:focus {
  color: #17243a;
  background: #ffd12c;
  box-shadow: 0 9px 22px rgba(185, 137, 0, 0.22);
  text-decoration: none;
  transform: translateY(-1px);
}

.v26-planning__button:hover i,
.v26-planning__button:focus i {
  transform: translateX(3px);
}

.v26-planning__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #278d43;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.v26-planning__whatsapp i {
  margin-right: 7px;
  font-size: 16px;
}

.v26-planning__whatsapp:hover,
.v26-planning__whatsapp:focus {
  color: #176f31;
  text-decoration: none;
}

/* =========================================================
   Selección editorial volavi
   Tarjetas iguales · imágenes 16:9
   3 completas + una pequeña parte de la cuarta
   ========================================================= */

.v26-editorial-selection,
.v26-editorial-selection * {
  box-sizing: border-box;
}

.v26-editorial-selection {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 70px 0 74px;
  overflow: hidden;
  background: #ffffff;
}

.v26-editorial-selection > .v26-inner {
  min-width: 0;
}

/* =========================================================
   Encabezado
   ========================================================= */

.v26-editorial-selection__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 36px;
  margin: 0 0 31px;
}

.v26-editorial-selection__heading {
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.v26-editorial-selection__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: #158bd2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v26-editorial-selection__heading h2 {
  margin: 0;
  color: #10294d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-transform: none;
}

.v26-editorial-selection__heading p {
  max-width: 710px;
  margin: 14px 0 0;
  color: #5a6d83;
  font-size: 18px;
  line-height: 1.62;
}

.v26-editorial-selection__nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.v26-editorial-selection__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  color: #10294d;
  background: #ffffff;
  border: 1px solid rgba(16, 41, 77, 0.14);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(16, 41, 77, 0.06);
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.v26-editorial-selection__arrow:hover,
.v26-editorial-selection__arrow:focus {
  color: #ffffff;
  background: #158bd2;
  border-color: #158bd2;
  box-shadow: 0 8px 20px rgba(21, 139, 210, 0.2);
  outline: none;
  transform: translateY(-1px);
}

.v26-editorial-selection__arrow:focus-visible {
  outline: 3px solid rgba(21, 139, 210, 0.22);
  outline-offset: 3px;
}

.v26-editorial-selection__arrow:disabled {
  color: #a7b1bd;
  background: #f5f7f9;
  border-color: rgba(16, 41, 77, 0.08);
  box-shadow: none;
  cursor: default;
  opacity: 0.65;
  transform: none;
}

[data-v26-carousel] .v26-editorial-selection__nav {
  visibility: hidden;
}

[data-v26-carousel][data-v26-carousel-ready="true"]:not(
    .v26-carousel--no-overflow
  )
  .v26-editorial-selection__nav {
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  [data-v26-carousel][data-v26-carousel-ready="true"]:not(
      .v26-carousel--no-overflow
    )
    [data-v26-carousel-rail] {
    cursor: grab;
  }

  [data-v26-carousel] [data-v26-carousel-rail].is-dragging {
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: none;
  }
}

.v26-horizontal-hint {
  display: none;
}

/* =========================================================
   Carrusel
   ========================================================= */

.v26-editorial-selection__rail {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 6px 2px 16px;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.v26-editorial-selection__rail::-webkit-scrollbar {
  display: none;
}

/* =========================================================
   Tarjetas
   ========================================================= */

.v26-editorial-card {
  /*
     * Color predeterminado: azul volavi.
     */
  --v26-card-accent: #158bd2;
  --v26-card-accent-hover: #0b58a6;

  display: flex;

  /*
     * Tres tarjetas completas y aproximadamente
     * un 8–12 % de la cuarta visible.
     */
  flex: 0 0 31%;
  width: 31%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(16, 41, 77, 0.09);
  border-radius: 13px;
  box-shadow: 0 6px 20px rgba(16, 41, 77, 0.06);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* =========================================================
   Códigos de color
   ========================================================= */

/* Viajes y Turismo */

.v26-editorial-card--travel {
  --v26-card-accent: #c99a00;
  --v26-card-accent-hover: #9d7800;
}

/* Aviación */

.v26-editorial-card--aviation {
  --v26-card-accent: #158bd2;
  --v26-card-accent-hover: #0b58a6;
}

/* Contenido sin clasificación reconocida */

.v26-editorial-card--default {
  --v26-card-accent: #158bd2;
  --v26-card-accent-hover: #0b58a6;
}

/* =========================================================
   Imagen 16:9
   ========================================================= */

.v26-editorial-card__image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #dcecf6 0%, #edf6fb 100%);
}

.v26-editorial-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 41, 77, 0) 62%,
    rgba(16, 41, 77, 0.08) 100%
  );
  pointer-events: none;
}

.v26-editorial-card__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.v26-editorial-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ab9d7;
}

.v26-editorial-card__placeholder i {
  font-size: 36px;
}

/* =========================================================
   Cuerpo de la tarjeta
   ========================================================= */

.v26-editorial-card__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 19px 19px 20px;
}

/* =========================================================
   Categoría
   Mismo tamaño efectivo que las tarjetas inferiores
   ========================================================= */

.v26-editorial-card__category {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  margin: 0 0 9px;
  color: var(--v26-card-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.065em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.v26-editorial-card__category:hover,
.v26-editorial-card__category:focus {
  color: var(--v26-card-accent-hover);
  text-decoration: none;
}

/* =========================================================
   Título
   ========================================================= */

.v26-editorial-card h3 {
  margin: 0 0 18px;
  color: #10294d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: -0.015em;
  text-transform: none;
}

.v26-editorial-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v26-editorial-card h3 a:hover,
.v26-editorial-card h3 a:focus {
  color: var(--v26-card-accent);
  text-decoration: none;
}

/* =========================================================
   Leer más
   Mismo tamaño efectivo que las tarjetas inferiores
   ========================================================= */

.v26-editorial-card__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--v26-card-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.v26-editorial-card__cta i {
  margin-left: 8px;
  font-size: 9px;
  transition: transform 0.2s ease;
}

.v26-editorial-card__cta:hover,
.v26-editorial-card__cta:focus {
  color: var(--v26-card-accent-hover);
  text-decoration: none;
}

.v26-editorial-card__cta:hover i,
.v26-editorial-card__cta:focus i {
  transform: translateX(4px);
}

/* Cursor de enlaces de Selección editorial */

.v26-editorial-card__image,
.v26-editorial-card h3 a,
.v26-editorial-card__category,
.v26-editorial-card__cta {
  cursor: pointer;
}

/* =========================================================
   Hover y arrastre
   ========================================================= */

@media (hover: hover) {
  .v26-editorial-card:hover {
    box-shadow: 0 13px 29px rgba(16, 41, 77, 0.12);
    transform: translateY(-4px);
  }

  .v26-editorial-card:hover .v26-editorial-card__image img {
    transform: scale(1.045);
  }
}

/* =========================================================
   Pantallas intermedias
   Dos tarjetas completas + parte de la tercera
   ========================================================= */

@media (max-width: 1100px) {
  .v26-editorial-card {
    flex: 0 0 46%;
    width: 46%;
    min-width: 300px;
  }
}

/* =========================================================
   Tableta vertical y móvil
   ========================================================= */

@media (max-width: 860px) {
  .v26-editorial-selection {
    padding: 54px 0 58px;
  }

  .v26-editorial-selection__header {
    display: block;
    margin-bottom: 27px;
  }

  .v26-editorial-selection__heading h2 {
    font-size: 31px;
    line-height: 1.1;
  }

  .v26-editorial-selection__heading p {
    font-size: 18px;
    line-height: 1.62;
  }

  .v26-editorial-selection__rail {
    width: calc(100% + 24px);
    margin-right: -24px;
    padding-top: 4px;
    padding-right: 24px;
    padding-bottom: 14px;
    gap: 14px;
  }

  /*
     * Una tarjeta completa y parte de la siguiente.
     */
  .v26-editorial-card {
    flex: 0 0 min(82vw, 360px);
    width: min(82vw, 360px);
    min-width: min(82vw, 360px);
  }

  .v26-editorial-card__body {
    padding: 18px 18px 19px;
  }

  .v26-editorial-card h3 {
    font-size: 21px;
    line-height: 1.34;
  }

  .v26-editorial-card__category {
    font-size: 12px;
  }

  .v26-editorial-card__cta {
    font-size: 15px;
  }
}

/* =========================================================
   Móvil pequeño
   ========================================================= */

@media (max-width: 600px) {
  .v26-editorial-selection {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .v26-editorial-selection__eyebrow {
    font-size: 13px;
  }

  .v26-editorial-selection__heading h2 {
    font-size: 28px;
  }

  .v26-editorial-selection__heading p {
    font-size: 18px;
    line-height: 1.62;
  }

  .v26-editorial-selection__rail {
    width: calc(100% + 12px);
    margin-right: -12px;
    padding-right: 12px;
  }

  .v26-editorial-card {
    flex: 0 0 min(84vw, 330px);
    width: min(84vw, 330px);
    min-width: min(84vw, 330px);
  }

  .v26-editorial-card__body {
    padding: 18px 17px 19px;
  }

  .v26-editorial-card h3 {
    font-size: 21px;
    line-height: 1.35;
  }
}

/* =========================================================
   Movimiento reducido
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .v26-editorial-card,
  .v26-editorial-card__image img,
  .v26-editorial-card__cta i,
  .v26-editorial-selection__arrow,
  .v26-editorial-selection__rail {
    scroll-behavior: auto;
    transition: none;
  }
}

/* =========================================================
   Home 2026
   Destinos que inspiran
   Imágenes estándar 16:9
   ========================================================= */

.v26-destinations,
.v26-destinations * {
  box-sizing: border-box;
}

.v26-destinations {
  width: 100%;
  margin: 0;
  padding: 68px 0 72px;
  background: #f3f7fa;
}

.v26-destinations__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  margin: 0 0 40px;
}

.v26-destinations__intro {
  width: 100%;
  max-width: 760px;
  min-width: 0;
  margin: 0;
}

.v26-destinations__eyebrow {
  display: block;
  margin: 0 0 8px;
  color: #158bd2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v26-destinations__intro h2 {
  margin: 0;
  color: #10294d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-transform: none;
}

.v26-destinations__intro p {
  max-width: 680px;
  margin: 14px 0 0;
  color: #5a6d83;
  font-size: 18px;
  line-height: 1.62;
}

/* =========================================================
   Navegación del carrusel de destinos
   JavaScript conserva las flechas ocultas cuando caben todas
   las tarjetas y las muestra al detectar desbordamiento real.
   ========================================================= */

.v26-destinations__nav {
  display: flex;
}

/* =========================================================
   Grid de tarjetas
   ========================================================= */

.v26-destinations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  gap: 20px;
}

/* =========================================================
   Imagen estándar 16:9
   ========================================================= */

.v26-destination-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 41, 77, 0) 62%,
    rgba(16, 41, 77, 0.08) 100%
  );
  pointer-events: none;
}

/* =========================================================
   Cuerpo de la tarjeta
   ========================================================= */

.v26-destination-card__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.v26-destination-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.v26-destination-card__eyebrow {
  display: block;
  color: #5a6d83;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v26-destination-card h3 {
  margin: 0 0 10px;
  color: #10294d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: -0.015em;
  text-transform: none;
}

.v26-destination-card h3 a {
  color: inherit;
  text-decoration: none;
}

.v26-destination-card h3 a:hover,
.v26-destination-card h3 a:focus {
  color: #158bd2;
  text-decoration: none;
}

.v26-destination-card p {
  margin: 0 0 16px;
  color: #5a6d83;
  font-size: 16px;
  line-height: 1.62;
}

/* =========================================================
   CTA de las tarjetas
   ========================================================= */

.v26-destination-card__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: #158bd2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.v26-destination-card__cta:hover,
.v26-destination-card__cta:focus {
  color: #10294d;
  text-decoration: none;
}

.v26-destination-card__cta:hover i,
.v26-destination-card__cta:focus i {
  transform: translateX(4px);
}

/* =========================================================
   Variantes de color
   ========================================================= */

/* Azul */

.v26-destination-card--blue .v26-destination-card__icon {
  color: #158bd2;
  background: #eef8fc;
}

.v26-destination-card--blue .v26-destination-card__eyebrow,
.v26-destination-card--blue .v26-destination-card__cta {
  color: #158bd2;
}

/* Morado */

.v26-destination-card--purple .v26-destination-card__icon {
  color: #7b59c8;
  background: #f3edff;
}

.v26-destination-card--purple .v26-destination-card__eyebrow,
.v26-destination-card--purple .v26-destination-card__cta {
  color: #7b59c8;
}

/* Verde */

.v26-destination-card--green .v26-destination-card__icon {
  color: #3b8d3f;
  background: #edf8ee;
}

.v26-destination-card--green .v26-destination-card__eyebrow,
.v26-destination-card--green .v26-destination-card__cta {
  color: #3b8d3f;
}

/* =========================================================
   Hover de las tarjetas
   ========================================================= */

@media (hover: hover) {
  .v26-destination-card:hover {
    box-shadow: 0 14px 30px rgba(16, 41, 77, 0.11);
    transform: translateY(-4px);
  }

  .v26-destination-card:hover .v26-destination-card__image img {
    transform: scale(1.045);
  }
}

/* =========================================================
   CTA inferior
   ========================================================= */

.v26-destinations-cta {
  display: grid;
  grid-template-columns:
    72px
    minmax(0, 1fr)
    auto;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
  background: #fff9e8;
  border: 1px solid rgba(201, 154, 0, 0.14);
  border-radius: 18px;
}

.v26-destinations-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #c99a00;
  background: #fff3c6;
  border-radius: 50%;
}

.v26-destinations-cta__icon i {
  font-size: 28px;
  line-height: 1;
}

.v26-destinations-cta__eyebrow {
  display: block;
  margin: 0 0 6px;
  color: #c99a00;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v26-destinations-cta__content h3 {
  margin: 0 0 8px;
  color: #10294d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: none;
}

.v26-destinations-cta__content p {
  max-width: 620px;
  margin: 0;
  color: #5a6d83;
  font-size: 16px;
  line-height: 1.62;
}

.v26-destinations-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 24px;
  color: #17243a;
  background: #f5c400;
  border-radius: 7px;
  box-shadow: 0 7px 18px rgba(185, 137, 0, 0.17);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.v26-destinations-cta__button i {
  margin-left: 9px;
  font-size: 11px;
  transition: transform 0.2s ease;
}

.v26-destinations-cta__button:hover,
.v26-destinations-cta__button:focus {
  color: #17243a;
  background: #ffd12c;
  box-shadow: 0 10px 24px rgba(185, 137, 0, 0.24);
  text-decoration: none;
  transform: translateY(-2px);
}

.v26-destinations-cta__button:hover i,
.v26-destinations-cta__button:focus i {
  transform: translateX(4px);
}

/* =========================================================
   Tableta
   ========================================================= */

@media (max-width: 1180px) {
  .v26-destinations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v26-destinations-cta {
    grid-template-columns:
      72px
      minmax(0, 1fr);
  }

  .v26-destinations-cta__button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* =========================================================
   Móvil
   ========================================================= */

@media (max-width: 760px) {
  /*
     * Carrusel horizontal:
     * una tarjeta completa y parte de la siguiente.
     */
  .v26-destinations__grid {
    display: flex;
    align-items: stretch;
    width: calc(100% + 12px);
    margin-right: -12px;
    margin-top: 16px;
    padding-right: 12px;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .v26-destinations__grid::-webkit-scrollbar {
    display: none;
  }

  .v26-destination-card {
    flex: 0 0 min(82vw, 320px);
    width: min(82vw, 320px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /*
     * Se conserva 16:9 también en móvil.
     */
  .v26-destination-card__image {
    aspect-ratio: 16 / 9;
  }

  .v26-destination-card__body {
    padding: 17px 17px 18px;
  }

  .v26-destination-card h3 {
    font-size: 20px;
    line-height: 1.34;
  }

  .v26-destinations-cta {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 20px 22px;
  }

  .v26-destinations-cta__icon {
    width: 64px;
    height: 64px;
  }

  .v26-destinations-cta__content h3 {
    font-size: 26px;
  }

  .v26-destinations-cta__button {
    width: 100%;
  }
}

/* =========================================================
   Móvil pequeño
   ========================================================= */

@media (max-width: 600px) {
  .v26-destinations__eyebrow {
    font-size: 13px;
  }

  .v26-destinations__intro p {
    font-size: 18px;
    line-height: 1.62;
  }

  .v26-destination-card__eyebrow {
    font-size: 12px;
  }

  .v26-destination-card__cta {
    font-size: 15px;
  }

  .v26-destinations-cta__content h3 {
    font-size: 24px;
  }

  .v26-destinations-cta__content p {
    font-size: 16px;
    line-height: 1.62;
  }
}

/* =========================================================
   Movimiento reducido
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .v26-destination-card,
  .v26-destination-card__image img,
  .v26-destination-card__cta i,
  .v26-destinations-cta__button,
  .v26-destinations-cta__button i,
  .v26-destinations__grid {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Hub de contenido */
.v26-content-hub,
.v26-content-hub * {
  box-sizing: border-box;
}

.v26-content-hub {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 70px 0 78px;
  background: #fff;
}

.v26-content-hub > .v26-inner {
  display: block !important;
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}

.v26-content-hub__intro {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 0 38px !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}

.v26-content-hub__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: #158bd2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v26-content-hub__intro h2 {
  margin: 0;
  color: #10294d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-transform: none;
}

.v26-content-hub__intro p {
  max-width: 700px;
  margin: 14px 0 0;
  color: #5a6d83;
  font-size: 18px;
  line-height: 1.62;
}

.v26-content-hub__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 34px !important;
  float: none !important;
  clear: both !important;
}

.v26-content-hub__main,
.v26-content-sidebar,
.v26-content-group,
.v26-post-grid,
.v26-content-card {
  float: none !important;
}

.v26-content-hub__main {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

body.volavi-home-page
  .v26-content-hub__layout
  > .v26-content-sidebar {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex-direction: column !important;
  gap: 20px !important;
}

@media (min-width: 1121px) {
  body.volavi-home-page
    .v26-content-hub__layout
    > .v26-content-sidebar {
    position: relative;
    top: var(--v26-home-sidebar-follow, 0px);
    transition: none;
  }
}

.v26-content-group {
  --v26-group-accent: #158bd2;
  --v26-group-soft: #eef8fc;
  min-width: 0;
}

.v26-content-group + .v26-content-group {
  margin-top: 54px;
  padding-top: 48px;
  border-top: 1px solid rgba(16, 41, 77, 0.09);
}

.v26-content-group--aviation {
  --v26-group-accent: #158bd2;
  --v26-group-soft: #eef8fc;
}

.v26-content-group--travel {
  --v26-group-accent: #c99a00;
  --v26-group-soft: #fff8df;
}

.v26-content-group__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.v26-content-group__title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.v26-content-group__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--v26-group-accent);
  background: var(--v26-group-soft);
  border-radius: 50%;
}

.v26-content-group__icon i {
  font-size: 21px;
  line-height: 1;
}

.v26-content-group__label {
  display: block;
  margin: 0 0 3px;
  color: var(--v26-group-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v26-content-group__header h3 {
  margin: 0;
  color: #10294d;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: none;
}

.v26-content-group__all {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-bottom: 3px;
  color: var(--v26-group-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.v26-content-group__all i {
  margin-left: 8px;
  font-size: 9px;
  transition: transform 0.2s ease;
}

.v26-content-group__all:hover,
.v26-content-group__all:focus {
  color: #10294d;
  text-decoration: none;
}

.v26-content-group__all:hover i,
.v26-content-group__all:focus i {
  transform: translateX(4px);
}

.v26-content-group__empty {
  margin: 0;
  padding: 22px;
  color: #627286;
  background: #f5f8fa;
  border-radius: 9px;
  font-size: 14px;
}

.v26-post-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  gap: 18px !important;
}

/* =========================================================
   CANTIDAD VISIBLE DE ARTÍCULOS DEL HUB

   Escritorio: 9 por sección
   Tableta:    6 por sección
   Móvil:      7 por sección (3 principales + 4 compactas)
   ========================================================= */

/* Tableta */
@media (min-width: 761px) and (max-width: 1120px) {
  .v26-post-grid > .v26-content-card:nth-child(n + 7) {
    display: none !important;
  }
}

/* Móvil */
@media (max-width: 760px) {
  .v26-post-grid > .v26-content-card:nth-child(n + 8) {
    display: none !important;
  }
}

.v26-content-card {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: hidden;
  flex-direction: column !important;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(16, 41, 77, 0.09);
  border-radius: 11px;
  box-shadow: 0 5px 18px rgba(16, 41, 77, 0.055);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.v26-content-card:hover {
  box-shadow: 0 13px 28px rgba(16, 41, 77, 0.12);
  transform: translateY(-4px);
}

.v26-content-card__image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #dcecf6 0%, #edf6fb 100%);
}

.v26-content-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 41, 77, 0) 60%,
    rgba(16, 41, 77, 0.11) 100%
  );
  pointer-events: none;
}

.v26-content-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.v26-content-card:hover .v26-content-card__image img {
  transform: scale(1.045);
}

.v26-content-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #8ab9d7;
}

.v26-content-card__placeholder i {
  font-size: 36px;
}

.v26-content-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 17px 19px;
}

.v26-content-card__meta {
  display: block;
  margin-bottom: 9px;
}

.v26-content-card__category {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: var(--v26-group-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.065em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none;
}

.v26-content-card__category:hover,
.v26-content-card__category:focus {
  color: #10294d;
  text-decoration: none;
}

.v26-content-card__date {
  display: block;
  margin: 0 0 17px;
  color: #7b8898;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.v26-content-card h4 {
  margin: 0 0 8px;
  color: #10294d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: -0.015em;
  text-transform: none;
}

.v26-content-card h4 a {
  display: block;
  overflow: visible;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.v26-content-card h4 a:hover,
.v26-content-card h4 a:focus {
  color: var(--v26-group-accent);
  text-decoration: none;
}

.v26-content-card__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--v26-group-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.v26-content-card__cta i {
  margin-left: 7px;
  font-size: 8px;
  transition: transform 0.2s ease;
}

.v26-content-card__cta:hover,
.v26-content-card__cta:focus {
  color: #10294d;
  text-decoration: none;
}

.v26-content-card__cta:hover i,
.v26-content-card__cta:focus i {
  transform: translateX(4px);
}

/* Base de widgets */
.v26-sidebar-widget {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 27px 24px 24px;
  overflow: hidden;
  float: none !important;
  background: #fff;
  border: 1px solid rgba(16, 41, 77, 0.1);
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(16, 41, 77, 0.055);
}

.v26-sidebar-widget > p:empty,
.v26-content-sidebar .widget_block > p:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.v26-sidebar-widget > p:not(:empty) {
  margin: 12px 0 20px;
  color: #617186;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 400;
}

.v26-sidebar-widget h3 {
  margin: 0;
  color: #10294d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.014em;
  text-transform: none;
}

/* Comunidad */
.v26-content-sidebar .widget_block {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.v26-content-sidebar .widget_block > .wp-block-shortcode,
.v26-content-sidebar .widget_block > .wp-block-shortcode > div {
  margin: 0 !important;
  padding: 0 !important;
}

.v26-community-shortcode,
.v26-community-shortcode * {
  box-sizing: border-box;
}

.v26-community-shortcode {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 27px 24px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 41, 77, 0.1);
  border-top: 1px solid rgba(16, 41, 77, 0.1);
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(16, 41, 77, 0.055);
}

.v26-community-shortcode__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 21px;
}

.v26-community-shortcode__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #f58220;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v26-community-shortcode__header h3 {
  margin: 0;
  color: #10294d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.014em;
  text-transform: none;
}

.v26-community-shortcode__header-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f58220;
  background: #fff1e7;
  border-radius: 50%;
}

.v26-community-shortcode__header-icon i {
  font-size: 19px;
  line-height: 1;
}

.v26-community-shortcode__list {
  margin: 0 0 21px;
}

.v26-community-shortcode__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 41, 77, 0.085);
}

.v26-community-shortcode__item:first-child {
  padding-top: 0;
}

.v26-community-shortcode__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.v26-community-shortcode__avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  background: #158bd2;
  border-radius: 50%;
  text-decoration: none;
}

.v26-community-shortcode__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.v26-community-shortcode__avatar i {
  font-size: 15px;
  line-height: 1;
}

/* Por ahora no mostramos los avatares de Flarum en las tarjetas de comunidad. */
body.volavi-home-page .v26-community-shortcode__avatar {
  display: none !important;
}

body.volavi-home-page .v26-community-shortcode__item {
  gap: 0;
}

.v26-community-shortcode__content {
  min-width: 0;
}

.v26-community-shortcode__content h4 {
  margin: 0;
  color: #10294d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
}

.v26-community-shortcode__content h4 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v26-community-shortcode__content h4 a:hover,
.v26-community-shortcode__content h4 a:focus {
  color: #158bd2;
  text-decoration: none;
}

.v26-community-shortcode__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
  color: #7b8898;
  font-size: 12px;
  line-height: 1.35;
}

.v26-community-shortcode__empty {
  margin-bottom: 20px;
  padding: 15px;
  color: #637286;
  background: #f5f8fa;
  border-radius: 8px;
}

.v26-community-shortcode__empty p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.v26-community-shortcode__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  padding: 0 18px;
  color: #fff;
  background: #10294d;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.v26-community-shortcode__button i {
  margin-left: 9px;
  font-size: 10px;
  transition: transform 0.2s ease;
}

.v26-community-shortcode__button:hover,
.v26-community-shortcode__button:focus {
  color: #fff;
  background: #0b58a6;
  text-decoration: none;
  transform: translateY(-1px);
}

.v26-community-shortcode__button:hover i,
.v26-community-shortcode__button:focus i {
  transform: translateX(3px);
}

/* Newsletter */
body.volavi-home-page .v26-content-sidebar .widget_newsletterwidgetminimal {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 27px 24px 24px !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid rgba(16, 41, 77, 0.1) !important;
  border-top: 1px solid rgba(16, 41, 77, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 18px rgba(16, 41, 77, 0.055) !important;
}

body.volavi-home-page .v26-content-sidebar .widget_newsletterwidgetminimal::before {
  content: "\f0e0";
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #158bd2;
  background: #f5f7f9;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(21, 139, 210, 0.13);
  font-family: FontAwesome;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .v26-sidebar-widget__title {
  display: block !important;
  width: auto !important;
  max-width: calc(100% - 72px) !important;
  margin: 0 0 21px !important;
  padding: 0 !important;
  color: #10294d !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.014em !important;
  text-transform: none !important;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .v26-sidebar-widget__title::before {
  content: "Newsletter";
  display: block;
  margin: 0 0 7px;
  color: #158bd2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .v26-sidebar-widget__title::after {
  content: "Recibe noticias, recomendaciones y oportunidades de viaje directamente en tu correo.";
  display: block;
  width: calc(100% + 72px);
  margin: 13px 0 0;
  padding: 0;
  color: #617186;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: normal;
  text-transform: none;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-widget-minimal,
body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp,
body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-email {
  display: block;
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: #10294d !important;
  -webkit-text-fill-color: #10294d !important;
  background: #fff !important;
  border: 1px solid rgba(16, 41, 77, 0.16) !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-email:focus {
  outline: none !important;
  border-color: #158bd2 !important;
  box-shadow: 0 0 0 3px rgba(21, 139, 210, 0.11) !important;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-email::placeholder {
  color: #8996a5 !important;
  opacity: 1;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-email:-webkit-autofill,
body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-email:-webkit-autofill:hover,
body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-email:-webkit-autofill:focus {
  -webkit-text-fill-color: #10294d !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  border-color: rgba(16, 41, 77, 0.16) !important;
  transition: background-color 9999s ease-out 0s;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-submit:hover,
body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-submit:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #0b58a6 !important;
  box-shadow: 0 9px 21px rgba(21, 139, 210, 0.22) !important;
  transform: translateY(-1px);
}

/* Agencia */
.v26-content-sidebar .v26-agency-widget {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode {
  position: relative;
  width: 100%;
  padding: 27px 24px 24px;
  color: #10294d;
  background: #fff;
  border: 1px solid rgba(16, 41, 77, 0.1);
  border-top: 1px solid rgba(16, 41, 77, 0.1);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(16, 41, 77, 0.07);
  box-sizing: border-box;
  overflow: hidden;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__heading {
  flex: 1 1 auto;
  min-width: 0;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #b47e00;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #10294d !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.014em !important;
  text-transform: none !important;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0;
  color: #b47e00;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(180, 126, 0, 0.14);
  font-size: 22px;
  line-height: 1;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__icon i {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__description {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #617186;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100% !important;
  min-height: 47px;
  margin: 0 !important;
  padding: 0 18px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #10294d !important;
  border: 1px solid #10294d !important;
  border-radius: 7px !important;
  box-shadow: 0 7px 18px rgba(180, 126, 0, 0.18);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  box-sizing: border-box;
  cursor: pointer;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__button i {
  margin: 0;
  color: inherit;
  font-size: 11px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__button:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #0b58a6 !important;
  box-shadow: 0 9px 22px rgba(180, 126, 0, 0.24);
  transform: translateY(-1px);
}

.v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__button:hover i {
  transform: translateX(3px);
}

.v26-content-sidebar
  .v26-agency-widget
  .v26-agency-shortcode__button:focus-visible {
  outline: 3px solid rgba(230, 170, 0, 0.3);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 1180px) {
  .volavi-home-header__container {
    width: min(100% - 32px, 1320px);
    gap: 30px;
  }
  .volavi-home-header__logo img {
    max-width: 210px;
    max-height: 76px;
  }
}

@media (max-width: 1120px) {
  .v26-path,
  .v26-path__content {
    min-height: 370px;
  }
  .v26-path__content {
    max-width: 390px;
    padding: 22px 24px 21px;
  }
  .v26-path__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 11px;
  }
  .v26-path__icon i {
    font-size: 32px;
  }
  .v26-path h2 {
    font-size: 29px;
  }
  .v26-path__tagline {
    font-size: 17px;
  }
  .v26-path__list {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .v26-path__list li {
    font-size: 14px;
  }
  .v26-planning__inner {
    grid-template-columns: minmax(220px, 0.85fr) minmax(470px, 1.7fr);
    gap: 28px;
  }
  .v26-planning__actions {
    grid-column: 1/-1;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 1px;
  }
  .v26-planning__button {
    min-width: 215px;
  }
  .v26-content-hub__layout {
    grid-template-columns: 1fr !important;
  }
  .v26-content-sidebar {
    position: static;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }
  .v26-sidebar-widget,
  .v26-community-shortcode,
  .v26-agency-shortcode {
    height: 100%;
  }
}

@media (max-width: 900px) {
  .volavi-home-header__container {
    min-height: 84px;
    gap: 20px;
  }
  .volavi-home-header__logo img {
    max-width: 185px;
    max-height: 66px;
  }
  .v26-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .v26-content-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .v26-inner {
    width: min(100% - 32px, 1320px);
  }
  .v26-hero {
    padding: 48px 0 43px;
  }
  .v26-hero h1 {
    font-size: 43px;
  }
  .v26-hero p {
    font-size: 17px;
  }
  .v26-paths {
    grid-template-columns: 1fr;
  }

  .v26-path,
  .v26-path__content {
    min-height: 350px;
  }

  .v26-path__content {
    max-width: 520px;
    padding: 22px 28px 21px;
  }

  .v26-path__list {
    max-width: 310px;
  }

  .v26-path__button {
    min-width: 190px;
  }
  .v26-planning__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 36px;
  }
  .v26-planning__intro {
    max-width: 600px;
  }
  .v26-planning__actions {
    grid-column: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .v26-destinations {
    padding-top: 52px;
    padding-bottom: 58px;
  }
  .v26-destinations__header {
    display: block;
    margin-bottom: 32px;
  }
  .v26-destinations__intro h2 {
    font-size: 31px;
  }
  .v26-destinations__intro p {
    font-size: 18px;
    line-height: 1.62;
  }
}

@media (max-width: 720px) {
  .v26-content-hub {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .v26-content-hub__intro h2 {
    font-size: 31px;
  }
  .v26-content-group__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .v26-content-group__all {
    margin-left: 62px;
  }
  .v26-content-sidebar {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  .v26-inner {
    width: calc(100% - 24px);
  }
  .volavi-home-header__container {
    width: calc(100% - 24px);
    min-height: 76px;
  }
  .volavi-home-header__logo img {
    max-width: 160px;
    max-height: 58px;
  }
  .v26-hero {
    padding: 40px 0 36px;
  }
  .v26-hero__inner {
    text-align: left;
  }
  .v26-hero h1 {
    font-size: 35px;
    line-height: 1.09;
  }
  .v26-hero h1 span {
    margin-top: 3px;
  }
  .v26-hero p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }
  .v26-path,
  .v26-path__content {
    min-height: 325px;
  }

  .v26-path__content {
    max-width: 100%;
    padding: 19px 20px 18px;
  }

  .v26-path__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 9px;
  }

  .v26-path__icon i {
    font-size: 28px;
  }

  .v26-path h2 {
    font-size: 26px;
    line-height: 1.04;
  }

  .v26-path__tagline {
    margin-top: 5px;
    font-size: 15px;
  }

  .v26-path__list {
    max-width: 280px;
    margin-top: 13px;
    margin-bottom: 15px;
  }

  .v26-path__list li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.32;
  }

  .v26-path__list i {
    margin-top: 3px;
  }

  .v26-path__button {
    width: min(100%, 260px);
    min-width: 0;
    min-height: 42px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
  .v26-planning__inner {
    gap: 24px;
    padding-top: 29px;
    padding-bottom: 34px;
  }
  .v26-planning__intro h2 {
    font-size: 25px;
  }
  .v26-planning__benefits {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .v26-planning__benefit-icon {
    width: 44px;
    height: 44px;
  }
  .v26-planning__benefit-copy strong {
    font-size: 14px;
  }
  .v26-planning__benefit-copy small {
    font-size: 12px;
  }
  .v26-planning__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .v26-planning__button {
    width: 100%;
    min-width: 0;
  }
  .v26-planning__whatsapp {
    min-height: 32px;
  }
  .v26-destinations {
    padding: 46px 0 52px;
  }
  .v26-destinations__intro h2 {
    font-size: 29px;
  }
  .v26-destination-card {
    width: min(84vw, 320px);
    flex: 0 0 min(82vw, 315px);
    scroll-snap-align: start;
  }
  .v26-destination-card h3 {
    line-height: 1.35;
    font-size: 21px;
  }
  .v26-destination-card p {
    line-height: 1.6;
    font-size: 16px;
  }
  .v26-content-hub {
    padding: 48px 0 54px;
  }
  .v26-content-hub > .v26-inner {
    width: calc(100% - 24px) !important;
  }
  .v26-content-hub__intro {
    margin-bottom: 31px !important;
  }
  .v26-content-hub__intro h2 {
    font-size: 29px;
  }
  .v26-content-hub__intro p {
    font-size: 18px;
    line-height: 1.62;
  }
  .v26-content-group + .v26-content-group {
    margin-top: 43px;
    padding-top: 39px;
  }
  .v26-content-group__header h3 {
    font-size: 25px;
  }
  .v26-content-group__all {
    margin-left: 0;
  }
  .v26-post-grid,
  .v26-content-sidebar {
    grid-template-columns: 1fr !important;
  }
  .v26-content-card h4 {
    font-size: 21px;
    line-height: 1.35;
  }
  .v26-content-sidebar {
    gap: 16px !important;
  }
  .v26-sidebar-widget {
    padding: 25px 21px 22px;
  }
  .v26-community-shortcode {
    padding: 25px 21px 22px;
  }
  body.volavi-home-page .v26-content-sidebar .widget_newsletterwidgetminimal {
    padding: 25px 21px 22px !important;
  }
  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal::before {
    top: 25px;
    right: 21px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal
    .v26-sidebar-widget__title {
    max-width: calc(100% - 65px) !important;
    font-size: 24px !important;
  }
  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal
    .v26-sidebar-widget__title::after {
    width: calc(100% + 65px);
  }
  .v26-content-sidebar .v26-agency-widget .v26-agency-shortcode {
    padding: 25px 21px 22px;
  }
  .v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__header {
    gap: 14px;
  }
  .v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .v26-content-sidebar .v26-agency-widget .v26-agency-shortcode__title {
    font-size: 24px !important;
  }
}

/* =========================================================
   Flecha del botón Newsletter
   ========================================================= */

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-form {
  display: flex !important;
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 46px !important;
  margin: 10px 0 0 !important;
  /* Misma geometria aprobada en los widgets de single-preview. */
  padding: 0 34px 0 18px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #10294d !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: 0 7px 17px rgba(21, 139, 210, 0.17) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  position: relative;
}

/* Flecha Font Awesome junto al texto */

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-form::after {
  content: "\f061";

  position: absolute;

  /*
     * Se ubica respecto al centro del botón,
     * no respecto al borde derecho.
     */
  left: calc(50% + 43px);
  top: 86px;
  bottom: auto;

  color: #ffffff;

  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  pointer-events: none;

  transform: translateY(0);

  transition: transform 0.2s ease;
}

body.volavi-home-page
  .v26-content-sidebar
  .widget_newsletterwidgetminimal
  .tnp-form:hover::after {
  transform: translateX(3px);
}

/* =========================================================
   Widget Canal de WhatsApp — Home volavi 2026
   ========================================================= */

/* Neutralizar la tarjeta exterior */

.v26-content-sidebar .v26-whatsapp-channel-widget {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Tarjeta principal */

.v26-content-sidebar .v26-whatsapp-channel-widget .v26-whatsapp-channel {
  position: relative;

  width: 100%;
  padding: 27px 24px 24px;

  color: #10294d;

  background: #fff;

  border: 1px solid rgba(16, 41, 77, 0.1);
  border-top: 1px solid rgba(16, 41, 77, 0.1);
  border-radius: 12px;

  box-shadow: 0 6px 20px rgba(16, 41, 77, 0.07);

  overflow: hidden;
}

/* Encabezado */

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;

  margin: 0 0 17px;
}

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__heading {
  flex: 1 1 auto;
  min-width: 0;
}

/* Etiqueta */

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__eyebrow {
  display: block;

  margin: 0 0 7px;

  color: #16863f;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Título */

.v26-content-sidebar .v26-whatsapp-channel-widget .v26-whatsapp-channel__title {
  margin: 0 !important;
  padding: 0 !important;

  color: #10294d !important;

  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.014em !important;
  text-transform: none !important;
}

/* Ícono */

.v26-content-sidebar .v26-whatsapp-channel-widget .v26-whatsapp-channel__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  color: #1ca653;
  background: #ffffff;

  border-radius: 50%;

  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.15);

  font-size: 24px;
  line-height: 1;
}

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__icon
  i {
  margin: 0;

  color: inherit;

  font-size: inherit;
  line-height: 1;
}

/* Descripción */

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__description {
  margin: 0 0 21px !important;
  padding: 0 !important;

  color: #526b5c;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

/* Botón */

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;

  width: 100% !important;
  min-height: 47px;

  margin: 0 !important;
  padding: 0 18px !important;

  color: #ffffff !important;
  background: #10294d !important;

  border: 0 !important;
  border-radius: 7px !important;

  box-shadow: 0 7px 18px rgba(31, 170, 89, 0.2);

  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button
  i {
  margin: 0;

  color: inherit;

  font-size: 11px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button:hover,
.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button:focus {
  color: #ffffff !important;
  background: #0b58a6 !important;

  box-shadow: 0 9px 22px rgba(31, 170, 89, 0.26);

  text-decoration: none !important;

  transform: translateY(-1px);
}

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button:hover
  i,
.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button:focus
  i {
  transform: translateX(3px);
}

.v26-content-sidebar
  .v26-whatsapp-channel-widget
  .v26-whatsapp-channel__button:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.25);
  outline-offset: 3px;
}

/* Móvil */

@media (max-width: 600px) {
  .v26-content-sidebar .v26-whatsapp-channel-widget .v26-whatsapp-channel {
    padding: 25px 21px 22px;
  }

  .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__header {
    gap: 14px;
  }

  .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__icon {
    width: 50px;
    height: 50px;

    font-size: 22px;
  }

  .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__title {
    font-size: 24px !important;
  }

  .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__description {
    font-size: 16px;
  }

  .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__button {
    font-size: 16px;
  }
}

/* =========================================================
   Widget Buscador — Home volavi 2026
   ========================================================= */

/* Neutralizar la tarjeta exterior */

.v26-content-sidebar .v26-search-widget {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Tarjeta */

.v26-content-sidebar .v26-search-widget .v26-search {
  position: relative;

  width: 100%;
  padding: 27px 24px 24px;

  color: #10294d;

  background: linear-gradient(145deg, #f4f7fa 0%, #ffffff 100%);

  border: 1px solid rgba(16, 41, 77, 0.11);
  border-top: 4px solid #10294d;
  border-radius: 12px;

  box-shadow: 0 6px 20px rgba(16, 41, 77, 0.07);

  box-sizing: border-box;
  overflow: hidden;
}

/* Encabezado */

.v26-content-sidebar .v26-search-widget .v26-search__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;

  margin: 0 0 17px;
}

.v26-content-sidebar .v26-search-widget .v26-search__heading {
  flex: 1 1 auto;
  min-width: 0;
}

/* Etiqueta */

.v26-content-sidebar .v26-search-widget .v26-search__eyebrow {
  display: block;

  margin: 0 0 7px;

  color: #158bd2;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Título */

.v26-content-sidebar .v26-search-widget .v26-search__title {
  margin: 0 !important;
  padding: 0 !important;

  color: #10294d !important;

  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.014em !important;
  text-transform: none !important;
}

/* Ícono superior */

.v26-content-sidebar .v26-search-widget .v26-search__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  color: #10294d;
  background: #ffffff;

  border-radius: 50%;

  box-shadow: 0 5px 15px rgba(16, 41, 77, 0.11);

  font-size: 21px;
  line-height: 1;
}

.v26-content-sidebar .v26-search-widget .v26-search__icon i {
  margin: 0;

  color: inherit;

  font-size: inherit;
  line-height: 1;
}

/* Descripción */

.v26-content-sidebar .v26-search-widget .v26-search__description {
  margin: 0 0 20px !important;
  padding: 0 !important;

  color: #617186;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

/* Formulario */

.v26-content-sidebar .v26-search-widget .v26-search__form {
  width: 100%;

  margin: 0;
  padding: 0;
}

.v26-content-sidebar .v26-search-widget .v26-search__field-wrap {
  display: flex;
  align-items: stretch;

  width: 100%;
  min-height: 49px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(16, 41, 77, 0.17);
  border-radius: 8px;

  box-shadow: 0 4px 14px rgba(16, 41, 77, 0.055);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.v26-content-sidebar .v26-search-widget .v26-search__field-wrap:focus-within {
  border-color: #158bd2;

  box-shadow: 0 0 0 3px rgba(21, 139, 210, 0.11);
}

/* Campo */

.v26-content-sidebar .v26-search-widget .v26-search__field {
  flex: 1 1 auto;

  width: 100%;
  min-width: 0;
  height: 49px;

  margin: 0 !important;
  padding: 0 14px !important;

  color: #10294d !important;
  -webkit-text-fill-color: #10294d !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: none !important;

  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 49px !important;

  appearance: none;
  -webkit-appearance: none;
}

.v26-content-sidebar .v26-search-widget .v26-search__field::placeholder {
  color: #8794a3 !important;
  opacity: 1;
}

/* Eliminar botón nativo de borrar en algunos navegadores */

.v26-content-sidebar
  .v26-search-widget
  .v26-search__field::-webkit-search-cancel-button {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}

/* Botón */

.v26-content-sidebar .v26-search-widget .v26-search__button {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 52px;
  min-width: 52px;
  height: 49px;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  background: #10294d !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.v26-content-sidebar .v26-search-widget .v26-search__button i {
  margin: 0;

  color: inherit;

  font-size: 17px;
  line-height: 1;
}

.v26-content-sidebar .v26-search-widget .v26-search__button:hover,
.v26-content-sidebar .v26-search-widget .v26-search__button:focus {
  color: #ffffff !important;
  background: #158bd2 !important;
}

/* Texto accesible */

.v26-search-widget .screen-reader-text {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;

  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;

  border: 0 !important;

  white-space: nowrap !important;
}

/* =========================================================
   Tablet y móvil
   ========================================================= */

@media (max-width: 900px) {
  .v26-content-sidebar .v26-search-widget .v26-search__title {
    font-size: 24px !important;
  }

  .v26-content-sidebar .v26-search-widget .v26-search__description {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .v26-content-sidebar .v26-search-widget .v26-search {
    padding: 25px 21px 22px;
  }

  .v26-content-sidebar .v26-search-widget .v26-search__header {
    gap: 14px;
  }

  .v26-content-sidebar .v26-search-widget .v26-search__icon {
    width: 50px;
    height: 50px;

    font-size: 20px;
  }

  .v26-content-sidebar .v26-search-widget .v26-search__title {
    font-size: 24px !important;
  }

  .v26-content-sidebar .v26-search-widget .v26-search__description {
    font-size: 16px;
  }

  .v26-content-sidebar .v26-search-widget .v26-search__field {
    font-size: 16px !important;
  }
}

/* =========================================================
   Animación tarjetas — Destinos que inspiran
   ========================================================= */

.v26-destination-card {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(16, 41, 77, 0.07);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(16, 41, 77, 0.05);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  will-change: transform;
}

.v26-destination-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 38px rgba(16, 41, 77, 0.16);
}

/* Imagen */

.v26-destination-card__image {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #dcecf6 0%, #edf6fb 100%);
  display: block;
  overflow: hidden;
}

.v26-destination-card__image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-position: center;
  display: block;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.v26-destination-card:hover .v26-destination-card__image img {
  transform: scale(1.055);
  filter: saturate(1.04);
}

/* Ícono */

.v26-destination-card__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 17px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.v26-destination-card:hover .v26-destination-card__icon {
  transform: translateY(-2px) scale(1.06);
}

/* CTA */

.v26-destination-card__cta i {
  margin-left: 8px;
  font-size: 9px;
  transition: transform 0.22s ease;
}

.v26-destination-card:hover .v26-destination-card__cta i {
  transform: translateX(5px);
}

/* Evitar efectos innecesarios en pantallas táctiles */

@media (hover: none) {
  .v26-destination-card:hover {
    transform: none;
    box-shadow: inherit;
  }

  .v26-destination-card:hover .v26-destination-card__image img,
  .v26-destination-card:hover .v26-destination-card__icon,
  .v26-destination-card:hover .v26-destination-card__cta i {
    transform: none;
  }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {
  .v26-destination-card,
  .v26-destination-card__image img,
  .v26-destination-card__icon,
  .v26-destination-card__cta i {
    transition: none;
  }
}

/* =========================================================
   Home 2026
   Footer exclusivo
   ========================================================= */

.v26-footer,
.v26-footer * {
  box-sizing: border-box;
}

.v26-footer {
  position: relative;
  width: 100%;
  margin: 0;
  color: #ffffff;
  background: #10294d;
  font-family: "Inter", Arial, sans-serif;
  font-optical-sizing: auto;
  font-synthesis: none;
}

.v26-footer a {
  text-decoration: none;
}

.v26-footer__main {
  width: 100%;
  padding: 62px 0 58px;
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(21, 139, 210, 0.17) 0%,
      rgba(21, 139, 210, 0) 34%
    ),
    linear-gradient(135deg, #10294d 0%, #0c2342 100%);
}

.v26-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.22fr)
    minmax(160px, 0.76fr)
    minmax(250px, 1fr)
    minmax(270px, 1.08fr);
  align-items: start;
  gap: 52px;
}

.v26-footer__column {
  min-width: 0;
}

.v26-footer__column h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.012em;
  text-transform: none;
}

.v26-footer__column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
}

/* =========================================================
   Marca
   ========================================================= */

.v26-footer__logo {
  display: inline-block;
  width: min(100%, 215px);
  margin: 0 0 20px;
}

.v26-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: brightness(0) invert(1);
}

.v26-footer__brand-copy {
  max-width: 320px;
}

.v26-footer__brand-line {
  display: block;
  margin: 12px 0 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

/* Redes */

.v26-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.v26-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.v26-footer__social a:hover,
.v26-footer__social a:focus {
  color: #10294d;
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* =========================================================
   Enlaces
   ========================================================= */

.v26-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v26-footer__links li {
  margin: 0 0 11px;
  padding: 0;
  list-style: none;
}

.v26-footer__links li:last-child {
  margin-bottom: 0;
}

.v26-footer__links a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.v26-footer__links a::before {
  content: "";
  width: 0;
  height: 1px;
  margin-right: 0;
  background: #47b5f2;
  transition:
    width 0.2s ease,
    margin-right 0.2s ease;
}

.v26-footer__links a:hover,
.v26-footer__links a:focus {
  color: #ffffff;
  transform: translateX(2px);
}

.v26-footer__links a:hover::before,
.v26-footer__links a:focus::before {
  width: 12px;
  margin-right: 7px;
}

/* =========================================================
   Agencia
   ========================================================= */

.v26-footer__column--travel {
  padding: 24px 24px 25px;
  background: linear-gradient(
    145deg,
    rgba(245, 196, 0, 0.13) 0%,
    rgba(245, 196, 0, 0.06) 100%
  );
  border: 1px solid rgba(245, 196, 0, 0.22);
  border-radius: 14px;
}

.v26-footer__eyebrow {
  display: block;
  margin: 0 0 8px;
  color: #f5c400;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v26-footer__column--travel h2 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.v26-footer__column--travel p {
  margin-bottom: 20px;
}

.v26-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.v26-footer__button i {
  margin-left: 9px;
  font-size: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.v26-footer__button--travel {
  color: #17243a;
  background: #f5c400;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.17);
}

.v26-footer__button--travel:hover,
.v26-footer__button--travel:focus {
  color: #17243a;
  background: #ffd12c;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.v26-footer__button:hover i,
.v26-footer__button:focus i {
  transform: translateX(3px);
}

/* =========================================================
   Newsletter y WhatsApp
   ========================================================= */

.v26-footer__column--connect p {
  margin-bottom: 17px;
}

.v26-footer__newsletter {
  width: 100%;
  margin: 0 0 14px;
}

.v26-footer__newsletter-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 48px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.13);
}

.v26-footer__newsletter-row:focus-within {
  border-color: #47b5f2;
  box-shadow:
    0 0 0 3px rgba(71, 181, 242, 0.18),
    0 6px 17px rgba(0, 0, 0, 0.13);
}

.v26-footer__newsletter-email {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0 !important;
  padding: 0 13px !important;
  color: #10294d !important;
  -webkit-text-fill-color: #10294d !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.v26-footer__newsletter-email::placeholder {
  color: #7f8b99;
  opacity: 1;
}

.v26-footer__newsletter-button {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: #158bd2 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.v26-footer__newsletter-button:hover,
.v26-footer__newsletter-button:focus {
  color: #ffffff !important;
  background: #0d76b7 !important;
}

.v26-footer__channel {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 12px 13px;
  color: #ffffff;
  background: rgba(37, 211, 102, 0.09);
  border: 1px solid rgba(37, 211, 102, 0.18);
  border-radius: 9px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.v26-footer__channel:hover,
.v26-footer__channel:focus {
  color: #ffffff;
  background: rgba(37, 211, 102, 0.15);
  border-color: rgba(37, 211, 102, 0.31);
  transform: translateY(-1px);
}

.v26-footer__channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  color: #ffffff;
  background: #1faa59;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.v26-footer__channel strong,
.v26-footer__channel small {
  display: block;
}

.v26-footer__channel strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.v26-footer__channel small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.v26-footer__channel-arrow {
  color: rgba(255, 255, 255, 0.67);
  font-size: 10px;
  transition: transform 0.2s ease;
}

.v26-footer__channel:hover .v26-footer__channel-arrow,
.v26-footer__channel:focus .v26-footer__channel-arrow {
  transform: translateX(3px);
}

/* =========================================================
   Franja inferior
   ========================================================= */

.v26-footer__bottom {
  width: 100%;
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
  background: #091d38;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.v26-footer__bottom-inner {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.v26-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.v26-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.v26-footer__legal a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.v26-footer__legal a:hover,
.v26-footer__legal a:focus {
  color: #ffffff;
}

.v26-footer__signature {
  justify-self: end;
  color: rgba(255, 255, 255, 0.47);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: lowercase;
}

/* =========================================================
   Tableta
   ========================================================= */

@media (max-width: 1120px) {
  .v26-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 48px;
  }

  .v26-footer__column--brand {
    max-width: 500px;
  }
}

/* =========================================================
   Móvil
   ========================================================= */

@media (max-width: 680px) {
  .v26-footer__main {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .v26-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .v26-footer__logo {
    width: 190px;
  }

  .v26-footer__column h2 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .v26-footer__column--travel {
    padding: 22px 20px 23px;
  }

  .v26-footer__column--travel h2 {
    font-size: 21px;
  }

  .v26-footer__button {
    width: 100%;
  }

  .v26-footer__bottom-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 24px;
    text-align: center;
  }

  .v26-footer__legal {
    flex-wrap: wrap;
    gap: 9px 17px;
  }

  .v26-footer__signature {
    justify-self: center;
  }
}

/* =========================================================
   Movimiento reducido
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .v26-footer a,
  .v26-footer button,
  .v26-footer i {
    transition: none;
  }
}

body.volavi-home-page input::placeholder,
body.volavi-home-page textarea::placeholder {
  transition: opacity 0.15s ease;
}

body.volavi-home-page input:focus::placeholder,
body.volavi-home-page textarea:focus::placeholder {
  opacity: 0 !important;
}

/* =========================================================
   VOLAVI HOME 2026
   HEADER COMPARTIDO
   Iconos, tipografía Asap y estados de interacción

   Requisitos:
   1. El <header> debe incluir:
      class="volavi-home-header volavi-home-header--menu-v2"

   2. El menú de WordPress debe usar:
      .v26-header-menu

   3. Clases de primer nivel:
      v26-menu-item--aviacion
      v26-menu-item--viajes
      v26-menu-item--destinos   (Vivir; clase técnica heredada)
      v26-menu-item--comunidad
      v26-menu-item--contacto
      v26-menu-item--travel

   4. Asap debe estar cargada previamente mediante @font-face.
   5. Font Awesome 4 debe estar cargado por el tema.
   ========================================================= */

/* =========================================================
   1. VARIABLES Y BASE
   ========================================================= */

body.volavi-home-page.v26-menu-open {
  overflow: hidden;
}

body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2,
body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2 *,
body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2 *::before,
body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2 *::after {
  box-sizing: border-box;
}

/*
 * Estado seguro previo a JavaScript. WordPress imprime los submenus como
 * listas normales; se mantienen ocultos hasta que header-2026.js los
 * convierte en paneles visuales. Evita un menu roto ante cache incompleta,
 * un 404 del script o una optimizacion agresiva de terceros.
 */
@media (min-width: 1041px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu:not(.v26-mega-panel) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* =========================================================
   2. CONTENEDOR
   Más aire arriba del logo y de la navegación
   ========================================================= */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .volavi-home-header__container {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 27px;
  width: min(1320px, calc(100% - 48px));
  min-height: 112px;
  margin: 0 auto;
  padding-top: 19px;
  padding-bottom: 12px;
}

/* =========================================================
   3. LOGO
   ========================================================= */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .volavi-home-header__logo {
  display: flex;
  align-self: stretch;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 5px 0 0;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .volavi-home-header__logo
  a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .volavi-home-header__logo
  img {
  display: block;
  width: 210px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .volavi-home-header__text-logo {
  color: var(--v26-header-navy) !important;
  font-family: "Asap", "Inter", Arial, sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

/* =========================================================
   4. NAVEGACIÓN PRINCIPAL
   ========================================================= */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav {
  position: static;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 82px;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li {
  position: static;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Colores de interacción por sección */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--aviacion {
  --v26-menu-accent: var(--v26-header-blue);
  --v26-menu-accent-text: #ffffff;
  --v26-menu-shadow: rgba(21, 139, 210, 0.27);
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--viajes {
  --v26-menu-accent: var(--v26-header-yellow);
  --v26-menu-accent-text: #17243a;
  --v26-menu-shadow: rgba(211, 165, 0, 0.27);
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--destinos {
  /* Vivir conserva la clase técnica heredada "destinos". */
  --v26-menu-accent: var(--v26-header-orange);
  --v26-menu-accent-text: #ffffff;
  --v26-menu-shadow: rgba(240, 111, 29, 0.27);
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--comunidad {
  /* Comunidad queda neutra para no competir con Vivir. */
  --v26-menu-accent: var(--v26-header-navy);
  --v26-menu-accent-text: #ffffff;
  --v26-menu-shadow: rgba(23, 43, 74, 0.24);
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--contacto {
  --v26-menu-accent: var(--v26-header-navy);
  --v26-menu-accent-text: #ffffff;
  --v26-menu-shadow: rgba(23, 43, 74, 0.24);
}

/* Enlace principal */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li
  > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  margin: 0;
  padding: 0 15px;

  color: var(--v26-header-navy) !important;
  background: transparent !important;
  border: 0;
  border-radius: 11px;
  box-shadow: none !important;

  font-family: "Asap", sans-serif !important;
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 550 !important;
  font-variation-settings: "wght" 550 !important;
  font-synthesis: none !important;
  line-height: 1.05;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-decoration: none !important;

  transform: translateY(0) scale(1);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Neutralizar tipografía heredada en posibles elementos internos */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li
  > a
  span,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li
  > a
  strong {
  font-family: "Asap", sans-serif !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: 550 !important;
  font-variation-settings: "wght" 550 !important;
  font-synthesis: none !important;
}

/* =========================================================
   5. ICONOS DEL PRIMER NIVEL
   Se generan por CSS; no requieren cambios en WordPress.
   ========================================================= */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li
  > a::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.08em;

  color: currentColor;
  font-family: FontAwesome !important;
  font-size: 0.86em;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  opacity: 0.92;
  transform: translateY(-0.02em) scale(1);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

/* Aviación: avión */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--aviacion
  > a::before {
  content: "\f072";
}

/* Viajes: maleta */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--viajes
  > a::before {
  content: "\f0f2";
}

/* Vivir: brujula. La clase técnica del elemento sigue siendo destinos. */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--destinos
  > a::before {
  content: "\f14e";
}

/* Comunidad: usuarios */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--comunidad
  > a::before {
  content: "\f0c0";
}

/* Contacto: sobre */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--contacto
  > a::before {
  content: "\f003";
}

/* Viajar con volavi: avión de papel */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li.v26-menu-item--travel
  > a::before {
  content: "\f1d8";
}

/* =========================================================
   6. FLECHA DE SUBMENÚ
   La línea decorativa anterior queda eliminada.
   ========================================================= */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.menu-item-has-children
  > a::after {
  content: "\f107";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 1px;

  color: currentColor;
  font-family: FontAwesome !important;
  font-size: 0.58em;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1;

  opacity: 0.65;
  transform: rotate(0deg);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

/* Los elementos sin hijos no generan flecha */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-menu
  > li:not(.menu-item-has-children)
  > a::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   7. HOVER DEL PRIMER NIVEL
   ========================================================= */

@media (hover: hover) {
  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li:not(.v26-menu-item--travel):hover
    > a {
    color: var(--v26-menu-accent-text, #ffffff) !important;
    background: var(--v26-menu-accent, var(--v26-header-blue)) !important;
    box-shadow: 0 11px 24px var(--v26-menu-shadow, rgba(21, 139, 210, 0.25)) !important;
    transform: translateY(-2px) scale(1.018);
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li:not(.v26-menu-item--travel):hover
    > a::before {
    opacity: 1;
    transform: translateY(-0.02em) scale(1.14);
  }
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li:not(.v26-menu-item--travel):focus-within
  > a {
  color: var(--v26-menu-accent-text, #ffffff) !important;
  background: var(--v26-menu-accent, var(--v26-header-blue)) !important;
  box-shadow: 0 11px 24px var(--v26-menu-shadow, rgba(21, 139, 210, 0.25)) !important;
  transform: translateY(-2px) scale(1.018);
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li:focus-within
  > a::before {
  opacity: 1;
  transform: translateY(-0.02em) scale(1.14);
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.menu-item-has-children:hover
  > a::after,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.menu-item-has-children:focus-within
  > a::after {
  opacity: 1;
  transform: rotate(180deg);
}

/* Estado actual con el color del pilar de marca. */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.current-menu-item:not(.v26-menu-item--travel)
  > a,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.current-menu-ancestor:not(.v26-menu-item--travel)
  > a {
  color: var(--v26-menu-accent-text, #ffffff) !important;
  background: var(--v26-menu-accent, var(--v26-header-blue)) !important;
  box-shadow: 0 8px 20px var(--v26-menu-shadow, rgba(21, 139, 210, 0.2)) !important;
}

/* =========================================================
   8. CTA “VIAJAR CON VOLAVI”
   Más grande y equilibrado con el resto del menú
   ========================================================= */

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel {
  align-items: center;
  margin-left: 5px;
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel
  > a {
  min-height: 58px;
  padding-right: 20px;
  padding-left: 20px;

  color: #17243a !important;
  background: var(--v26-header-yellow) !important;
  border-radius: 11px;
  box-shadow: 0 9px 21px rgba(201, 157, 0, 0.2) !important;

  font-family: "Asap", sans-serif !important;
  font-size: 19px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  font-variation-settings: "wght" 650 !important;
  font-synthesis: none !important;
  letter-spacing: -0.012em;

  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel
  > a
  span,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel
  > a
  strong {
  font-family: "Asap", sans-serif !important;
  font-size: inherit !important;
  font-weight: 650 !important;
  font-variation-settings: "wght" 650 !important;
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel:hover
  > a,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel:focus-within
  > a {
  color: #17243a !important;
  background: #ffd12d !important;
  box-shadow: 0 12px 27px rgba(211, 165, 0, 0.29) !important;
  transform: translateY(-2px) scale(1.018);
}

html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel:hover
  > a::before,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-nav
  .v26-header-menu
  > li.v26-menu-item--travel:focus-within
  > a::before {
  opacity: 1;
  transform: translateY(-0.02em) scale(1.14);
}

/* =========================================================
   9. BUSCADOR DESPLEGABLE
   ========================================================= */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-actions {
  position: relative;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap {
  position: relative;
  z-index: 5;
  width: 46px;
  height: 46px;
}

/* Formulario cerrado */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-form {
  position: absolute;
  top: 0;
  right: 0;

  display: flex;
  align-items: center;

  width: 46px;
  height: 46px;
  margin: 0;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(18, 43, 75, 0.14);
  border-radius: 999px;
  box-shadow: none;

  transition:
    width 0.24s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Apertura por hover, foco o clic */

@media (hover: hover) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-wrap:hover
    .v26-header-search-form {
    width: min(330px, calc(100vw - 48px));
    border-color: rgba(21, 139, 210, 0.38);
    box-shadow: 0 12px 28px rgba(18, 43, 75, 0.16);
  }
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap:focus-within
  .v26-header-search-form,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap.is-search-open
  .v26-header-search-form {
  width: min(330px, calc(100vw - 48px));
  border-color: rgba(21, 139, 210, 0.38);
  box-shadow: 0 12px 28px rgba(18, 43, 75, 0.16);
}

/* Campo */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-input {
  flex: 1 1 auto;

  width: 0;
  min-width: 0;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;

  color: #172b4a !important;
  -webkit-text-fill-color: #172b4a !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;

  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 450 !important;
  line-height: 44px !important;

  opacity: 0;
  pointer-events: none;

  transition:
    width 0.24s ease,
    padding 0.24s ease,
    opacity 0.15s ease;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-input::placeholder {
  color: #77869a;
  opacity: 1;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-input:focus::placeholder {
  opacity: 0;
}

/* Mostrar el input al abrir */

@media (hover: hover) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-wrap:hover
    .v26-header-search-input {
    width: auto;
    padding: 0 6px 0 18px !important;
    opacity: 1;
    pointer-events: auto;
  }
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap:focus-within
  .v26-header-search-input,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap.is-search-open
  .v26-header-search-input {
  width: auto;
  padding: 0 6px 0 18px !important;
  opacity: 1;
  pointer-events: auto;
}

/* Botón */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-button {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;

  width: 44px;
  min-width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;

  color: var(--v26-header-navy) !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;

  font-size: 19px;
  line-height: 1;
  cursor: pointer;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap:hover
  .v26-header-search-button,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap:focus-within
  .v26-header-search-button,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-wrap.is-search-open
  .v26-header-search-button {
  color: #ffffff !important;
  background: var(--v26-header-blue) !important;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-button:hover,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-header-search-button:focus {
  color: #ffffff !important;
  background: #087abb !important;
}

/* Móvil */

@media (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-wrap {
    width: 42px;
    height: 42px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-wrap:focus-within
    .v26-header-search-form,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-wrap.is-search-open
    .v26-header-search-form {
    width: min(320px, calc(100vw - 72px));
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-input {
    height: 40px;
    line-height: 40px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-button {
    flex-basis: 40px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* =========================================================
   10. CONTROLES MÓVILES OCULTOS EN ESCRITORIO
   ========================================================= */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-button,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-submenu-toggle,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-backdrop {
  display: none;
}

/* =========================================================
   11. ESCRITORIO INTERMEDIO
   Mantiene el menú en una línea antes del breakpoint móvil.
   ========================================================= */

@media (max-width: 1270px) and (min-width: 1041px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__container {
    grid-template-columns: 185px minmax(0, 1fr) 44px;
    gap: 15px;
    width: min(1220px, calc(100% - 30px));
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    img {
    width: 180px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu {
    gap: 1px;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li
    > a {
    min-height: 55px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px !important;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li.v26-menu-item--travel {
    margin-left: 2px;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li.v26-menu-item--travel
    > a {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 16px !important;
  }
}

/* =========================================================
   12. TABLETA Y MÓVIL
   ========================================================= */

@media (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__container {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 12px;
    width: min(calc(100% - 32px), 760px);
    min-height: 82px;
    padding-top: 11px;
    padding-bottom: 8px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    padding: 3px 0 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    a {
    justify-content: center;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    img {
    width: 172px !important;
  }

  /* Hamburguesa */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-menu-button
    span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-menu-open
    .v26-menu-button
    span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-menu-open
    .v26-menu-button
    span:nth-child(2) {
    opacity: 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-menu-open
    .v26-menu-button
    span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Buscador móvil */

  /* Panel lateral */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-menu-open
    .v26-header-nav {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li.v26-menu-item--travel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid rgba(18, 43, 75, 0.08);
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li
    > a,
  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li.v26-menu-item--travel
    > a {
    grid-column: 1;
    justify-content: flex-start;
    min-height: 62px;
    padding: 0 20px;

    color: var(--v26-header-navy) !important;
    background: #ffffff !important;
    border-radius: 0;
    box-shadow: none !important;

    font-family: "Asap", sans-serif !important;
    font-size: 19px !important;
    font-weight: 550 !important;
    font-variation-settings: "wght" 550 !important;

    transform: none;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > a::before {
    width: 1.15em;
    font-size: 0.9em;
  }

  /* La flecha del enlace se oculta:
       el acordeón usa un botón independiente */

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > a::after {
    display: none !important;
    content: none !important;
  }

  /* Botón de acordeón */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-submenu-toggle {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-height: 62px;
    margin: 0;
    padding: 0;

    color: var(--v26-header-navy);
    background: #ffffff;
    border: 0;
    border-left: 1px solid rgba(18, 43, 75, 0.07);
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-submenu-toggle
    i {
    font-family: FontAwesome !important;
    font-size: 11px;
    transition: transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .menu-item-has-children.is-submenu-open
    > .v26-submenu-toggle
    i {
    transform: rotate(180deg);
  }

  /* Color del bloque cuando se abre */

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li.is-submenu-open:not(.v26-menu-item--travel)
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li.is-submenu-open:not(.v26-menu-item--travel)
    > .v26-submenu-toggle {
    color: var(--v26-menu-accent-text, #ffffff) !important;
    background: var(--v26-menu-accent, var(--v26-header-blue)) !important;
  }

  /* Submenús móviles */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-menu-item--travel
    > .sub-menu {
    position: static;
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 6px 0 13px;

    visibility: visible;
    background: #f7f9fc;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 1px rgba(18, 43, 75, 0.06);

    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .menu-item-has-children.is-submenu-open
    > .sub-menu {
    display: grid;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu::before {
    display: none;
    content: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu
    > li
    > a {
    min-height: 46px;
    padding: 9px 24px 9px 40px;

    color: #42536b !important;
    background: transparent !important;
    border-radius: 0;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu
    > li
    > a::before {
    left: 24px;
  }

  /* CTA móvil */

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-menu-item--travel
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-menu-item--travel
    > .v26-submenu-toggle {
    color: #17243a !important;
    background: var(--v26-header-yellow) !important;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-menu-item--travel
    > a {
    font-size: 19px !important;
    font-weight: 650 !important;
    font-variation-settings: "wght" 650 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-menu-item--travel
    > .v26-submenu-toggle {
    border-left-color: rgba(23, 36, 58, 0.13);
  }

  /* Backdrop */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    background: rgba(8, 24, 46, 0.43);
    border: 0;
    opacity: 0;
    pointer-events: none;

    transition:
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-menu-open
    .v26-menu-backdrop {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

/* =========================================================
   13. MÓVILES PEQUEÑOS
   ========================================================= */

@media (max-width: 520px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__container {
    width: calc(100% - 22px);
    min-height: 78px;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav {
    width: min(390px, 94vw);
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li
    > a,
  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav
    .v26-header-menu
    > li.v26-menu-item--travel
    > a {
    font-size: 18px !important;
  }
}

/* =========================================================
   14. MOVIMIENTO REDUCIDO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2 *,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    *::before,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* =========================================================
   15. MEGA MENÚS CONSOLIDADOS

   - Editorial: Aviación, Viajes y Vivir.
     Vivir conserva la clase técnica heredada "destinos".
   - Institucional: Contacto con Fluent Forms.
   - Clásico temporal: Comunidad.
   - El formato editorial queda generalizado para activarlo
     posteriormente sin volver a cambiar el CSS.
   ========================================================= */

/* Variables específicas de contraste */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-item--aviacion {
  --v26-mega-panel-text: #ffffff;
  --v26-mega-panel-muted: rgba(255, 255, 255, 0.82);
  --v26-mega-panel-rule: rgba(255, 255, 255, 0.16);
  --v26-mega-card-accent: #158bd2;
  --v26-mega-icon-color: #158bd2;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-item--viajes {
  --v26-mega-panel-text: #17243a;
  --v26-mega-panel-muted: rgba(23, 36, 58, 0.78);
  --v26-mega-panel-rule: rgba(23, 36, 58, 0.16);
  --v26-mega-card-accent: #987300;
  --v26-mega-icon-color: #17243a;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-item--destinos {
  /* Vivir: identidad naranja sobre panel de alto contraste. */
  --v26-mega-panel-text: #ffffff;
  --v26-mega-panel-muted: rgba(255, 255, 255, 0.82);
  --v26-mega-panel-rule: rgba(255, 255, 255, 0.16);
  --v26-mega-card-accent: #d85c12;
  --v26-mega-icon-color: #f06f1d;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-item--comunidad {
  /* Comunidad usa una identidad institucional neutra. */
  --v26-mega-panel-text: #ffffff;
  --v26-mega-panel-muted: rgba(255, 255, 255, 0.84);
  --v26-mega-panel-rule: rgba(255, 255, 255, 0.17);
  --v26-mega-card-accent: #172b4a;
  --v26-mega-icon-color: #172b4a;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-menu-item--contacto {
  --v26-mega-panel-text: #ffffff;
  --v26-mega-panel-muted: rgba(255, 255, 255, 0.8);
  --v26-mega-panel-rule: rgba(255, 255, 255, 0.16);
  --v26-mega-card-accent: #172b4a;
  --v26-mega-icon-color: #172b4a;
}

/* Vivir: brujula también en el panel introductorio del mega menú. */
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-mega-panel--destinos
  .v26-mega-editorial-intro__icon
  i::before {
  content: "\f14e" !important;
}

@media (min-width: 1041px) {
  /* El área completa del item mantiene el hover. */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li.menu-item-has-children {
    align-self: stretch;
    align-items: center;
  }

  /* Panel común */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel {
    position: absolute;
    top: calc(100% - 1px);
    right: auto;
    left: 50%;
    z-index: 30;

    width: min(1320px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 112px);
    margin: 0;
    padding: 27px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;

    visibility: hidden;
    background: #ffffff;
    border: 1px solid rgba(18, 43, 75, 0.1);
    border-top: 4px solid var(--v26-menu-accent, var(--v26-header-blue));
    border-radius: 0 0 18px 18px;
    box-shadow: 0 25px 58px rgba(18, 43, 75, 0.18);

    opacity: 0;
    transform: translate(-50%, 14px);
    pointer-events: none;

    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li:hover
    > .sub-menu.v26-mega-panel,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li:focus-within
    > .sub-menu.v26-mega-panel {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  /* =====================================================
       15.1 FORMATO EDITORIAL
       ===================================================== */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel--editorial {
    display: grid;
    grid-template-columns:
      minmax(225px, 0.82fr)
      minmax(0, 3.18fr);
    align-items: stretch;
    gap: 27px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Bloque izquierdo: color plano y sin sombra. */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__panel {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 21px 20px 20px;

    color: var(--v26-mega-panel-text, #ffffff);
    background: var(--v26-menu-accent, #158bd2);
    border: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 0 14px;

    color: var(--v26-mega-icon-color, #158bd2);
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 50%;
    box-shadow: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__icon
    i {
    font-family: FontAwesome !important;
    font-size: 22px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__title {
    margin: 0 0 8px;
    color: var(--v26-mega-panel-text, #ffffff);
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.1;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__description {
    margin: 0 0 20px;
    color: var(--v26-mega-panel-muted, rgba(255, 255, 255, 0.82));
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 420;
    line-height: 1.52;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--v26-mega-panel-rule, rgba(255, 255, 255, 0.16));
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li:last-child {
    border-bottom: 1px solid
      var(--v26-mega-panel-rule, rgba(255, 255, 255, 0.16));
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 42px;
    margin: 0 !important;
    padding: 8px 24px 8px 0 !important;

    color: var(--v26-mega-panel-text, #ffffff) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 540 !important;
    line-height: 1.3;
    text-decoration: none !important;

    opacity: 0.92;
    transform: none !important;
    transition:
      opacity 0.2s ease,
      padding-left 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a::before {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 2px;
    display: block !important;

    color: currentColor;
    font-family: FontAwesome !important;
    font-size: 10px;
    opacity: 0.72;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a:focus {
    padding-left: 5px !important;
    opacity: 1;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a:hover::after,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a:focus::after {
    transform: translate(3px, -50%);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;

    color: var(--v26-mega-panel-text, #ffffff) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 720;
    line-height: 1.3;
    text-decoration: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__cta
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    a
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__meta
    i {
    font-family: FontAwesome !important;
    transition: transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__cta:hover
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__cta:focus
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    a:hover
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    a:focus
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card:hover
    .v26-mega-editorial-card__meta
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card:focus
    .v26-mega-editorial-card__meta
    i {
    transform: translateX(4px);
  }

  /* Área editorial */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content {
    display: flex;
    flex-direction: column;
    padding: 3px 0 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 17px;
    padding: 0 2px 12px;
    border-bottom: 1px solid rgba(18, 43, 75, 0.1);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    h3 {
    margin: 0;
    color: #172b4a;
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 19px;
    font-weight: 650;
    line-height: 1.2;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--v26-mega-card-accent, #158bd2) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
  }

  /*
     * Aviación y Viajes conservan tres tarjetas en escritorio.
     * La cuarta queda disponible para el formato 2 × 2 de tablet.
     */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--aviacion
    .v26-mega-editorial-card:nth-child(n + 4),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--viajes
    .v26-mega-editorial-card:nth-child(n + 4) {
    display: none !important;
  }

  /* Vivir conserva internamente el panel "destinos" y muestra cuatro tarjetas. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--destinos
    .v26-mega-editorial-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card {
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;

    color: #172b4a !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 43, 75, 0.1) !important;
    border-radius: 12px !important;
    box-shadow: 0 7px 19px rgba(18, 43, 75, 0.07) !important;

    text-decoration: none !important;
    transform: none !important;

    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card::before,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card::after {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card:focus {
    color: #172b4a !important;
    border-color: rgba(18, 43, 75, 0.22) !important;
    box-shadow: 0 15px 31px rgba(18, 43, 75, 0.14) !important;
    transform: translateY(-4px) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;

    color: #ffffff;
    background: var(--v26-menu-accent, #158bd2);
    background-position: center;
    background-size: cover;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__media.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(4, 25, 49, 0) 55%,
      rgba(4, 25, 49, 0.23) 100%
    );
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__media
    i {
    font-family: FontAwesome !important;
    font-size: 26px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 14px 15px 15px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__category {
    display: block;
    max-width: 100%;
    margin: 0 0 7px;
    color: var(--v26-mega-card-accent, #158bd2);
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.09em;
    overflow-wrap: anywhere;
    text-wrap: balance;
    text-transform: uppercase;
    white-space: normal;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #172b4a;
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 620;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__description {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;

    color: #68788c;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 420;
    line-height: 1.45;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card--destination
    .v26-mega-editorial-card__meta {
    color: var(--v26-mega-card-accent, #d85c12);
    font-weight: 700;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--destinos
    .v26-mega-editorial-card__category,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--destinos
    .v26-mega-editorial-content__header
    a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--destinos
    .v26-mega-editorial-card__meta
    i {
    color: var(--v26-mega-card-accent, #d85c12) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 14px;
    color: #7a899a;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 11px;
    font-weight: 450;
    line-height: 1.3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__meta
    i {
    color: var(--v26-mega-card-accent, #158bd2);
    font-size: 9px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    color: #68788c;
    background: #f5f8fb;
    border: 1px solid rgba(18, 43, 75, 0.08);
    border-radius: 12px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    text-align: center;
  }

  /* =====================================================
       15.2 FORMATO INSTITUCIONAL DE CONTACTO
       Misma geometría exterior que los mega menús editoriales.
       ===================================================== */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel--contact {
    display: grid;
    grid-template-columns:
      minmax(225px, 0.82fr)
      minmax(0, 3.18fr);
    align-items: stretch;
    gap: 27px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-content {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Columna izquierda: panel navy con enlaces del menú. */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__panel {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 21px 20px 20px;
    color: #ffffff;
    background: var(--v26-header-navy, #172b4a);
    border: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 0 14px;
    color: var(--v26-header-navy, #172b4a);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__icon
    i {
    font-family: FontAwesome !important;
    font-size: 21px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__title {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.1;
    text-transform: uppercase;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__description {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 420;
    line-height: 1.52;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 39px;
    margin: 0 !important;
    padding: 7px 23px 7px 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 560 !important;
    line-height: 1.3;
    text-decoration: none !important;
    opacity: 0.92;
    transform: none !important;
    transition:
      opacity 0.2s ease,
      padding-left 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a::before {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 2px;
    display: block !important;
    color: currentColor;
    font-family: FontAwesome !important;
    font-size: 10px;
    opacity: 0.72;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a:focus {
    padding-left: 5px !important;
    opacity: 1;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a:hover::after,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a:focus::after {
    transform: translate(3px, -50%);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 17px;
    color: #ffffff !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 720;
    line-height: 1.3;
    text-decoration: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__cta
    i {
    font-size: 9px;
    transition: transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__cta:hover
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__cta:focus
    i {
    transform: translateX(4px);
  }

  /* Columna derecha: información institucional y formulario. */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-content {
    display: flex;
    flex-direction: column;
    padding: 2px 1px 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(18, 43, 75, 0.12);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__eyebrow {
    display: block;
    margin: 0 0 5px;
    color: var(--v26-header-blue, #158bd2);
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__title {
    margin: 0;
    color: #10294d;
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.16;
    letter-spacing: -0.015em;
    text-transform: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__description {
    max-width: 930px;
    margin: 8px 0 0;
    color: #53657b;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 420;
    line-height: 1.52;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form {
    min-width: 0;
    margin: 0;
    padding: 13px 0 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 0 0 9px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header
    h3 {
    flex: 0 0 auto;
    margin: 0;
    color: #10294d;
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 680;
    line-height: 1.25;
    text-transform: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header
    p {
    margin: 0;
    color: #66778b;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 420;
    line-height: 1.45;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .fluentform,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .frm-fluent-form {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /*
     * Fluent Forms ID 3.
     * Fluent Forms no usa .ff_inner como contenedor principal en este
     * formulario: los grupos cuelgan directamente del fieldset. La rejilla
     * debe aplicarse al fieldset para evitar que todos los campos se apilen.
     *
     * Fila 1: Nombre + Apellido (grupo doble) | Email
     * Fila 2: Empresa | Mensaje (dos columnas)
     * Fila 3: reCAPTCHA | Boton (dos columnas)
     */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .frm-fluent-form
    > fieldset,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    form.frm-fluent-form
    > fieldset {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 8px 12px;
    min-inline-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff_submit_btn_wrapper {
    min-width: 0;
    margin: 0 !important;
  }

  /* El campo Nombre de Fluent Forms contiene Nombre y Apellido. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group:has(.ff-t-container) {
    grid-column: span 2;
  }

  /* Conserva Nombre y Apellido en dos columnas internas. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-t-container {
    display: flex !important;
    align-items: flex-end;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-t-cell {
    display: block !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-group {
    min-width: 0;
    margin: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group:has(textarea) {
    grid-column: span 2;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group:has(.g-recaptcha),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group:has(iframe[src*="recaptcha"]) {
    grid-column: span 1;
    align-self: end;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff_submit_btn_wrapper {
    grid-column: span 2;
    align-self: end;
    margin: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-input--label {
    margin: 0 0 3px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-input--label
    label {
    color: #10294d !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-form-control {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    color: #10294d !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 43, 75, 0.16) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 34px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    textarea.ff-el-form-control {
    height: 58px !important;
    min-height: 58px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    line-height: 1.35 !important;
    resize: vertical;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-form-control:focus {
    outline: none !important;
    border-color: var(--v26-header-blue, #158bd2) !important;
    box-shadow: 0 0 0 2px rgba(21, 139, 210, 0.1) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-btn-submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    color: #ffffff !important;
    background: var(--v26-header-navy, #172b4a) !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    text-transform: none !important;
    cursor: pointer;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-btn-submit:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-btn-submit:focus {
    background: var(--v26-header-blue, #158bd2) !important;
    transform: translateY(-1px);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .text-danger,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .error {
    font-size: 11px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-message-success,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__unavailable {
    margin: 0;
    padding: 10px 12px;
    color: #31455f;
    background: #eef8fc;
    border: 1px solid rgba(21, 139, 210, 0.14);
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 11px;
    line-height: 1.45;
  }

  /* =====================================================
       15.3 FORMATO CLÁSICO TEMPORAL
       Comunidad conserva este formato hasta definir su
       fuente y sus accesos definitivos.
       ===================================================== */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel:not(.v26-mega-panel--editorial):not(
      .v26-mega-panel--contact
    ) {
    display: grid;
    grid-template-columns:
      minmax(220px, 0.88fr)
      minmax(390px, 1.72fr)
      minmax(235px, 0.9fr);
    align-items: stretch;
    gap: 28px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel
    > .v26-mega-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel
    > .v26-mega-links,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel
    > .v26-mega-featured {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
    margin: 0 !important;
    overflow: hidden;
    color: #172b4a !important;
    background: #f4f8fc !important;
    border: 1px solid rgba(18, 43, 75, 0.08) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
    transition:
      box-shadow 0.2s ease,
      transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link {
    padding: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link {
    padding: 15px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link::before,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link::after,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link::before,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link::after {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link:focus,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link:focus {
    box-shadow: 0 13px 29px rgba(18, 43, 75, 0.14) !important;
    transform: translateY(-3px) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__media,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background: var(--v26-menu-accent, #158bd2);
    background-position: center;
    background-size: cover;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__media {
    aspect-ratio: 4 / 3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__media {
    aspect-ratio: 16 / 9;
    border-radius: 9px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__media.has-image::after,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__media.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(6, 26, 51, 0.01) 45%,
      rgba(6, 26, 51, 0.32) 100%
    );
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__media
    i,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__media
    i {
    position: relative;
    z-index: 2;
    font-family: FontAwesome !important;
    font-size: 24px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__media.has-image
    i {
    display: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__body,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__body {
    padding: 18px 19px 19px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__body {
    padding: 14px 3px 2px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__eyebrow,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__eyebrow {
    display: block;
    margin: 0 0 7px;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent));
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__description,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__title {
    color: #172b4a;
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 630;
    line-height: 1.28;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__excerpt {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: #68788c;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__cta,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 14px;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent)) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 700;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links {
    display: flex;
    flex-direction: column;
    padding: 3px 4px 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__title {
    margin: 0 0 18px;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent));
    font-family: "Asap", "Inter", Arial, sans-serif !important;
    font-size: 19px;
    font-weight: 650;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 45px;
    margin: 0 !important;
    padding: 9px 28px 9px 14px !important;
    color: #30445e !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 520 !important;
    text-decoration: none !important;
    transform: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    display: block !important;
    width: 6px;
    height: 6px;
    background: var(--v26-mega-card-accent, var(--v26-menu-accent));
    border-radius: 50%;
    transform: translateY(-50%);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block !important;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent));
    font-family: FontAwesome !important;
    font-size: 11px;
    opacity: 0;
    transform: translate(-4px, -50%);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a:hover,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a:focus {
    color: #10294d !important;
    background: #f2f6fa !important;
    transform: translateX(3px) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a:hover::after,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a:focus::after {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

/* Franja continua de hover entre el enlace principal y su mega menú. */
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-mega-hover-bridge {
  display: none;
  pointer-events: none;
}

@media (min-width: 1041px) and (hover: hover) and (pointer: fine) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .v26-mega-hover-bridge {
    position: fixed;
    z-index: 31;
    display: block;
    background: transparent;
    pointer-events: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li:hover
    > .v26-mega-hover-bridge {
    pointer-events: auto;
  }
}

/* Escritorio medio */

@media (max-width: 1220px) and (min-width: 1041px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel--editorial {
    grid-template-columns:
      minmax(200px, 0.76fr)
      minmax(0, 3.24fr);
    gap: 20px;
    padding: 22px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel:not(.v26-mega-panel--editorial):not(
      .v26-mega-panel--contact
    ) {
    grid-template-columns:
      minmax(190px, 0.82fr)
      minmax(330px, 1.62fr)
      minmax(210px, 0.86fr);
    gap: 20px;
    padding: 23px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel--contact {
    grid-template-columns:
      minmax(200px, 0.76fr)
      minmax(0, 3.24fr);
    gap: 20px;
    padding: 22px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .frm-fluent-form
    > fieldset {
    gap: 7px 9px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-cards {
    gap: 13px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__body {
    padding: 12px 12px 13px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__title {
    font-size: 15px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__description {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
}

/* Móvil: únicamente enlaces del menú de WordPress. */

@media (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li.is-submenu-open
    > .sub-menu.v26-mega-panel {
    display: block;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel::before,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__icon,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__title,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__description,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__cta,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__title {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__panel,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    color: inherit;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li {
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 46px;
    margin: 0 !important;
    padding: 9px 38px 9px 40px !important;
    color: #42536b !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    text-decoration: none !important;
    opacity: 1;
    transform: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a::before,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    display: block !important;
    width: 5px;
    height: 5px;
    background: var(--v26-mega-card-accent, var(--v26-menu-accent));
    border-radius: 50%;
    transform: translateY(-50%);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a::after,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 22px;
    display: block !important;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent));
    font-family: FontAwesome !important;
    font-size: 10px;
    opacity: 1;
    transform: translateY(-50%);
  }

  /* Contacto móvil: solo los enlaces institucionales. */

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-content,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__icon,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__title,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__description,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__cta {
    display: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__panel {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li {
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 46px;
    margin: 0 !important;
    padding: 9px 38px 9px 40px !important;
    color: #42536b !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    text-decoration: none !important;
    opacity: 1;
    transform: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    display: block !important;
    width: 5px;
    height: 5px;
    background: var(--v26-header-navy, #172b4a);
    border-radius: 50%;
    transform: translateY(-50%);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 22px;
    display: block !important;
    color: var(--v26-header-navy, #172b4a);
    font-family: FontAwesome !important;
    font-size: 10px;
    transform: translateY(-50%);
  }
}

/* =========================================================
   16. NAVEGACION MOVIL COMPACTA
   Buscador superior, acordeones compactos y menos enlaces.
   ========================================================= */

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2
  .v26-mobile-nav-tools {
  display: none;
}

@media (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mobile-nav-tools {
    display: block;
    padding: 16px 18px 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(18, 43, 75, 0.08);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mobile-nav-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    width: 100%;
    min-height: 46px;
    overflow: hidden;
    background: #f4f7fa;
    border: 1px solid rgba(18, 43, 75, 0.13);
    border-radius: 9px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mobile-nav-search:focus-within {
    border-color: var(--v26-header-blue);
    box-shadow: 0 0 0 3px rgba(21, 139, 210, 0.1);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mobile-nav-search__input {
    width: 100%;
    min-width: 0;
    height: 46px;
    margin: 0 !important;
    padding: 0 14px !important;
    color: var(--v26-header-navy) !important;
    -webkit-text-fill-color: var(--v26-header-navy) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 46px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mobile-nav-search__input::placeholder {
    color: #7b8898;
    opacity: 1;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mobile-nav-search__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: var(--v26-header-navy);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    cursor: pointer;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu {
    display: block;
    min-height: 0;
    padding: 10px 0 24px;
    padding-top: 0;
  }

  /* Mantener el menu movil deliberadamente corto. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li:nth-child(n + 5),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li:nth-child(n + 5),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li:nth-child(n + 5) {
    display: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-submenu-toggle {
    min-height: 58px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li
    > .sub-menu.v26-mega-panel {
    position: static;
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 0 12px;
    visibility: visible;
    background: #f7f9fc;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 1px rgba(18, 43, 75, 0.06);
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding-bottom: 8px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a {
    min-height: 43px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

/* =========================================================
   HOME VOLAVI 2026 — CONTENIDO RESPONSIVE
   Composicion de las secciones editoriales en telefonos.
   ========================================================= */

@media (max-width: 760px) {
  /* -----------------------------------------------------
       1. Infórmate / Viaja / Inspírate como carrusel compacto
       ----------------------------------------------------- */

  body.volavi-home-page .v26-paths::-webkit-scrollbar {
    display: none;
  }

  body.volavi-home-page .v26-path {
    flex: 0 0 min(78vw, 320px);
    width: min(78vw, 320px);
    min-width: min(78vw, 320px);
    min-height: 340px;
    border-radius: 16px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.volavi-home-page .v26-path__content {
    min-height: 340px;
    padding: 18px 20px 19px;
  }

  body.volavi-home-page .v26-path__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
  }

  body.volavi-home-page .v26-path__icon i {
    font-size: 26px;
  }

  body.volavi-home-page .v26-path h2 {
    font-size: 26px;
  }

  body.volavi-home-page .v26-path__tagline {
    margin-top: 6px;
    font-size: 15px;
  }

  body.volavi-home-page .v26-path__list {
    display: block;
    max-width: 260px;
    margin: 13px auto 16px;
  }

  body.volavi-home-page .v26-path__list li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.32;
  }

  body.volavi-home-page .v26-path__list i {
    margin-top: 3px;
  }

  body.volavi-home-page .v26-path__button {
    width: auto;
    min-width: 176px;
    min-height: 42px;
    margin-top: 0;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }

  /* -----------------------------------------------------
       2. En móvil la selección editorial sube inmediatamente
          después de Infórmate / Viaja / Inspírate.
       ----------------------------------------------------- */

  body.volavi-home-page .v26-planning {
    display: none !important;
  }

  /* -----------------------------------------------------
       3. CTA único de agencia después de Destinos
       ----------------------------------------------------- */

  body.volavi-home-page .v26-destinations-cta__icon {
    width: 54px;
    height: 54px;
  }

  body.volavi-home-page .v26-destinations-cta__icon i {
    font-size: 22px;
  }

  body.volavi-home-page .v26-destinations-cta__content p {
    font-size: 15px;
    line-height: 1.55;
  }

  /* -----------------------------------------------------
       4. Hub editorial móvil en lectura vertical
          3 contenidos principales + 4 noticias compactas
          por cada categoría.
       ----------------------------------------------------- */

  body.volavi-home-page .v26-content-hub__intro {
    margin-bottom: 29px !important;
  }

  body.volavi-home-page .v26-content-hub__intro h2 {
    font-size: 29px;
  }

  body.volavi-home-page .v26-content-hub__intro p {
    font-size: 18px;
    line-height: 1.62;
  }

  body.volavi-home-page .v26-content-hub__layout {
    display: block !important;
  }

  body.volavi-home-page .v26-content-group {
    display: block !important;
    width: 100% !important;
  }

  body.volavi-home-page .v26-content-group__header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }

  body.volavi-home-page .v26-content-group__title {
    display: flex;
  }

  body.volavi-home-page .v26-content-group__icon {
    width: 44px;
    height: 44px;
  }

  body.volavi-home-page .v26-content-group__icon i {
    font-size: 19px;
  }

  body.volavi-home-page .v26-content-group__label {
    font-size: 12px;
  }

  body.volavi-home-page .v26-content-group__header h3 {
    font-size: 25px;
  }

  body.volavi-home-page .v26-content-group__all {
    margin: 0 0 0 58px !important;
    padding: 0;
    font-size: 14px;
  }

  body.volavi-home-page .v26-post-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  /* Primeras tres noticias: tarjetas principales completas. */
  body.volavi-home-page .v26-content-card--mobile-featured {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-direction: column !important;
  }

  body.volavi-home-page
    .v26-content-card--mobile-featured
    .v26-content-card__image {
    aspect-ratio: 16 / 9;
  }

  body.volavi-home-page
    .v26-content-card--mobile-featured
    .v26-content-card__body {
    padding: 17px 17px 18px;
  }

  body.volavi-home-page .v26-content-card--mobile-featured h4 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.34;
  }

  /* Cuatro noticias siguientes: lista horizontal limpia, sin tarjeta. */
  body.volavi-home-page .v26-content-card--mobile-compact {
    display: grid !important;
    grid-template-columns: 128px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: none !important;
  }

  body.volavi-home-page
    .v26-post-grid
    > .v26-content-card--mobile-compact:nth-child(4) {
    margin-top: 5px !important;
  }

  body.volavi-home-page .v26-content-card--mobile-compact:hover,
  body.volavi-home-page .v26-content-card--mobile-compact:focus-within {
    box-shadow: none !important;
    transform: none !important;
  }

  body.volavi-home-page
    .v26-content-card--mobile-compact
    .v26-content-card__image {
    width: 128px;
    min-width: 128px;
    height: 80px;
    min-height: 80px;
    align-self: center;
    overflow: hidden;
    aspect-ratio: 8 / 5;
    border-radius: 7px;
    box-shadow: none;
  }

  body.volavi-home-page
    .v26-content-card--mobile-compact
    .v26-content-card__image
    img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  body.volavi-home-page
    .v26-content-card--mobile-compact
    .v26-content-card__body {
    display: flex;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent;
  }

  body.volavi-home-page
    .v26-content-card--mobile-compact
    .v26-content-card__meta,
  body.volavi-home-page
    .v26-content-card--mobile-compact
    .v26-content-card__date,
  body.volavi-home-page
    .v26-content-card--mobile-compact
    .v26-content-card__cta {
    display: none !important;
  }

  body.volavi-home-page .v26-content-card--mobile-compact h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.006em;
  }

  body.volavi-home-page .v26-content-card--mobile-compact h4 a {
    display: block;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  @media (max-width: 380px) {
    body.volavi-home-page .v26-content-card--mobile-compact {
      grid-template-columns: 120px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    body.volavi-home-page
      .v26-content-card--mobile-compact
      .v26-content-card__image {
      width: 120px;
      min-width: 120px;
      height: 76px;
      min-height: 76px;
    }

    body.volavi-home-page .v26-content-card--mobile-compact h4 {
      font-size: 14.5px;
      line-height: 1.4;
    }
  }

  /* -----------------------------------------------------
       5. Sidebar móvil: solo Comunidad, WhatsApp y Newsletter
       ----------------------------------------------------- */

  body.volavi-home-page .v26-content-sidebar .v26-search-widget,
  body.volavi-home-page .v26-content-sidebar .v26-agency-widget {
    display: none !important;
  }

  /* Comunidad: dos conversaciones y tarjeta más corta. */
  body.volavi-home-page .v26-community-shortcode {
    padding: 19px 18px 18px;
  }

  body.volavi-home-page .v26-community-shortcode__header {
    margin-bottom: 13px;
  }

  body.volavi-home-page .v26-community-shortcode__header h3 {
    font-size: 21px;
  }

  body.volavi-home-page .v26-community-shortcode__header-icon {
    width: 40px;
    height: 40px;
  }

  body.volavi-home-page .v26-community-shortcode__item:nth-child(n + 4) {
    display: none;
  }

  body.volavi-home-page .v26-community-shortcode__item {
    padding: 11px 0;
  }

  body.volavi-home-page .v26-community-shortcode__button {
    min-height: 42px;
  }

  /* Newsletter: conserva la conversión y elimina texto repetido. */
  body.volavi-home-page .v26-content-sidebar .widget_newsletterwidgetminimal {
    padding: 19px 18px 18px !important;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal::before {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal
    .v26-sidebar-widget__title {
    max-width: calc(100% - 54px) !important;
    margin-bottom: 14px !important;
    font-size: 21px !important;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal
    .v26-sidebar-widget__title::after {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal
    .tnp-submit {
    min-height: 42px !important;
    margin-top: 4px !important;
  }

  /* Canal de WhatsApp: se mantiene, pero compacto. */
  body.volavi-home-page
    .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel {
    padding: 18px;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__header {
    gap: 12px;
    margin-bottom: 10px;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__title {
    font-size: 21px !important;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__description {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 13px !important;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .v26-whatsapp-channel-widget
    .v26-whatsapp-channel__button {
    min-height: 42px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body.volavi-home-page .v26-path {
    flex-basis: min(78vw, 305px);
    width: min(78vw, 305px);
    min-width: min(78vw, 305px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.volavi-home-page .v26-paths {
    scroll-behavior: auto;
    transition: none;
  }
}

/* =========================================================
   Indicador de desplazamiento para las rutas en móvil
   ========================================================= */

body.volavi-home-page .v26-paths-mobile-hint {
  display: none;
}

@media (max-width: 760px) {
  body.volavi-home-page .v26-paths-mobile-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding: 12px 16px 0;
    color: #5d6e82;
    background: #f3f7fa;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  body.volavi-home-page .v26-paths-mobile-hint i {
    color: #158bd2;
    font-size: 16px;
    animation: v26-mobile-scroll-hint 1.65s ease-in-out infinite;
  }

  body.volavi-home-page .v26-paths {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 14px;
    padding: 10px 38px 22px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #f3f7fa;
    scroll-padding-inline-start: 16px;
    scroll-padding-inline-end: 38px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 16px;
  }

  body.volavi-home-page .v26-path:first-child {
    margin-left: 0;
  }
}

@keyframes v26-mobile-scroll-hint {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.72;
  }
  50% {
    transform: translateX(4px);
    opacity: 1;
  }
}

/* =========================================================
   Composición específica para tablet vertical y teléfonos
   ========================================================= */

/* ---------------------------------------------------------
   TABLET VERTICAL / TABLET COMPACTA: 761px–1040px
   --------------------------------------------------------- */
@media (min-width: 761px) and (max-width: 1040px) {
  /* Logo ligeramente mayor en el header móvil/tablet. */

  /* Hero más compacto que la versión de escritorio. */
  body.volavi-home-page .v26-hero {
    padding-top: 31px;
    padding-bottom: 29px;
  }

  body.volavi-home-page .v26-hero h1 {
    font-size: clamp(31px, 4.5vw, 37px);
    line-height: 1.07;
    letter-spacing: -0.032em;
  }

  /* Señal visual de desplazamiento para las tres propuestas. */
  body.volavi-home-page .v26-paths-mobile-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding: 13px 20px 0;
    color: #5d6e82;
    background: #f3f7fa;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  body.volavi-home-page .v26-paths-mobile-hint i {
    color: #158bd2;
    font-size: 16px;
    animation: v26-mobile-scroll-hint 1.65s ease-in-out infinite;
  }

  /* Infórmate / Viaja / Inspírate en carrusel horizontal. */
  body.volavi-home-page .v26-paths {
    display: flex;
    grid-template-columns: none;
    align-items: stretch;
    width: 100%;
    gap: 16px;
    padding: 11px 48px 24px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #f3f7fa;
    overscroll-behavior-inline: contain;
    scroll-padding-inline-start: 20px;
    scroll-padding-inline-end: 48px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.volavi-home-page .v26-paths::-webkit-scrollbar {
    display: none;
  }

  body.volavi-home-page .v26-path {
    flex: 0 0 min(52vw, 380px);
    width: min(52vw, 380px);
    min-width: min(52vw, 380px);
    min-height: 328px;
    border-radius: 16px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.volavi-home-page .v26-path__content {
    min-height: 328px;
    max-width: none;
    padding: 18px 24px 19px;
  }

  body.volavi-home-page .v26-path__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 9px;
  }

  body.volavi-home-page .v26-path__icon i {
    font-size: 28px;
  }

  body.volavi-home-page .v26-path h2 {
    font-size: 27px;
  }

  body.volavi-home-page .v26-path__tagline {
    margin-top: 5px;
    font-size: 15px;
  }

  body.volavi-home-page .v26-path__list {
    display: block;
    max-width: 290px;
    margin: 13px auto 16px;
  }

  body.volavi-home-page .v26-path__list li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.34;
  }

  body.volavi-home-page .v26-path__button {
    min-width: 178px;
    min-height: 42px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }

  /* Planeación conserva los tres bloques, pero en formato ancho. */
  body.volavi-home-page .v26-planning {
    display: block !important;
  }

  body.volavi-home-page .v26-planning__benefit {
    gap: 10px;
  }

  body.volavi-home-page .v26-planning__benefit-icon {
    width: 39px;
    height: 39px;
  }

  body.volavi-home-page .v26-planning__benefit-icon i {
    font-size: 17px;
  }

  body.volavi-home-page .v26-planning__benefit-copy strong {
    font-size: 15px;
    line-height: 1.25;
  }

  body.volavi-home-page .v26-planning__benefit-copy small {
    margin-top: 1px;
    font-size: 12px;
    line-height: 1.35;
  }

  body.volavi-home-page .v26-destinations__grid {
    display: flex;
    grid-template-columns: none;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-right: -20px;
    padding-right: 46px;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline-start: 0;
    scroll-padding-inline-end: 46px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.volavi-home-page .v26-destinations__grid::-webkit-scrollbar {
    display: none;
  }

  body.volavi-home-page .v26-destination-card {
    flex: 0 0 31%;
    width: 31%;
    min-width: 240px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Hub editorial: tres tarjetas principales y cuatro compactas. */
  body.volavi-home-page .v26-post-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.volavi-home-page .v26-post-grid > .v26-content-card:nth-child(n + 8) {
    display: none !important;
  }

  /* Widgets en dos columnas tipo masonry para eliminar huecos. */

  body.volavi-home-page .v26-content-sidebar > * {
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 18px !important;
    vertical-align: top;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body.volavi-home-page .v26-sidebar-widget,
  body.volavi-home-page .v26-community-shortcode,
  body.volavi-home-page .v26-content-sidebar .v26-agency-shortcode,
  body.volavi-home-page .v26-content-sidebar .widget_newsletterwidgetminimal {
    height: auto !important;
  }
}

/* ---------------------------------------------------------
   TELÉFONOS: logo y hero un poco más compactos.
   --------------------------------------------------------- */
@media (max-width: 760px) {
  body.volavi-home-page .v26-hero {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  body.volavi-home-page .v26-hero h1 {
    font-size: clamp(27px, 7.2vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.031em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.volavi-home-page .v26-paths-mobile-hint i,
  body.volavi-home-page .v26-horizontal-hint i {
    animation: none;
  }
}

/* =========================================================
   Planeación compacta en tablet
   ========================================================= */

/* Tablet: logo mayor y bloque de planeación en tres zonas horizontales. */
@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    img {
    width: 220px !important;
    max-width: 220px !important;
  }

  body.volavi-home-page .v26-planning__inner {
    display: grid;
    grid-template-columns: minmax(180px, 0.82fr) minmax(300px, 1.55fr) minmax(
        165px,
        0.76fr
      );
    align-items: center;
    gap: 24px;
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  /* El título queda a la izquierda y el texto pasa a la columna central. */
  body.volavi-home-page .v26-planning__intro {
    display: contents;
  }

  body.volavi-home-page .v26-planning__intro h2 {
    grid-column: 1;
    align-self: center;
    margin: 0;
    font-size: 24px;
    line-height: 1.12;
  }

  body.volavi-home-page .v26-planning__intro p {
    margin-top: 8px;
    grid-column: 2;
    align-self: center;
    max-width: 520px;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  /* Los tres beneficios con iconos se omiten únicamente en tablet. */
  body.volavi-home-page .v26-planning__benefits {
    grid-template-columns: 1fr;
    gap: 9px;
    display: none !important;
  }

  body.volavi-home-page .v26-planning__actions {
    flex-direction: column;
    padding-top: 0;
    grid-column: 3;
    align-items: stretch;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    padding: 0;
  }

  body.volavi-home-page .v26-planning__button {
    width: 100%;
    min-width: 0;
    white-space: normal;
    min-height: 42px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 13px;
  }

  body.volavi-home-page .v26-planning__whatsapp {
    min-height: 26px;
    font-size: 12px;
    line-height: 1.25;
  }
}

/* Teléfonos: logo mayor, manteniendo intacto el tamaño aprobado del hero. */
@media (max-width: 760px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    img {
    width: 196px !important;
    max-width: 196px !important;
  }
}

@media (max-width: 520px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    img {
    width: 184px !important;
    max-width: 184px !important;
  }
}

/* =========================================================
   CTA de Destinos en tablet y móvil
   ========================================================= */

/* Tablet vertical y horizontal compacta. */
@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page .v26-destinations-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    padding: 18px 22px;
    border-radius: 14px;
  }

  body.volavi-home-page .v26-destinations-cta__icon,
  body.volavi-home-page .v26-destinations-cta__content p {
    display: none !important;
  }

  body.volavi-home-page .v26-destinations-cta__content {
    min-width: 0;
  }

  body.volavi-home-page .v26-destinations-cta__eyebrow {
    margin-bottom: 4px;
    font-size: 11px;
  }

  body.volavi-home-page .v26-destinations-cta__content h3 {
    margin: 0;
    font-size: clamp(23px, 3vw, 27px);
    line-height: 1.12;
  }

  body.volavi-home-page .v26-destinations-cta__button {
    grid-column: auto;
    justify-self: end;
    width: auto;
    min-height: 44px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
}

/* Teléfonos: misma simplificación, en una tarjeta vertical breve. */
@media (max-width: 760px) {
  body.volavi-home-page .v26-destinations-cta {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 18px;
    padding: 17px 18px 18px;
    border-radius: 14px;
  }

  body.volavi-home-page .v26-destinations-cta__icon,
  body.volavi-home-page .v26-destinations-cta__content p {
    display: none !important;
  }

  body.volavi-home-page .v26-destinations-cta__eyebrow {
    margin-bottom: 4px;
    font-size: 11px;
  }

  body.volavi-home-page .v26-destinations-cta__content h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.16;
  }

  body.volavi-home-page .v26-destinations-cta__button {
    grid-column: auto;
    width: 100%;
    min-height: 42px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
}

/* =========================================================
   Tamaño responsive del logo
   ========================================================= */
@media (max-width: 760px) {
  body.volavi-home-page .volavi-home-header__logo img {
    width: 235px !important;
    max-width: 235px !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 370px) {
  body.volavi-home-page .volavi-home-header__logo img {
    width: 215px !important;
    max-width: 215px !important;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page .volavi-home-header__logo img {
    width: 270px !important;
    max-width: 270px !important;
    height: auto !important;
    max-height: none !important;
  }
}

/* =========================================================
   Header sticky con estado compacto

   - Escritorio: menú completo al cargar y versión simplificada
     después de iniciar el desplazamiento.
   - Tablet y móvil: búsqueda a la izquierda, logo al centro y
     hamburguesa a la derecha.
   - El estado compacto se activa mediante la clase .is-compact,
     gestionada por header-2026.php.
   ========================================================= */

/* overflow-x: clip no crea un contenedor de scroll y permite que
   position: sticky funcione dentro de .main-container-wrap. */
body.volavi-home-page .main-container-wrap {
  overflow-x: clip;
  overflow-y: visible;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2 {
  --v26-header-navy: #172b4a;
  --v26-header-navy-dark: #10294d;
  --v26-header-blue: #158bd2;
  --v26-header-yellow: #f5c400;
  --v26-header-green: #14947b;
  --v26-header-orange: #f06f1d;
  --v26-header-white: #ffffff;
  --v26-header-border: rgba(18, 43, 75, 0.09);
  --v26-header-shadow: 0 8px 26px rgba(18, 43, 75, 0.08);
  width: 100%;
  margin: 0;
  color: var(--v26-header-navy);
  background: var(--v26-header-white);
  border-bottom: 1px solid var(--v26-header-border);
  box-shadow: var(--v26-header-shadow);
  font-family: "Inter", Arial, sans-serif;
  position: sticky;
  top: 0;
  z-index: 10000;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

body.admin-bar.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2 {
  top: 32px;
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-compact {
  border-bottom-color: rgba(18, 43, 75, 0.13);
  box-shadow: 0 10px 30px rgba(18, 43, 75, 0.14);
}

body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .volavi-home-header__container,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .volavi-home-header__logo
  img,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .v26-header-menu,
html
  body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .v26-header-nav
  .v26-header-menu
  > li
  > a,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .v26-header-search-wrap,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .v26-header-search-form,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .v26-header-search-button,
body.volavi-home-page
  #volavi-home-header.volavi-home-header--menu-v2.is-sticky-ready
  .v26-menu-button {
  transition:
    width 0.22s ease,
    max-width 0.22s ease,
    min-height 0.22s ease,
    height 0.22s ease,
    padding 0.22s ease,
    gap 0.22s ease,
    font-size 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

/* ---------------------------------------------------------
   Escritorio: barra compacta con navegación simplificada.
   --------------------------------------------------------- */
@media (min-width: 1041px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__container {
    width: min(1020px, calc(100% - 56px));
    grid-template-columns: 165px minmax(0, 1fr) 42px;
    gap: 18px;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo {
    padding-top: 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 158px !important;
    max-width: 158px !important;
    height: auto !important;
    max-height: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-menu {
    min-height: 58px;
    gap: 3px;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav
    .v26-header-menu
    > li
    > a {
    min-height: 44px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 18px !important;
  }

  /* En el estado compacto se eliminan los iconos del primer nivel.
       Las flechas de submenú se conservan. */
  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav
    .v26-header-menu
    > li
    > a::before {
    display: none !important;
    content: none !important;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav
    .v26-menu-item--travel
    > a {
    min-height: 42px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-wrap,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-form {
    width: 40px;
    height: 40px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-input {
    height: 38px;
    line-height: 38px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-button {
    flex-basis: 38px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 17px;
  }
}

/* Escritorio intermedio: un poco más compacto para evitar saltos. */
@media (min-width: 1041px) and (max-width: 1270px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__container {
    grid-template-columns: 148px minmax(0, 1fr) 40px;
    gap: 11px;
    width: min(1020px, calc(100% - 56px));
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 142px !important;
    max-width: 142px !important;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav
    .v26-header-menu
    > li
    > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px !important;
  }

  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav
    .v26-menu-item--travel
    > a {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 14px !important;
  }
}

/*
 * Comportamiento compacto compartido por Home y artículos V26.
 * Al reducirse la barra, el logo se acerca al centro en vez de quedar
 * anclado al borde izquierdo del contenedor ancho.
 */
@media (min-width: 1041px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    a {
    justify-content: flex-end;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__container {
    grid-template-columns: 158px minmax(0, 1fr) 40px;
    gap: 16px;
  }
}

/* ---------------------------------------------------------
   Tablet y móvil.
   --------------------------------------------------------- */
@media (max-width: 1040px) {
  html {
    scroll-padding-top: 72px;
  }

  /* Orden funcional: búsqueda, logo y menú. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-actions {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    justify-content: flex-start;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-menu-button {
    position: relative;
    z-index: 31;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: var(--v26-header-navy);
    background: transparent;
    border: 0;
    border-radius: 9px;
    box-shadow: none;
    cursor: pointer;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  /* El buscador se abre hacia la derecha para no salir de la pantalla. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-search-form {
    width: 42px;
    height: 42px;
    right: auto;
    left: 0;
    flex-direction: row-reverse;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    z-index: 30;
    width: min(430px, 92vw);
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    background: #ffffff;
    border-left: 1px solid rgba(18, 43, 75, 0.08);
    box-shadow: -18px 24px 42px rgba(18, 43, 75, 0.19);
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s ease;
    max-height: calc(100dvh - 83px);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__container {
    min-height: 68px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo {
    padding-top: 0;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 205px !important;
    max-width: 205px !important;
    height: auto !important;
    max-height: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-wrap,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-form {
    width: 40px;
    height: 40px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-button {
    flex-basis: 38px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 17px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-menu-button {
    width: 40px;
    height: 40px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav {
    max-height: calc(100dvh - 69px);
  }
}

@media (max-width: 782px) {
  body.admin-bar.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2 {
    top: 46px;
  }
}

/* En teléfonos WordPress deja la admin bar en posición absoluta. */
@media (max-width: 600px) {
  body.admin-bar.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2 {
    top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.volavi-home-page #volavi-home-header.volavi-home-header--menu-v2,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__container,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .volavi-home-header__logo
    img {
    transition: none !important;
  }
}

/* =========================================================
   Comunidad, header compacto y mega menús en tablet
   ========================================================= */

/* El título de Comunidad no debe heredar mayúsculas del tema. */
body.volavi-home-page
  .home-volavi-2026
  .v26-content-sidebar
  .v26-community-shortcode
  .v26-community-shortcode__header
  h3,
body.volavi-home-page
  .home-volavi-2026
  .v26-content-sidebar
  .v26-community-shortcode
  .v26-community-shortcode__header
  h3
  * {
  text-transform: none !important;
  font-variant: normal !important;
  letter-spacing: -0.014em !important;
}

/* ---------------------------------------------------------
   Header compacto: menor altura y logo más contenido.
   --------------------------------------------------------- */
@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__container {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    min-height: 62px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 180px !important;
    max-width: 180px !important;
    max-height: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-wrap,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-form,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-menu-button {
    width: 36px;
    height: 36px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-button {
    flex-basis: 36px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 16px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav {
    max-height: calc(100dvh - 63px);
  }
}

@media (max-width: 760px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__container {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    min-height: 58px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 136px !important;
    max-width: 136px !important;
    max-height: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-wrap,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-form,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-menu-button {
    width: 36px;
    height: 36px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-search-button {
    flex-basis: 36px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 16px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .v26-header-nav {
    max-height: calc(100dvh - 59px);
  }
}

@media (max-width: 370px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 124px !important;
    max-width: 124px !important;
  }
}

/* ---------------------------------------------------------
   Tablet: el acordeón conserva el drawer, pero muestra la
   versión enriquecida de cada mega menú. En móvil continúa
   la versión compacta de enlaces.
   --------------------------------------------------------- */
@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-nav {
    width: min(720px, 94vw);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-header-menu
    > li.is-submenu-open
    > .sub-menu.v26-mega-panel {
    display: grid !important;
    width: 100%;
    margin: 0 !important;
    padding: 18px !important;
    gap: 16px;
    background: #f5f8fb !important;
    border-top: 3px solid var(--v26-menu-accent, #158bd2) !important;
    border-bottom: 1px solid rgba(18, 43, 75, 0.09) !important;
    border-radius: 0 !important;
    box-shadow: inset 0 10px 24px rgba(18, 43, 75, 0.035) !important;
  }

  /* Mega menús editoriales: intro + contenidos recientes. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .sub-menu.v26-mega-panel--editorial {
    grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.55fr) !important;
    align-items: stretch;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content {
    display: flex !important;
    min-width: 0;
    margin: 0;
    padding: 0;
    flex-direction: column;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__panel {
    display: flex !important;
    min-height: 100%;
    padding: 17px 16px 16px !important;
    flex-direction: column;
    color: var(--v26-mega-panel-text, #fff);
    background: var(--v26-menu-accent, #158bd2) !important;
    border-radius: 12px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0 11px;
    color: var(--v26-mega-icon-color, #158bd2);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__title {
    display: block !important;
    margin: 0 0 7px;
    color: var(--v26-mega-panel-text, #fff);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.12;
    text-transform: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__description {
    display: block !important;
    margin: 0 0 14px;
    color: var(--v26-mega-panel-muted, rgba(255, 255, 255, 0.82));
    font-size: 12px;
    line-height: 1.48;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links {
    display: block !important;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a {
    min-height: 38px;
    padding: 7px 20px 7px 0 !important;
    color: var(--v26-mega-panel-text, #fff) !important;
    border-top: 1px solid var(--v26-mega-panel-rule, rgba(255, 255, 255, 0.16)) !important;
    font-size: 12px !important;
    font-weight: 560 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a::before {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__links
    > li
    > a::after {
    right: 2px;
    color: currentColor;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-intro__cta {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 14px;
    color: var(--v26-mega-panel-text, #fff) !important;
    font-size: 12px;
    font-weight: 700;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(18, 43, 75, 0.1);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    h3 {
    margin: 0;
    color: #172b4a;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.2;
    text-transform: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-content__header
    a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--v26-mega-card-accent, #158bd2) !important;
    font-size: 11px;
    font-weight: 700;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card {
    display: flex !important;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    color: #172b4a !important;
    background: #fff !important;
    border: 1px solid rgba(18, 43, 75, 0.1) !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 14px rgba(18, 43, 75, 0.06) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    color: #fff;
    background-color: var(--v26-menu-accent, #158bd2);
    background-position: center;
    background-size: cover;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__body {
    display: flex;
    min-width: 0;
    padding: 11px 12px 12px;
    flex: 1 1 auto;
    flex-direction: column;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__category {
    display: block;
    max-width: 100%;
    margin: 0 0 5px;
    color: var(--v26-mega-card-accent, #158bd2);
    font-size: 9px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.07em;
    overflow-wrap: anywhere;
    text-wrap: balance;
    text-transform: uppercase;
    white-space: normal;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #172b4a;
    font-size: 14px;
    font-weight: 620;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__description {
    display: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 9px;
    color: var(--v26-mega-card-accent, #158bd2);
    font-size: 10px;
    font-weight: 700;
  }

  /* Comunidad y otros mega menús clásicos. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .sub-menu.v26-mega-panel:not(.v26-mega-panel--editorial):not(
      .v26-mega-panel--contact
    ) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__title {
    display: block !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links {
    grid-column: 1 / -1;
    padding: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__link,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__link {
    display: flex !important;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    color: #172b4a !important;
    background: #fff !important;
    border: 1px solid rgba(18, 43, 75, 0.1) !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 14px rgba(18, 43, 75, 0.06) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__media,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__media {
    display: flex !important;
    width: 100%;
    aspect-ratio: 16 / 9;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--v26-menu-accent, #158bd2);
    background-position: center;
    background-size: cover;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__body,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__body {
    display: flex;
    padding: 13px 14px 14px;
    flex: 1 1 auto;
    flex-direction: column;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__eyebrow,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__eyebrow {
    display: block;
    margin: 0 0 5px;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent));
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__description,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__title {
    color: #172b4a;
    font-size: 15px;
    font-weight: 630;
    line-height: 1.3;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__excerpt {
    display: -webkit-box;
    margin: 6px 0 0;
    overflow: hidden;
    color: #68788c;
    font-size: 11px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-intro__cta,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-featured__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 10px;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent)) !important;
    font-size: 11px;
    font-weight: 700;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__title {
    margin: 0 0 9px;
    color: var(--v26-mega-card-accent, var(--v26-menu-accent));
    font-size: 16px;
    font-weight: 650;
    text-transform: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 14px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-links__list
    > li
    > a {
    min-height: 40px;
    padding: 7px 28px 7px 14px !important;
    font-size: 13px !important;
  }

  /* Contacto: intro institucional y formulario dentro del drawer. */
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .sub-menu.v26-mega-panel--contact {
    grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.55fr) !important;
    align-items: stretch;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-content {
    display: flex !important;
    min-width: 0;
    flex-direction: column;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__panel {
    display: flex !important;
    min-height: 100%;
    padding: 17px 16px 16px !important;
    flex-direction: column;
    color: #fff;
    background: var(--v26-header-navy, #172b4a) !important;
    border-radius: 12px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0 11px;
    color: var(--v26-header-navy, #172b4a);
    background: #fff;
    border-radius: 50%;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__title {
    display: block !important;
    margin: 0 0 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 650;
    line-height: 1.12;
    text-transform: none;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__description {
    display: block !important;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.48;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links {
    display: block !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a {
    min-height: 38px;
    padding: 7px 20px 7px 0 !important;
    color: #fff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    font-size: 12px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a::before {
    display: none !important;
    content: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__links
    > li
    > a::after {
    right: 2px;
    color: currentColor;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-intro__cta {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 14px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form {
    display: block !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about {
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(18, 43, 75, 0.11);
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__eyebrow {
    display: block;
    margin: 0 0 4px;
    color: var(--v26-header-blue, #158bd2);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form {
    padding-top: 11px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header {
    display: block !important;
    margin-bottom: 8px;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .frm-fluent-form
    > fieldset,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    form.frm-fluent-form
    > fieldset {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 7px 9px;
    min-inline-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group:has(.ff-t-container),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff-el-group:has(textarea),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    fieldset
    > .ff_submit_btn_wrapper {
    grid-column: 1 / -1;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-t-container {
    display: flex !important;
    gap: 8px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-form-control {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 9px !important;
    color: #10294d !important;
    background: #fff !important;
    border: 1px solid rgba(18, 43, 75, 0.16) !important;
    border-radius: 6px !important;
    font-size: 12px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    textarea.ff-el-form-control {
    height: 54px !important;
    min-height: 54px !important;
    padding-top: 7px !important;
    line-height: 1.35 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-btn-submit {
    width: 100% !important;
    min-height: 35px !important;
    color: #fff !important;
    background: var(--v26-header-navy, #172b4a) !important;
    border: 0 !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: none !important;
  }
}

/* =========================================================
   Salvaguardas de especificidad para Comunidad y header móvil
   ========================================================= */

@media (max-width: 760px) {
  /* Comunidad: impedir mayúsculas heredadas en móvil. */
  html
    body.volavi-home-page
    .home-volavi-2026
    .v26-content-hub
    .v26-content-sidebar
    .v26-community-shortcode
    .v26-community-shortcode__header
    h3,
  html
    body.volavi-home-page
    .home-volavi-2026
    .v26-content-hub
    .v26-content-sidebar
    .v26-community-shortcode
    .v26-community-shortcode__header
    h3
    * {
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    letter-spacing: -0.014em !important;
  }

  /* Header sticky móvil: tamaño aprobado del logo. */
  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    display: block !important;
    flex: none !important;
    width: 136px !important;
    min-width: 0 !important;
    max-width: 136px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 370px) {
  html
    body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-compact
    .volavi-home-header__logo
    img {
    width: 124px !important;
    max-width: 124px !important;
  }
}

/* =========================================================
   Ritmo vertical en tablet y móvil

   Reduce únicamente los espacios entre grandes bloques:
   - Selección editorial → Destinos que inspiran
   - Destinos → Más contenidos
   - Viajes y Turismo → Aviación
   - Contenidos → Widgets
   ========================================================= */

/* Tablet */
@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page .v26-editorial-selection {
    padding-bottom: 36px;
  }

  body.volavi-home-page .v26-destinations {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  body.volavi-home-page .v26-content-hub {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  body.volavi-home-page .v26-content-group + .v26-content-group {
    margin-top: 30px !important;
    padding-top: 28px !important;
  }

  body.volavi-home-page .v26-content-sidebar {
    display: block !important;
    width: 100% !important;
    column-count: 2;
    column-gap: 18px;
    column-fill: balance;
    margin-top: 24px;
  }
}

/* Móvil */
@media (max-width: 760px) {
  body.volavi-home-page .v26-destinations__header {
    margin-bottom: 0 !important;
    padding-bottom: 24px !important;
  }

  body.volavi-home-page .v26-editorial-selection__nav {
    display: none !important;
  }

  body.volavi-home-page .v26-destinations__nav {
    display: none !important;
  }

  body.volavi-home-page .v26-destinations__grid {
    margin-top: 0 !important;
  }

  body.volavi-home-page
    .v26-content-sidebar
    .widget_newsletterwidgetminimal
    .tnp-form::after {
    top: 78px;
    bottom: auto;
  }

  body.volavi-home-page .v26-editorial-selection {
    padding-top: 48px;
    padding-bottom: 34px;
  }

  body.volavi-home-page .v26-destinations {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  body.volavi-home-page .v26-horizontal-hint {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    width: 100%;
    margin: 0 0 14px;
    padding: 13px 20px 0;
    color: #5d6e82;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  body.volavi-home-page .v26-horizontal-hint i {
    color: #158bd2;
    font-size: 16px;
    animation: v26-mobile-scroll-hint 1.65s ease-in-out infinite;
  }

  body.volavi-home-page .v26-content-hub {
    padding-top: 38px;
    padding-bottom: 50px;
  }

  body.volavi-home-page .v26-content-group + .v26-content-group {
    border-top: 1px solid rgba(16, 41, 77, 0.1) !important;
    margin-top: 30px !important;
    padding-top: 26px !important;
  }

  body.volavi-home-page .v26-content-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 13px !important;
    margin-top: 24px;
  }
}

/* =========================================================
   Mega menus: 3 contenidos en desktop, 4 en tablet
   Desktop conserva el formato horizontal original.
   Tablet usa la composicion vertical 2 x 2.
   ========================================================= */

@media (min-width: 1041px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-cards {
    display: grid;
    align-items: stretch;
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--aviacion
    .v26-mega-editorial-card:nth-child(n + 4),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--viajes
    .v26-mega-editorial-card:nth-child(n + 4),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--destinos
    .v26-mega-editorial-card:nth-child(n + 4) {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-editorial-cards {
    display: grid !important;
    align-items: stretch;
    gap: 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--aviacion
    .v26-mega-editorial-card:nth-child(4),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--viajes
    .v26-mega-editorial-card:nth-child(4),
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-panel--destinos
    .v26-mega-editorial-card:nth-child(4) {
    display: flex !important;
  }
}

/* =========================================================
   iPad horizontal y tablet landscape amplia
   Mantiene el header y el resto de la composicion desktop,
   pero compacta Planeacion, Destinos y su CTA comercial.
   ========================================================= */

@media (min-width: 1041px) and (max-width: 1200px),
  (min-width: 1201px) and (max-width: 1366px) and (orientation: landscape) and (hover: none) {
  /* Planeando tu proximo viaje:
       titulo, descripcion y acciones en una sola franja. */
  body.volavi-home-page .v26-planning__inner {
    display: grid;
    grid-template-columns:
      minmax(210px, 0.82fr)
      minmax(360px, 1.55fr)
      minmax(185px, 0.74fr);
    align-items: center;
    gap: 26px;
    min-height: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  body.volavi-home-page .v26-planning__intro {
    display: contents;
  }

  body.volavi-home-page .v26-planning__intro h2 {
    grid-column: 1;
    align-self: center;
    margin: 0;
    font-size: 25px;
    line-height: 1.12;
  }

  body.volavi-home-page .v26-planning__intro p {
    grid-column: 2;
    align-self: center;
    max-width: 560px;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  body.volavi-home-page .v26-planning__benefits {
    display: none !important;
  }

  body.volavi-home-page .v26-planning__actions {
    grid-column: 3;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 0;
  }

  body.volavi-home-page .v26-planning__button {
    width: 100%;
    min-width: 0;
    min-height: 43px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    white-space: normal;
  }

  body.volavi-home-page .v26-planning__whatsapp {
    min-height: 27px;
    font-size: 13px;
    line-height: 1.25;
  }

  body.volavi-home-page .v26-destinations__grid {
    display: flex;
    grid-template-columns: none;
    align-items: stretch;
    width: calc(100% + 24px);
    margin-right: -24px;
    padding-right: 72px;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline-start: 0;
    scroll-padding-inline-end: 72px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.volavi-home-page .v26-destinations__grid::-webkit-scrollbar {
    display: none;
  }

  body.volavi-home-page .v26-destination-card {
    flex: 0 0 31%;
    width: 31%;
    min-width: 260px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Un viaje disenado especialmente para ti:
       misma version compacta usada en tablet vertical. */
  body.volavi-home-page .v26-destinations-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    padding: 18px 22px;
    border-radius: 14px;
  }

  body.volavi-home-page .v26-destinations-cta__icon,
  body.volavi-home-page .v26-destinations-cta__content p {
    display: none !important;
  }

  body.volavi-home-page .v26-destinations-cta__content {
    min-width: 0;
  }

  body.volavi-home-page .v26-destinations-cta__eyebrow {
    margin-bottom: 4px;
    font-size: 11px;
  }

  body.volavi-home-page .v26-destinations-cta__content h3 {
    margin: 0;
    font-size: clamp(24px, 2.5vw, 28px);
    line-height: 1.12;
  }

  body.volavi-home-page .v26-destinations-cta__button {
    grid-column: auto;
    justify-self: end;
    width: auto;
    min-height: 44px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
}

/* =========================================================
   Mega menús táctiles: segundo toque cierra el panel
   ========================================================= */

/*
 * En iPad horizontal el layout visual es el de escritorio, pero
 * la interacción no debe depender de :hover ni de :focus-within.
 * JavaScript añade .is-touch-mega-mode y gobierna cada panel con
 * .is-submenu-open. Esto también evita que el enlace temporal "#"
 * lleve la página arriba y expanda nuevamente el header sticky.
 */
@media (min-width: 1041px) and (max-width: 1366px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-touch-mega-mode
    .v26-header-menu
    > li
    > a,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-touch-mega-mode
    .v26-submenu-toggle {
    touch-action: manipulation;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-touch-mega-mode
    .v26-header-menu
    > li:hover
    > .sub-menu.v26-mega-panel,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-touch-mega-mode
    .v26-header-menu
    > li:focus-within
    > .sub-menu.v26-mega-panel {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translate(-50%, 14px) !important;
    pointer-events: none !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2.is-touch-mega-mode
    .v26-header-menu
    > li.is-submenu-open
    > .sub-menu.v26-mega-panel {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
  }
}

/* =========================================================
   Mega menú Contacto: tipografía en desktop y tablet
   ========================================================= */

@media (min-width: 761px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__eyebrow {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__title {
    font-size: 26px !important;
    line-height: 1.16 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__description {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header
    h3 {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header
    p {
    font-size: 14px !important;
    line-height: 1.48 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-input--label
    label {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-form-control {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-btn-submit {
    font-size: 14px !important;
  }
}

/* En tablet se amplía frente a la versión anterior, pero se mantiene
   un punto por debajo de desktop para que el panel conserve equilibrio. */
@media (min-width: 761px) and (max-width: 1040px) {
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__title {
    margin: 0;
    color: #10294d;
    font-weight: 650;
    line-height: 1.18;
    text-transform: none;
    font-size: 23px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-about__description {
    margin: 7px 0 0;
    color: #53657b;
    line-height: 1.48;
    font-size: 15px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header
    h3 {
    margin: 0;
    color: #10294d;
    font-weight: 680;
    line-height: 1.25;
    text-transform: none;
    font-size: 19px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__header
    p {
    margin: 4px 0 0;
    color: #66778b;
    line-height: 1.4;
    font-size: 13px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-input--label
    label {
    color: #10294d !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    font-size: 12px !important;
  }

  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-el-form-control,
  body.volavi-home-page
    #volavi-home-header.volavi-home-header--menu-v2
    .v26-mega-contact-form__embed
    .ff-btn-submit {
    font-size: 13px !important;
  }
}

/* =========================================================
   SHARETHIS STICKY
   Visible únicamente en entradas individuales
   ========================================================= */

body:not(.single-post) .sharethis-sticky-share-buttons,
body:not(.single-post) .sharethis-sticky-share-button,
body:not(.single-post) .st-sticky-share-buttons {
  display: none !important;
}

/* =========================================================
   COOKIEYES
   No debe superponerse al menú móvil abierto
   ========================================================= */

@media (max-width: 1040px) {
  body.volavi-home-page.v26-menu-open .cky-revisit-bottom-left,
  body.volavi-home-page.v26-menu-open .cky-btn-revisit-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
