/* COMODIDADES.CSS · GUCCI RÚSTICO CONSISTENTE */

.contenedor-comodidades {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

/* CONTENIDO */
.contenido-comodidades {
  padding: 50px 20px;
  text-align: center;
  background-color: #fefefe;
}

.contenido-comodidades h1 {
  font-size: 2.4rem;
  color: #800020;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contenido-comodidades h2 {
  font-size: 1.5rem;
  color: #a61c3c;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contenido-comodidades h3 {
  font-size: 1.1rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.contenido-comodidades p {
  font-size: 1rem;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* GALERÍA */
.galeria-comodidades {
  padding: 50px 20px;
  background-color: #fafafa;
}

.grid-comodidades {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.grid-comodidades figure {
  max-width: 300px;
  text-align: center;
}

.grid-comodidades img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.grid-comodidades figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contenido-comodidades h1 {
    font-size: 2rem;
  }

  .contenido-comodidades h2 {
    font-size: 1.2rem;
  }

  .contenido-comodidades h3 {
    font-size: 1rem;
  }

  .grid-comodidades {
    flex-direction: column;
    align-items: center;
  }
}

/* Bloque de comodidades destacadas */
.comodidades-detalle {
  padding: 40px 5%;
  background-color: #f8f5f2;
  font-family: 'Georgia', serif;
  color: #333;
}

/* Fila de fotos */
.fotos-destacadas {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.fotos-destacadas figure {
  flex: 1 1 400px;
  max-width: 480px;
  text-align: center;
}

.fotos-destacadas img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fotos-destacadas figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}

/* Texto y lista */
.descripcion-comodidades p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: justify;
}

.descripcion-comodidades ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.descripcion-comodidades li {
  margin-bottom: 12px;
  padding-left: 1em;
  position: relative;
  font-size: 1rem;
}

.descripcion-comodidades li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #800000;
}
.descripcion-con-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.descripcion-comodidades {
  flex: 1 1 65%;
}

.logo-comodidades-lateral {
  flex: 1 1 250px;
  text-align: right;
}

.logo-comodidades-lateral img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* --- INICIO BLOQUE: SECCIÓN COMPLETA COMODIDADES --- */
.comodidades-completas {
  padding: 40px 5%;
  background-color: #fffdfc;
  font-family: 'Georgia', serif;
  color: #333;
}

/* FOTOS EN VERTICAL */
.fotos-comodidades-verticales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.foto-comodidad-individual {
  max-width: 850px;
  text-align: center;
  width: 100%;
}

.foto-comodidad-individual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.foto-comodidad-individual figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}

.descripcion-foto {
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: justify;
  max-width: 850px;
  margin: 0 auto 40px auto;
}

/* LISTA + LOGO */
.descripcion-con-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.descripcion-comodidades {
  flex: 1 1 65%;
}

.lista-comodidades {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.lista-comodidades li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  color: #222;
}

.logo-comodidades-lateral {
  flex: 1 1 250px;
  text-align: right;
}

.logo-comodidades-lateral img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* --- FIN BLOQUE COMODIDADES --- */
/* --- INICIO BLOQUE COMODIDADES COMPLETAS --- */
.comodidades-completas {
  padding: 40px 5%;
  background-color: #fffdfc;
  font-family: 'Georgia', serif;
  color: #333;
}

/* FOTOS EN VERTICAL */
.fotos-comodidades-verticales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.foto-comodidad-individual {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.foto-comodidad-individual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.foto-comodidad-individual figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}

/* PÁRRAFO LARGO SEO */
.descripcion-foto {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
  max-width: 800px;
  margin: 40px auto;
}

/* LISTA + LOGO */
.descripcion-con-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.descripcion-comodidades {
  flex: 1 1 65%;
}

.lista-comodidades {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.lista-comodidades li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  color: #222;
}

.logo-comodidades-lateral {
  flex: 1 1 250px;
  text-align: right;
}

.logo-comodidades-lateral img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* --- FIN BLOQUE COMODIDADES COMPLETAS --- */
/* --- INICIO BLOQUE COMODIDADES COMPLETAS --- */
.comodidades-completas {
  padding: 40px 5%;
  background-color: #fffdfc;
  font-family: 'Georgia', serif;
  color: #333;
}

/* FOTOS EN VERTICAL */
.fotos-comodidades-verticales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.foto-comodidad-individual {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.foto-comodidad-individual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.foto-comodidad-individual figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}

/* H1 refinado */
.titulo-comodidad {
  text-align: center;
  font-size: 1.7rem;
  font-family: 'Georgia', serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px auto 20px auto;
  color: #222;
  max-width: 900px;
}

/* PÁRRAFO LARGO SEO */
.descripcion-foto {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* LISTA + LOGO */
.descripcion-con-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.descripcion-comodidades {
  flex: 1 1 65%;
}

.lista-comodidades {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.lista-comodidades li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  color: #222;
}

.logo-comodidades-lateral {
  flex: 1 1 250px;
  text-align: right;
}

.logo-comodidades-lateral img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* --- FIN BLOQUE COMODIDADES COMPLETAS --- */
/* --- INICIO BLOQUE COMODIDADES COMPLETAS --- */
.comodidades-completas {
  padding: 40px 5%;
  background-color: #fffdfc;
  font-family: 'Georgia', serif;
  color: #333;
}

/* FOTOS VERTICALES */
.fotos-comodidades-verticales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.foto-comodidad-individual {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.foto-comodidad-individual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.foto-comodidad-individual figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}

/* TÍTULO REFINADO */
.titulo-comodidad {
  text-align: center;
  font-size: 1.9rem;
  font-family: 'Georgia', serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px auto 30px auto;
  color: #6b1e1e; /* vino tinto refinado */
  max-width: 900px;
  letter-spacing: 0.3px;
}

/* PÁRRAFO SEO */
.descripcion-foto {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* LISTA + LOGO */
.descripcion-con-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.descripcion-comodidades {
  flex: 1 1 65%;
}

.lista-comodidades {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.lista-comodidades li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  color: #222;
}

.logo-comodidades-lateral {
  flex: 1 1 250px;
  text-align: right;
}

.logo-comodidades-lateral img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* --- FIN BLOQUE COMODIDADES COMPLETAS --- */

/* --- INICIO BLOQUE VIDEO COMODIDADES --- */
.video-comodidades {
  padding: 60px 5% 50px 5%;
  background-color: #fefcfa;
  text-align: center;
}

.video-comodidades h2 {
  font-size: 1.5rem;
  color: #6b1e1e;
  margin-bottom: 25px;
  font-family: 'Georgia', serif;
}

.contenedor-video {
  position: relative;
  display: inline-block;
  max-width: 1000px;
  width: 100%;
}

.contenedor-video img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.icono-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.subtitulo-video {
  margin-top: 20px;
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* --- FIN BLOQUE VIDEO COMODIDADES --- */
/* --- CORRECCIÓN FINAL: AJUSTE DE TAMAÑO DE VIDEO --- */
.contenedor-video {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.contenedor-video img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
/* --- BLOQUE VIDEO COMODIDADES --- */
.video-comodidades {
  padding: 60px 5% 50px 5%;
  background-color: #fefcfa;
  text-align: center;
}

.video-comodidades h2 {
  font-size: 1.5rem;
  color: #6b1e1e;
  margin-bottom: 25px;
  font-family: 'Georgia', serif;
}

.contenedor-video {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.contenedor-video img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.icono-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.subtitulo-video {
  margin-top: 20px;
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* === BANNER CÓNDOR COMODIDADES === */
.banner-comodidades {
  background-color: transparent;
  padding: 0;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}

.banner-comodidades img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 600px;
}
/* === GALERÍA CARRUSEL COMODIDADES === */
.galeria-carrusel-comodidades {
  padding: 60px 20px;
  background-color: #fdfdfd;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.galeria-carrusel-comodidades h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #800020;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
}

.scroll-infinito-comodidades {
  height: 560px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y; /* permite scroll vertical pero deja pinch-zoom habilitado */
}

.track-infinito {
  display: flex;
  flex-direction: column;
  animation: scrollDownComodidades 220s linear infinite; /* más lento y fluido en escritorio */
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
}

.track-infinito img {
  width: 80%;
  max-width: 360px;
  height: auto;
  object-fit: cover;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  display: block;

  pointer-events: auto;           /* 🔓 permite interacción */
  touch-action: pinch-zoom;       /* ✅ activa zoom con dos dedos */
}


/* Animación clave */
@keyframes scrollDownComodidades {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
  .scroll-infinito-comodidades {
    height: 560px;
  }

  .track-infinito {
    animation: scrollDownComodidades 180s linear infinite; /* más ágil en móvil */
  }

  .track-infinito img {
    max-height: 400px;
  }
}
/* === ZOOM PARA IMÁGENES EN iPHONE Y MÓVIL === */
.img-zoomable {
  touch-action: auto;
  pointer-events: auto;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}
/* === MODAL ZOOMABLE DE IMAGEN === */
.modal-imagen {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-imagen img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  touch-action: manipulation;
  object-fit: contain;
}

.modal-imagen .cerrar-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
/* === FAQ GUCCI RÚSTICO ESTÁTICO Y RESPONSIVE === */
.faq-gucci {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: #fafafa;
  font-family: 'Georgia', serif;
}

.faq-title {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  text-align: center;
  margin-bottom: 3rem;
  color: #222;
  letter-spacing: 0.5px;
}

.faq-item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.faq-question {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #444;
}

.faq-answer {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  line-height: 1.6;
  color: #555;
}
