.elementor-1445 .elementor-element.elementor-element-e603557{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1445 .elementor-element.elementor-element-d16bf51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1445 .elementor-element.elementor-element-4a09914{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1445 .elementor-element.elementor-element-4be029b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1445 .elementor-element.elementor-element-81cb266{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1445 .elementor-element.elementor-element-c7d31f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1445 .elementor-element.elementor-element-9d380bd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-dc00115 *//* 🌌 GLOBAL RESET */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  overflow-x: hidden !important;
  background-color: #081e3f !important;
  font-family: 'Poppins', sans-serif;
}

/* 🌍 HERO 1 */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* ✅ permite crecer según el contenido */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(circle at 50% 50%, #0b2b5a 0%, #081e3f 100%);
  overflow: hidden;
  padding: 60px 20px;
  box-sizing: border-box;
}

/* Contenedor central */
.hero-content {
  z-index: 2;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* Logo */
.world-icon img {
  width: 140px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 12px rgba(0, 170, 255, 0.8))
          drop-shadow(0 0 25px rgba(0, 170, 255, 0.6));
  animation: float 6s ease-in-out infinite;
}

/* Lema */
.tagline {
  font-family: 'Playfair Display', serif;
  color: #ffcc33;
  font-size: 1.4rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
  text-shadow: 0 0 18px rgba(255, 204, 51, 0.8);
  animation: glowPulse 3s ease-in-out infinite;
  display: inline-block;
}

/* Título principal */
.main-title {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(90deg, #33aaff, #ffffff, #ffcc33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
  line-height: 1.1;
}

/* Subtítulo */
.subtitle {
  font-size: 1.5rem;
  color: #f0f0f0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* Descripción */
.description {
  color: #d6d6d6;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* ✨ Botón principal */
.cta-button.glow {
  display: inline-block;
  padding: 18px 42px;
  border: 2px solid #ffcc33;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  background: rgba(255, 204, 51, 0.05);
  box-shadow:
    0 0 25px rgba(255, 204, 51, 0.4),
    0 0 60px rgba(255, 204, 51, 0.2),
    inset 0 0 15px rgba(255, 204, 51, 0.3);
  transition: all 0.3s ease;
}

.cta-button.glow:hover {
  background: rgba(255, 204, 51, 0.15);
  box-shadow:
    0 0 45px rgba(255, 204, 51, 0.8),
    inset 0 0 20px rgba(255, 204, 51, 0.4);
}

/* 🌀 Animación logo flotante */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* 🔆 Animación del lema */
@keyframes glowPulse {
  0%, 100% { opacity: 1; text-shadow: 0 0 8px rgba(255,204,51,0.8); }
  50% { opacity: 0.85; text-shadow: 0 0 22px rgba(255,204,51,1); }
}

/* 📱 Versión móvil */
@media (max-width: 768px) {
  .main-title { font-size: 2.8rem; }
  .subtitle { font-size: 1.2rem; }
  .description { font-size: 1rem; line-height: 1.5; }
  .world-icon img { width: 100px; }
  .tagline { font-size: 1rem; }
  .cta-button.glow { padding: 14px 30px; font-size: 0.9rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b24e937 *//* 🎬 HERO 2 - COHERENCIA TOTAL CON HERO 1 */
.hero2-section {
  position: relative;
  width: 100%;
  padding: 120px 40px;
  background: radial-gradient(circle at 50% 40%, #07152c 0%, #020a17 100%);
  color: #e0e8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Capa de luz ambiental */
.hero2-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(70,120,255,0.12), transparent 80%);
  z-index: 1;
}

.hero2-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  flex-wrap: wrap;
}

/* 📝 Texto */
.hero2-text {
  flex: 1;
  min-width: 300px;
}

.hero2-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(100,160,255,0.35);
  margin-bottom: 8px;
}

.hero2-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #bcd2ff;
  margin-bottom: 20px;
}

.hero2-description {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #a4b5e2;
  line-height: 1.8;
  max-width: 480px;
}

/* 🎞️ Video */
.hero2-video {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero2-video iframe {
  width: 100%;
  max-width: 480px;
  height: 270px;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(80,124,255,0.35);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.hero2-video iframe:hover {
  transform: scale(1.02);
  box-shadow: 0 0 60px rgba(90,140,255,0.6);
}

/* ✨ BOTÓN CON BRILLO CINEMATOGRÁFICO */
.cta-video {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border: 2px solid #f9c644;
  padding: 14px 42px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255, 210, 90, 0.6);
  box-shadow: 0 0 25px rgba(255, 210, 90, 0.35);
  transition: all 0.35s ease;
}

.cta-video:hover {
  background: linear-gradient(90deg, #f9c644, #ffb300);
  color: #0b1630;
  box-shadow: 0 0 45px rgba(255, 210, 90, 0.75);
  text-shadow: none;
  transform: translateY(-3px);
}

/* 💡 Pulso sutil */
@keyframes glowPulseGold {
  0% { box-shadow: 0 0 20px rgba(255, 210, 90, 0.3); }
  50% { box-shadow: 0 0 40px rgba(255, 210, 90, 0.7); }
  100% { box-shadow: 0 0 20px rgba(255, 210, 90, 0.3); }
}
.cta-video {
  animation: glowPulseGold 3s infinite ease-in-out;
}

/* 💡 Pulso suave (brillo que late) */
@keyframes glowPulse {
  0% { box-shadow: 0 0 20px rgba(80,124,255,0.3); }
  50% { box-shadow: 0 0 35px rgba(100,160,255,0.6); }
  100% { box-shadow: 0 0 20px rgba(80,124,255,0.3); }
}
.cta-video {
  animation: glowPulse 3s infinite ease-in-out;
}

/* 📱 Responsive */
@media (max-width: 900px) {
  .hero2-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .hero2-title {
    font-size: 2.2rem;
  }

  .hero2-subtitle {
    font-size: 1.1rem;
  }

  .hero2-video iframe {
    max-width: 100%;
    height: 220px;
  }

  .cta-video {
    padding: 12px 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32d12bb *//* 🎬 HERO 3 - DESTINOS QUE INSPIRAN */
.hero3-section {
  padding: 100px 40px;
  background: radial-gradient(circle at 50% 40%, #081739 0%, #020a17 100%);
  text-align: center;
  color: #fff;
}

.hero3-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ✨ Título */
.hero3-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #f9c644;
  text-shadow: 0 0 25px rgba(255, 210, 90, 0.8);
  margin-bottom: 12px;
}

/* Subtítulo */
.hero3-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: #cbd4ef;
  margin-bottom: 60px;
}

/* 🧭 GRID DE DESTINOS */
.destinos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* 🌅 CARD INDIVIDUAL */
.destino-card {
  position: relative;
  width: 300px;
  height: 400px;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 40px rgba(10, 20, 50, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.destino-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 30, 0.9), rgba(0, 0, 60, 0.2));
  z-index: 1;
}

/* ✍️ CONTENIDO DE LAS CARDS */
.destino-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.destino-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f9c644;
  text-shadow: 0 0 15px rgba(255, 210, 90, 0.8);
  margin-bottom: 8px;
}

.destino-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #d1d8f5;
}

/* ✨ EFECTO AL PASAR EL MOUSE */
.destino-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px rgba(255, 210, 90, 0.4);
}

/* 🪄 BOTÓN FINAL */
.cta-video {
  display: inline-block;
  margin-top: 60px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border: 2px solid #f9c644;
  padding: 14px 42px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255, 210, 90, 0.6);
  box-shadow: 0 0 25px rgba(255, 210, 90, 0.35);
  transition: all 0.35s ease;
  animation: glowPulseGold 3s infinite ease-in-out;
}

.cta-video:hover {
  background: linear-gradient(90deg, #f9c644, #ffb300);
  color: #0b1630;
  box-shadow: 0 0 45px rgba(255, 210, 90, 0.75);
  text-shadow: none;
  transform: translateY(-3px);
}

@keyframes glowPulseGold {
  0% { box-shadow: 0 0 20px rgba(255, 210, 90, 0.3); }
  50% { box-shadow: 0 0 40px rgba(255, 210, 90, 0.7); }
  100% { box-shadow: 0 0 20px rgba(255, 210, 90, 0.3); }
}

/* 📱 RESPONSIVE */
@media (max-width: 900px) {
  .destinos-grid {
    flex-direction: column;
    align-items: center;
  }
  .destino-card {
    width: 90%;
    height: 320px;
  }
  .hero3-title {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64e21cc *//* 💬 HERO 4 - TESTIMONIOS REALES */
.hero-testimonios {
  background: linear-gradient(135deg, #0a1c3b, #0d295a);
  color: #fff;
  text-align: center;
  padding: 120px 40px;
}

.hero-testimonios .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffb347; /* naranja del avión */
  text-transform: uppercase;
  text-shadow: 0 0 25px rgba(255,165,0,0.7);
  margin-bottom: 10px;
}

.hero-testimonios .section-subtitle {
  font-size: 1.3rem;
  color: #d0d0d0;
  margin-bottom: 60px;
}

/* Grid de testimonios */
.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Tarjetas de testimonio */
.testimonio-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,165,0,0.3);
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow:
    0 0 20px rgba(255,165,0,0.1),
    inset 0 0 10px rgba(255,165,0,0.1);
  transition: all 0.4s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}

/* Efecto glow al hover */
.testimonio-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 0 25px rgba(255,165,0,0.4),
    inset 0 0 15px rgba(255,165,0,0.3);
  border-color: rgba(255,165,0,0.5);
}

/* Texto del testimonio */
.testimonio-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #fff;
  font-style: italic;
  margin-bottom: 25px;
}

/* Info inferior */
.testimonio-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonio-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffb347;
  box-shadow: 0 0 10px rgba(255,165,0,0.4);
}

.testimonio-info h4 {
  font-size: 1.1rem;
  color: #ffb347;
  margin: 0;
}

.testimonio-info span {
  font-size: 0.9rem;
  color: #ccc;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonios-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero-testimonios .section-title {
    font-size: 2.4rem;
  }
  .hero-testimonios .section-subtitle {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be51471 *//* 🌟 HERO FINAL - CTA */
.hero-final {
  position: relative;
  height: 90vh;
  background: url('https://yourimageurl.com/fondo-viaje.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Overlay con gradiente cinematográfico */
.hero-final .overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.9) 100%);
  z-index: 1;
}

/* Contenido principal */
.hero-final-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

/* Título principal */
.hero-final-content h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffb347;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(255,165,0,0.6);
  margin-bottom: 25px;
  animation: glowText 3s infinite alternate ease-in-out;
}

/* Texto descriptivo */
.hero-final-content p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #eaeaea;
  margin-bottom: 40px;
}

/* Botón final */
.cta-final-button {
  display: inline-block;
  padding: 18px 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(90deg, #ffb347, #ff8c00);
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(255,165,0,0.6);
  text-decoration: none;
  transition: all 0.4s ease;
}

.cta-final-button:hover {
  background: linear-gradient(90deg, #ff8c00, #ffb347);
  transform: scale(1.05);
  box-shadow: 0 0 45px rgba(255,165,0,0.8);
}

/* ✨ Animación del título */
@keyframes glowText {
  0% { text-shadow: 0 0 20px rgba(255,165,0,0.4); }
  100% { text-shadow: 0 0 45px rgba(255,165,0,1); }
}

/* 📱 Responsive */
@media (max-width: 900px) {
  .hero-final-content h2 {
    font-size: 2.2rem;
  }
  .hero-final-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .cta-final-button {
    padding: 15px 35px;
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d380bd *//* 🌌 FOOTER ELEGANTE */
.footer-section {
  background: radial-gradient(circle at 50% 30%, #081632 0%, #020817 100%);
  text-align: center;
  color: #d1dcf9;
  padding: 80px 20px 50px;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-logo {
  width: 100px;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 10px rgba(100,160,255,0.4));
}

.footer-slogan {
  font-size: 1rem;
  color: #9fb3d9;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.footer-links {
  margin-bottom: 25px;
}

.footer-links a {
  color: #bcd2ff;
  text-decoration: none;
  margin: 0 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(160,190,255,0.5);
}

.footer-socials {
  font-size: 0.95rem;
  color: #8aa2d4;
  margin-bottom: 25px;
}

.footer-socials a {
  color: #8aa2d4;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  color: #ffffff;
}

.footer-copy {
  font-size: 0.85rem;
  color: #7d8fb7;
  opacity: 0.8;
}

/* 📱 Responsivo */
@media (max-width: 768px) {
  .footer-section {
    padding: 60px 15px;
  }
  .footer-links a {
    display: block;
    margin: 8px 0;
  }
}/* End custom CSS */