/* =========================================================
   🌴 BASE GENERAL
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --topbar-h: 0px;
  --navbar-pad-y: 14px;
  --nav-offset: calc(var(--topbar-h) + 90px);
}

html {
  height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  color: #ffffff;

  /* fondo global */
  background-image: url("assets/images/fondo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.page-background,
.wrapper,
#page,
.site,
main,
.main-wrapper,
.main-content {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.page-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: visible;
  z-index: 1;
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

body.no-topbar {
  --topbar-h: 0px;
}

/* =========================================================
   🔝 TOP BAR SUPERIOR
========================================================= */

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--topbar-h);
  background: #d4af37;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

/* =========================================================
   🧭 NAVBAR
========================================================= */

.navbar {
  position: fixed;
  top: var(--topbar-h);
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding: var(--navbar-pad-y) 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  backdrop-filter: blur(4px);
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  padding: 0 14px;
}

.menu-central {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btn-menu {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: color 0.3s, transform 0.3s;
  text-decoration: none;
}

.btn-menu:hover {
  color: #f1d092;
  transform: translateY(-2px);
}

/* =========================================================
   🧭 OFFSET PARA SCROLL DEL MENÚ
========================================================= */

#inicio,
#hoteles,
#paquetes,
#tours,
#comentarios,
#contacto {
  scroll-margin-top: var(--nav-offset);
}

/* =========================================================
   🌅 INICIO — HERO GENERAL
========================================================= */

.hero {
  position: relative;
  width: 100%;
  min-height: 92vh;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;

  overflow: hidden;
  padding: calc(var(--topbar-h) + 70px) 20px 40px;

  background: transparent;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.28), transparent 34%),
    radial-gradient(circle at bottom center, rgba(255, 166, 0, 0.10), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1400px;

  display: flex;
  flex-direction: column;
  align-items: center;

  /* 🔧 MOVER TODO EL BLOQUE DEL HERO */
  margin-top: -100px; /* subir: más negativo | bajar: menos negativo o positivo */
}

/* =========================================================
   🦜 INICIO — LOGO
========================================================= */

.hero-logo {
  /* 🔧 TAMAÑO DEL LOGO */
  width: 2000px;
  max-width: 150vw;

  /* 🔧 POSICIÓN DEL LOGO */
  margin-top: -100px;     /* subir/bajar logo */
  margin-bottom: 100px;  /* espacio entre logo y texto */

  height: auto;
  display: block;
  object-fit: contain;

  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0));

  animation: floatLogo 0s ease-in-out infinite;
}

/* =========================================================
   ✨ INICIO TEXTO — TAGLINE AJUSTABLE PRO
========================================================= */

:root {
  --tagline-ancho: 900px;          /* ancho real del glass */
  --tagline-max-ancho: 90vw;

  --tagline-padding-y: 25px;
  --tagline-padding-x: 40px;

  --tagline-radius: 999px;

  --tagline-font: 70px;
  --tagline-weight: 900;
  --tagline-line: 1.1;

  --tagline-margen-top: 150px;
  --tagline-margen-bottom: 80px;
}

/* =========================================================
   💎 FORZAR CENTRADO (NO ROMPE NADA)
========================================================= */

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* 🔥 centra todo */
}

.hero-tagline {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================================
   🔘 INICIO — BOTÓN RESERVA (CONTROL TOTAL)
========================================================= */

/* 🔥 CONTROLES */
:root {
  --btn-ancho: auto;          /* ancho del botón */
  --btn-max-ancho: 400px;

  --btn-padding-y: 14px;      /* alto del botón */
  --btn-padding-x: 50px;      /* ancho interno */

  --btn-font: 30px;           /* tamaño del texto */
  --btn-weight: 800;

  --btn-radius: 999px;

  --btn-margen-top: -50px;    /* subir/bajar */
  --btn-margen-bottom: 0px;

  --btn-mover-x: 0px;         /* derecha + / izquierda - */
  --btn-mover-y: 0px;         /* abajo + / arriba - */
}

/* =========================================================
   💎 BOTÓN
========================================================= */

.hero-reserva {
  position: relative;

  margin-top: var(--btn-margen-top) !important;
  margin-bottom: var(--btn-margen-bottom) !important;

  display: flex;
  justify-content: center;

  transform: translate(
    var(--btn-mover-x),
    var(--btn-mover-y)
  );
}

/* BOTÓN REAL (btn-gold) */
.hero-reserva .btn-gold {
  width: var(--btn-ancho);
  max-width: var(--btn-max-ancho);

  padding: var(--btn-padding-y) var(--btn-padding-x);
  border-radius: var(--btn-radius);

  font-size: var(--btn-font);
  font-weight: var(--btn-weight);

  text-align: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

/* =========================================================
   🎞️ ANIMACIÓN LOGO
========================================================= */

@keyframes floatLogo {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* =========================================================
   ⭐ INICIO — TIRA DE AUTORIDAD
========================================================= */

.authority-strip {
  max-width: 1200px;
  margin: 100px auto 20px auto;
  padding: 18px 24px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 22px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;

  overflow: hidden;
}

/* elimina capas anteriores para que NO cambie el tono */
.authority-strip::before,
.authority-strip::after {
  display: none !important;
  content: none !important;
}

.authority-item {
  padding: 0 18px;
  text-align: center;
  background: transparent;
  border: none;
}

.authority-number {
  font-size: 24px;
  font-weight: 900;
  color: #f4d77b;
  letter-spacing: 1px;
  line-height: 1.1;
}

.authority-text {
  font-size: 14px;
  color: #ffffff;
  margin-top: 6px;
  line-height: 1.3;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .authority-strip {
    width: 92%;
    grid-template-columns: 1fr;
    margin: 30px auto 25px;
    padding: 16px 18px;
    gap: 12px;
  }

  .authority-item {
    padding: 14px 0;
  }

  .authority-item:not(:last-child) {
    border-bottom: 1px solid rgba(244, 210, 138, 0.22);
  }
}

/* =========================================================
   🎥 INICIO — CREDIBILIDAD
========================================================= */

.credibilidad-wrapper {
  /* 🔧 POSICIÓN GENERAL DEL BLOQUE */
  max-width: 1200px;
  margin: 35px auto 70px; /* arriba | lados | abajo */
  padding: 0 20px;

  text-align: center;
}

.credibilidad-frase {
  /* 🔧 CAJA DEL TEXTO */
  width: min(90%, 1050px);
  margin: 0 auto 30px;
  padding: 18px 24px;

  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 22px;
  border: 1px solid rgba(244, 210, 138, 0.35);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.credibilidad-videos {
  /* 🔧 DISTRIBUCIÓN VIDEOS */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 200px;

  max-width: 1500px;
  margin:  auto;
}

.credibilidad-video-card {
  padding: 16px;
  border-radius: 22px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.cred-video {
  width: 100%;
  height: 260px;
  object-fit: cover;

  border-radius: 16px;
  display: block;
}

.cred-nombre {
  display: block;
  margin-top: 12px;

  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

/* =========================================================
   📱 INICIO — RESPONSIVE
========================================================= */

@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
    padding: calc(var(--topbar-h) + 35px) 16px 35px;
  }

  .hero-content {
    margin-top: 0;
  }

  .hero-logo {
    width: 330px;
    max-width: 92vw;
    margin-top: 45px;
    margin-bottom: 170px;
  }

  .hero-tagline {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 16px;
  }

  .hero-reserva {
    margin-top: 0;
    min-width: 190px;
  }

  .authority-strip {
    width: 92%;
    margin: 30px auto 25px;
    padding: 16px 18px;
    gap: 12px;
  }

  .credibilidad-wrapper {
    margin: 30px auto 55px;
    padding: 0 16px;
  }

  .credibilidad-frase {
    width: 92%;
    font-size: 15px;
    padding: 16px 18px;
  }

  .credibilidad-videos {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cred-video {
    height: 220px;
  }
}

/* =========================================================
   ITEMS
========================================================= */

.authority-item {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* =========================================================
   NÚMEROS
========================================================= */

.authority-number {
  font-size: 24px;
  font-weight: 800;
  color: #f4d77b;
  letter-spacing: 1px;
}

/* =========================================================
   TEXTO
========================================================= */

.authority-text {
  font-size: 14px;
  color: #ffffff;
  margin-top: 4px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {
  .authority-strip {
    width: 92%;
    padding: 16px 18px;
    gap: 10px;
  }

  .authority-number {
    font-size: 20px;
  }

  .authority-text {
    font-size: 13px;
  }
}

/* =========================================================
   🟡 BOTONES DE RESERVA
========================================================= */

.btn-gold {
  background: linear-gradient(90deg, #f16609, #f16609);
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}

.btn-gold:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
  background: linear-gradient(90deg, #f4d87b00, #d4af3700);
}

.btn-jump {
  animation: btnJump 1.8s infinite ease-in-out;
}

@keyframes btnJump {
  0% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-4px) scale(1.05);
  }
  60% {
    transform: translateY(0) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* =========================================================
   FRASE DE CREDIBILIDAD — ESTILO PREMIUM
========================================================= */

.credibilidad-wrapper {
  text-align: center;
  padding: 10px 0 30px;
}

.credibilidad-frase {
  width: min(90%, 1050px);
  margin: 30px auto;
  padding: 20px 26px;

  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;

  /* 🔥 EFECTO GLASS COMO ARRIBA */
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 22px;
  border: 1px solid rgba(244, 210, 138, 0.4);

  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);

  transition: 0.3s ease;
}

/* ✨ efecto elegante al pasar */
.credibilidad-frase:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

/* 📱 CELULAR */
@media (max-width: 768px) {
  .credibilidad-frase {
    width: 92%;
    padding: 18px 20px;
    font-size: 15px;
    border-radius: 18px;
  }
}

/* =========================================================
   ✨ TÍTULOS
========================================================= */

.titulo-dorado {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  margin-top: 90px;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

/* =========================================================
   ✨ BLOQUE SEO PREMIUM
========================================================= */

.seo-glass {
  max-width: 900px;
  margin: 28px auto 40px;
  padding: 20px 32px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.493);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.seo-glass strong {
  color: #f4d77b;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* =========================================================
   🎨 GLASS GLOBAL UNIFICADO
========================================================= */

.glass {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  border-radius: 18px;
}

/* =========================================================
   🏨 HOTELES (LISTA SIMPLE)
========================================================= */

.box-hoteles {
  width: 30%;
  min-width: 270px;
  padding: 22px 20px 24px;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 18px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}


/* =========================================================
   📦 CARDS PAQUETES / TOURS
========================================================= */

.hotel-card {
  width: 100%;
  max-width: 450px;
  min-height: 540px;

  padding: 14px 14px 22px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 20px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

/* 🖼️ CONTENEDOR DE IMAGEN FIJO */
.hotel-slider {
  width: 100%;
  height: 280px;

  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;

  border: 2px solid rgba(244, 210, 138, 0.55);
  flex-shrink: 0;
}

/* 🖼️ IMAGEN SIEMPRE IGUAL */
.hotel-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* 🧾 TÍTULO */
.hotel-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;

  margin: 16px 0 8px;
  min-height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 🧾 TEXTOS */
.hotel-card p {
  font-size: 15px;
  line-height: 1.35;
  margin: 2px 0;
  color: #ffffff;
  text-align: center;
}

/* 🔘 BOTÓN */
.hotel-card .btn-gold {
  margin-top: 18px;
  padding: 14px 28px;
}

/* =========================================================
   📱 RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .hotel-card {
    min-height: 520px;
  }

  .hotel-slider {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .hotel-card {
    max-width: 420px;
    min-height: auto;
    padding: 14px 14px 22px;
  }

  .hotel-slider {
    height: 250px;
  }

  .hotel-title {
    min-height: auto;
  }
}

/* =========================================================
   ⭐ COMENTARIOS
========================================================= */

.comentarios-section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 90px 20px 50px;
  text-align: center;
}

.comentarios-titulo {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0 0 24px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}

.comentarios-texto {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 28px;
}

/* ⭐ CALIFICACIÓN */
.rating-card,
.rating-box {
  width: min(92%, 520px);
  margin: 0 auto 34px;
  padding: 20px 26px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 18px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);

  text-align: center;
}

.rating-top {
  font-size: 28px;
  font-weight: 800;
  color: #f4d77b;
  margin-bottom: 6px;
}

.rating-top i {
  margin-right: 6px;
}

.rating-sub {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.9;
  margin: 0;
}

/* Caja de comentarios */
.comentarios-container {
  width: min(92%, 1100px);
  margin: 0 auto;
  padding: 28px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 22px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.comentarios-lista {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.comentario-item {
  padding: 18px 20px;
  border-radius: 16px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30);

  color: #ffffff;
  text-align: left;
}

.comentario-stars {
  color: #f4d77b;
  font-size: 17px;
  margin-bottom: 8px;
}

.comentario-text {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 6px;
  color: #ffffff;
}

.comentario-autor {
  display: block;
  font-size: 14px;
  color: #d6d6d6;
  font-style: italic;
}

/* =========================================================
   📊 STATS
========================================================= */

.stats-wrapper {
  width: 100%;
  padding: 35px 20px 80px;
}

.stats-container {
  width: min(92%, 1100px);
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 22px;
  padding: 20px 40px;

  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);

  text-align: center;
}

.stat-box {
  padding: 10px 15px;
}

.stat-box:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-number {
  font-size: 24px;
  font-weight: 800;
  color: #f4d77b;
  margin-bottom: 4px;
}

.stat-text {
  font-size: 14px;
  color: #ffffff;
}

/* =========================================================
   📱 RESPONSIVE
========================================================= */

@media (max-width: 768px) {
  .comentarios-section {
    padding: 70px 16px 40px;
  }

  .comentarios-lista {
    grid-template-columns: 1fr;
  }

  .comentarios-container {
    padding: 20px;
  }

  .stats-container {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px;
  }

  .stat-box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 16px;
  }
}

/* =========================================================
   CONTACTO — ESTILO TODO INCLUIDO EN CANCÚN
========================================================= */

.contacto-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.contacto-info,
.contacto-form {
  width: 100%;
  display: flex;
}

.contacto-elegante {
  width: 100%;
  min-height: auto;
  padding: 32px 28px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  text-align: center;
}

.contacto-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}

.contacto-elegante .sub {
  max-width: 620px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
}

/* TARJETAS DE CONTACTO */
.contacto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.contacto-card {
  min-height: 200px;
  padding: 20px 15px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.contacto-card i {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

.contacto-card h3 {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #f4d77b;
  font-weight: 800;
}

.contacto-card .dato {
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
  margin: 4px 0;
}

.contacto-card .dato.small {
  font-size: 14px;
}

/* MÉXICO VIAJA */
.contacto-atencion .mexico-central {
  margin-top: 26px;
}

.contacto-atencion .mexico-central img {
  max-width: 300px;
  width: 70%;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
}

/* FORMULARIO */
.contacto-registro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formulario-contacto {
  width: 100%;
  max-width: 560px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fila-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.formulario-contacto input,
.formulario-contacto textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.formulario-contacto textarea {
  min-height: 115px;
  resize: vertical;
}

.captcha-note {
  margin: 8px 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.captcha-note a {
  color: #ffffff;
  font-weight: 700;
}

.btn-enviar {
  align-self: center;
  min-width: 200px;
  margin-top: 8px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .contacto-layout {
    grid-template-columns: 1fr;
    max-width: 850px;
  }

  .contacto-elegante {
    min-height: auto;
  }
}

@media (max-width: 768px) {
 
  .contacto-elegante {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .contacto-grid {
    grid-template-columns: 1fr;
  }

  .contacto-card {
    min-height: auto;
  }

  .fila-inputs {
    grid-template-columns: 1fr;
  }

  .contacto-atencion .mexico-central img {
    max-width: 230px;
  }
}

/* =========================================================
   🔒 CAPTCHA
========================================================= */

.captcha-box {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);

  border-radius: 16px;
  border: 1px solid rgba(244, 210, 138, 0.35);
}


/* =========================================================
   🎥 FRASE CREDIBILIDAD (BONUS)
========================================================= */

.credibilidad-frase {
  max-width: 1100px;
  margin: 40px auto;

  padding: 16px 22px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);

  border-radius: 20px;
  border: 1px solid rgba(244, 210, 138, 0.35);

  color: #ffffff;
  text-align: center;
  line-height: 1.7;

  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}


/* =========================================================
   👁‍🗨 ANIMACIONES / FALLBACK
========================================================= */

@media (prefers-reduced-motion: reduce) {
  #paquetes,
  #tours,
  #comentarios,
  #contacto {
    opacity: 1 !important;
    transform: none !important;
  }
}

#paquetes,
#tours,
#comentarios,
#contacto {
  will-change: opacity, transform;
}

/* =========================================================
   FOOTER GLOBAL — CONTROL TOTAL
========================================================= */

:root {
  --footer-offset: 0px;         /* 🔧 AJUSTA: positivo sube, negativo baja */
  --footer-space: 70px;        /* 🔧 espacio para que no tape contenido */
}

body {
  min-height: 100vh;
}

/* Espacio automático para que no tape contenido */
body::after {
  content: "";
  display: block;
  height: var(--footer-space);
}

/* Footer oculto */
#footer.footer {
  position: fixed;
  left: 0;
  bottom: var(--footer-offset);
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 25px 20px 20px;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;

  background: linear-gradient(
    to top,
    rgba(241, 102, 9, 0.85),
    rgba(241, 102, 9, 0.35),
    rgba(241, 102, 9, 0.08),
    transparent
  );

  border: none;
  box-shadow: none;
  pointer-events: none;
}

/* Visible al final */
#footer.footer.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Texto */
#footer p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

/* Link */
.footer-link {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  margin-left: 6px;
}

.footer-link:hover {
  color: #f4d77b;
}

/* Responsive */
@media (max-width: 768px) {
  :root {
    --footer-space: 210px;
  }

  #footer.footer {
    padding: 22px 16px 18px;
  }

  #footer p {
    font-size: 12px;
  }
}

/* =========================================================
   👥 PÁGINA NOSOTROS — ESTILO UNIFICADO GLASS
========================================================= */

:root {
  /* FOTO EQUIPOTIC */
  --equipotic-ancho: 150%;
  --equipotic-max-ancho: 1950px;
  --equipotic-altura: auto;
  --equipotic-margen-arriba: -260px;
  --equipotic-margen-abajo: 45px;
  --equipotic-posicion-y: center;



  /* MÉXICO VIAJA */
  --mexico-viaja-ancho: 300px;
  --mexico-viaja-max-ancho: 75%;
  --mexico-viaja-altura: auto;
  --mexico-viaja-margen-arriba: 26px;
  --mexico-viaja-margen-abajo: 0px;
  --mexico-viaja-mover-x: 0px;
  --mexico-viaja-mover-y: 0px;
}

/* =========================================================
   🖼️ HERO NOSOTROS - EFECTO SUAVE + GLASS
========================================================= */

.nosotros-hero img {
  position: relative;
  display: block;

  width: var(--equipotic-ancho);
  max-width: var(--equipotic-max-ancho);
  height: var(--equipotic-altura);

  object-fit: contain;
  object-position: center var(--equipotic-posicion-y);

  margin-top: var(--equipotic-margen-arriba);
  margin-bottom: var(--equipotic-margen-abajo);
  margin-left: auto;
  margin-right: auto;

  /* 🔥 BORDE GLASS */
  border-radius: 20px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);

  /* 🔥 DESVANECIDO (QUITA CORTE) */
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);

  z-index: 2;
}

.nosotros-hero img {
  transition: transform 6s ease;
}

.nosotros-hero:hover img {
  transform: scale(1.03);
}

/* =========================================================
   🌅 FONDO GENERAL NOSOTROS
========================================================= */

body.nosotros-page,
body.nosotros-page .page-background,
body.nosotros-page .nosotros-wrapper {
  min-height: 100vh;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("assets/images/fondoimagencancun.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

/* =========================================================
   🔥 HERO NOSOTROS
========================================================= */

.nosotros-hero {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: transparent !important;
  overflow: visible;
}

.nosotros-hero img {
  position: relative !important;
  display: block !important;

  width: var(--equipotic-ancho);
  max-width: var(--equipotic-max-ancho);
  height: var(--equipotic-altura);

  object-fit: contain !important;
  object-position: center var(--equipotic-posicion-y);

  margin-top: var(--equipotic-margen-arriba);
  margin-bottom: var(--equipotic-margen-abajo);
  margin-left: auto;
  margin-right: auto;

  z-index: 2;
  border-radius: 0;
  box-shadow: none;
  filter: none !important;
}

.nosotros-hero-text {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;

  width: 100%;
  text-align: center;
  color: #ffffff;
  pointer-events: none;

  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
}

.nosotros-hero-text h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
}

/* =========================================================
   🧊 CONTENEDOR GLASS GENERAL NOSOTROS
========================================================= */

.nosotros-section,
.confianza-card,
.credibilidad-section,
.esencia-section,
.marcas-section,
.tarjetas-section {
  width: min(92%, 1100px);
  margin: 45px auto;
  padding: 34px;

  color: #ffffff;
  text-align: center;
  line-height: 1.7;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 22px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.nosotros-section h2,
.confianza-card h2,
.credibilidad-section h2,
.esencia-section h2,
.marcas-section h2,
.tarjetas-section h2 {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}

.nosotros-section h3,
.confianza-card h3 {
  color: #f4d77b;
  font-weight: 800;
}

.nosotros-section p,
.confianza-card p,
.credibilidad-section p,
.esencia-section p,
.marcas-section p,
.tarjetas-section p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}

.nosotros-section strong,
.confianza-card strong {
  color: #f4d77b;
  font-weight: 800;
}

.alerta {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 800;
  color: #f4d77b;
}

/* =========================================================
   🟡 NUESTRA CREDIBILIDAD
========================================================= */

.nosotros-acciones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.nosotros-acciones .btn-gold,
.tarjetas-boton .btn-gold {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 999px;

  background: #f16609;
  color: #ffffff;

  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
}

.nosotros-acciones .btn-gold:hover,
.tarjetas-boton .btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.45);
}

.nosotros-acciones .btn-wa {
  background: #25D366;
}

/* =========================================================
   🌟 MISIÓN · VISIÓN · VALORES
========================================================= */

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.mvv-card {
  padding: 22px 20px;
  border-radius: 16px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30);

  color: #ffffff;
  text-align: center;
}

.mvv-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #f4d77b;
  letter-spacing: 1px;
}

.mvv-card p {
  font-size: 15px;
  line-height: 1.6;
}

/* =========================================================
   💎 CUMPLIMIENTO DE TARJETAS
========================================================= */

.tarjetas-contenido {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
  margin-top: 28px;
}

.tarjetas-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarjetas-imagen img {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.45));
}

.tarjetas-texto {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
}

.tarjetas-texto p {
  margin-bottom: 14px;
  color: #ffffff;
}

.tarjetas-boton {
  text-align: center;
  margin-top: 30px;
}

/* =========================================================
   🟠 NUESTRAS MARCAS
========================================================= */

.nosotros-marcas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  justify-items: center;
  align-items: center;
  margin-top: 28px;
}

.nosotros-marcas img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 50%;
  padding: 12px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nosotros-marcas img:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

/* =========================================================
   🇲🇽 MÉXICO VIAJA AJUSTABLE
========================================================= */

.mexico-central {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: var(--mexico-viaja-margen-arriba);
  margin-bottom: var(--mexico-viaja-margen-abajo);
}

.mexico-central img,
.contacto-atencion .mexico-central img {
  width: var(--mexico-viaja-ancho) !important;
  max-width: var(--mexico-viaja-max-ancho) !important;
  height: var(--mexico-viaja-altura) !important;

  object-fit: contain;
  display: block;

  transform: translate(
    var(--mexico-viaja-mover-x),
    var(--mexico-viaja-mover-y)
  );

  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.45));
}

/* =========================================================
   📱 RESPONSIVE
========================================================= */

@media (max-width: 850px) {
  .tarjetas-contenido {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .tarjetas-texto {
    text-align: center;
  }
}

@media (max-width: 768px) {
  :root {
    --equipotic-ancho: 150%;
    --equipotic-max-ancho: 150%;
    --equipotic-margen-arriba: -110px;
    --equipotic-margen-abajo: 30px;

    --mexico-viaja-ancho: 230px;
    --mexico-viaja-max-ancho: 85%;
    --mexico-viaja-margen-arriba: 24px;
  }

  body.nosotros-page,
  body.nosotros-page .page-background,
  body.nosotros-page .nosotros-wrapper {
    background-attachment: scroll !important;
  }

  .nosotros-section,
  .confianza-card,
  .credibilidad-section,
  .esencia-section,
  .marcas-section,
  .tarjetas-section {
    padding: 28px 20px;
  }

  .mvv-grid {
    grid-template-columns: 1fr;
  }

  .nosotros-marcas {
    grid-template-columns: repeat(2, 1fr);
  }

  .nosotros-marcas img {
    width: 135px;
    height: 135px;
  }
}

/* =========================================================
   AVISO DE PRIVACIDAD
========================================================= */

/* ================= NAVBAR LIMPIO ================= */
.navbar {
  background: rgba(0, 0, 0, 0.452);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none;
  box-shadow: none;
}

/* ================= ELIMINAR BORDES NARANJAS ================= */
.hero,
.authority-strip,
.page-background {
  border: none !important;
  box-shadow: none !important;
}

.hero::before,
.hero::after,
.navbar::before,
.navbar::after {
  display: none !important;
}

/* ================= FONDO GENERAL ================= */
body.contacto-page .page-background {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("assets/images/fondoimagencancun.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* ================= HERO ================= */
.aviso-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px 40px;
  background: transparent;
}

/* ================= TITULO ================= */
.aviso-hero .titulo-dorado {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}

/* ================= CONTENEDOR ================= */
.aviso-wrapper {
  padding: 20px 20px 80px;
}

/* ================= CARD ================= */
.aviso-card {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(244, 210, 138, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  color: #ffffff !important;
  text-align: center !important;
}

/* ================= SECCIONES ================= */
.aviso-seccion {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ================= LINEA ANIMADA ================= */
.aviso-seccion::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 210, 138, 0.685),
    transparent
  );
}

/* quitar última línea */
.aviso-seccion:last-of-type::after {
  display: none;
}

/* ================= TITULOS ================= */
.aviso-card h2,
.aviso-card h3 {
  text-align: center !important;
  color: #ffffff;
  opacity: 1 !important;
  visibility: visible !important;
}

.aviso-card h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 800;
}

.aviso-card h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 800;
  border: none;
}

/* ================= TEXTO CENTRADO ================= */
.aviso-card p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  color: #ffffff;
  line-height: 1.8;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  word-break: break-word;
}

.aviso-card ul {
  max-width: 850px;
  margin: 15px auto 25px;
  padding-left: 0;
  text-align: center !important;
  list-style-position: inside;
}

.aviso-card li {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  color: #ffffff;
  line-height: 1.7;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.aviso-card li::marker {
  color: #f4d28a;
}

/* ================= DORADO PROFESIONAL ================= */
/* Todo lo que esté dentro de strong se verá dorado */
.aviso-card strong {
  color: #f4d28a !important;
  font-weight: 800;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Correos si están como links */
.aviso-card a {
  color: #f4d28a !important;
  font-weight: 800;
  text-decoration: none;
}

.aviso-card a:hover {
  text-decoration: underline;
}

/* ================= FOOT ================= */
.aviso-fecha {
  text-align: center !important;
  margin-top: 30px;
  color: #ffffff;
}

.aviso-btn-box {
  text-align: center;
  margin-top: 30px;
}

/* =========================================================
   WHATSAPP FLOAT
========================================================= */

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 99999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  background: #25D366;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wa-float i {
  font-size: 30px;
  line-height: 1;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  filter: brightness(1.05);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  body.contacto-page .page-background {
    background-attachment: scroll;
  }

  .aviso-wrapper {
    padding: 20px 12px 70px;
  }

  .aviso-card {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .aviso-hero {
    min-height: 260px;
    padding: 110px 18px 35px;
  }

  .aviso-card h2 {
    font-size: 1.5rem;
  }

  .aviso-card h3 {
    font-size: 1.05rem;
  }

  .aviso-card p,
  .aviso-card li {
    font-size: 15px;
    line-height: 1.7;
  }

  .wa-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .wa-float i {
    font-size: 28px;
  }
}

/* =========================================================
   🔥 CORRECCIÓN FINAL AVISO — CENTRADO + DORADO
========================================================= */

/* CENTRAR TODO EL CONTENIDO */
.aviso-card,
.aviso-card p,
.aviso-card li,
.aviso-card ul {
  text-align: center !important;
}

/* LISTAS CENTRADAS VISUALMENTE */
.aviso-card ul {
  list-style-position: inside;
  padding-left: 0;
}

/* TÍTULOS YA ESTÁN CENTRADOS, SOLO ASEGURAMOS */
.aviso-card h2,
.aviso-card h3 {
  text-align: center !important;
}

/* =========================================================
   ✨ DORADO PROFESIONAL (PALABRAS CLAVE)
========================================================= */

/* TODO INCLUIDO EN CANCÚN */
.aviso-card strong {
  color: #f4d28a !important;
  font-weight: 800;
}

/* LFPDPPP */
.aviso-card p:has(strong:contains("LFPDPPP")),
.aviso-card strong:contains("LFPDPPP") {
  color: #f4d28a !important;
}

/* CORREO */
.aviso-card a,
.aviso-card p:has(a) {
  color: #f4d28a !important;
  font-weight: 700;
  text-decoration: none;
}

.aviso-card a:hover {
  text-decoration: underline;
}

/* SI EL CORREO NO ES LINK */
.aviso-card p {
  word-break: break-word;
}

/* =========================================================
   💎 MEJOR ESPACIADO VISUAL
========================================================= */

.aviso-card p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.aviso-card li {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   📱 RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  :root {
    --navbar-pad-y: 10px;
  }

  .hero {
    min-height: 88vh;
    padding: calc(var(--topbar-h) + 82px) 18px 60px;
  }

  .hero-logo {
    width: min(94vw, 900px);
  }

  .hero-tagline {
    font-size: 14px;
  }

  #hoteles,
  #paquetes,
  #tours,
  #comentarios,
  #contacto {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hoteles-grid {
    gap: 18px;
  }

  .hotel-slider,
  .hotel-slider img {
    height: 300px;
  }

  .nosotros-hero img {
    height: 650px;
  }

  .nosotros-hero-text {
    padding-bottom: 90px;
  }

  .nosotros-grid,
  .mvv-grid,
  .aviso-grid {
    grid-template-columns: 1fr;
  }

  .aviso-hero,
  .aviso-hero img {
    max-height: 480px;
    height: 480px;
  }

  .aviso-hero-text {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .contacto-layout {
    grid-template-columns: 1fr;
  }

  .contacto-elegante,
  .contacto-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  .contacto-elegante {
    margin-bottom: 25px;
  }

  .contacto-grid {
    grid-template-columns: 1fr;
  }

  .fila-inputs {
    flex-direction: column;
  }

  .hoteles-promos {
    gap: 20px;
  }

  .box-hoteles {
    width: 45%;
  }

  .hotel-card {
    width: 90%;
  }

  .mexico-central img {
    width: 260px;
  }

  .comentarios-lista {
    grid-template-columns: 1fr;
  }

  .stats-container {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 18px 22px;
  }

  .stat-box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 12px;
    margin-bottom: 6px;
  }
}

@media (max-width: 768px) {
  :root {
    --navbar-pad-y: 8px;
  }

  .navbar {
    padding: 8px 10px;
  }

  .nav-container {
    max-width: 100%;
    padding: 0 6px;
  }

  .menu-central {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    row-gap: 8px;
  }

  .btn-menu {
    font-size: 12px;
    padding: 6px 8px;
    line-height: 1;
    white-space: nowrap;
  }

  .hero {
    min-height: 78vh;
    height: auto;
    padding: calc(var(--topbar-h) + 78px) 16px 45px;
    background-size: initial;
    background-position: center;
  }

  .hero-logo {
    width: 96vw;
    max-width: 96vw;
  }

  .hero-tagline {
    max-width: 92%;
    font-size: 14px;
    line-height: 1.45;
    padding: 10px 14px;
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .hero-reserva {
    margin: 0 auto;
    min-width: 190px;
    padding: 14px 24px;
    font-size: 15px;
    display: inline-flex;
  }

  #hoteles,
  #paquetes,
  #tours,
  #comentarios,
  #contacto {
    padding-left: 16px;
    padding-right: 16px;
  }

  .titulo-dorado {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 16px;
  }

  .hoteles-promos {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .box-hoteles,
  .hotel-card {
    width: 100%;
    max-width: 420px;
  }

  .hotel-slider,
  .hotel-slider img {
    height: 260px;
  }

  .stats-container {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 18px 20px;
  }

  .contacto-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
  }

  .contacto-elegante,
  .contacto-form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .contacto-title {
    font-size: 26px;
  }

  .contacto-grid {
    grid-template-columns: 1fr;
  }

  .fila-inputs {
    flex-direction: column;
  }

  .btn-enviar {
    width: 100%;
    max-width: 280px;
  }

  .mexico-central img {
    width: 220px;
    max-width: 80%;
    height: auto;
  }

  .authority-strip {
    gap: 10px;
  }

  .authority-item {
    flex: 1 1 100%;
  }

  .seo-glass {
    max-width: 92%;
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .nosotros-hero img {
    height: 520px;
  }

  .nosotros-hero-text h1 {
    font-size: 40px;
  }

  .nosotros-hero-text p {
    font-size: 20px;
  }

  .aviso-card {
    padding: 18px 16px 20px 16px;
  }

  .aviso-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 6px 8px;
  }

  .menu-central {
    gap: 6px;
    row-gap: 6px;
  }

  .btn-menu {
    font-size: 11px;
    padding: 6px 7px;
  }

  .hero {
    min-height: 72vh;
    height: auto;
    padding: calc(var(--topbar-h) + 82px) 14px 38px;
  }

  .hero-logo {
    width: 98vw;
  }

  .hero-tagline {
    font-size: 13px;
    padding: 10px 12px;
  }

  .hero-reserva {
    min-width: 175px;
    font-size: 14px;
    padding: 12px 18px;
    margin-top: 0;
  }

  .hotel-card {
    width: 100%;
  }

  .hotel-slider,
  .hotel-slider img {
    height: 240px;
  }

  .seo-glass {
    padding: 16px 18px;
    font-size: 14.5px;
  }

  .captcha-box {
    padding: 14px;
  }

  .wa-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .wa-float i {
    font-size: 28px;
  }
}
/* ================================
   BLOQUE CREDIBILIDAD
================================ */

.credibilidad-wrapper{
  max-width: 1200px;
  margin: 40px auto 60px auto;
  padding: 0 30px;
  text-align: center;
}

.credibilidad-frase{
  font-size: 16px;
  color: #f4f1ea;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* GRID VIDEOS */

.credibilidad-videos{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

/* TARJETA VIDEO */

.credibilidad-video-card{
  background: rgba(0,0,0,0.35);
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #d4af3780;
  backdrop-filter: blur(4px);
  transition: all .25s ease;
}

.credibilidad-video-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* VIDEO */

.cred-video{
  width: 100%;
  aspect-ratio: 16 / 9;   /* 👈 todos los videos mismo tamaño */
  object-fit: cover;      /* 👈 recorta para llenar el marco */

  border-radius: 15px;
  border: 2px solid #d4af3780;
  background: #000000;

  display: block;
}

/* NOMBRE */

.cred-nombre{
  display: block;
  margin-top: 12px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 768px){

  .credibilidad-videos{
    grid-template-columns: 1fr;
  }

  .credibilidad-wrapper{
    padding: 0 20px;
  }

}
.seccion-activa {
  animation: fadeSeccion 0.45s ease;
}
/* =========================================================
   RESPONSIVE GLOBAL LIMPIO — TODO DISPOSITIVO
========================================================= */

/* Evita desbordes */
img,
video {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   FONDO GLOBAL
========================================================= */

body,
.page-background {
  min-height: 100vh;
  background:
    linear-gradient(
      rgba(255, 120, 0, 0.35),
      rgba(255, 120, 0, 0.15),
      rgba(0, 0, 0, 0.35)
    ),
    url("assets/images/fondoimagencancun.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* =========================================================
   HERO DESKTOP
========================================================= */

.hero {
  min-height: 100vh;
  padding: 120px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.hero-content {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.hero-logo {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 35px;
  display: block;
}

.hero-tagline {
  width: 92%;
  max-width: 420px;
  margin: 0 auto 20px;
  font-size: 15px;
  text-align: center;
}

.hero-reserva {
  margin: 0 auto;
  display: inline-flex;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  body,
  .page-background {
    background-attachment: scroll !important;
    background-position: center top !important;
  }

  .menu-central {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    min-height: 100svh;
    padding: 95px 18px 50px;
    align-items: center;
  }

  .hero-content {
    max-width: 500px;
  }

  .hero-logo {
    max-width: 430px;
    margin-bottom: 55px;
  }

  .hoteles-grid,
  .hoteles-promos,
  .contacto-layout,
  .nosotros-grid,
  .mvv-grid,
  .contacto-grid,
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .aviso-card,
  .nosotros-section,
  .seo-glass {
    width: 92%;
  }
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 768px) {
  body,
  .page-background {
    background:
      linear-gradient(
        rgba(255, 120, 0, 0.22),
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.25)
      ),
      url("assets/images/fondoimagencancun.png") !important;
    background-size: auto 100svh !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #8b705f !important;
    background-attachment: scroll !important;
  }

  .navbar {
    padding: 8px 10px;
  }

  .menu-central {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }

  .btn-menu {
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
    padding: 80px 18px 35px;
    align-items: flex-start;
  }

  .hero-content {
    max-width: 360px;
    padding-top: 45px;
  }

  .hero-logo {
    max-width: 320px;
    margin-bottom: 230px;
  }

  .hero-tagline {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.35;
  }

  .titulo-dorado,
  .aviso-hero .titulo-dorado,
  .nosotros-hero-text h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.1;
  }

  .hoteles-grid,
  .hoteles-promos,
  .contacto-layout,
  .nosotros-grid,
  .mvv-grid,
  .contacto-grid,
  .stats-container {
    grid-template-columns: 1fr !important;
  }

  .hotel-card,
  .box-hoteles,
  .contacto-card,
  .nosotros-section,
  .nosotros-bloque,
  .mvv-card,
  .aviso-card,
  .seo-glass {
    width: 92%;
    margin: 0 auto;
  }

  .fila-inputs {
    flex-direction: column;
  }

  .fila-inputs input {
    width: 100%;
  }

  .wa-float {
    right: 18px;
    bottom: 18px;
  }
}

/* =========================================================
   CELULAR PEQUEÑO
========================================================= */

@media (max-width: 480px) {
  .btn-menu {
    font-size: 11px;
  }

  .hero-content {
    padding-top: 55px;
  }

  .hero-logo {
    max-width: 300px;
    margin-bottom: 235px;
  }

  .hero-tagline {
    max-width: 315px;
  }

  .btn-gold {
    font-size: 13px;
    padding: 12px 20px;
  }

  #footer p {
    font-size: 12px;
    padding: 0 14px;
  }
}
/* =========================================================
   CELULAR — AJUSTE BOTÓN RESERVA Y FONDO CONTINUO
========================================================= */

@media (max-width: 768px) {
  body,
  .page-background {
    background:
      linear-gradient(
        rgba(255, 120, 0, 0.22),
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.25)
      ),
      url("assets/images/fondoimagencancun.png") !important;

    background-size: cover !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-attachment: scroll !important;
    background-color: transparent !important;
  }

  .hero {
    padding-bottom: 10px !important;
  }

  .hero-logo {
    margin-bottom: 160px !important;
  }

  .hero-tagline {
    margin-bottom: 12px !important;
  }

  .hero-reserva {
    margin-top: -8px !important;
    margin-bottom: 10px !important;
  }

  .authority-strip {
    margin-top: 0 !important;
    background: rgba(0, 0, 0, 0.45) !important;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    margin-bottom: 120px !important;
  }

  .hero-reserva {
    margin-top: -1px !important;
  }
}
/* =========================================================
   CELULAR — FORZAR FONDO VISIBLE EN INICIO
========================================================= */

@media (max-width: 768px) {
  body,
  .page-background,
  .hero {
    background:
      linear-gradient(
        rgba(255, 120, 0, 0.18),
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.18)
      ),
      url("assets/images/fondoimagencancun.png") !important;

    background-size: auto 100% !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-attachment: scroll !important;
  }

  .hero {
    min-height: 100svh !important;
  }
}

@media (max-width: 480px) {
  body,
  .page-background,
  .hero {
    background-size: auto 100svh !important;
    background-position: center top !important;
  }
}
/* =========================================================
   CELULAR — FONDO FIJO REAL SIN REINICIO
========================================================= */

@media (max-width: 768px) {
  body {
    position: relative;
    background: none !important;
  }

  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;

    background:
      linear-gradient(
        rgba(255, 120, 0, 0.18),
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.22)
      ),
      url("assets/images/fondoimagencancun.png");

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .page-background,
  .hero,
  section,
  .authority-strip,
  .credibilidad-wrapper,
  .stats-wrapper {
    background: transparent !important;
  }
}
/* =========================================================
   ESTRUCTURA GLOBAL — SECCIONES CENTRADAS
========================================================= */

#hoteles,
#paquetes,
#tours,
#comentarios,
#contacto {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

/* =========================================================
   HOTELES — 3 COLUMNAS
========================================================= */

.hoteles-promos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: stretch;
}

.box-hoteles {
  width: 100%;
  min-width: 0;
  padding: 22px 20px 24px;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 18px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* =========================================================
   PAQUETES Y TOURS — 3 COLUMNAS
========================================================= */

.hoteles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1450px;
  margin: 0 auto;
  align-items: stretch;
}

.hotel-card {
  width: 100%;
  padding: 10px 10px 50px;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 18px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

/* =========================================================
   AUTORIDAD / ESTADÍSTICAS — EN LÍNEA
========================================================= */

.authority-strip,
.stats-container {
  max-width: 1200px;
  margin: 40px auto 20px;
  padding: 18px 24px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: center;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 22px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

/* =========================================================
   COMENTARIOS
========================================================= */

.comentarios-container {
  width: min(92%, 1100px);
  margin: 0 auto;
  padding: 30px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 20px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.comentario-item {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(244, 210, 138, 0.35);
}


/* =========================================================
   SEO / FRASE CREDIBILIDAD
========================================================= */

.seo-glass,
.credibilidad-frase {
  width: min(90%, 1050px);
  margin-left: auto;
  margin-right: auto;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border-radius: 20px;
  border: 1px solid rgba(244, 210, 138, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .hoteles-promos,
  .hoteles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacto-layout {
    grid-template-columns: 1fr;
  }

  .contacto-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hoteles-promos,
  .hoteles-grid,
  .authority-strip,
  .stats-container {
    grid-template-columns: 1fr;
  }

  .box-hoteles,
  .hotel-card {
    width: 92%;
    margin: 0 auto;
  }

  .contacto-layout {
    width: 92%;
  }

  .contacto-elegante {
    padding: 24px 18px;
  }

  .mexico-central img {
    max-width: 210px;
  }
}
/* =========================================================
   AJUSTE DE SCROLL POR MENÚ
   Más grande = queda más abajo
   Más chico = queda más arriba
========================================================= */

#inicio {
  scroll-margin-top: 95px;
}

#hoteles {
  scroll-margin-top: 95px;
}

#paquetes {
  scroll-margin-top: 95px;
}

#tours {
  scroll-margin-top: 95px;
}

#comentarios {
  scroll-margin-top: 95px;
}

#contacto {
  scroll-margin-top: 95px;
}
html {
  scroll-behavior: smooth;
}
/* =========================================================
   AJUSTE FINAL INICIO — CONTROLES REALES
========================================================= */

:root {
  /* 🔧 MOVER TODO EL HERO */
  --inicio-bloque-y: -80px;

  /* 🔧 LOGO */
  --logo-ancho: 600px;
  --logo-subir-bajar: 0px;
  --logo-espacio-abajo: -100px;

  /* 🔧 TEXTO */
  --tagline-subir-bajar: -50px;
  --tagline-espacio-abajo: 25px;

  /* 🔧 BOTÓN */
  --boton-subir-bajar: 100px;

  /* 🔧 AUTORIDAD */
  --autoridad-subir-bajar: -30px;

  /* 🔧 CREDIBILIDAD */
  --credibilidad-subir-bajar: 70px;
}

/* HERO */
.hero {
  min-height: 92vh !important;
  padding-top: calc(var(--topbar-h) + 70px) !important;
  background: transparent !important;
}

.hero-content {
  margin-top: var(--inicio-bloque-y) !important;
}

/* LOGO */
.hero-logo {
  width: var(--logo-ancho) !important;
  max-width: 85vw !important;
  margin-top: var(--logo-subir-bajar) !important;
  margin-bottom: var(--logo-espacio-abajo) !important;
}

/* TEXTO */
.hero-tagline {
  margin-top: var(--tagline-subir-bajar) !important;
  margin-bottom: var(--tagline-espacio-abajo) !important;
}

/* BOTÓN */
.hero-reserva {
  margin-top: var(--boton-subir-bajar) !important;
}

/* TIRA DE AUTORIDAD */
.authority-strip {
  margin-top: var(--autoridad-subir-bajar) !important;
}

/* CREDIBILIDAD */
.credibilidad-wrapper {
  margin-top: var(--credibilidad-subir-bajar) !important;
}

/* CELULAR */
@media (max-width: 768px) {
  :root {
    --inicio-bloque-y: 0px;

    --logo-ancho: 300px;
    --logo-subir-bajar: -50px;
    --logo-espacio-abajo: 160px;

    --tagline-subir-bajar: 100px;
    --tagline-espacio-abajo: 0px;

    --boton-subir-bajar: -150px;

    --autoridad-subir-bajar: -230px;
    --credibilidad-subir-bajar: 20px;
  }
}

/* =========================================================
   🎯 SISTEMA TIPOGRÁFICO GLOBAL (UNIFICADO)
========================================================= */

/* TITULOS PRINCIPALES (H1 / HERO) */
h1 {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* TITULOS DE SECCIÓN (H2) */
h2 {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* SUBTITULOS (H3) */
h3 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 800;
}

/* TEXTO GENERAL */
p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

/* TEXTO DESTACADO */
strong {
  font-weight: 800;
}

/* =========================================================
   🚨 FIX DEFINITIVO — AVISO PRIVACIDAD
========================================================= */

body.contacto-page .aviso-hero .titulo-dorado {
  font-size: 1.9rem !important;
  letter-spacing: 1px !important;
}

body.contacto-page .aviso-card h2 {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}

body.contacto-page .aviso-card h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}


/* =========================================================
   🎛️ CONTROLES — TAGLINE INICIO
========================================================= */

:root {
  --tagline-ancho: 750px;
  --tagline-max-ancho: 90vw;

  --tagline-padding-y: 8px;
  --tagline-padding-x: 45px;

  --tagline-radius: 999px;

  --tagline-font: 22px;
  --tagline-weight: 900;

  --tagline-margen-top: -40px;
  --tagline-margen-bottom: 35px;

  --tagline-mover-x: -60px;
  --tagline-mover-y: 0px;
}


/* =========================================================
   ✨ INICIO — TAGLINE AJUSTABLE Y CENTRADO
========================================================= */

body .hero .hero-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

body .hero .hero-content .hero-tagline {
  width: var(--tagline-ancho) !important;
  max-width: var(--tagline-max-ancho) !important;

  margin-top: var(--tagline-margen-top) !important;
  margin-bottom: var(--tagline-margen-bottom) !important;
  margin-left: auto !important;
  margin-right: auto !important;

  padding: var(--tagline-padding-y) var(--tagline-padding-x) !important;
  border-radius: var(--tagline-radius) !important;

  font-size: var(--tagline-font) !important;
  font-weight: var(--tagline-weight) !important;
  line-height: 1.2 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;

  transform: translate(
    var(--tagline-mover-x),
    var(--tagline-mover-y)
  ) !important;

  background: linear-gradient(135deg, #f16609, #ff8c2a) !important;
  color: #ffffff !important;

  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28) !important;
}


/* =========================================================
   📱 RESPONSIVE — TAGLINE INICIO
========================================================= */

@media (max-width: 768px) {
  :root {
    --tagline-ancho: 92vw;
    --tagline-padding-y: 12px;
    --tagline-padding-x: 18px;
    --tagline-font: 14px;
    --tagline-margen-top: 0px;
    --tagline-margen-bottom: 18px;
    --tagline-mover-x: 0px;
    --tagline-mover-y: 0px;
  }
}