/* NeoSans — italic */

@font-face {
  font-family: 'NeoSans';
  src: url('../fonts/NeoSansW1G-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'NeoSans';
  src: url('../fonts/NeoSansW1G-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --azul: #0b3d6e;
  --celeste: #1489c8;
  --acento: #00aaff;
  --celeste-favl: #1796c1;
  --claro: #e8f4fb;
  --texto: #1a2b38;
  --gris: #f5f8fa;
  --suave: #6b8fa8;
  --blanco: #ffffff;
}

html {
  scroll-behavior: smooth;
}
/* body { font-family: 'Inter', sans-serif; color: var(--texto); background: #fff; overflow-x: hidden; } */
body {
  font-family: 'NeoSans';
  font-style: italic;
  color: var(--texto);
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*  TOPBAR ═ */
.topbar {
  background: var(--azul);
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  gap: 16px;
  flex-wrap: wrap;
}
.topbar-left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.topbar-right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.topbar a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}
.topbar a:hover {
  color: #fff;
}
.topbar-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
}

/* LOGO FAVL */
/* .test-sticky {
  position: sticky;
  top: 0;
  background: red;
} */
/* MARGINS*/
/* Boton queres volar */

.btn-queres-volar {
  position: fixed;
  bottom: 0px;
  right: 16px;
  width: 60px;
  height: 60px;
  border: 0px;

  cursor: pointer;
  background: var(--celeste-favl);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0.75em;
  font-weight: 400;
  text-align: center;
  line-height: 0.95;
  box-shadow: 0px 0px 6px 6px rgba(3, 119, 201, 0.75);
  z-index: 1010;
}

.btn-queres-volar:hover {
  transform: translateY(-2px);
  background: #03527c;
  box-shadow: 0px 0px 6px 6px rgba(3, 119, 201, 0.75);
  /* box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); */
}
/* .btn-queres-volar {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 80px;
  height: 80px;

  border-radius: 50%;
  cursor: pointer;

  background: linear-gradient(
    145deg,
    var(--celeste-favl-light),
    var(--celeste-favl)
  );

  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.1);

  border: none;
  z-index: 1010;

  transition: all 0.2s ease;
}

.btn-queres-volar:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.25),
    0 6px 15px rgba(0, 0, 0, 0.15);
} */
.btn-queres-volar--br {
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
}
.btn-queres-volar--tl {
  border-radius: 50% 50% 50% 50%;
  right: 10px;
  top: 80px;
}
.btn-queres-volar-carousel {
  position: absolute;
  right: 40px;
  bottom: 60px;
  width: 220px;
  height: 60px;
  padding: 2px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(63, 133, 10);
  /* background: var(--celeste-favl); */
  color: #fff;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  box-shadow: 0 4px 32px 6px rgba(77, 5, 192, 0.75);
  z-index: 10;
}
.btn-queres-volar-carousel:hover {
  transform: translateY(-2px);
  background: #03527c;
}
.btn-qv-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--acento);
  /* transform-origin: bottom left; */

  /* transform-origin: bottom center;  */
  /* transform-origin: 50% 100%; */
  transform-origin: 25px 30px;
  filter: drop-shadow(0 0 8px var(--acento));
  animation: wiggle 1.4s ease-in-out infinite;
}
/* más separado del texto */
.btn-qv-icon {
  order: 0;
  /* margin-right: 8px; */
  margin-top: 2px;
  margin-right: 0px;
}

/* moverlo a la derecha del texto */
/* .btn-qv-icon { order: 1; margin-left: 8px; } */

@keyframes wiggle {
  0%,
  60%,
  100% {
    rotate: 45deg;
  }
  70% {
    rotate: 15deg;
  }
  80% {
    rotate: 70deg;
  }
  90% {
    rotate: 20deg;
  }
}
.mr-100 {
  margin-right: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}

/*  NAV  */
nav {
  background: #fff;
  position: sticky;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 40px;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid #e0eef7;
  box-shadow: 0 2px 16px rgba(11, 61, 110, 0.06);
}
.nav-inner {
  flex: 1;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: var(--azul);
  letter-spacing: 2px;
  padding: 14px 0;
  margin-right: 40px;
  margin-left: 25px;
  flex-shrink: 0;
  cursor: pointer;
}
.nav-logo span {
  color: var(--celeste);
  font-family: 'NeoSans';
  font-style: italic;
  /* font-family: 'NeoSansW1G', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar {
  display: none;
}
.nav-link {
  color: #4a6478;
  font-size: 13px;
  font-weight: 500;
  padding: 18px 14px;
  white-space: nowrap;
  transition: color 0.2s;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--celeste);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.nav-link:hover,
.nav-link.active {
  color: var(--celeste);
}
.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

/*  HERO  */
.hero {
  position: relative;
  height: 92vh;
  min-height: 560px;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://c4.wallpaperflare.com/wallpaper/653/100/24/ala-delta-nubes-sol-wallpaper-preview.jpg')
    center/cover no-repeat;
  animation: heroZoom 12s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(11, 61, 110, 0.82) 0%,
    rgba(11, 61, 110, 0.45) 55%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.hero-tag {
  display: inline-block;
  background: var(--acento);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 24px;
  animation: fadeUp 0.7s 0.1s both;
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  max-width: 680px;
  margin-bottom: 20px;
  animation: fadeUp 0.7s 0.25s both;
}
.hero-title span {
  color: var(--acento);
}
.hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 480px;
  line-height: 1.65;
  margin-bottom: 36px;
  font-weight: 300;
  animation: fadeUp 0.7s 0.4s both;
}
.hero-btns {
  display: flex;
  gap: 14px;
  animation: fadeUp 0.7s 0.55s both;
  flex-wrap: wrap;
}
.btn-hero-primary {
  background: var(--celeste);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  transition:
    background 0.2s,
    transform 0.2s;
  border: 2px solid var(--celeste);
  cursor: pointer;
}
.btn-hero-primary:hover {
  background: #0f6ea0;
  border-color: #0f6ea0;
  transform: translateY(-2px);
}
.btn-hero-outline {
  background: transparent;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
  cursor: pointer;
}
.btn-hero-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  letter-spacing: 1px;
  animation: fadeUp 0.7s 0.8s both;
}
.scroll-dot {
  width: 30px;
  height: 45px;
  border: 2px solid var(--celeste-favl);
  /* border: 2px solid rgba(255, 255, 255, 0.4); */
  border-radius: 12px;
  position: relative;
}
.scroll-dot::after {
  /* content: "↕"; */
  content: ' ';
  font-weight: 800;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 20px;
  background: var(--celeste-favl);
  /* background: rgba(255, 255, 255, 0.6); */
  border-radius: 3px;
  animation: scrollBounce 1.6s infinite;
}
@keyframes scrollBounce {
  0%,
  100% {
    top: 20px;
    opacity: 1;
  }
  50% {
    top: 0px;
    opacity: 0.3;
  }
}
/* @keyframes scrollBounce { 0%, 100% { top: 5px; opacity: 1; } 50% { top: 14px; opacity: .3; } } */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  CARRUSEL ═ */
.carousel-section {
  background: var(--azul);
  position: relative;
  overflow: hidden;
}
.carousel-track-wrap {
  overflow: hidden;
  position: relative;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-slide {
  min-width: 100%;
  position: relative;
  height: 480px;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(11, 61, 110, 0.78) 0%,
    rgba(11, 61, 110, 0.3) 60%,
    transparent 100%
  );
  display: flex;
  align-items: center;
}
.carousel-slide-content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
.carousel-slide-tag {
  display: inline-block;
  background: var(--acento);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 16px;
}
.carousel-slide-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 560px;
}
.carousel-slide-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 440px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.carousel-btn-link {
  display: inline-block;
  background: var(--celeste);
  color: #fff;
  padding: 11px 28px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  transition:
    background 0.2s,
    transform 0.2s;
}
.carousel-btn-link:hover {
  background: #0f6ea0;
  transform: translateY(-2px);
}
.carousel-controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition:
    background 0.25s,
    transform 0.25s;
  padding: 0;
}
.carousel-dot.active {
  background: var(--acento);
  transform: scale(1.35);
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}
.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
}
.carousel-arrow.prev {
  left: 24px;
}
.carousel-arrow.next {
  right: 24px;
}

/*  GALERÍA GLASS  */
.galeria-glass-section {
  background: linear-gradient(160deg, #0b3d6e 0%, #0e5a9a 60%, #1489c8 100%);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.galeria-glass-section::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(0, 170, 255, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.galeria-glass-header {
  max-width: 1260px;
  margin: 0 auto 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.galeria-glass-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto 28px;
}
.glass-filter-btn {
  padding: 7px 20px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Inter', sans-serif;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.glass-filter-btn:hover,
.glass-filter-btn.active {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.galeria-glass-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  grid-template-rows: 280px 280px 300px;
  gap: 12px;
}
.gg-item {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s;
}
.gg-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}
.gg-item:nth-child(2) {
  grid-column: 2 / 5;
  grid-row: 1;
}
.gg-item:nth-child(3) {
  grid-column: 2 / 5;
  grid-row: 2;
}
.gg-item:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 3;
}
.gg-item:nth-child(5) {
  grid-column: 3;
  grid-row: 3;
}
.gg-item:nth-child(6) {
  grid-column: 4;
  grid-row: 3;
}
.gg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gg-item:hover .gg-img {
  transform: scale(1.07);
}
.gg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 61, 110, 0.8) 0%,
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.gg-item:hover .gg-overlay {
  opacity: 1;
}
.gg-caption {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.gg-tag {
  display: inline-block;
  background: var(--acento);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 5px;
}

/*  LIGHTBOX  */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(5, 20, 40, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.lightbox-img {
  max-width: 88vw;
  max-height: 82vh;
  border-radius: 10px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  object-fit: contain;
}
.lb-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
}
.lb-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lb-prev {
  left: 24px;
}
.lb-next {
  right: 24px;
}
.lb-counter {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 2px;
}
.lb-caption {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

/*  STATS  */
.stats-bar {
  background: var(--azul);
  padding: 28px 40px;
}
.stats-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.stat {
  text-align: center;
  color: #fff;
}
.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--acento);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

/*  SECCIÓN GENÉRICA  */
section {
  padding: 80px 40px;
}
.section-inner {
  max-width: 1260px;
  margin: 0 auto;
}
.section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--celeste);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  color: var(--azul);
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 15px;
  color: var(--suave);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 48px;
}

/*  MODALIDADES  */
.modalidades-section {
  background: #fff;
}
.modalidades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.modal-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0eef7;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  cursor: pointer;
}
.modal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(11, 61, 110, 0.12);
}
.modal-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.modal-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 61, 110, 0.7) 0%,
    transparent 60%
  );
}
.modal-body {
  padding: 20px;
  background: #fff;
}
.modal-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--azul);
  margin-bottom: 8px;
}
.modal-text {
  font-size: 13px;
  color: var(--suave);
  line-height: 1.65;
}
.modal-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--celeste);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s;
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
}
.modal-link:hover {
  color: var(--azul);
}

/*  NOTICIAS  */
.noticias-section {
  background: var(--gris);
}
.noticias-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
}
.noticias-list {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dbedf7;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(11, 61, 110, 0.05);
}
.noticias-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #eaf2f9;
  gap: 12px;
  flex-wrap: wrap;
}
.search-wrap {
  display: flex;
  gap: 6px;
}
.search-input {
  border: 1.5px solid #c5e0f0;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  outline: none;
  width: 180px;
  transition: border 0.2s;
}
.search-input:focus {
  border-color: var(--celeste);
}
.btn-buscar {
  background: var(--celeste);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.btn-buscar:hover {
  background: var(--azul);
}
.noticia-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid #f0f7fb;
  transition: background 0.15s;
  cursor: pointer;
  gap: 12px;
}
.noticia-row:last-child {
  border-bottom: none;
}
.noticia-row:hover {
  background: #f4fafd;
}
.noticia-dot {
  width: 6px;
  height: 6px;
  background: var(--acento);
  border-radius: 50%;
  flex-shrink: 0;
}
.noticia-text {
  flex: 1;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--texto);
}
.noticia-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--claro);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 13px;
  color: var(--celeste);
  transition:
    background 0.2s,
    color 0.2s;
}
.noticia-icon:hover {
  background: var(--celeste);
  color: #fff;
}
.side-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-widget {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dbedf7;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(11, 61, 110, 0.05);
}
.side-widget-head {
  background: var(--azul);
  padding: 14px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}
.side-widget-body {
  padding: 16px 20px;
}
.side-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eaf2f9;
  font-size: 13px;
}
.side-row:last-child {
  border-bottom: none;
}
.side-row-label {
  color: var(--texto);
  font-weight: 500;
}
.side-row-link {
  color: var(--celeste);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.side-row-link:hover {
  color: var(--azul);
}

/*  MODAL NOVEDAD  */
.novedad-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(5, 20, 40, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 20px;
}
.novedad-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.novedad-modal {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 780px;
  width: 100%;
  display: flex;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  transform: translateY(20px);
  transition: transform 0.3s;
  max-height: 90vh;
}
.novedad-modal-overlay.open .novedad-modal {
  transform: translateY(0);
}
.novedad-modal-img {
  width: 320px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}
.novedad-modal-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.novedad-modal-tag {
  display: inline-block;
  background: var(--acento);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 16px;
  align-self: flex-start;
}
.novedad-modal-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--azul);
  line-height: 1.2;
  margin-bottom: 12px;
}
.novedad-modal-date {
  font-size: 11px;
  color: var(--suave);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.novedad-modal-text {
  font-size: 14px;
  color: var(--suave);
  line-height: 1.75;
  margin-bottom: 28px;
}
.novedad-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0eef7;
  color: var(--azul);
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.novedad-modal-close:hover {
  background: var(--claro);
}
.novedad-modal-wrap {
  position: relative;
  max-width: 780px;
  width: 100%;
}

/*  VOLAR  */
.volar-section {
  background: linear-gradient(135deg, var(--azul) 0%, #0e5a9a 100%);
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}
.volar-section::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(0, 170, 255, 0.15) 0%,
    transparent 70%
  );
}
.volar-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.volar-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}
.volar-title span {
  color: var(--acento);
}
.volar-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  margin-bottom: 32px;
}
.volar-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.volar-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.volar-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 170, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.volar-feature-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.volar-feature-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
  font-size: 14px;
}

/*  FOOTER ═ */
footer {
  background: #071e35;
  color: rgba(255, 255, 255, 0.5);
  padding: 40px;
}
.footer-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
}
.footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}
.footer-logo span {
  color: var(--acento);
}
.footer-copy {
  text-align: center;
  flex: 1;
}
.footer-dev a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
.footer-dev a:hover {
  color: #fff;
}

/*  HAMBURGER  */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: auto;
  padding: 6px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  background: var(--azul);
  border-radius: 2px;
  transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 199;
  flex-direction: column;
  padding: 24px 24px 40px;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(11, 61, 110, 0.12);
  border-top: 1px solid #e0eef7;
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu a,
.mobile-menu button {
  font-size: 18px;
  font-weight: 600;
  color: var(--texto);
  padding: 14px 0;
  /* border-bottom: 1px solid #eaf2f9; */
  transition: color 0.2s;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  width: 100%;
}
.mobile-menu a:hover,
.mobile-menu button:hover {
  color: var(--celeste);
}
.mobile-menu .btn-hero-primary {
  margin-top: 20px;
  text-align: center;
  display: block;
  padding: 14px;
  border: none;
}

/*  RESPONSIVE ═ */
@media (max-width: 768px) {
  .topbar {
    padding: 8px 16px;
    font-size: 11px;
  }
  .topbar-left span {
    display: none;
  }
  .nav-inner {
    padding: 0px 1px;
    height: 56px;
  }
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    height: 100svh;
    min-height: 480px;
    max-height: none;
  }
  .hero-content {
    padding: 0 20px;
  }
  .hero-btns {
    flex-direction: column;
    gap: 10px;
  }
  .btn-hero-primary,
  .btn-hero-outline {
    text-align: center;
    width: 100%;
    max-width: 280px;
  }
  .stats-bar {
    padding: 24px 16px;
  }
  .stat-num {
    font-size: 28px;
  }
  section {
    padding: 52px 16px;
  }
  .modalidades-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .noticias-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .carousel-slide {
    height: 340px;
  }
  .carousel-slide-content {
    padding: 0 20px;
  }
  .novedad-modal {
    flex-direction: column;
    max-height: 85vh;
  }
  .novedad-modal-img {
    width: 100%;
    height: 200px;
  }
  .novedad-modal-body {
    padding: 24px 20px;
  }
  .galeria-glass-section {
    padding: 52px 16px;
  }
  .galeria-glass-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px 200px;
    gap: 8px;
  }
  .gg-item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .gg-item:nth-child(1) {
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
  }
  .gg-item:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .gg-item:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
  .gg-item:nth-child(4) {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .gg-item:nth-child(5) {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }
  .gg-item:nth-child(6) {
    grid-column: 1 / 3 !important;
    grid-row: 4 !important;
  }
  .volar-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .volar-section {
    padding: 60px 16px;
  }
  footer {
    padding: 28px 16px;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .footer-copy {
    flex: none;
  }
  .lb-prev {
    left: 8px;
  }
  .lb-next {
    right: 8px;
  }
}

@media (max-width: 400px) {
  .galeria-glass-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gg-item,
  .gg-item:nth-child(1),
  .gg-item:nth-child(2),
  .gg-item:nth-child(3),
  .gg-item:nth-child(4),
  .gg-item:nth-child(5),
  .gg-item:nth-child(6) {
    grid-column: 1 !important;
    grid-row: auto !important;
    height: 220px;
  }
  .gg-item:nth-child(1) {
    height: 260px;
  }
  .nav-logo {
    /* text-align: center; */
    width: 60%;
  }
  .carousel-arrow {
    display: none;
  }
}

.compe-iframe {
  width: 100%;
  height: 99vh;
  border: none;
  overflow: hidden;
}

.app-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.app-content {
  flex: 1;
}
/*  PLACEHOLDER PAGES (antes styles inline de Placeholder.jsx)  */
.placeholder-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
}
.placeholder-inner {
  text-align: center;
  max-width: 500px;
}
.placeholder-inner .section-tag {
  text-align: center;
}
.placeholder-inner .section-title {
  text-align: center;
}
.placeholder-inner .section-sub {
  text-align: center;
  margin: 0 auto 32px;
}

/* ========================= Modal ========================= */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}

.modal.is-open {
  display: flex;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(90%, 600px);
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.modal__content {
  padding: 24px;
}

.modal__close {
   /* will-change: transform; */
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    /* border-radius: 0px 8px 0 0; */
    background: #0f2a4adb;
    color: #f7f2f2;
    cursor: pointer;
    font-size: 0;
    transition: background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
    /* z-index: 9999; */
}
.modal__close_old {
  position: absolute;
  top: 5px;
  right: 5px;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* border-radius: 50%; */


  background: #0f2a4adb;
  color: #f7f2f2;

  cursor: pointer;
  font-size: 0;

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

.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;

  width: 20px;
  height: 2px;

  border-radius: 2px;
  background: currentColor;
  transition: transform 0.6s ease;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__close:hover {
  background: #035f08db;
  color: #f00707;
  /* transform: rotate(90deg) scale(0.9); */
  /* border-radius: 8px 8px 8px 8px; */
}
.modal__close:hover::before {
  transform: rotate(135deg); /* 45deg + 90deg */
}

.modal__close:hover::after {
  transform: rotate(-135deg); /* -45deg + 90deg */
}

.modal__close:active {
  transform: rotate(90deg) scale(0.9);
}

.modal__close:focus-visible {
  outline: 2px solid #3386d8;
  outline-offset: 2px;
}

/* modal-vuelo.css */

/* --- OVERLAY --- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-overlay.activo {
  display: flex;
}

/* --- CONTENEDOR --- */
.modal-content {
  background: #ffffff;
  border-radius: 16px;
  max-width: 640px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  animation: modalFadeIn 0.5s ease;
}

/* Scroll personalizado */
.modal-content::-webkit-scrollbar {
  width: 6px;
}
.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.modal-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* --- CIERRE (X) --- */
.modal-close {
  position: sticky;
  float: right;
  top: 12px;
  right: 16px;
  font-size: 32px;
  font-weight: 300;
  border: none;
  background: none;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
  line-height: 1;
  
  color: #222121;
  z-index: 10;
}

.modal-close:hover {
  color: #ec0505;
  transform: rotate(90deg);
}

/* --- HEADER --- */
.modal-vuelo-header {
  text-align: center;
  padding: 30px 30px 0 30px;
}

.modal-vuelo-icono {
  font-size: 48px;
  display: block;
  margin-bottom: 8px;
}

.modal-vuelo-titulo {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.modal-vuelo-titulo::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #f7971e, #ffd200);
  margin: 12px auto 0;
  border-radius: 4px;
}

/* --- CUERPO --- */
.modal-vuelo-cuerpo {
  padding: 20px 30px 10px 30px;
}

.modal-vuelo-texto {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 16px 0;
}

.modal-vuelo-texto strong {
  color: #1a1a2e;
  font-weight: 700;
}

/* --- FOOTER --- */
.modal-vuelo-footer {
  padding: 10px 30px 30px 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-boton {
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.modal-boton-primario {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #1a1a2e;
  box-shadow: 0 4px 15px rgba(247, 151, 30, 0.3);
}

.modal-boton-primario:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(247, 151, 30, 0.4);
}

.modal-boton-secundario {
  background: transparent;
  color: #666;
  border: 2px solid #ddd;
}

.modal-boton-secundario:hover {
  border-color: #999;
  color: #333;
  background: #f5f5f5;
}

/* --- ANIMACIÓN --- */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* --- RESPONSIVE --- */
@media (max-width: 640px) {
  .modal-vuelo-titulo {
    font-size: 24px;
  }
  
  .modal-vuelo-cuerpo {
    padding: 16px 20px 6px 20px;
  }
  
  .modal-vuelo-texto {
    font-size: 14px;
  }
  
  .modal-vuelo-footer {
    padding: 10px 20px 24px 20px;
    flex-direction: column;
  }
  
  .modal-boton {
    width: 100%;
    text-align: center;
    padding: 14px;
  }
  
  .modal-close {
    font-size: 28px;
    top: 8px;
    right: 12px;
  }
  
  .modal-vuelo-header {
    padding: 24px 20px 0 20px;
  }
}

.img-modal {
    max-width: 100%; 
    height: auto;    
    width: auto;     
    display: block;
    margin: 0 auto;  
    object-fit: contain;
    padding: 5px;
}
