/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Fuente y fondo general */
body {
    /*font-family: 'Georgia', serif;*/
    font-family: 'Great Vibes', cursive;
    font-size: 1.5rem;
    /*background-color: #FFFFF0; /* marfil cálido */
    background-color: #fbf6ee;
    color: #b49c6e;; /* marrón suave */
    line-height: 1.6;
    /*padding: 20px;*/
}

/* Sección de la frase inicial */
.frase-inicial {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px; /* un poco más de espacio */
  /*background-color: rgba(148, 9, 9, 0.95);*/
  background-color:  #fbf6ee;
  border-radius: 20px;
  /*max-width: 900px;*/
  margin: 0 auto 0px auto;
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.05);*/
}

.contenido-frase {
  flex: 1;
  max-width: 500px;
}

.texto-frase {
  /*font-size: 1.5rem; /* agrandamos bastante */
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  /*font-style: italic;*/
  /*line-height: 1.5;*/
  text-align: center;
}

.rosas-vino{
  text-align: center;
  background-color:  #fbf6ee;
}

.imagen-flor img {
  width: 200px;
  height: auto;
  user-select: none;
  pointer-events: none;
  /*background-color: rgb(230, 230, 55);
  
  border: 4px solid #b49c6e;  /*borde dorado suave */
  border-radius: 20px;        /* esquinas redondeadas */
  /*box-shadow: 0 0 15px 5px rgba(180, 156, 110, 0.5); /* resplandor dorado */
  /*transition: box-shadow 0.3s ease;
  opacity: 1;*/
}

.imagen-flor img:hover {
  box-shadow: 0 0 25px 10px rgba(180, 156, 110, 0.8); /* efecto glow al pasar el mouse */
}

/* Responsive */
@media (max-width: 768px) {
  .frase-inicial {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .contenido-frase {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .texto-frase {
    font-size: 2rem;
  }

  .imagen-flor img {
    width: 200px; /* también más grande en móvil */
  }
}

@media (max-width: 480px) {
  .texto-frase {
    font-size: 2rem;
  }

  .imagen-flor img {
    width: 200px;
  }
}

/* Iniciales decorativas */

.bloque-iniciales{
   text-align: center;
}

.bloque-iniciales img {
  width: 400px;
  height: auto;
  user-select: none;
  pointer-events: none;
  /*background-color: rgb(230, 230, 55);
  
  border: 4px solid #b49c6e;  /*borde dorado suave */
  border-radius: 20px;        /* esquinas redondeadas */
  /*box-shadow: 0 0 15px 5px rgba(180, 156, 110, 0.5); /* resplandor dorado */
  /*transition: box-shadow 0.3s ease;
  opacity: 1;*/
}

@media (max-width: 768px) {
  .bloque-iniciales img {
    width: 300px; /* también más grande en móvil */
  }
}
/* Sección de padres */
.seccion-padres {
    text-align: center;
    padding: 60px 20px;
    background-color: #fbf6ee; /*crema neutro claro */
    color: #b49c6e;
}

.seccion-padres h2 {
    font-size: 2.2rem;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Great Vibes', cursive;
    margin-bottom: 40px;
    color: #b49c6e;
}

.padres-col h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #b49c6e;
}

.fallecido {
    font-size: 1.2rem;
    color: #9c5e5e;
    font-weight: bold;
    margin-left: 4px;
}

/* Padrinos */
.seccion-padrinos {
    position: relative;
    text-align: center;
    padding: 60px 20px;
    background-color: #fbf6ee;
    color: #b49c6e;
}

.seccion-padrinos h2 {
    font-size: 2.2rem;
    font-family: 'Cormorant Garamond', serif;
    /*font-family: 'Great Vibes', cursive;*/
    margin-bottom: 30px;
    color: #b49c6e;
}

.padrinos-lista p {
    /*font-size: 1.2rem;*/
    margin-bottom: 20px;
    /*font-family: 'Great Vibes', cursive;*/
}

/* Sección de fecha elegante */
/* Sección de fecha horizontal con jerarquía */
.seccion-fecha {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background-color: #fbf6ee;
  font-family: 'Cormorant Garamond', serif;
}

.contenedor-fecha-horizontal {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  text-align: center;
}

/* Bloques laterales: Sábado y 2025 */
.bloque-sabado,
.bloque-ano {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  color: #b49c6e;
  font-family: 'Great Vibes', cursive;
  font-size: 1.5rem;
}

.linea {
  font-size: 1rem;
  color: #d6c1a3;
  margin: 2px 0;
}

/* Bloque central: 15 y Noviembre */
.bloque-dia {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Great Vibes', cursive;
  font-size: 1.5rem;
}

.mes {
  /*font-size: 1.3rem;*/
  color: #9c8154;
  margin-bottom: -10px;
}

.dia {
  font-size: 4.5rem;
  color: #b49c6e;
  line-height: 1;
}

/* Ceremonia / Recepción (mismos estilos) */
.seccion-ceremonia,
.seccion-recepcion {
    text-align: center;
    padding: 40px 20px 60px;
    font-family: 'Georgia', serif;
    font-size: 1.2rem;
    color: #b49c6e;
    line-height: 1.5;
}

.seccion-ceremonia p,
.seccion-recepcion p {
    margin: 8px 0;
    font-family: 'Great Vibes', cursive;
    font-size: 1.5rem;
}

.seccion-ceremonia strong,
.seccion-recepcion strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #b49c6e;
}

.link-mapa {
    display: inline-block;
    margin-top: 15px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #b49c6e;
    text-decoration: none;
    border-bottom: 1px solid #b49c6e;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.link-mapa:hover,
.link-mapa:focus {
    color: #9c8154;
    border-color: #9c8154;
    outline: none;
}

/* Confirmación */
.seccion-confirmacion {
    text-align: center;
    padding: 50px 20px;
    /*background-color: #fdfaf6;*/
    font-family: 'Georgia', serif;
    font-size: 1.2rem;
    color: #b49c6e;
    font-family: 'Great Vibes', cursive;
    font-size: 1.5rem;
}

.seccion-confirmacion strong {
    font-family: 'Cormorant Garamond', serif;
    color: #b49c6e;
}

/* Frase final */
.seccion-frase-final {
    text-align: center;
    padding: 40px 20px;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    font-style: italic;
    color: #b49c6e;
    /*background-color: #fbf6ee;*/
}

/* Te esperamos */
.seccion-te-esperamos {
    text-align: center;
    padding: 60px 20px 80px;
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    color: #b49c6e;
    /*background-color: #fbf6ee;*/
}

/* Imagen central después de iniciales */
.seccion-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  /*background-color: #fdfaf6;*/
}

.imagen-central {
  max-width: 100%;
  width: 600px;
  height: auto;
  /*border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);*/
  transition: transform 0.3s ease;
}

.imagen-central:hover {
  transform: scale(1.02);
}

/* Nombres de los novios con loto, versión grande y compacta */
.seccion-nombres-novios {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 20px;
  font-family: 'Great Vibes', cursive;
  color: #b49c6e;
  line-height: 1.1;
}

.nombre-novia {
  font-size: 8rem; /* triplicado */
  transform: translateX(-120px); /* desplazamiento suave a la izquierda */
  margin-bottom: 0;
}

.simbolo-loto {
  font-size: 5rem; /* triplicado */
  margin: 10px 0;
}

.nombre-novio {
  font-size: 8rem; /* triplicado */
  transform: translateX(120px); /* desplazamiento suave a la derecha */
  margin-top: 0;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
  .nombre-novia,
  .nombre-novio {
    font-size: 6rem;
    transform: none;
    text-align: center;
  }

  .simbolo-loto {
    font-size: 4rem;
  }

  .contenedor-fecha-horizontal {
    gap: 20px;
  }

  .imagen-central {
    width: 90%;
  }

  .iniciales-decorativas {
    font-size: 6rem;
  }

  .contenido-frase {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .frase-inicial {
    min-height: auto;
    padding: 40px 15px;
  }

  .contenido-frase {
    padding: 20px;
    font-size: 2rem;
  }

  .nombre-novia,
  .nombre-novio {
    font-size: 4rem;
  }
  
  .nombre-novia{
    transform: translateX(-120px);
  }

  .nombre-novio{
    transform: translateX(120px);
  }


  .simbolo-loto {
    font-size: 3rem;
  }

  /*
  .contenedor-fecha-horizontal {
    flex-direction: column;
    align-items: center;
  }
  */

  .seccion-padres,
  .seccion-padrinos,
  .seccion-ceremonia,
  .seccion-recepcion,
  .seccion-confirmacion,
  .seccion-frase-final,
  .seccion-te-esperamos {
    padding: 40px 15px;
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
  }

  .padres-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .padres-col {
    margin-bottom: 10px;
  }

  .imagen-central {
    width: 500px;
  }

  .link-mapa {
    font-size: 1rem;
  }

  .bloque-sabado,
  .bloque-ano {
    font-size: 2rem;
    font-family: 'Great Vibes', cursive;
  }

   .dia {
    font-size: 2rem;
    
  }

  .mes {
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .nombre-novia,
  .nombre-novio {
    font-size: 3rem;
  }

  .simbolo-loto {
    font-size: 2.5rem;
  }

  .iniciales-decorativas {
    font-size: 4rem;
  }

  .dia {
    font-size: 2.5rem;
  }

  .seccion-te-esperamos {
    font-size: 2.5rem;
  }

  .texto-frase {
    font-size: 2rem;
  }
}

.flores-derecha {
    position: absolute;
    right: 0;
    top: 100px; /* Ajusta si hace falta */
    width: 250px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .flores-derecha {
    opacity: 0.3;
  }
}

/* Asegura que el contenedor padre tenga position: relative */
.seccion-padres {
    position: relative;
    overflow: hidden; /* Evita desbordamiento visual */
}

.seccion-imagen-intermedia {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  /*background-color: #fdfaf6;*/
}

.imagen-intermedia {
  max-width: 100%;
  width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.imagen-intermedia:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .imagen-intermedia {
    width: 400px;
  }
}

.flores-abs-izquierda {
  position: absolute;
  left: 30px;
  top: 80px;
  width: 220px; /* Escalado proporcional del original (500x889) */
  height: auto;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 768px) {
  .flores-abs-izquierda {
    opacity: 0.3;
  }
}

.frase-bendicion {
  text-align: center;
  padding: 40px 20px 10px;
  /*font-family: 'Great Vibes', cursive;*/
  font-size: 3rem;
  color: #b49c6e;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .frase-bendicion {
    font-size: 2rem;
  }
}

/*imagen inicial */

.encabezado {
  background-color: #fbf6ee;
   text-align: center;
}

.encabezado img{
    width: 500px;
}

.frase-inicial img {
  width: 300px;
  height: auto;
  user-select: none;
  pointer-events: none;
  /*background-color: rgb(230, 230, 55);
  
  border: 4px solid #b49c6e;  /*borde dorado suave */
  border-radius: 20px;        /* esquinas redondeadas */
  /*box-shadow: 0 0 15px 5px rgba(180, 156, 110, 0.5); /* resplandor dorado */
  /*transition: box-shadow 0.3s ease;
  opacity: 1;*/
}

@media (max-width: 768px) {
  .encabezado img {
    width: 100%; /* también más grande en móvil */
  }
}

.imagenI {
  text-align: center;
}

.imagenI img{
    width: 300px;
}

@media (max-width: 768px) {
  .imagenI img {
    width: 300px; /* también más grande en móvil */
  }
}

.paloma {
  margin-top: 30px;
  text-align: center;
}

.paloma img{
    width: 150px;
}

@media (max-width: 768px) {
  .paloma img {
    width: 150px; /* también más grande en móvil */
  }
}

.copa {
  margin-top: 30px;
  text-align: center;
}

.copa img{
    width: 150px;
}

@media (max-width: 768px) {
  .copa img {
    width: 150px; /* también más grande en móvil */
  }
}


.floresFinales {
  margin-top: 30px;
  text-align: center;
}

.floresFinales img{
    width: 0%;
}

@media (max-width: 768px) {
  .floresFinales img {
    width: 100%; /* también más grande en móvil */
  }
}

.boton-mapa {
  display: inline-block;
  padding: 10px 20px;
  background-color: #b49c6e; /* color marrón suave */
  color: #fff;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.boton-mapa:hover {
  background-color: #9c8154;
  transform: scale(1.05);
}

.botones-confirmacion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.boton-whatsapp {
  display: inline-block;
  padding: 12px 24px;
  margin: 10px; /* ← esto asegura separación */
  border-radius: 30px;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.boton-whatsapp.confirmar {
  background-color: #9c8154; /* Verde */
}

.boton-whatsapp.no-confirmar {
  background-color: #9c8154; /* Rojo */
}

.boton-whatsapp:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.pase-dos-personas {
  text-align: center;
  padding: 30px 20px;
  margin: 40px auto;
}

.contenido-pase {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #9c8154;
  background-color: #56070c;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-weight: bold;
}