/* =========================================
   HEADER MODERNO LA AGUADITA
   ========================================= */

/* Fuentes y Variables del Tema */
:root {
  --la-ocean: #00a3ff;
  --la-teal: #00d6c9;
  --la-sun: #ffc857;
  --la-ink: #0b1220;
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --nav-height: 80px;
}

header#la-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  padding: 2px 0;
  width: 100%;
  z-index: 1100;
}

/* Evita que el header tape el contenido */
.page {
  padding-top: var(--nav-height);
}

/* Estado Scrolleado (Fondo sólido/vidrio fuerte) */
header#la-header.scrolled {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 10px 0;
  border-bottom: 1px solid rgba(11, 18, 32, 0.06);
  box-shadow: 0 14px 38px rgba(11, 18, 32, 0.14);
}

/* Logotipo */
.brand-text {
  font-family: 'Teko', sans-serif; /* Usando tu fuente Teko */
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.brand-text .text-highlight {
  color: var(--la-teal);
  font-weight: 600;
}

header#la-header.scrolled .brand-text {
  color: var(--la-ink);
}

/* Logo en navbar */
.navbar-brand .brand-logo {
  display: block;
  height: 52px;
  width: auto;
}

/* Enlaces del Menú (Desktop) */
.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 15px;
  position: relative;
  transition: color 0.3s;
}

header#la-header.scrolled .navbar-nav .nav-link {
  color: var(--la-ink) !important;
}

/* Efecto Hover Subrayado Animado */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background: linear-gradient(90deg, var(--la-sun), var(--la-teal));
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link:hover {
  color: var(--la-sun) !important;
}

.navbar-nav .nav-link.active {
  color: var(--la-sun) !important;
}

header#la-header.scrolled .navbar-nav .nav-link::after {
  background: linear-gradient(90deg, var(--la-coral), var(--la-ocean));
}

header#la-header.scrolled .navbar-nav .nav-link:hover {
  color: var(--la-coral) !important;
}

header#la-header.scrolled .navbar-nav .nav-link.active {
  color: var(--la-coral) !important;
}

/* Botón de Reserva (CTA) */
/* Botón Admin (Outline) */
.navbar-nav .nav-link.la-admin-btn {
  font-size: 0.85rem; /* ~13.6px */
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  white-space: nowrap;
}

.navbar-nav .nav-link.la-admin-btn::after {
  display: none;
}

.navbar-nav .nav-link.la-admin-btn i {
  font-size: 0.9em;
}

.navbar-nav .nav-link.la-admin-btn:hover,
.navbar-nav .nav-link.la-admin-btn:focus {
  color: var(--la-sun) !important;
  border-color: var(--la-sun);
  background: rgba(255, 255, 255, 0.08);
}

header#la-header.scrolled .navbar-nav .nav-link.la-admin-btn {
  color: var(--la-ink) !important;
  border-color: rgba(11, 18, 32, 0.28);
}

header#la-header.scrolled .navbar-nav .nav-link.la-admin-btn:hover,
header#la-header.scrolled .navbar-nav .nav-link.la-admin-btn:focus {
  color: var(--la-coral) !important;
  border-color: var(--la-coral);
  background: rgba(11, 18, 32, 0.06);
}

/* Contacto */
.la-contact-alert {
  border-radius: 14px;
}

.la-contact-box {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: 0 18px 45px rgba(11, 18, 32, 0.10);
  padding: 24px;
}

.la-map-embed {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: 0 18px 45px rgba(11, 18, 32, 0.10);
  min-height: 360px;
  background: #fff;
}

.la-map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

.btn-reservar {
  background: linear-gradient(90deg, var(--la-coral), var(--la-ocean));
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  box-shadow: 0 14px 30px rgba(11, 18, 32, 0.14);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-reservar:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.18);
  color: #fff;
  text-decoration: none;
}

/* CTA "Comprar entrada" dentro del navbar */
header#la-header .navbar .button {
  color: #fff !important;
  background:
    linear-gradient(rgba(11, 18, 32, .30), rgba(11, 18, 32, .30)) padding-box,
    var(--la-btn-gradient) border-box !important;
}

header#la-header .navbar .button:hover,
header#la-header .navbar .button:focus {
  color: #fff !important;
}

/* Botón Hamburguesa Animado */
.navbar-toggler {
  border: none;
  padding: 0;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 1002;
  outline: none !important;
}

.toggler-icon {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--la-ink);
  margin-bottom: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

header#la-header.scrolled .toggler-icon {
  background-color: var(--la-ink);
}

/* Animación a X cuando está abierto */
.navbar-toggler.active .toggler-icon:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.navbar-toggler.active .toggler-icon:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* Menú Móvil Fullscreen Overlay */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.96), rgba(11, 18, 32, 0.86));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1001;
}

.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: min(92vw, 460px);
  margin: 0 auto;
  padding: 18px 10px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.mobile-link {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.92rem, 3.5vw, 1.05rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  margin: 8px 0;
  padding: 10px 14px;
  position: relative;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.mobile-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 2px;
  left: 50%;
  background: linear-gradient(90deg, var(--la-sun), var(--la-teal));
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.mobile-link:hover {
  color: var(--la-sun);
}

.mobile-link:hover::after {
  width: 100%;
}

.mobile-link.active {
  color: var(--la-sun);
  font-weight: 600;
}

.mobile-link.active::after {
  width: 100%;
}

.mobile-link.mobile-link-admin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 10px 16px;
  margin-top: 14px;
  font-size: clamp(0.9rem, 3.3vw, 0.98rem);
  font-weight: 600;
  flex-wrap: wrap;
}

.mobile-link.mobile-link-admin::after {
  display: none;
}

.mobile-link.mobile-link-admin i {
  font-size: 0.85em;
}

@media (max-width: 360px) {
  .mobile-link {
    letter-spacing: 0.7px;
    padding: 10px 12px;
  }
}

.mobile-overlay.open .mobile-link {
  transform: translateY(0);
  opacity: 1;
}

/* Retrasos para efecto cascada en móvil */
.mobile-overlay.open .mobile-link:nth-child(1) { transition-delay: 0.1s; }
.mobile-overlay.open .mobile-link:nth-child(2) { transition-delay: 0.2s; }
.mobile-overlay.open .mobile-link:nth-child(3) { transition-delay: 0.3s; }
.mobile-overlay.open .mobile-link:nth-child(4) { transition-delay: 0.4s; }
.mobile-overlay.open .mobile-link:nth-child(5) { transition-delay: 0.5s; }
.mobile-overlay.open .mobile-link:nth-child(6) { transition-delay: 0.6s; }
.mobile-overlay.open .mobile-link:nth-child(7) { transition-delay: 0.7s; }
.mobile-overlay.open .mobile-link:nth-child(8) { transition-delay: 0.8s; }
.mobile-overlay.open .mobile-link:nth-child(9) { transition-delay: 0.9s; }
.mobile-overlay.open .mobile-link:nth-child(10) { transition-delay: 1.0s; }

/* Ocultar menú normal en móvil */
@media (max-width: 991px) {
  #la-navbar { display: none; }
}
 .ie-panel {
      display: none;
      background: #212121;
      padding: 10px 0;
      box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
      clear: both;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    html.ie-10 .ie-panel,
    html.lt-ie-10 .ie-panel {
      display: block;
    }
/* ------------------------------
   Summer Theme (La Aguadita)
   ------------------------------ */
:root {
  --la-accent: #00a3ff;
  --la-ocean: #00a3ff;
  --la-teal: #00d6c9;
  --la-sun: #ffc857;
  --la-coral: #ff5a5f;
  --la-ink: #0b1220;
  --la-sand: #fff1cc;
  --la-sky: #e8fbff;
  --la-shadow: rgba(11, 18, 32, .16);
  --la-glow: rgba(0, 163, 255, .24);
}
::selection {
  background: rgba(255, 183, 3, .35);
}

body {
  background:
    radial-gradient(1200px 700px at 12% -10%, rgba(255, 200, 87, .30), transparent 60%),
    radial-gradient(900px 600px at 105% 8%, rgba(0, 163, 255, .20), transparent 55%),
    linear-gradient(180deg, #ffffff, #f7fdff 35%, #ffffff 70%);
}
.page {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
  opacity: .22;
  transform: translate3d(0, 0, 0);
}

.page::before {
  top: -220px;
  left: -180px;
  background: radial-gradient(circle at 30% 30%, var(--la-sun), transparent 55%),
    radial-gradient(circle at 70% 70%, var(--la-teal), transparent 60%);
  animation: laFloatA 12s ease-in-out infinite;
}

.page::after {
  bottom: -240px;
  right: -220px;
  background: radial-gradient(circle at 30% 30%, var(--la-coral), transparent 55%),
    radial-gradient(circle at 70% 70%, var(--la-ocean), transparent 60%);
  animation: laFloatB 14s ease-in-out infinite;
}

@keyframes laFloatA {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, 22px, 0) scale(1.06); }
}

@keyframes laFloatB {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-16px, -18px, 0) scale(1.05); }
}

.page > * {
  position: relative;
  z-index: 1;
}

a,
a:focus,
a:active {
  color: var(--la-accent) !important;
}

a:hover {
  color: var(--la-coral) !important;
}


/* Slider: vibrant overlay + glass caption */
.swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Index slider: cursor + burbujas (solo desktop) */
.la-hero-interactive {
  position: relative;
}

.la-hero-interactive .la-bubble {
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: var(--s, 10px);
  height: var(--s, 10px);
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.10) 65%, rgba(255, 255, 255, 0) 75%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
  filter: blur(0.2px);
  mix-blend-mode: soft-light;
  transform: translate3d(-50%, -50%, 0) scale(0.85);
  animation: la-bubble-float var(--d, 900ms) ease-out forwards;
}

@keyframes la-bubble-float {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.85);
  }
  15% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--dx, 0px)), calc(-50% - var(--dy, 42px)), 0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .la-hero-interactive .la-bubble {
    animation: none;
    display: none;
  }
}

/* Index slider: zoom/movimiento sutil (Ken Burns) */
.swiper-slider-corporate .swiper-slide {
  background-position: 50% 50%;
  transition: background-position 7s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .swiper-slider-corporate .swiper-slide {
    animation: la-kenburns 14s ease-in-out infinite alternate;
  }

  .swiper-slider-corporate .swiper-slide.swiper-slide-active {
    animation-play-state: running;
  }

  .swiper-slider-corporate .swiper-slide:not(.swiper-slide-active) {
    animation-play-state: paused;
  }
}

@keyframes la-kenburns {
  0% {
    transform: scale(1);
    background-position: 50% 50%;
  }
  100% {
    transform: scale(1.04);
    background-position: 54% 46%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .swiper-slider-corporate .swiper-slide {
    animation: none;
    transform: none;
  }
}

.swiper-slide::before {
  content: none;
}
.swiper-slide > * {
  position: relative;
  z-index: 1;
}

.swiper-slide-caption {
  border-radius: 28px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
/* Headings: gradient (keeps white on dark sections) */
@supports (-webkit-background-clip: text) {
  h1, h2, h3, h4, h5, h6,
  [class*='heading-'] {
    background: linear-gradient(90deg, var(--la-coral), var(--la-ocean));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .context-dark h1, .context-dark h2, .context-dark h3, .context-dark h4, .context-dark h5, .context-dark h6,
  .context-dark [class*='heading-'] {
    background: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
  }
}

/* Buttons: glossy + gradient borders */
.button {
  border-radius: 999px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, .26), transparent 35%, rgba(255, 255, 255, .12));
  transform: translateX(-120%);
  transition: transform .9s ease;
  pointer-events: none;
}

.button {
  --la-btn-gradient: linear-gradient(90deg, var(--la-coral), var(--la-ocean));
  border: 1px solid transparent !important;
  color: var(--la-ink) !important;
  background:
    linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)) padding-box,
    var(--la-btn-gradient) border-box !important;
}

.context-dark .button {
  color: #fff !important;
  background:
    linear-gradient(rgba(11, 18, 32, .30), rgba(11, 18, 32, .30)) padding-box,
    var(--la-btn-gradient) border-box !important;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(11, 18, 32, .18);
  color: #fff !important;
  background:
    var(--la-btn-gradient) padding-box,
    var(--la-btn-gradient) border-box !important;
}

.button:hover::after {
  transform: translateX(120%);
}

.button-default-outline,
.button-primary,
.button-secondary,
.button-default-outline-2,
.button-black-outline {
  border: 1px solid transparent !important;
  background:
    linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)) padding-box,
    linear-gradient(90deg, var(--la-coral), var(--la-ocean)) border-box !important;
}

.context-dark .button-default-outline,
.context-dark .button-primary,
.context-dark .button-secondary,
.context-dark .button-default-outline-2,
.context-dark .button-black-outline {
  color: #fff !important;
  background:
    linear-gradient(rgba(11, 18, 32, .30), rgba(11, 18, 32, .30)) padding-box,
    linear-gradient(90deg, var(--la-coral), var(--la-ocean)) border-box !important;
}

.button.button-ujarak::before {
  background: linear-gradient(90deg, var(--la-coral), var(--la-ocean)) !important;
}

.button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(0, 187, 249, .25), 0 18px 34px rgba(11, 18, 32, .18) !important;
}

/* Cards / blocks: lift + gradient edge */
.box-icon-classic,
.counter-classic,
.thumbnail {
  border-radius: 22px;
}

.box-icon-classic {
  border: 1px solid rgba(11, 18, 32, .06);
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72));
  box-shadow: 0 14px 34px rgba(11, 18, 32, .10);
  transition: transform .18s ease, box-shadow .18s ease;
}

.box-icon-classic:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(11, 18, 32, .14);
}

.box-icon-classic-icon {
  color: var(--la-coral) !important;
  filter: drop-shadow(0 10px 18px rgba(255, 77, 109, .20));
}

.counter-classic {
  background:
    linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .76)) padding-box,
    linear-gradient(90deg, rgba(255, 183, 3, .55), rgba(0, 187, 249, .45)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 34px rgba(11, 18, 32, .10);
}

/* Breadcrumb image overlays */
.box-position {
  position: relative;
}

.box-position::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 12% 12%, rgba(255, 183, 3, .35), transparent 60%),
    radial-gradient(900px 520px at 88% 22%, rgba(0, 187, 249, .25), transparent 62%),
    linear-gradient(180deg, rgba(11, 18, 32, .40), rgba(11, 18, 32, .35));
}

/* Aguas Termales: image subtle zoom (replaces "floating" bgPos) */
.la-thermal-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(11, 18, 32, .14);
}

.la-thermal-media-bg {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.04);
  will-change: transform;
  animation: laSubtleZoom 18s ease-in-out infinite;
}

.la-thermal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(255, 200, 87, .18), transparent 60%),
    radial-gradient(900px 520px at 86% 22%, rgba(0, 214, 201, .10), transparent 62%),
    linear-gradient(180deg, rgba(11, 18, 32, .18), rgba(11, 18, 32, .12));
  pointer-events: none;
}

@keyframes laSubtleZoom {
  0%, 100% { transform: scale(1.04); }
  50% { transform: scale(1.09); }
}

/* Gallery thumbs */
.thumbnail-mary-figure img {
  transform: scale(1);
  transition: transform .35s ease, filter .35s ease;
}

.thumbnail-mary:hover .thumbnail-mary-figure img {
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.05);
}

/* Ripple (created via JS) */
.la-ripple {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 60%);
  width: 10px;
  height: 10px;
  animation: laRipple 650ms ease-out forwards;
}

@keyframes laRipple {
  from { opacity: .9; transform: translate(-50%, -50%) scale(1); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(20); }
}

@media (prefers-reduced-motion: reduce) {
  .page::before,
  .page::after {
    animation: none !important;
  }

  .button,
  .button::after,
  .box-icon-classic,
  .thumbnail-mary-figure img {
    transition: none !important;
  }

  .la-ripple {
    animation: none !important;
    display: none !important;
  }

  .la-thermal-media-bg {
    animation: none !important;
    transform: none !important;
  }
}
/* ------------------------------
   Elegant Effects (Modern)
   ------------------------------ */
html {
  scroll-behavior: smooth;
}

/* Reveal on scroll (subtle) */
.la-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(2px);
  transition: opacity .65s ease, transform .65s ease, filter .65s ease;
  will-change: transform, opacity;
}

.la-reveal.la-in {
  opacity: 1;
  transform: none;
  filter: none;
}


/* Buttons: subtle animated gradient shift */
.button-primary,
.button-secondary {
  background-size: 200% 200% !important;
  background-position: 0% 50% !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background-position .7s ease;
}

.button-primary:hover,
.button-secondary:hover {
  background-position: 100% 50% !important;
}

/* Card hover: cleaner highlight */
.box-icon-classic:hover,
.counter-classic:hover,
.thumbnail:hover {
  box-shadow: 0 26px 64px rgba(11, 18, 32, .16);
}

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

  .la-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none !important;
  }
}

/* ------------------------------
   Footer: subtle wave animation
   ------------------------------ */
.footer-corporate {
  position: relative;
  overflow: visible;
  --la-footer-wave-height: 140px;
}

.footer-corporate .footer-corporate-inset {
  position: relative;
  z-index: 1;
}

.footer-corporate::before,
.footer-corporate::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--la-footer-wave-height));
  height: var(--la-footer-wave-height);
  background-repeat: repeat-x;
  /* Anchor the waves to the footer edge (bottom of the pseudo-element) */
  --la-footer-wave-offset: 0px;
  background-position: 0 calc(100% - var(--la-footer-wave-offset));
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: background-position;
  /* Fade the waves upward so they feel "part of" the footer */
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0) 92%);
  mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0) 92%);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.footer-corporate::before {
  opacity: 0.34;
  background-size: 340px 64px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%2060'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,18C150,62,350,-2,600,18C850,38,1050,-2,1200,18V60H0Z'%20fill='%2379a2d6'%20fill-opacity='0.95'/%3E%3C/svg%3E");
  animation: laFooterWave 14s linear infinite;
}

.footer-corporate::after {
  opacity: 0.22;
  background-size: 440px 72px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%2060'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,24C170,60,360,2,610,22C860,42,1030,4,1200,22V60H0Z'%20fill='%2300d6c9'%20fill-opacity='0.95'/%3E%3C/svg%3E");
  --la-footer-wave-offset: 22px;
  animation: laFooterWave 22s linear infinite reverse;
}

@media (max-width: 575.98px) {
  .footer-corporate::before,
  .footer-corporate::after {
    --la-footer-wave-height: 120px;
  }

  .footer-corporate::after {
    --la-footer-wave-offset: 18px;
  }
}

@keyframes laFooterWave {
  from { background-position: 0 calc(100% - var(--la-footer-wave-offset)); }
  to { background-position: 1200px calc(100% - var(--la-footer-wave-offset)); }
}

@media (prefers-reduced-motion: reduce) {
  .footer-corporate::before,
  .footer-corporate::after {
    animation: none !important;
  }
}

/* ------------------------------
   Tarifas page (no images)
   ------------------------------ */
.page-tarifas .la-tarifas-container {
  padding-left: 22px;
  padding-right: 22px;
}

.page-tarifas .la-tarifas-container .la-hero__content {
  max-width: 980px;
}

.page-tarifas .la-hero--tarifas {
  padding: 120px 0 72px;
  background:
    radial-gradient(1200px 520px at 10% 20%, rgba(0, 214, 201, 0.30), transparent 60%),
    radial-gradient(900px 480px at 90% 10%, rgba(121, 162, 214, 0.35), transparent 55%),
    linear-gradient(180deg, #0f2436 0%, #162e44 100%);
}

.page-tarifas .la-tarifas-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  border: 1px solid rgba(22, 46, 68, 0.10);
  box-shadow: 0 20px 55px rgba(11, 18, 32, 0.10);
}

.page-tarifas .la-tarifas-price {
  display: block;
  padding: 0;
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(22, 46, 68, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-tarifas .la-tarifas-price::before {
  border-width: 0;
  border-radius: inherit;
}

.page-tarifas .la-tarifas-price .box-icon-classic-body {
  width: 100%;
  margin: 0;
  padding: 18px 16px;
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
}

.page-tarifas .la-tarifas-price .unit-left {
  margin: 0;
}

.page-tarifas .la-tarifas-price .box-icon-classic-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 12px;
  background: rgba(121, 162, 214, 0.14);
}

.page-tarifas .la-tarifas-price .box-icon-classic-title {
  margin: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.page-tarifas .la-tarifas-price .box-icon-classic-text {
  margin: 0;
  line-height: 1.15;
}

.page-tarifas .la-tarifas-price:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(11, 18, 32, 0.14);
}

.page-tarifas .la-tarifas-price .box-icon-classic-text strong {
  font-size: 22px;
  letter-spacing: 0.01em;
}

.page-tarifas .la-tarifas-divider {
  margin: 28px 0;
  border-top: 1px solid rgba(22, 46, 68, 0.10);
}

.page-tarifas .la-tarifas-table-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(22, 46, 68, 0.10);
}

.page-tarifas .la-tarifas-table {
  margin-bottom: 0;
}

.page-tarifas .la-tarifas-table thead th {
  border-top: 0;
  border-bottom: 0;
  background: #f3f7fb;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(22, 46, 68, 0.75);
}

.page-tarifas .la-tarifas-table td {
  border-top: 1px solid rgba(22, 46, 68, 0.08);
}

@media (max-width: 575.98px) {
  .page-tarifas .la-hero--tarifas {
    padding: 104px 0 56px;
  }

  .page-tarifas .la-tarifas-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-tarifas .la-tarifas-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .page-tarifas .la-tarifas-price .box-icon-classic-body {
    padding: 16px 14px;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .page-tarifas .la-tarifas-container {
    padding-left: 34px;
    padding-right: 34px;
  }
}

/* ------------------------------
   Actividades: recursos + trekking
   ------------------------------ */
.la-info-card {
  height: 100%;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(22, 46, 68, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.92));
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.08);
}

.la-map-card {
  border-radius: 16px;
  border: 1px solid rgba(22, 46, 68, 0.10);
  background: #fff;
  box-shadow: 0 18px 44px rgba(11, 18, 32, 0.10);
  overflow: hidden;
}

.la-map-card__head {
  padding: 14px 16px;
  background: linear-gradient(90deg, rgba(121, 162, 214, 0.18), rgba(0, 214, 201, 0.12));
  border-bottom: 1px solid rgba(22, 46, 68, 0.08);
}

.la-map-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 260px;
  background: repeating-linear-gradient(
    135deg,
    rgba(22, 46, 68, 0.04),
    rgba(22, 46, 68, 0.04) 12px,
    rgba(22, 46, 68, 0.02) 12px,
    rgba(22, 46, 68, 0.02) 24px
  );
}

.la-map-placeholder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.la-map-placeholder iframe ~ .la-map-placeholder__hint {
  display: none;
}

.la-map-placeholder > a {
  display: block;
  width: 100%;
  height: 100%;
}

.la-map-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.la-map-placeholder__hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  text-align: center;
  color: rgba(22, 46, 68, 0.70);
  font-weight: 600;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .la-info-card {
    border-radius: 14px;
    padding: 16px 14px;
  }

  .la-map-placeholder {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }
}

/* Trekking: mini galería */
.la-trekking-gallery a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.08);
}

.la-trekking-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Index: cards apenas por encima del banner */
.la-offset-slight {
  position: relative;
  z-index: 3;
  margin-top: 18px;
}

@media (min-width: 992px) {
  .desktop .la-offset-slight {
    margin-top: 20px;
  }
}

/* Banners de páginas: padding responsivo (reemplaza inline padding: 100px 0) */
.la-page-hero {
  padding: 96px 0;
  min-height: 300px;
}

@media (min-width: 768px) {
  .la-page-hero {
    padding: 120px 0;
    min-height: 380px;
  }
}

@media (min-width: 992px) {
  .la-page-hero {
    padding: 140px 0;
    min-height: 460px;
  }
}

@media (max-width: 575.98px) {
  .la-page-hero {
    padding: 80px 0;
    min-height: 260px;
  }
}
