﻿/* INICIO.CSS · GUCCILEISURE TOTAL */

/* CONTENEDOR GENERAL */
.contenedor-inicio {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

/* FRASE HORIZONTAL */
.frase-universal-mlt {
  background-color: #800020;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 1px;
}

/* PORTADA */
.portada {
  max-height: 480px;
  overflow: hidden;
}

.imagen-portada {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* TEXTO DE PRESENTACIÓN */
.texto-portada {
  padding: 40px 20px;
  text-align: center;
  background-color: #fefefe;
}

.texto-portada h1 {
  font-size: 2.4rem;
  color: #800020;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.texto-portada h2 {
  font-size: 1.5rem;
  color: #a61c3c;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.texto-portada h3 {
  font-size: 1.1rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.texto-portada p {
  font-size: 1rem;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

/* GALERÍA DESTACADA */
.fotos-destacadas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  background-color: #fafafa;
}

.fotos-destacadas figure {
  max-width: 300px;
  text-align: center;
}

.fotos-destacadas img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.fotos-destacadas figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
}

/* VIDEO MINIATURA */
.video-presentacion {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
}

.contenedor-video {
  max-width: 700px;
  margin: 0 auto;
}

.miniatura-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.miniatura-video:hover {
  transform: scale(1.03);
}

.descripcion-video {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  color: #444;
  max-width: 800px;
  margin: 20px auto;
  text-align: justify;
  line-height: 1.8;
}


/* BOTÓN CONTACTO */
.contacto-atajo {
  padding: 40px 0;
  text-align: center;
  background-color: #f5f5f5;
}

.boton-contacto {
  display: inline-block;
  padding: 15px 30px;
  background-color: #800020;
  color: #fff;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.boton-contacto:hover {
  background-color: #a61c3c;
}

/* ADAPTACIONES RESPONSIVE */
@media (max-width: 768px) {
  .fotos-destacadas {
    flex-direction: column;
    align-items: center;
  }

  .texto-portada h1 {
    font-size: 2rem;
  }

  .texto-portada h2 {
    font-size: 1.2rem;
  }

  .texto-portada h3 {
    font-size: 1rem;
  }

  .boton-contacto {
    width: 80%;
  }
}
/* TÍTULO VIDEO GUCCI */
.titulo-video {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #800020;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}

/* PÁRRAFO VIDEO GUCCI */
.descripcion-video {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  color: #444;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}
/* INTRODUCCIÓN DEL PROYECTO */
.intro-hospedaje {
  padding: 50px 30px;
  background-color: #fdf9f6;
  text-align: center;
}

.intro-hospedaje h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #800020;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.intro-hospedaje p {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.9;
  max-width: 850px;
  margin: 0 auto 20px auto;
  text-align: justify;
}
.fotos-destacadas {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 50px 25px;
  background-color: #faf8f5;
}
/* ——— BLOQUE GOOGLE MY BUSINESS ——— */
.google-my-business-logo-section {
  background-color: #000;
  text-align: center;
  padding: 60px 20px;
}

.logo-gmb-final {
  width: 260px;
  max-width: 90%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.08));
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: 12px;
}

.google-my-business-logo-section:hover .logo-gmb-final {
  transform: scale(1.05);
  filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.25));
}
/* ——— FIN BLOQUE GMB ——— */
.google-my-business-boton {
  text-align: center;
  margin: 50px auto;
}

.logo-gmb-mini {
  width: 160px;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}

.google-my-business-boton:hover .logo-gmb-mini {
  transform: scale(1.05);
}

/* MILAGRO FINAL PORTADA C2 */
.portada-inicio {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.portada-inicio img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.portada-inicio:hover img {
  transform: scale(1.01);
}
