@font-face {
    font-family: 'Fuchas';
    src: url('fonts/Fuchas.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'ArgentumSansLight';
    src: url('fonts/ArgentumSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'ArgentumSansRegular';
    src: url('fonts/ArgentumSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Gorditas';
    src: url('fonts/Gorditas-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }

/* ========================================
       RESET Y CONFIGURACIÓN GENERAL OPTIMIZADA
    ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  background: #ffffff;
  max-width: 100vw;
  position: relative;
}

body.preloading {
  overflow: hidden;
}

.pantalla-inicial,
.navbar,
.main-content,
.paper-effect-uno {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.pantalla-inicial {
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 90vw;
}

/* ========================================
   CAPAS OPTIMIZADAS PARA MÓVILES
======================================== */

.pantalla-inicial .layer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0); /* Forzar aceleración hardware */
}

#sky {
  background-image: url('imagenes/fondo.webp');
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

#mountain-back {
  background-image: url('imagenes/montañas\ fondo.webp');
  z-index: 2;
  background-size: cover;
  background-position: center bottom;
}

#mountain-left {
  background-image: url('imagenes/montaña\ izquierda.webp');
  z-index: 3;
  background-size: cover;
  background-position: left bottom;
}

#mountain-right {
  background-image: url('imagenes/montaña\ derecha.webp');
  z-index: 4;
  background-size: cover;
  background-position: right bottom;
}

#mountain-center {
  background-image: url('imagenes/montaña\ central.webp');
  z-index: 5;
  background-size: cover;
  background-position: center bottom;
}

/* Logo con mejor posicionamiento responsive */
#logo {
  background-image: url('imagenes/logo.png');
  z-index: 6;
  background-repeat: no-repeat;
  background-size: min(400px, 80vw) auto;
  background-position: center 40%;
  width: 100vw;
  height: 100vh;
  will-change: transform;
}

/* ========================================
   NUBES OPTIMIZADAS - SIN RECORTES
======================================== */

#cloud-front {
  background-image: url('imagenes/nube\ frontal.png');
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  height: 100vh;
  position: fixed;
  will-change: transform;
  transform-origin: center bottom;
  left: 0;
  top: 0;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) translateY(0);
}

#cloud-front-2 {
  background-image: url('imagenes/nube\ frontal2.webp');
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  height: 100vh;
  position: fixed;
  will-change: transform;
  transform-origin: center bottom;
  left: 0;
  top: 0;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) translateY(0);
}

#cloud-front-3 {
  background-image: url('imagenes/nube3.webp');
  z-index: 8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  height: 100vh;
  position: fixed;
  will-change: transform;
  transform-origin: center bottom;
  left: 0;
  top: 0;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) translateY(0);
}

/* Transición de papel optimizada */
.paper-effect-uno {
  width: 98.3vw;
  position: absolute;
  top: 72vh; /* Posición inicial fuera de pantalla */
  left: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  transform: translateZ(0);
}

.paper-effect-uno img {
  width: 100vw;
  height: auto;
  display: block;
  min-width: 100vw;
  max-width: none;
}

/* ========================================
   MEDIA QUERIES OPTIMIZADAS
======================================== */

@media (max-width: 768px) {
  .pantalla-inicial .layer {
    position: absolute !important;
    width: 100vw;
    left: 0;
    top: 0;
  }
}

/* Tablets y pantallas medianas */
@media screen and (max-width: 1024px) {
  #logo {
    background-size: min(350px, 75vw) auto;
    background-position: center 35%;
  }
  
  .paper-effect-uno {
    top: 95vh;
  }
}

/* Dispositivos móviles grandes */
@media screen and (max-width: 768px) {
  #logo {
    background-size: min(280px, 70vw) auto;
    background-position: center 30%;
  }
  
  .paper-effect-uno {
    top: 100vh;
  }
  
  /* Ajuste específico para nubes en móvil */
  #cloud-front,
  #cloud-front-2,
  #cloud-front-3 {
    background-size: 110% auto;
    background-position: center bottom;
  }
}

/* Dispositivos móviles pequeños */
@media screen and (max-width: 480px) {
  #logo {
    background-size: min(220px, 65vw) auto;
    background-position: center 25%;
  }
  
  .paper-effect-uno {
    top: 85vh;
  }
  
  #cloud-front,
  #cloud-front-2,
  #cloud-front-3 {
    background-size: 120% auto;
    background-position: center bottom;
  }
  
  /* Optimización adicional para pantallas muy pequeñas */
  .pantalla-inicial .layer {
    image-rendering: optimizeSpeed;
    image-rendering: -webkit-optimize-contrast;
  }
}

/* Dispositivos extra pequeños */
@media screen and (max-width: 360px) {
  #logo {
    background-size: min(180px, 60vw) auto;
    background-position: center 20%;
  }
  
  .paper-effect-uno {
    top: 80vh;
  }
  
  #cloud-front,
  #cloud-front-2,
  #cloud-front-3 {
    background-size: 130% auto;
  }
}

/* Orientación landscape en móviles */
@media screen and (max-height: 500px) and (orientation: landscape) {
  #logo {
    background-size: min(200px, 40vh) auto;
    background-position: center 30%;
  }
  
  .paper-effect-uno {
    top: 90vh;
  }
}
 
/* ========================================
   CORRECCIONES ESPECÍFICAS PARA MÓVILES
   (Agregar estas reglas a tu CSS existente)
======================================== */

/* Optimización GPU para todas las capas */
.pantalla-inicial .layer {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0); /* Forzar aceleración hardware */
}

/* Corregir posicionamiento inicial de nubes */
#cloud-front,
#cloud-front-2{
  transform: translateZ(0) translateY(0) !important;
  top: 0 !important;
}
#cloud-front-3{
  transform: translateZ(0) translateY(0) !important;
  top: 70% !important;
}

/* Ajustes específicos para el logo en móviles */
#logo {
  background-size: min(400px, 80vw) auto;
}


/* ========================================
   MEDIA QUERIES MEJORADAS
======================================== */

/* Tablets */
@media screen and (max-width: 1024px) {
  #logo {
    background-size: min(350px, 75vw) auto;
    background-position: center 35%;
  }
}

/* Móviles grandes */
@media screen and (max-width: 768px) {
  #logo {
    background-size: min(280px, 70vw) auto;
    background-position: center 30%;
  }
  
  .paper-effect-uno {
    top: 87vh;
  }
  
  /* Nubes más grandes para cubrir mejor en móvil */
  #cloud-front,
  #cloud-front-2,
  #cloud-front-3 {
    background-size: 110% auto;
    background-position: center bottom;
  }
  
  /* Reducir intensidad de animaciones para mejor rendimiento */
  .pantalla-inicial .layer {
    image-rendering: optimizeSpeed;
    image-rendering: -webkit-optimize-contrast;
    position: absolute !important;
  }
}

/* Móviles pequeños */
@media screen and (max-width: 480px) {
  #logo {
    background-size: min(220px, 65vw) auto;
    background-position: center 25%;
  }
  
  .pantalla-inicial .layer {
    position: absolute !important;
  }

  .paper-effect-uno {
    top: 90vh;
    width: 100vw; /* Ajustar ancho para móviles */
  }
  
  #cloud-front,
  #cloud-front-2,
  #cloud-front-3 {
    background-size: 120% auto;
  }
}

/* Dispositivos muy pequeños */
@media screen and (max-width: 360px) {
  #logo {
    background-size: min(180px, 60vw) auto;
    background-position: center 20%;
  }
  
  .paper-effect-uno {
    top: 95vh;
  }
  
  #cloud-front,
  #cloud-front-2,
  #cloud-front-3 {
    background-size: 130% auto;
  }
}

/* Orientación horizontal en móviles */
@media screen and (max-height: 500px) and (orientation: landscape) {
  #logo {
    background-size: min(200px, 40vh) auto;
    background-position: center 30%;
  }
  
  .paper-effect-uno {
    top: 70vh;
  }
}

/* Clase para dispositivos táctiles */
.touch-device {
  /* Optimizaciones específicas para touch */
  -webkit-overflow-scrolling: touch;
}

.touch-device .pantalla-inicial .layer {
  /* Reducir calidad en dispositivos táctiles para mejor rendimiento */
  image-rendering: optimizeSpeed;
}

   /* ========================================
       BARRA DE NAVEGACIÓN
    ======================================== */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #ffffff;
      padding: 15px 20px;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1000;
      box-sizing: border-box;
      opacity: 0;
      transform: translateY(-100%);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .navbar.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .nav-list {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      justify-content: flex-end;
      align-items: center;
      flex: 1;
      gap: 100px;
    }

    .nav-list li {
      margin: 0 15px;
      font-family: 'ArgentumSansLight', sans-serif;
    }

    .nav-list a {
      text-decoration: none;
      color: #000000;
      font-weight: bold;
      font-size: 16px;
      padding: 10px 15px;
      transition: color 0.3s ease, background-color 0.3s ease;
      border-radius: 4px;
    }

    .nav-list a:hover {
      color: #000000;
      background-color: rgba(255, 255, 255, 0.9);
    }

    .logo {
      font-family: 'Fuchas', sans-serif;
      font-size: 2.5rem;
      font-weight: bold;
      color: #000000;
      margin: 0 20px;
      white-space: nowrap;
    }

    .boton-idioma {
      font-family: "ArgentumSansLight", sans-serif;
  background: none;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em 1em;
}

    /* ---------------------- */
    /* Menú Hamburguesa */
    /* ---------------------- */
    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      z-index: 1500;
      padding: 10px;
      background: transparent;
      border: none;
    }

    .bar {
      background-color: #000000;
      height: 2px;
      width: 25px;
      margin: 3px 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Animación del menú hamburguesa */
    .menu-toggle.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    @media (max-width: 1090px) {
      .menu-toggle {
          display: flex;
      }

      .nav-list {
          position: fixed;
          top: 0;
          left: -100%;
          width: 80%;
          height: 100vh;
          background: #303b15e3;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          transition: left 0.4s ease-in-out;
          gap: 20px;
      }

      .nav-list.active {
          left: 0;
          box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
      }

      .nav-list li {
          margin: 15px 0;
          opacity: 0;
          transform: translateX(-20px);
          transition: opacity 0.4s ease, transform 0.4s ease;
      }

      .nav-list.active li {
          opacity: 1;
          transform: translateX(0);
      }

      .nav-list a {
          font-size: 20px;
          color: #ffffff;
          padding: 12px 25px;
      }

        .boton-idioma {
  color: rgb(255, 255, 255);
  font-size: 15px;
 
}

      .nav-list a:hover {
          color: #1E2915;
      }

      .logo {
          font-size: 24px;
          margin: 0 auto;
      }
    }

    /* Agregar delays a los items del menú para una animación escalonada */
    .nav-list.active li:nth-child(1) { transition-delay: 0.1s; }
    .nav-list.active li:nth-child(2) { transition-delay: 0.2s; }
    .nav-list.active li:nth-child(3) { transition-delay: 0.3s; }
    .nav-list.active li:nth-child(4) { transition-delay: 0.4s; }
    .nav-list.active li:nth-child(5) { transition-delay: 0.5s; }

    /* ===============================
       SECCIÓN: BIENVENIDA
    =============================== */
.main-content,
.bienvenida,
.porque-nosotros {
  position: relative;
  z-index: 50;
}

/* ===============================
   SECCIÓN: BIENVENIDA - DISEÑO RESPONSIVO
=============================== */

.bienvenida {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.contenedor-bienvenida {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.texto-aventura {
  flex: 1 1 500px;
  z-index: 10;
  min-width: 300px;
}

.texto-aventura h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: 'ArgentumSansRegular', sans-serif;
  color: #1a1a1a;
}

.letra-g {
  font-family: 'Gorditas', sans-serif;
  font-size: inherit;
  color: inherit;
  display: inline;
}

.resaltado {
  color: #8b5cf6;
  position: relative;
}

.texto-aventura p {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  margin-bottom: 30px;
  color: #4a5568;
  font-weight: 300;
  font-family: 'ArgentumSansLight', sans-serif;
}

.boton-explora {
  padding: 16px 35px;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 250px;
}

.boton-explora:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(139, 92, 246, 0.4);
}

/* Contenedor del personaje con elementos flotantes */
.grafico-aventura {
  position: relative;
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  min-height: 400px;
}

.personaje-viajero {
  max-width: 100%;
  width: 400px;
  height: auto;
  z-index: 0;
  position: relative;
}

/* Elementos flotantes modernos */
.elemento-flotante {
  position: absolute;
  background: white;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.336);
  border: 1px solid rgba(255, 255, 255, 0.493);
  backdrop-filter: blur(10px);
  animation: float 6s ease-in-out infinite;
  max-width: 200px;
}

.elemento-flotante.comunidad {
  top: 0%;
  left: -8%;
  width: 180px;
  background: linear-gradient(180deg, #ffffff75 40%, #764ba27a 100%);
  color: rgb(0, 0, 0);
}

.elemento-flotante.stats {
  top: 20%;
  right: 2%;
  width: 160px;
  text-align: center;
}

.elemento-flotante.experiencia {
  bottom: 5%;
  left: -5%;
  width: 170px;
}

.elemento-flotante.rating {
  bottom: 15%;
  right: 0%;
  width: 140px;
}

/* Contenido de elementos flotantes */
.elemento-titulo {
  font-family: "ArgentumSansRegular", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0.9;
}

.elemento-valor {
  font-family: "ArgentumSansRegular", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.elemento-descripcion {
  font-family: "ArgentumSansLight", sans-serif;
  font-size: 0.75rem;
  opacity: 0.8;
  line-height: 1.3;
}

/* Círculos para imágenes */
.circulo-imagen {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.circulo-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circulo-imagen.placeholder {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 1.1rem;
}

/* Estrellas para rating */
.estrellas {
  color: #fbbf24;
  font-size: 1rem;
  margin-bottom: 5px;
}

/* Animaciones */
@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-10px) rotate(1deg); }
  50% { transform: translateY(-5px) rotate(-1deg); }
  75% { transform: translateY(-15px) rotate(1deg); }
}

.elemento-flotante:nth-child(1) { animation-delay: 0s; }
.elemento-flotante:nth-child(2) { animation-delay: -2s; }
.elemento-flotante:nth-child(3) { animation-delay: -4s; }
.elemento-flotante:nth-child(4) { animation-delay: -1s; }

/* ===============================
   MEDIA QUERIES RESPONSIVAS
=============================== */

/* Tablets grandes y pantallas medianas */
@media (max-width: 1200px) {
  .contenedor-bienvenida {
    gap: 40px;
  }
  
  .elemento-flotante.comunidad {
    left: -5%;
    width: 160px;
  }
  
  .elemento-flotante.stats {
    right: -8%;
    width: 150px;
  }
  
  .elemento-flotante.experiencia {
    width: 160px;
  }
  
  .elemento-flotante.rating {
    right: -5%;
    width: 130px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .bienvenida {
    min-height: 80vh;
    padding: 60px 15px;
  }
  
  .contenedor-bienvenida {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  
  .texto-aventura {
    flex: none;
    order: 1;
  }
  
  .grafico-aventura {
    flex: none;
    order: 2;
    height: 450px;
  }
  
  .personaje-viajero {
    width: 400px;

  }
  
  /* Reposicionar elementos flotantes para tablets */
  .elemento-flotante.comunidad {
    top: 5%;
    left: -30%;
  }
  
  .elemento-flotante.stats {
    top: 10%;
    right: -20%;
  }
  
  .elemento-flotante.experiencia {
    bottom: 0%;
    left: -10%;
  }
  
  .elemento-flotante.rating {
    bottom: 10%;
    right: -15%;
  }
}

/* Móviles grandes */
@media (max-width: 768px) {
  .bienvenida {
    padding: 50px 15px;
    min-height: 100vh;
  }
  
  .contenedor-bienvenida {
    gap: 40px;
  }
  
  .grafico-aventura {
    height: 400px;
    margin: 0 -15px;
  }
  
  .personaje-viajero {
    width: 350px;
    top: 50px;
  }
  
  .boton-explora {
    padding: 14px 30px;
    font-size: 1rem;
  }
  
  /* Elementos flotantes más pequeños */
  .elemento-flotante {
    padding: 12px;
    border-radius: 15px;
  }
  
  .elemento-flotante.comunidad {
    top: 0%;
    left: -30%;
    width: 140px;
  }
  
  .elemento-flotante.stats {
    top: 0%;
    right: -25%;
    width: 130px;
  }
  
  .elemento-flotante.experiencia {
    bottom: 0%;
    left: -10%;
    width: 140px;
  }
  
  .elemento-flotante.rating {
    bottom: 5%;
    right: -20%;
    width: 120px;
  }
  
  .circulo-imagen {
    width: 40px;
    height: 40px;
  }
  
  .elemento-valor {
    font-size: 1.4rem;
  }
}

/* Móviles medianos */
@media (max-width: 576px) {
  .bienvenida {
    padding: 40px 10px;
  }
  
  .contenedor-bienvenida {
    gap: 30px;
  }
  
  .grafico-aventura {
    height: 350px;
    margin: 0 -10px;
  }
  
  .personaje-viajero {
    width: 280px;
    top: 30px;
  }
  
  .texto-aventura h2 {
    margin-bottom: 15px;
  }
  
  .texto-aventura p {
    margin-bottom: 25px;
  }
  
  /* Elementos flotantes aún más pequeños */
  .elemento-flotante {
    padding: 10px;
    border-radius: 12px;
  }
  
  .elemento-flotante.comunidad {
    top: 0%;
    left: -20%;
    width: 120px;
  }
  
  .elemento-flotante.stats {
    top: 8%;
    right: -10%;
    width: 110px;
  }
  
  .elemento-flotante.experiencia {
    bottom: -8%;
    left: -15%;
    width: 120px;
  }
  
  .elemento-flotante.rating {
    bottom: 8%;
    right: -20%;
    width: 100px;
  }
  
  .elemento-titulo {
    font-size: 0.8rem;
  }
  
  .elemento-descripcion {
    font-size: 0.7rem;
  }
  
  .elemento-valor {
    font-size: 1.2rem;
  }
  
  .circulo-imagen {
    width: 35px;
    height: 35px;
  }
  
  .circulo-imagen.placeholder {
    font-size: 1rem;
  }
}

/* Móviles muy pequeños */
@media (max-width: 400px) {
  .bienvenida {
    padding: 30px 10px;
  }
  
  .grafico-aventura {
    height: 300px;
  }
  
  .personaje-viajero {
    width: 250px;
    top: 60px;
  }
  
  .boton-explora {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
  
  /* Simplificar elementos flotantes en pantallas muy pequeñas */
  .elemento-flotante.comunidad {
    width: 150px;
    top: 0%;
    left: -20%;
  }
  
  .elemento-flotante.stats {
    width: 110px;
    top: 20%;
    right: -20%;
  }
  
  .elemento-flotante.experiencia {
    width: 120px;
    bottom: -5%;
    left: -15%;
  }
  
  .elemento-flotante.rating {
    width: 85px;
    bottom: -5%;
    right: -15%;
  }
  
  .elemento-titulo {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  
  .elemento-descripcion {
    font-size: 0.65rem;
  }
  
  .elemento-valor {
    font-size: 1.1rem;
  }
}

/* Mejoras adicionales para accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .elemento-flotante {
    animation: none;
  }
  
  .boton-explora:hover {
    transform: none;
  }
}

/* ===============================
   SECCIÓN: ¿POR QUÉ NOSOTROS? - RESPONSIVO MEJORADO
=============================== */

/* Mantener el diseño original para pantallas grandes (sin cambios) */
.porque-nosotros {
  background: linear-gradient(135deg, #fafbff 0%, #f1f5f9 100%);
  padding: 120px 20px;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.contenedor-nosotros {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.grafico-nosotros {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personaje-nosotros {
  max-width: 400px;
  height: auto;
}

.texto-nosotros {
  flex: 1 1 600px;
  margin-left: 40px;
}

.texto-nosotros h3 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'ArgentumSansRegular', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
}

.titulo-lista {
  font-family: 'ArgentumSansRegular', sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 50px;
  color: #4a5568;
  font-weight: 300;
}

.lista-caracteristicas {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-caracteristicas li {
  margin-bottom: 10px;
  padding: 25px;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.icono-caracteristica img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.icono-caracteristica.placeholder {
  color: white;
  font-size: 1.4rem;
  font-family: 'ArgentumSansRegular', sans-serif;
  font-weight: bold;
}

.contenido-caracteristica {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lista-caracteristicas .titulo-caracteristica {
  color: #8b5cf6;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: 'ArgentumSansRegular', sans-serif;
  display: block;
}

.lista-caracteristicas .descripcion-caracteristica {
  color: #4a5568;
  line-height: 1.6;
  font-size: 1rem;
  font-family: 'ArgentumSansRegular', sans-serif;
}

/* ===============================
   MEDIA QUERIES RESPONSIVOS PARA "¿POR QUÉ NOSOTROS?"
=============================== */

/* Tablets grandes y pantallas medianas (1200px hacia abajo) */
@media (max-width: 1200px) {
  .contenedor-nosotros {
    gap: 80px;
  }
  
  .texto-nosotros {
    margin-left: 20px;
  }
  
  .texto-nosotros h3 {
    font-size: 2.5rem;
  }
  
  .titulo-lista {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}

/* Tablets (992px hacia abajo) */
@media (max-width: 992px) {
  .porque-nosotros {
    padding: 80px 20px;
    min-height: auto;
  }
  
  .contenedor-nosotros {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  
  .grafico-nosotros {
    order: 1;
    flex: none;
  }
  
  .texto-nosotros {
    order: 2;
    flex: none;
    margin-left: 0;
    max-width: 800px;
  }
  
  .personaje-nosotros {
    max-width: 350px;
  }
  
  .texto-nosotros h3 {
    font-size: 2.2rem;
  }
  
  .lista-caracteristicas li {
    padding: 20px;
    gap: 15px;
  }
  
  .icono-caracteristica img {
    width: 70px;
    height: 70px;
  }
}

/* Móviles grandes (768px hacia abajo) */
@media (max-width: 768px) {
  .porque-nosotros {
    padding: 60px 15px;
  }
  
  .contenedor-nosotros {
    gap: 40px;
  }
  
  .personaje-nosotros {
    max-width: 280px;
  }
  
  .texto-nosotros h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .titulo-lista {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  
  .lista-caracteristicas li {
    padding: 18px;
    margin-bottom: 20px;
    gap: 12px;
    border-radius: 12px;
  }
  
  .icono-caracteristica img {
    width: 60px;
    height: 60px;
  }
  
  .lista-caracteristicas .titulo-caracteristica {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  
  .lista-caracteristicas .descripcion-caracteristica {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* Móviles medianos (576px hacia abajo) */
@media (max-width: 576px) {
  .porque-nosotros {
    padding: 50px 15px;
  }
  
  .contenedor-nosotros {
    gap: 35px;
  }
  
  .personaje-nosotros {
    max-width: 240px;
  }
  
  .texto-nosotros h3 {
    font-size: 1.6rem;
  }
  
  .titulo-lista {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  
  .lista-caracteristicas li {
    padding: 15px;
    margin-bottom: 15px;
    gap: 10px;
    border-radius: 10px;
  }
  
  .icono-caracteristica img {
    width: 50px;
    height: 50px;
  }
  
  .lista-caracteristicas .titulo-caracteristica {
    font-size: 0.95rem;
  }
  
  .lista-caracteristicas .descripcion-caracteristica {
    font-size: 0.85rem;
  }
}

/* Móviles pequeños (480px hacia abajo) */
@media (max-width: 480px) {
  .porque-nosotros {
    padding: 40px 10px;
  }
  
  .contenedor-nosotros {
    gap: 30px;
  }
  
  .personaje-nosotros {
    max-width: 200px;
  }
  
  .texto-nosotros h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  
  .titulo-lista {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  
  .lista-caracteristicas li {
    padding: 12px;
    margin-bottom: 12px;
    gap: 8px;
    border-radius: 8px;
  }
  
  .icono-caracteristica img {
    width: 45px;
    height: 45px;
  }
  
  .lista-caracteristicas .titulo-caracteristica {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
  
  .lista-caracteristicas .descripcion-caracteristica {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

/* Móviles muy pequeños (400px hacia abajo) */
@media (max-width: 400px) {
  .porque-nosotros {
    padding: 35px 10px;
  }
  
  .contenedor-nosotros {
    gap: 25px;
  }
  
  .personaje-nosotros {
    max-width: 180px;
  }
  
  .texto-nosotros h3 {
    font-size: 1.3rem;
  }
  
  .titulo-lista {
    font-size: 0.9rem;
    margin-bottom: 18px;
  }
  
  .lista-caracteristicas li {
    padding: 10px;
    margin-bottom: 10px;
    gap: 6px;
  }
  
  .icono-caracteristica img {
    width: 40px;
    height: 40px;
  }
  
  .lista-caracteristicas .titulo-caracteristica {
    font-size: 0.85rem;
  }
  
  .lista-caracteristicas .descripcion-caracteristica {
    font-size: 0.75rem;
  }
}

/* Mejoras adicionales para accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .lista-caracteristicas li {
    transition: none;
  }
}
/* ===============================
   SECCIÓN: ¿CÓMO FUNCIONA?
=============================== */

.como-funciona {
  background: #ffffff;
  padding: 6rem 1rem;
  color: white;
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100vh;
}

.como-funciona::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 50%);
  pointer-events: none;
}

.contenedor-funciona {
  background: linear-gradient(135deg, #10b981 0%, #5d67f0 100%);
  border-radius: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
  margin-top: 5%;
}

.texto-funciona {
  flex: 1 1 550px;
}

.texto-funciona h3 {
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: 'ArgentumSansRegular', sans-serif;
  font-weight: 600;
  color: white;
}

/* Pasos del proceso */
.pasos-proceso {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.paso {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  max-width: 90%;
}

.paso:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 22px;
  top: 60px;
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}

.numero-paso {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
}

.paso.final .icono-final {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contenido-paso h4 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  font-family: 'ArgentumSansRegular', sans-serif;
  font-weight: 600;
  color: white;
}

.contenido-paso p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'ArgentumSansLight', sans-serif;
}

/* GALERÍA MEJORADA CON SISTEMA RESPONSIVO */
.galeria-destinos {
  flex: 1 1 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

/* Sistema de posicionamiento responsivo con CSS Grid */
.galeria-destinos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 0;
  pointer-events: none;
}

/* Estado base - Tarjetas invisibles */
.tarjeta-destino.flotante {
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  background: white;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: transform;
}

/* Estados visibles con animaciones */
.tarjeta-destino.coliseo.flotante.visible {
  animation: floatColiseo 6s ease-in-out infinite;
  opacity: 1;
  transform: translateY(0);
}

.tarjeta-destino.cancun.flotante.visible {
  animation: floatCancun 6s ease-in-out infinite;
  opacity: 1;
  transform: translateY(0);
}

.tarjeta-destino.paris.flotante.visible {
  animation: floatParis 6s ease-in-out infinite;
  opacity: 1;
  transform: translateY(0);
}

.tarjeta-destino.mexico.flotante.visible {
  animation: floatMexico 6s ease-in-out infinite;
  opacity: 1;
  transform: translateY(0);
}

/* POSICIONAMIENTO RESPONSIVO CON PORCENTAJES Y VIEWPORT */

/* Desktop (1200px+) */
.tarjeta-destino.coliseo.flotante {
  width: min(500px, 35vw);
  height: min(300px, 30vh);
  top: -15%;
  right: -20%;
}

.tarjeta-destino.cancun.flotante {
  width: min(500px, 35vw);
  height: min(150px, 20vh);
  top: 35%;
  right: -30%;
}

.tarjeta-destino.paris.flotante {
  width: min(400px, 25vw);
  height: min(700px, 60vh);
  top: 20%;
  right: 45%;
}

.tarjeta-destino.mexico.flotante {
  width: min(500px, 35vw);
  height: min(450px, 30vh);
  top: 65%;
  right: -40%;
}

.tarjeta-destino img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.etiqueta-destino {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
}

/* Animaciones base */
@keyframes floatColiseo {
  0%, 100% { transform: translateY(0px) rotate(-15deg); }
  25% { transform: translateY(-10px) rotate(-14deg); }
  50% { transform: translateY(-5px) rotate(-16deg); }
  75% { transform: translateY(-15px) rotate(-14deg); }
}

@keyframes floatCancun {
  0%, 100% { transform: translateY(0px) rotate(-15deg); }
  25% { transform: translateY(-10px) rotate(-14deg); }
  50% { transform: translateY(-5px) rotate(-16deg); }
  75% { transform: translateY(-15px) rotate(-14deg); }
}

@keyframes floatParis {
  0%, 100% { transform: translateY(0px) rotate(-15deg); }
  25% { transform: translateY(-12px) rotate(-16deg); }
  50% { transform: translateY(-6px) rotate(-17deg); }
  75% { transform: translateY(-14px) rotate(-16deg); }
}

@keyframes floatMexico {
  0%, 100% { transform: translateY(0px) rotate(-15deg); }
  25% { transform: translateY(-8px) rotate(-13deg); }
  50% { transform: translateY(-4px) rotate(-17deg); }
  75% { transform: translateY(-12px) rotate(-14deg); }
}

/* ===============================
   RESPONSIVE DESIGN MEJORADO
=============================== */

/* Laptops medianas (1200px - 900px) */
@media screen and (max-width: 1200px) {
  .contenedor-funciona {
    max-width: 95%;
    padding: 3rem 1.5rem;
    gap: 1.5rem;
  }
  
  .galeria-destinos {
    min-height: 500px;
  }
  
  .tarjeta-destino.coliseo.flotante {
    width: min(400px, 32vw);
    height: min(240px, 18vh);
    top: 0%;
    right: 20%;
  }
  
  .tarjeta-destino.cancun.flotante {
    width: min(400px, 32vw);
    height: min(120px, 9vh);
    top: 36%;
    right: 16%;
  }
  
  .tarjeta-destino.paris.flotante {
    width: min(320px, 25vw);
    height: min(560px, 50vh);
    top: 10%;
    right: 60%;
  }
  
  .tarjeta-destino.mexico.flotante {
    width: min(400px, 32vw);
    height: min(360px, 22vh);
    top: 55%;
    right: 11%;
  }
}

/* Tablets (900px - 768px) */
@media screen and (max-width: 900px) {
  .como-funciona {
    padding: 4rem 1rem;
  }
  
  .contenedor-funciona {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 1.5rem;
    margin-top: 2%;
  }
  
  .texto-funciona {
    flex: none;
    order: 1;
  }
  
  .texto-funciona h3 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .galeria-destinos {
    flex: none;
    order: 2;
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
  }
  
  /* Reposicionamiento para tablets - Sistema centrado */
  .tarjeta-destino.coliseo.flotante {
    width: min(280px, 40vw);
    height: min(180px, 20vh);
    top: -12%;
    right: 12%;
  }
  
  .tarjeta-destino.cancun.flotante {
    width: min(280px, 40vw);
    height: min(100px, 12vh);
    top: 35%;
    right: 6%;
  }
  
  .tarjeta-destino.paris.flotante {
    width: min(250px, 40vw);
    height: min(400px, 50vh);
    top: 8%;
    right: 50%;
  }
  
  .tarjeta-destino.mexico.flotante {
    width: min(280px, 40vw);
    height: min(200px, 18vh);
    top: 61%;
    right: 0%;
  }
}

/* Móviles grandes (768px - 480px) */
@media screen and (max-width: 768px) {
  .como-funciona {
    padding: 3rem 0.5rem;
  }
  
  .contenedor-funciona {
    padding: 2.5rem 1rem;
    border-radius: 15px;
    gap: 2.5rem;
  }
  
  .texto-funciona h3 {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  
  .pasos-proceso {
    gap: 35px;
  }
  
  .paso {
    gap: 18px;
    max-width: 100%;
  }
  
  .paso:not(:last-child)::after {
    left: 19px;
    top: 50px;
    height: 45px;
  }
  
  .numero-paso {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  
  .paso.final .icono-final {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
  
  .contenido-paso h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .contenido-paso p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  .galeria-destinos {
    min-height: 300px;
    max-width: 100%;
  }
  
  /* Sistema móvil - Más compacto y centrado */
  .tarjeta-destino.coliseo.flotante {
    width: min(220px, 50vw);
    height: min(140px, 18vh);
    top: -15%;
    right: 15%;
  }
  
  .tarjeta-destino.cancun.flotante {
    width: min(220px, 50vw);
    height: min(80px, 12vh);
    top: 36%;
    right: 12%;
  }
  
  .tarjeta-destino.paris.flotante {
    width: min(180px, 45vw);
    height: min(300px, 60vh);
    top: 0%;
    right: 50%;
  }
  
  .tarjeta-destino.mexico.flotante {
    width: min(220px, 50vw);
    height: min(160px, 14vh);
    top: 65%;
    right: 8%;
  }
  
  .etiqueta-destino {
    padding: 6px 12px;
    font-size: 0.8rem;
    bottom: 10px;
    left: 10px;
  }
  
  /* Animaciones suavizadas para móviles */
  @keyframes floatColiseo {
    0%, 100% { transform: translateY(0px) rotate(-10deg); }
    25% { transform: translateY(-6px) rotate(-9deg); }
    50% { transform: translateY(-3px) rotate(-11deg); }
    75% { transform: translateY(-8px) rotate(-9deg); }
  }

  @keyframes floatCancun {
    0%, 100% { transform: translateY(0px) rotate(-10deg); }
    25% { transform: translateY(-6px) rotate(-9deg); }
    50% { transform: translateY(-3px) rotate(-11deg); }
    75% { transform: translateY(-8px) rotate(-9deg); }
  }

  @keyframes floatParis {
    0%, 100% { transform: translateY(0px) rotate(-10deg); }
    25% { transform: translateY(-7px) rotate(-11deg); }
    50% { transform: translateY(-4px) rotate(-12deg); }
    75% { transform: translateY(-9px) rotate(-11deg); }
  }

  @keyframes floatMexico {
    0%, 100% { transform: translateY(0px) rotate(-10deg); }
    25% { transform: translateY(-5px) rotate(-8deg); }
    50% { transform: translateY(-3px) rotate(-12deg); }
    75% { transform: translateY(-7px) rotate(-9deg); }
  }
}

/* Móviles pequeños (480px y menos) */
@media screen and (max-width: 480px) {
  .como-funciona {
    padding: 2.5rem 0.25rem;
  }
  
  .contenedor-funciona {
    padding: 2rem 0.75rem;
    border-radius: 12px;
    gap: 2rem;
  }
  
  .texto-funciona h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .pasos-proceso {
    gap: 30px;
  }
  
  .paso {
    gap: 15px;
  }
  
  .paso:not(:last-child)::after {
    left: 17px;
    top: 45px;
    height: 40px;
  }
  
  .numero-paso {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .paso.final .icono-final {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }
  
  .contenido-paso h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  
  .contenido-paso p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  .galeria-destinos {
    min-height: 250px;
  }
  
  /* Sistema móvil pequeño - Ultra compacto */
  .tarjeta-destino.coliseo.flotante {
    width: min(180px, 55vw);
    height: min(110px, 16vh);
    top: -6%;
    right: 5%;
  }
  
  .tarjeta-destino.cancun.flotante {
    width: min(180px, 55vw);
    height: min(65px, 10vh);
    top: 40%;
    right: 0%;
  }
  
  .tarjeta-destino.paris.flotante {
    width: min(130px, 40vw);
    height: min(220px, 35vh);
    top: 12%;
    right: 55%;
  }
  
  .tarjeta-destino.mexico.flotante {
    width: min(180px, 55vw);
    height: min(130px, 12vh);
    top: 68%;
    right: -5%;
  }
  
  .etiqueta-destino {
    padding: 4px 8px;
    font-size: 0.7rem;
    bottom: 8px;
    left: 8px;
    border-radius: 15px;
  }
}

/* Mejoras adicionales para dispositivos ultra pequeños */
@media screen and (max-width: 360px) {
  .galeria-destinos {
    min-height: 200px;
  }
  
 /* Sistema móvil pequeño - Ultra compacto */
  .tarjeta-destino.coliseo.flotante {
    width: min(140px, 80vw);
    height: min(80px, 16vh);
    top: -10%;
    right: 5%;
  }
  
  .tarjeta-destino.cancun.flotante {
    width: min(140px, 55vw);
    height: min(35px, 10vh);
    top: 38%;
    right: 0%;
  }
  
  .tarjeta-destino.paris.flotante {
    width: min(110px, 45vw);
    height: min(180px, 30vh);
  }

 .tarjeta-destino.mexico.flotante {
    width: min(140px, 55vw);
    height: min(80px, 12vh);
    top: 64%;
    right: -5%;
  }

}

/* Optimización para paisaje en móviles */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .galeria-destinos {
    min-height: 200px;
  }
  
  .tarjeta-destino.paris.flotante {
    height: min(160px, 25vh);
  }
  
  .tarjeta-destino.mexico.flotante {
    height: min(100px, 15vh);
  }
}

/* ===============================
   SECCIÓN: ¿QUIÉNES SOMOS?
=============================== */
/* Contenedor principal */
.quienes-somos {
  background: #ffffff;
  padding: 100px 2px;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: relative;
}

/* Título posicionado en la esquina superior derecha */
.titulo-quienes {
  position: absolute;
  top: -35%;
  left: 0%;
  font-family: "ArgentumSansRegular", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin: 0;
  z-index: 3;
}

.fila-principal {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1500px;
  margin-top: 7%;
  gap: 40px;
  position: relative;
}

/* Cuadro grande de fondo */
.fondo-gris {
  position: absolute;
  left: 27%;
  top: -80px;
  bottom: 0;
  height: 120%;
  width: 76%;
  background: linear-gradient(180deg, #ffffff, #faf7f7);
  border-radius: 50px;
  box-shadow: #00000034 0px 10px 20px;
  z-index: 1;
}

/* Columna izquierda - Visión */
.vision {
  flex: 1 1 300px;
  max-width: 320px;
  overflow: visible;
}

.vision h4 {
  font-family: "ArgentumSansRegular", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}

/* Contenedor del párrafo con línea */
.parrafo-con-linea {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 100px;
}

/* Línea decorativa VERTICAL al lado del párrafo */
.linea-decorativa {
  width: 5px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #00c6ff, #0072ff);
  align-self: stretch;
  min-height: 100px;
}

.vision p {
  font-family: "ArgentumSansLight", sans-serif;
  font-size: 1.2rem;
  color: #4a5568;
  line-height: 2;
  margin: 0;
  flex: 1;
}

.lupo {
  display: flex;
  align-items: center;
  background: #f9fafb;
  border-radius: 12px;
  padding: 10px 15px;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.img-masc {

  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.img-masc img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.lupo img {
  width: 60px;
  height: 60px;
}

.lupo span {
  font-family: "ArgentumSansLight", sans-serif;
  font-size: 0.9rem;
  color: #4a5568;
}

/* Social tooltip */
.social-tooltip-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  overflow: visible;
  z-index: 10;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.tooltip-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 17px;
  border-radius: 10px;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border-radius: 15px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  max-width: 300px;
}

.frase-social {
  font-family: 'ArgentumSansRegular', sans-serif;
  font-size: 1.1rem;
  color: #4a5568;
  margin: 0;
}

.profile {
  background: #2a2b2f;
  border-radius: 10px 15px;
  padding: 10px;
  border: 1px solid #52382f;
}

.tooltip-container:hover .tooltip {
  top: -150px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.icon {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}

.layer {
  width: 55px;
  height: 55px;
  transition: transform 0.3s;
}

.icon:hover .layer {
  transform: rotate(-35deg) skew(20deg);
}

.layer span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 15px;
  transition: all 0.3s;
}

.layer span,
.text {
  color: #e6683c;
  border-color: #e6683c;
}

.icon:hover.layer span {
  box-shadow: -1px 1px 3px #e6683c;
}

.icon .text {
  position: absolute;
  left: 50%;
  bottom: -5px;
  opacity: 0;
  font-weight: 500;
  transform: translateX(-50%);
  transition: bottom 0.3s ease, opacity 0.3s ease;
}

.icon:hover .text {
  bottom: -35px;
  opacity: 1;
}

.icon:hover .layer span:nth-child(1) {
  opacity: 0.2;
}
.icon:hover .layer span:nth-child(2) {
  opacity: 0.4;
  transform: translate(5px, -5px);
}
.icon:hover .layer span:nth-child(3) {
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.icon:hover .layer span:nth-child(4) {
  opacity: 0.8;
  transform: translate(15px, -15px);
}
.icon:hover .layer span:nth-child(5) {
  opacity: 1;
  transform: translate(20px, -20px);
}

.instagramSVG {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.user {
  display: flex;
  gap: 10px;
}

.img {
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #e6683c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.name {
  font-size: 17px;
  font-weight: 700;
  color: #e6683c;
}

.details {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #fff;
}

.about {
  color: #ccc;
  padding-top: 5px;
}

/* Bloque Athena */
.bloque-athena {
  flex: 1 1 400px;
  max-width: 450px;
  background: linear-gradient(180deg, #ffffff10, #e9e8e8);
  border-radius: 50px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contenido-athena {
  max-width: 100%;
}

.logo-athena {
  font-family: 'Fuchas', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
}

.contenido-athena p {
  font-family: "ArgentumSansLight", sans-serif;
  font-size: 1rem;
  color: #333;
  margin-bottom: 16px;
  line-height: 2;
}

/* Diferenciadores */
.diferenciadores {
  flex: 1 1 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.diferenciadores h4 {
  font-family: "ArgentumSansRegular", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 10px;
  color: #333;
}

.diferenciadores ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.diferenciadores li {
  font-family: "ArgentumSansLight", sans-serif;
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  color: #4a5568;
  line-height: 2;
  width: 100%;
}

.punto {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  margin-right: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.punto.verde { background-color: #00cc66; }
.punto.azul { background-color: #00c2ff; }
.punto.aqua { background-color: #26d9b2; }
.punto.violeta { background-color: #5955ff; }


/* Estilos para acordeón en móvil */
.acordeon-movil {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.acordeon-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f9fafb;
  transition: all 0.3s ease;
}

.acordeon-titulo {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 12px 16px;
  font-size: 1rem;
  font-family: 'ArgentumSansRegular', sans-serif;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.acordeon-contenido {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  font-size: 0.95rem;
  color: #4a5568;
  font-family: 'ArgentumSansLight', sans-serif;
  line-height: 1.6;
  transition: max-height 0.3s ease;
}

.acordeon-item.activo .acordeon-contenido {
  padding: 10px 16px 16px;
  max-height: 300px;
}

/* Mostrar acordeón en móviles */
@media screen and (max-width: 768px) {
  .diferenciadores ul {
    display: none;
  }

  .acordeon-movil {
    display: flex;
  }
}
/* ===============================
   RESPONSIVE - MEJORAS ESPECÍFICAS
=============================== */

/* Tablet (1024px y menos) */
@media (max-width: 1024px) {
  .quienes-somos {
    height: auto;
    min-height: 100vh;
    padding: 60px 20px;
  }

  .titulo-quienes {
    position: static;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  
  .fila-principal {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
    align-items: center;
  }
  
  .fondo-gris {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  
  .vision,
  .bloque-athena,
  .diferenciadores {
    max-width: 100%;
  }
}

/* Mobile (768px y menos) */
@media (max-width: 768px) {
  .quienes-somos {
    padding: 40px 15px;
  }

  .titulo-quienes {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .fila-principal {
    gap: 25px;
  }

  /* Sección Visión */
  .vision {
    text-align: center;
    padding: 0 10px;
  }

  .vision h4 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  .parrafo-con-linea {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    align-items: center;
  }
  
  .linea-decorativa {
    width: 60px;
    height: 4px;
    min-height: auto;
    align-self: center;
  }

  .vision p {
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }

  .lupo {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 10px;
    margin-bottom: 20px;
  }

  .lupo img {
    width: 50px;
    height: 50px;
  }

  .lupo span {
    font-size: 0.85rem;
  }

  /* Social tooltip en móvil */
  .social-tooltip-wrapper {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .tooltip {
    top: -120px;
    transform: scale(0.9);
    left: 50%;
    transform: translateX(-50%) scale(0.9);
  }

  .tooltip-container:hover .tooltip {
    top: -110px;
  }

  .frase-social {
    font-size: 1rem;
    text-align: center;
  }

  /* Bloque Athena */
  .bloque-athena {
    padding: 25px 20px;
    border-radius: 30px;
  }

  .logo-athena {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .contenido-athena p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  /* Diferenciadores */
  .diferenciadores {
    padding: 15px;
  }

  .diferenciadores h4 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .diferenciadores ul {
    gap: 12px;
  }

  .diferenciadores li {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .punto {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 10px;
  }
}

/* Mobile pequeño (480px y menos) */
@media (max-width: 480px) {
  .quienes-somos {
    padding: 30px 10px;
  }

  .titulo-quienes {
    font-size: 1.5rem;
  }

  .fila-principal {
    gap: 20px;
  }

  .vision h4 {
    font-size: 1.2rem;
  }

  .vision p {
    font-size: 0.9rem;
  }

  .bloque-athena {
    padding: 20px 15px;
  }

  .logo-athena {
    font-size: 1.6rem;
  }

  .contenido-athena p {
    font-size: 0.9rem;
  }

  .diferenciadores h4 {
    font-size: 1rem;
  }

  .diferenciadores li {
    font-size: 0.85rem;
  }

  /* Ajustar tooltip para pantallas muy pequeñas */
  .tooltip {
    max-width: 250px;
    padding: 8px;
  }

  .layer {
    width: 45px;
    height: 45px;
  }

  .instagramSVG {
    font-size: 20px;
  }
}

/* Landscape en móvil */
@media (max-height: 500px) and (orientation: landscape) {
  .quienes-somos {
    height: auto;
    padding: 20px 15px;
  }

  .titulo-quienes {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .fila-principal {
    gap: 15px;
  }

  .vision h4,
  .diferenciadores h4 {
    margin-bottom: 15px;
  }

  .parrafo-con-linea {
    margin-bottom: 20px;
  }

  .social-tooltip-wrapper {
    margin-top: 10px;
  }
}

/* Prevenir empalmes con otras secciones */
@media (max-width: 768px) {
  .quienes-somos {
    margin-bottom: 20px; /* Espacio adicional para evitar empalmes */
  }
}

/* Para pantallas muy pequeñas en altura */
@media (max-height: 600px) {
  .quienes-somos {
    height: auto;
    min-height: auto;
  }
}


/* ===============================
   SECCIÓN: Contacto
=============================== */

.seccion-contacto {
  background: #ffffff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  height: 110vh;
  position: relative;
}

.fondo-contacto {
  position: absolute;
  left: -10%;
  top: 20%;
  width: 100%;
  height: 70%;
  background: linear-gradient(135deg, #d5dcf7, #5c45c5);
  border-radius: 50px;
  z-index: 1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contenido-contacto {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 2;
  top: 20%;
}

/* Curva de texto */
.curva-texto {
  position: absolute;
  left: -220px;
  top: 30%;
  width: 400px;
  z-index: 2;
}

/* Columna izquierda */
.columna-contacto-izquierda {
  flex: 1 1 300px;
  position: relative;
}

.foto-okany img {
  width: 120%;
  max-width: 500px;
  border-radius: 20px;
  position: relative;
  top: -120px;
  left: -40px;
  transform: rotate(8deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); 
}

.flor-contacto {
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 100px;
}

.flor-contacto img {
  width: 200%;
}

/* Texto */
.columna-contacto-texto {
  flex: 1 1 450px;
}

.columna-contacto-texto h3 {
  font-size: 4rem;
  font-family: 'ArgentumSansRegular', sans-serif;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.columna-contacto-texto h4 {
  font-family: "argentumSansRegular", sans-serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.columna-contacto-texto p {
  font-family: 'ArgentumSansRegular', sans-serif;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Columna derecha */
.columna-contacto-derecha {
  flex: 1 500px 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.titulo-redes {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'ArgentumSansRegular', sans-serif;
}

.iconos-redes-personalizados {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}

.icono-red {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icono-red:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.icono-red img {
  width: 150%;
  height: auto;
}

.tooltip-red {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: rgb(0, 0, 0);
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  font-family: 'ArgentumSansRegular', sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 10;
}

.icono-red:hover .tooltip-red {
  opacity: 1;
}

/* Modal */
.modal-contacto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-contenido {
  background: #fff;
  border-radius: 15px;
  padding: 30px 40px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  font-family: 'ArgentumSansRegular', sans-serif;
}

.modal-contenido h3 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #333;
}

.modal-contenido p {
  margin: 5px 0;
  color: #444;
}

.boton-cerrar-modal {
  margin-top: 20px;
  background: #4f46e5;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

/* Hashtags */
.hastags-contacto {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.hastags-contacto img {
  width: 450px;
  margin-bottom: -120px;
}

/* ===============================
   RESPONSIVE - MEJORAS ESPECÍFICAS
=============================== */

@media screen and (max-width: 1100px) {
  .seccion-contacto {
    height: auto;
    min-height: 110vh;
    padding: 40px 15px;
    margin-top: -50px;
  }

  .fondo-contacto {
    left: -5%;
    top: 10%;
    width: 110%;
    height: 80%;
    border-radius: 30px;
  }

  .contenido-contacto {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    top: 0%;
    max-width: 100%;
  }

  .curva-texto {
    display: none !important;
    height: 0 !important;
    overflow: hidden;
  }

  .columna-contacto-izquierda {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .foto-okany {
    margin-bottom: 20px;
  }

  .foto-okany img {
    width: 80%;
    max-width: 280px;
    top: 0;
    left: 0;
    transform: rotate(3deg);
  }

  .flor-contacto {
    position: static;
    margin-top: 10px;
    width: 60px;
  }

  .flor-contacto img {
    width: 100%;
  }

  .columna-contacto-texto {
    order: 2;
    width: 100%;
    padding: 0 10px;
  }

  .columna-contacto-texto h3 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .columna-contacto-texto h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .columna-contacto-texto p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .hastags-contacto {
    align-items: center;
    margin-top: 20px;
  }

  .hastags-contacto img {
    width: 250px;
    margin-bottom: -60px;
  }

  .columna-contacto-derecha {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }

  .titulo-redes {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .iconos-redes-personalizados {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }

  .icono-red {
    width: 45px;
    height: 45px;
  }

  .icono-red img {
    width: 130%;
  }

  .tooltip-red {
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}
/* Mobile pequeño (hasta 480px) */
@media screen and (max-width: 480px) {
  .seccion-contacto {
     margin-bottom: -1px;
  }
  
  .contenido-contacto {
     padding-bottom: 30px;
  }

  
  .fondo-contacto {
    top: 15%;
    height: 70%;
  }

  .columna-contacto-texto h3 {
    font-size: 2rem;
  }

  .columna-contacto-texto h4 {
    font-size: 1.1rem;
  }

  .columna-contacto-texto p {
    font-size: 0.95rem;
  }

  .hastags-contacto img {
    width: 200px;
    margin-bottom: -40px;
  }

  .iconos-redes-personalizados {
    gap: 15px;
  }

  .icono-red {
    width: 40px;
    height: 40px;
  }

  /* Modal responsive */
  .modal-contenido {
    margin: 0 20px;
    max-width: calc(100% - 40px);
    padding: 25px 20px;
  }
}

/* Landscape en móvil */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .seccion-contacto {
    height: auto;
    padding: 20px 15px;
  }
  
  .contenido-contacto {
    top: 0;
    gap: 20px;
  }
  
  .foto-okany img {
    max-width: 200px;
  }
}






@media (max-width: 768px) {
  .bienvenida,
  .porque-nosotros,
  .como-funciona,
  .quienes-somos,
  .seccion-contacto {
    min-height: 100vh;
  }
  
}

@media (max-width: 480px) {
  .bienvenida,
  .porque-nosotros,
  .como-funciona,
  .quienes-somos,
  .seccion-contacto {
    min-height: 90vh;
    /* Si ves que queda justo puedes ajustar el porcentaje */
  }
}

img {
  -webkit-user-drag: none;      /* Safari/Chrome: desactiva arrastrar imagen */
  user-drag: none;
  -webkit-touch-callout: none;  /* iOS: bloquea menú al mantener pulsado */
  touch-action: manipulation;   /* Mejora scroll/gestos en móvil */
  user-select: none;            /* Evita selección accidental de imagen */
}





.promociones-galeria {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'ArgentumSansRegular', sans-serif;
}

.galeria-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.imagen-fondo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transition: background-image 0.8s ease;
  z-index: 1;
}

.overlay-filtro {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.contenido-galeria {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.info-promocion {
  max-width: 600px;
  color: #ffffff;
}

.info-promocion h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.info-promocion p {
  font-size: 1rem;
  line-height: 1.6;
}

.precio-promo {
  font-weight: bold;
  margin-top: 20px;
}

.boton-wsp-transparente {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.boton-wsp-transparente:hover {
  background: #ffffff;
  color: #000000;
}

/* ========== MINIATURAS HORIZONTALES CENTRADAS (3 TARJETAS) ========== */

.miniaturas-horizontales {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.miniatura-slide {
  display: flex;
  flex-direction: row;
  gap: 20px;
  transition: transform 0.4s ease;
  will-change: transform;
  justify-content: center;
  align-items: center;
}

.miniatura-slide .miniatura {
  width: 230px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  opacity: 0.8;
  border: 3px solid transparent;
  flex-shrink: 0;
  display: block;
}

.miniatura-slide .miniatura.active {
  transform: scale(1.1);
  opacity: 1;
  border-color: #ffffff;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.miniatura-slide .miniatura:not(.active) {
  opacity: 0.7;
  transform: scale(0.95);
}

.miniatura-slide .miniatura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 17px;
}

/* ========== RESPONSIVE MEJORADO ========== */

/* Pantallas muy grandes - mantener tamaño original */
@media (min-width: 1400px) {
  .miniaturas-horizontales {
    right: 8%;
  }
}

/* Laptops grandes - reducir ligeramente */
@media (max-width: 1399px) and (min-width: 1200px) {
  .miniatura-slide .miniatura {
    width: 200px;
    height: 300px;
  }
  
  .miniatura-slide {
    gap: 18px;
  }
  
  .miniaturas-horizontales {
    right: 6%;
  }
}

/* Laptops medianos - reducir más */
@media (max-width: 1266px) and (min-width: 1024px) {
  .miniatura-slide .miniatura {
    width: 170px;
    height: 250px;
  }
  
  .miniatura-slide {
    gap: 16px;
  }
  
  .miniaturas-horizontales {
    right: 5%;
  }
  
  .info-promocion {
    max-width: 500px;
  }
  
  .info-promocion h2 {
    font-size: 2.2rem;
  }
}

/* Tablets grandes - ajustar considerablemente */
@media (max-width: 1132px) and (min-width: 900px) {
  .miniatura-slide .miniatura {
    width: 140px;
    height: 200px;
  }
  
  .miniatura-slide {
    gap: 14px;
  }
  
  .miniaturas-horizontales {
    right: 4%;
  }
  
  .info-promocion {
    max-width: 450px;
  }
  
  .info-promocion h2 {
    font-size: 2rem;
  }
  
  .contenido-galeria {
    padding: 60px 4%;
  }
}

/* Tablets medianos - más ajustes */
@media (max-width: 930px) and (min-width: 768px) {
  .miniatura-slide .miniatura {
    width: 120px;
    height: 180px;
  }
  
  .miniatura-slide {
    gap: 12px;
  }
  
  .miniaturas-horizontales {
    right: 3%;
  }
  
  .info-promocion {
    max-width: 400px;
  }
  
  .info-promocion h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .info-promocion p {
    font-size: 0.95rem;
  }
}

/* Tablets pequeños y móviles grandes - cambiar posición */
@media (max-width: 800px) {
  .contenido-galeria {
    flex-direction: column;
    justify-content: center;
    padding: 40px 5%;
    text-align: center;
  }
  
  .miniaturas-horizontales {
    position: relative;
    top: -100px;
    right: auto;
    transform: none;
    margin-top: 30px;
    width: 100%;
  }

  .miniatura-slide {
    flex-direction: row;
    gap: 15px;
    justify-content: center;
  }

  .miniatura-slide .miniatura {
    width: 120px;
    height: 180px;
  }
  
  .info-promocion {
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .info-promocion h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  
  .info-promocion p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  .boton-wsp-transparente {
    margin-top: 15px;
    padding: 10px 20px;
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .miniatura-slide .miniatura {
    width: 100px;
    height: 150px;
  }
  
  .miniatura-slide {
    gap: 12px;
  }
  
  .info-promocion h2 {
    font-size: 1.4rem;
  }
  
  .info-promocion p {
    font-size: 0.85rem;
  }
  
  .contenido-galeria {
    padding: 30px 4%;
  }
}

/* Móviles muy pequeños */
@media (max-width: 360px) {
  .miniatura-slide .miniatura {
    width: 90px;
    height: 130px;
  }
  
  .miniatura-slide {
    gap: 10px;
  }
  
  .info-promocion h2 {
    font-size: 1.2rem;
  }
}