*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Aplica transición a elementos comunes */
* {
  transition: 
    background-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/*
* {
    outline: 1px solid red !important;
}*/
/*
.grid {
    outline: 3px dashed rgb(247, 206, 220);
    visibility: inherit;

}
*/





:root {
  --color-bg: #F4EFE9;
  --color-bg-alt: #E8DFD4;
  --color-bg-neutral: #C9B8A6;

  --color-text: #1A1F1A;
  --color-text-soft: #2F3A2F;

  --color-primary: #B65A3C;

  --color-border: #2F3A2F;
}


/* ===============================
   🌑 DARK THEME
================================= */

[data-theme="dark"] {

  /* Fondos */
  --color-bg: #243024;        /* Fondo principal */
  --color-bg-alt: #162016;    /* Fondo alternativo */
  --color-bg-neutral: #C9B8A6; /* Línea original mantenida */

  /* Textos */
  --color-text: #F4EFE9;      /* Texto principal */
  --color-text-soft: #E8DFD4; /* Texto secundario */
  --color-white: white;
  --color-text: white;

  /* Marca */
  --color-primary: #B65A3C;   /* Acento */

  /* Bordes / divisores */
  --color-border: #C9B8A6;    /* Línea / divisor */

}


/* ===============================
   ☀ LIGHT THEME
================================= */

[data-theme="light"] {

  /* Fondos */
  --color-bg: #F4EFE9;        /* Fondo principal */
  --color-bg-alt: #E8DFD4;    /* Fondo alternativo */
  --color-bg-neutral: #C9B8A6; /* Fondo neutro */

  /* Textos */
  --color-text: #1A1F1A;      /* Texto principal */
  --color-text-soft: #2F3A2F; /* Texto secundario */
  --color-white: white;
  --color-text: black;

  /* Marca */
  --color-primary: #B65A3C;   /* Acento */

  /* Bordes / divisores */
  --color-border: #2F3A2F;    /* Línea / divisor */


}



body {
  background: var(--color-bg);
  color: var(--color-text);
}

p {
  color: var(--color-text)
}

h1, h2, h3, h4 {
  color: var(--color-text);
}

strong {
    color: var(--color-text)
}
















html {
    font-size: 18px; 
}


body {
    background-color: var(--color-bg);
    /* padding: 2rem; */
    font-family: Arial, Helvetica, sans-serif;
}

/* Transición elegante entre temas */
body {
  transition: 
    background-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  /*overflow-x: clip;*/
  overflow-x: hidden;
  position: relative;
}
/* Impedir scroll antes de abrir */
/*body { overflow-x: hidden; }
body.bloqueado { overflow: hidden; }*/



img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    border: 0px;
    line-height: 0px;
}

.icon__seccion {
    font-size: 5rem;
    text-align: center;}

.ri-instagram-line {
    color: var(--color-white);}

.txt__blanco {
    color: var(--color-white);
    }

.txt__center {
    text-align: center;
    }

.txt--destacado {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: normal;
    }

blockquote  p,
blockquote {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

figcaption  cite{
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 500;
}

h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    /*color: #444;*/
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child {
    margin-bottom: 0;
}

/* Enlaces */
a {
    font-size: 1rem;
    line-height: 1.6;
    color: #007bff;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

a:active {
    opacity: 0.7;
}

small {
    font-size: 0.83rem;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--color-text);
}

strong {
    font-weight: 700;
}


video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

img,
video,
iframe {
    display: block;
    max-width: 100%;
}

p small {
    font-size: .7rem;
}

.blanco {
    color: white;
}


.shadow-wedding-soft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.shadow-wedding-editorial {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.shadow-wedding-gray {
    box-shadow: 0 15px 40px rgba(80, 80, 80, 0.2);
}

.shadow-wedding-luxury {
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 10px 20px rgba(0, 0, 0, 0.06),
        0 20px 40px rgba(0, 0, 0, 0.2);
}

.shadow-wedding-ultra {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
/**/
.txt-wedding-soft {
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.txt-wedding-editorial {
    text-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.txt-wedding-gray {
    text-shadow: 0 15px 40px rgba(80, 80, 80, 0.2);
}

.txt-wedding-luxury {
    text-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 10px 20px rgba(0, 0, 0, 0.06),
        0 20px 40px rgba(0, 0, 0, 0.2);
}

.txt-wedding-ultra {
    text-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}



/* cubierta */

/* Clase que podrías aplicar desde JS si no hay parámetros */
#pantalla-cubierta.activo .hoja-izq { transform: translateX(-100%); transition: .5s; }
#pantalla-cubierta.activo .hoja-der { transform: translateX(100%); transition: .5s; }

#pantalla-cubierta.activo .texto-central {
    opacity: 0;
    transform: translate(-50%, -100%); /* Lo mueve hacia arriba mientras desaparece */
    transition: all 0.1s ease-in-out;
}



#pantalla-cubierta {
    position:fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    z-index: 9999;
    cursor: pointer;
    /*overflow: hidden;*/
    overflow: clip;
}

.hoja {
    position: absolute;
    top: 0;
    /*width: 50.5%;*/ /* Traslape para evitar la línea */
    width: 50%;
    height: 100%;
    /* Duración de 0.2s (rápido) con retraso de 0.4s (reacción lenta) */
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.2s ease;
    transition-delay: 0.4s; 

    will-change: transform;
    contain: layout paint;
}

.hoja-izq {
    left: 0;
    background-color: #c0b3a1; /* Hoja Oscura */
    z-index: 10;
}

.hoja-der {
    right: 0;
    background-color: #d4c5b3; /* Hoja Clara */
    z-index: 9;
}

/* Animación de salida */
#pantalla-cubierta.abriendo .hoja-izq { transform: translateX(-100%); opacity: 0; }
#pantalla-cubierta.abriendo .hoja-der { transform: translateX(100%); opacity: 0; }

/* Texto del sobre */
.texto-central {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
    transition: opacity 0.3s ease; /* El texto desaparece rápido al tocar */
    width: 90%;
}

#pantalla-cubierta.abriendo .texto-central { opacity: 0; }

.label { letter-spacing: 2px; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 10px; }
#nombre-sobre { font-size: 2.5rem; font-family: 'Playfair Display', serif; margin-bottom: 20px; }
.instruccion { font-style: italic; opacity: 0.7; }























































/*
1. Estilo "Elegancia Clásica" (Timeless & Royal)
Ideal si buscas un look de "boda de etiqueta", muy sofisticado y limpio. Mezcla una serif con mucha personalidad y una sans-serif muy ligera.

Título Principal (H1): Playfair Display (Peso: 700 o 900) - Es una fuente con serifas contrastadas que grita elegancia.

Títulos Secundarios (H2, H3): Montserrat (Peso: 400, con letter-spacing: 3px) - Usarla en mayúsculas da un toque editorial.

Texto Regular (P): Lato (Peso: 300 o 400) - Extremadamente legible en pantallas pequeñas.

h1 { font-family: 'Playfair Display', serif; }
h2 { font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 3px; }
p  { font-family: 'Lato', sans-serif; }
*/


/*
2. Estilo "Romance Moderno" (Fine Art & Chic)
Esta paleta es perfecta para bodas tipo "jardín" o "boho-chic". Utiliza una fuente caligráfica artesanal para los nombres.

Título Principal (H1): Great Vibes o Pinyon Script - Son fuentes cursivas fluidas que parecen escritas a mano con pluma.

Títulos Secundarios (H2, H3): Cinzel (Peso: 400) - Inspirada en las inscripciones romanas, es muy solemne.

Texto Regular (P): Open Sans (Peso: 400) - Balanceada y neutra para no competir con la cursiva.

h1 { font-family: 'Great Vibes', cursive; font-size: 5rem; }
h2 { font-family: 'Cinzel', serif; }
p  { font-family: 'Open Sans', sans-serif; }
*/


/*
3. Estilo "Minimalista Vanguardista" (Modern & Bold)
Si tu boda es más urbana o minimalista. Se aleja de lo tradicional para usar tipografías más arquitectónicas.

Título Principal (H1): Bodoni Moda (Peso: 400, Italic) - Es la fuente de las revistas de moda (Vogue), muy estilizada.

Títulos Secundarios (H2, H3): Raleway (Peso: 600) - Tiene trazos muy limpios y una "W" muy característica.

Texto Regular (P): Quicksand (Peso: 400) - Tiene terminales redondeadas que la hacen sentir cercana y amable.

h1 { font-family: 'Bodoni Moda', serif; font-style: italic; }
h2 { font-family: 'Raleway', sans-serif; }
p  { font-family: 'Quicksand', sans-serif; }
*/

h1 { font-family: 'Playfair Display', serif; }
h2 { font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; 
    letter-spacing: 3px; }
p  { font-family: 'Lato', sans-serif; }










.container {
    max-width: 90%;
    margin: 0 auto;
    /*background-color: #999999;*/

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    justify-content: center;
    justify-self: center;
}

.container .imgdecorativa {
    max-width: 100%;
    justify-self: center;

    /*background-color: #b8962d;*/
}


.w-full {
    width: 100%;
    /*background-color: #B3B3B3;*/
}

.w-padding {
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem 0rem;     
    /*background-color: #CCCCCC;*/
}

.icon__container i {
    padding: 1rem 0rem;
    color: var(--color-text);
    font-size: 3rem;
    /*background-color: pink;*/
}
i.blanco {
    padding: 1rem 0rem;
    color: white;
    /*background-color: pink;*/
}

/*
* {
  outline: 1px solid red;
}*/















.theme-toggle {
  width: 60px;
  height: 32px;
  background: var(--color-border);
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.4s ease;
}

.toggle-circle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: var(--color-bg);
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
              background 0.5s ease;
}

/* Cuando está en dark */
[data-theme="dark"] .toggle-circle {
  transform: translateX(28px);
}



.familia,
.teinvitamos,
.sede,
.confirmacion,
.asistencia-v2,
.vestimenta,
.historia,
.galeria,
.rs,
.frase,
.regalos,
.hospedaje,
.agradecimiento,
.pie {
    /*background-color: aqua;*/
    visibility: inherit;
    /*border-bottom: 10px solid red;*/
}



/* portada */ 
/* portada */
/* portada */
.invitacion-real {
    width: 100%;
    overflow-x: hidden; /* Evita que las animaciones internas rompan el ancho */
    position: relative;
}

.portada {
    display: grid;
    place-items: center;
    height: 100vh;        
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000; /* Fondo negro base por si la imagen tarda en cargar */
}

.portada > img,
.portada > div {
    grid-area: 1 / 1; 
}

.portada img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    opacity: 0.8; /* Suaviza la imagen para que el texto mande */
}

.portada::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* Intensidad del dark */
    z-index: 1;
}

.portada div {
    z-index: 2; 
    text-align: center;
    color: var(--color-white);
    padding: 20px;
    max-width: 90%;
}

/* --- Tipografía --- */

.portada p {
    font-size: 1rem; 
    text-transform: uppercase;
    letter-spacing: 0.4rem; 
    margin-bottom: 1rem;
    font-weight: 300;
    color: var(--color-white);
}

.portada h1 {
    font-size: 4rem;
    line-height: 0.9;
    margin-bottom: 1.5rem;
    color: var(--color-white);
}

.portada h1 span {
    display: block;
    font-size: 2.5rem;
    margin: 0.5rem 0;
    font-family: serif;
    font-style: italic;
}

.portada time {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0.6rem 1.5rem;
    margin-top: 1rem;
}

.portada h1, .portada p, .portada time {
    text-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}







/*
.portada::after {
    content: "";
    grid-area: 1 / 1;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 0;
}
*/







/* Botón TOGGLE */
/* Contenedor */
.theme-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: system-ui, -apple-system, sans-serif;
}

/* Texto */
.toggle-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    transition: color 0.3s ease;
}

/* Botón base */
.theme-toggle {
    width: 52px;
    height: 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    position: relative;
    background: var(--color-surface-2, #dcdcdc);
    transition: background 0.35s cubic-bezier(.4,0,.2,1);
    padding: 0;
}

/* Círculo interno */
.toggle-circle {
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


.theme-toggle-wrapper {
    display: flex;
    align-items: center;   /* centra verticalmente */
    justify-content: center; /* centra horizontalmente el bloque */
    gap: 12px;             /* espacio entre texto y botón */
    
    height: 150px; 
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
}

/* opcional: quitar margen por defecto del p */
.toggle-label {
    margin: 0;
}









/* familia */
/* familia */
/* familia */
.familia {
    visibility: inherit;
    text-align: center;
    background-color: var(--color-bg);
}

.familia__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    /*align-content: center;
    justify-items: center;*/

    /*text-align: center;*/
}

.familia__container-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    padding: 1rem 2rem;
    /*align-content: center;
    justify-items: center;*/

    text-align: center;
}

/* te invitamos */
/* te invitamos */
/* te invitamos */
.teinvitamos {
    visibility: inherit;
    text-align: center;
    display: grid;
    align-content: space-evenly;
    background-color: var(--color-bg-alt);
}

.teinvitamos__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    /*row-gap: 1rem;*/
    align-content: space-around;
    justify-items: center;



    /*text-align: center;*/
}

.familia__container-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    /*align-content: center;
    justify-items: center;*/
    padding: 1rem 2rem;

    /*background-color: aqua;*/
}




.contador-boda {
    display: flex;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap; /* Para que en celulares se acomoden en dos filas si es necesario */
    font-family: sans-serif; /* Cambia por la fuente de tu boda */
}

.contador-boda .bloque {
    /*background: #ffffff;/* /* O el color de tu tema */
    padding: 15px;
    border-radius: 8px;
    min-width: 70px;
    text-align: center;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}

.contador-boda .numero {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    color: #d4af37; /* Color dorado para bodas */
}

.contador-boda .etiqueta {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--color-text);
}


.mensaje-final {
    font-size: 1.5rem;
    color: #d4af37; /* Dorado */
    text-align: center;
    padding: 20px;
    font-style: italic;
    width: 100%;
}









/* sede */
/* sede */
/* sede */
.sede {
    visibility: inherit;
    background-color: var(--color-bg);
}
    
.sede__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    align-content: center;
    justify-items: center;

    text-align: center;
}

.sede__container-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 0rem;
    row-gap: 0rem;
    align-content: center;
    justify-items: center;
    padding: 1rem 2rem;

    /*background-color: aqua;*/
}

.sede__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: .25rem;
    align-content: start;
    justify-items: center;

    padding: 2rem 0rem;
    border-bottom: 1px solid var(--color-border);
}

.sede__item img {
    margin-bottom: 1rem;
}

/* CSS añadir a calendario */
.calendario-links__container {
    margin: 20px 0;
    text-align: center;
    display: flex;
    /*column-gap: 1rem;
    row-gap: 2rem;*/

    flex-wrap: wrap;
    gap: 1rem;
}

.calendario-links p {
    font-weight: bold;
    margin-bottom: 10px;
}

.calendario-links__container a {
    text-decoration: none;
    /*color: #d4af37;*/ /* Dorado */
    /*font-weight: 600;*/
    transition: all 0.3s;
}

.calendario-links__container a:hover {
    /*color: #2c3e50;*/
    text-decoration: underline;
}

.calendario-dropdown {
    margin: 15px 0;
    position: relative;
    
}

.btn-calendario {
    list-style: none; /* Quita la flecha por defecto de Chrome */
    cursor: pointer;
    
    background: #f4f1ee;
    border-radius: 5px;
    font-size: 1rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    row-gap: 2rem;
    padding: 12px 10px;                /* Ajusta el padding lateral si es necesario */
    width: 100%;
    
    text-align: left;

    background-color: var(--color-bg-alt);
    color: var(--color-text);
}

.btn-calendario::-webkit-details-marker { display: none; } /* Quita flecha en Safari */

.calendario-options {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden; /* Para que el hover respete las esquinas redondeadas */
}

.calendario-options a {
    display: flex !important;             /* Convierte el enlace en contenedor flexible */
    align-items: center;       /* Centra verticalmente el icono y el texto */
    justify-content: flex-start; /* ALINEA A LA IZQUIERDA */
    padding: 10px 15px;        /* Espacio interno */
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    column-gap: 1rem;
    row-gap: 2rem;
    transition: background 0.2s ease;
    text-align: left;
    width: 100%;
}

.calendario-options a:hover {
    background: #fdfaf6;
}

.btn-ruta {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;    /* ALINEA A LA IZQUIERDA */
    column-gap: 1rem;
    row-gap: 2rem;
    margin-top: 10px;
    text-decoration: none;
    text-align: left;
}




/* CSS confirmacion */
/* CSS confirmacion */
/* CSS confirmacion */
.confirmacion {
    visibility: inherit;
    background-color: var(--color-bg-alt);
}
    

.confirmacion__container,
.confirmacion__container2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 1rem;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.confirmacion__container2-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    align-content: center;
    justify-items: center;
    padding: 1rem 2rem;
    
    /*background-color: aqua;*/
}

.confirmacion__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    align-content: center;
    justify-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-border);
}

/* confirmar */
.confirmacion-seccion {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    justify-content: center;
}

.confirmacion-seccion div {
    /*margin: 15px 0;*/
    visibility: inherit;
}

.confirmacion-seccion a {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid #25d366; /* Verde WhatsApp */
    color: #25d366;
    text-decoration: none;
    border-radius: 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-size: 14px;*/
    transition: all 0.3s ease;
}

.confirmacion-seccion a:hover {
    background-color: #25d366;
    color: white;
}

.confirmacion-seccion i,
.btn-copy i {
    margin-right: 8px;
    font-size: 1rem;
    vertical-align: middle;
}




/* confirmar estilo 2 */
.asistencia-v2 { 
    /*padding: 4rem 0; */
    background-color: var(--color-bg-alt);
    text-align: center; 
}
/*.asistencia-v2__header h2 { 
font-size: 2.5rem; 
margin-bottom: 1rem; 
}*/
/*.asistencia-v2__options { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    margin-top: 2rem; 
    flex-wrap: wrap; }*/

.asistencia-v2__options { 
    display: grid; 
    justify-content: center; 
    gap: 20px; 
    margin: 2rem 0; 
    flex-wrap: wrap; }

.asistencia-v2__ayuda { 
    visibility: inherit; }



.btn-v2 { 
    padding: 12px 25px; 
    border: none; 
    border-radius: 50px; 
    cursor: pointer; 
    font-weight: bold; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    transition: 0.3s;
}
.btn-confirmar { background-color: #d4af37; color: white; }
.btn-declinar { background-color: #eee; color: #666; }
.btn-confirmar:hover { background-color: #b8962d; }

.link-wa-discreto { 
    color: #25d366;
    text-decoration: none;
    font-size: 0.9rem; 
    text-align: center;}

/* MODAL STYLES */
.modal-v2 { 
    display: none; position: fixed; z-index: 9999; left: 0; top: 0; 
    width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); 
}
.modal-v2__content { 
    background-color: white; margin: 15% auto; padding: 30px; 
    border-radius: 15px; width: 90%; max-width: 400px; position: relative;
}
.modal-v2__close { position: absolute; right: 20px; top: 10px; font-size: 28px; cursor: pointer; }
.btn-enviar { width: 100%; justify-content: center; margin-top: 20px; background-color: #333; color: white; }

#modal-v2-advertencia {
    border-top: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.4;
    color: #888;
}

.asistencia-v2__header p {
    margin-bottom: 0.5rem;
}

.asistencia-v2__header strong {
    color: #d4af37; /* Color dorado para la fecha límite */
    font-size: 1.1rem;
}


/*confirmar estilos 3 */
/* Sección de Asistencia */
/*.asistencia-v3 { text-align: center; padding: 3rem 0; }
.asistencia-v3__header h2 { font-size: 2rem; margin-bottom: 1rem; }

.asistencia-v3__options {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}*/

/* Botones V3 */
/*.btn-v3 {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.btn-v3--confirmar { background-color: #d4af37; color: white; }
.btn-v3--declinar { background-color: #f4f4f4; color: #666; }
.btn-v3--enviar { background-color: #d4af37; color: white; width: 100%; justify-content: center; margin-top: 1.5rem; }*/

/* Modal V3 */












/* vestimenta */
/* vestimenta */
/* vestimenta */
.vestimenta {
    visibility: inherit;
background-color: var(--color-bg);}
    

.vestimenta__container {
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: auto;*/
    grid-gap: 1rem 2rem;
    /*justify-content: space-between;
    align-content: start;*/


    /*column-gap: 1rem;
    row-gap: 2rem;*/
    /*grid-auto-flow: row;*/
    text-align: center;
}





.vestimenta__container-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem 2rem;
    justify-content: space-between;
    align-content: start;
    padding: 1rem 2rem;

    /*background-color: aqua;*/
}

.vestimenta__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: .25rem 2rem;
    /*column-gap: 0rem;
    row-gap: 0rem;*/
    /*grid-auto-flow: row;*/
    /*align-content: center;*/
    /*justify-items: center;*/
    padding: 2rem;
    /*text-align: center;*/

    /*background-color: #888;*/
    /*border: 1px solid black;*/
}



.vestimenta__item img {
    width: 100%;           /* Ocupa el ancho de su contenedor */
    max-width: 200px;      /* Pero no crece más de 200px */
    aspect-ratio: 1 / 1;   /* FUERZA a que sea un cuadrado perfecto */
    height: auto;          /* Permite que la altura se calcule sola */
    border-radius: 50%;    /* Ahora sí, el círculo será perfecto */
    object-fit: cover;     /* Corta la imagen para que llene el círculo sin estirarse */
    display: block;        /* Elimina espacios fantasma debajo de la imagen */
    margin: 0 auto 1rem;   /* Centra la imagen y da espacio abajo */
}

.vestimenta__paleta {
    display: flex;            /* Alinea los círculos en una fila */
    justify-content: center;   /* Los centra horizontalmente */
    column-gap: 1rem;
    row-gap: 2rem;              /* Espacio entre cada círculo */
    flex-wrap: nowrap;        /* Evita que se salten a la siguiente línea */
    margin: 10px 0 10px 0;    /* Espacio arriba y abajo de la paleta */
    text-align: center;
}



.circle {
    width: 20px;              /* Ancho del círculo */
    height: 20px;             /* Alto del círculo */
    border-radius: 50%;       /* Lo hace redondo */
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1); /* Un borde muy sutil para colores claros */
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1); /* Sombra para dar volumen */
}




/* historia */
/* historia */
/* historia */
.historia {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    /*row-gap: 2rem;*/
    text-align: center;
}

.timeline-container-general {
    text-align: left;
}

.historia__container {
    visibility: inherit;
}


.timeline-container-general {
    /* max-width: 800px; */
    margin: auto;
}

.timeline-container {
    /*background-color: var(--color-white);*/
    /*max-width: 100%;*/
    margin: auto;
    padding: 1rem;
}


.timeline__icon {
    color: var(--color-white);
    background-color: var(--color-border);
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    font-size: 1.8rem;
    border-radius: 50%;
}

.timeline-wrapper {
    visibility: inherit;
    /*padding: 2rem;*/
}

.timeline {
    /*padding-left: 3rem;*/
    position: relative;
    margin-left: 2rem;
}





.timeline__item {
    position: relative;
    padding: 2rem 2rem 2rem 3rem;
    border-left: 2px solid var(--color-border);
}

.timeline__title {
    font-size: 1.2rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
    position: relative;
}

.timeline__title::after {
    content: '';
    position: absolute;
    /*left: -4rem;*/
    left: -1.5rem;

    top: .2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;

}

.timeline__date {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-primary);
}

.timeline__desc {
    font-size: 1rem;
    color: var(--color-border);
}





/* galería */
/* galería */
/* galería */

/*.galeria {
    visibility: inherit;}

.galeria__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: row;
    column-gap: 0rem;
    row-gap: 0rem;
}

.galeria__item {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;}*/


.galeria {
    visibility: inherit;
}

.galeria__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    column-gap: 0rem; /* Agregué un poco de espacio, puedes poner 0 */
    row-gap: 0rem;
}

/* El link ahora es el que se adapta al grid */
.galeria__link {
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}

.galeria__item {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%; /* Ajustado para llenar el contenedor */
    transition: transform 0.3s ease;
}

/* Efecto opcional al pasar el mouse */
.galeria__link:hover .galeria__item {
    transform: scale(1.05);
}



/* redes sociales */
/* redes sociales */
/* redes sociales */
.rs {
    background: -webkit-linear-gradient(90deg,#8f35b5,#542c9a,#07207b); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg,#8f35b5,#542c9a,#07207b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;}

.rs__container,
.icon__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    text-align: center;
    color: var(--color-white);}

.hashtag {
    visibility: inherit;
    font-size: 1.5rem;
    font-style: italic;
}

.rs__container h2,
.rs__container p {
    color: var(--color-white);
}







/* frase */
/* frase */
/* frase */
.frase {
    min-height: 35vh;
    background-image:url("../img/demo-frase.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    align-content: center;
    color: var(--color-white);

    padding: 3rem 0;
}

.frase__container {
    visibility: inherit;
    text-align: center;
}

.frase__container blockquote p,
.frase__container figcaption cite {
    color: var(--color-white);
    text-align: center;
}




/* regalos */
/* regalos */
/* regalos */
.regalos { 
    visibility: inherit;}

.regalos__container {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
}


.regalos__container-items {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    padding: 1rem 2rem;

    /*background-color: aqua;*/
}

.regalos__container h3 i,
.regalos__container p i {
    font-size: 2rem;
    vertical-align: middle;
}

.regalos__item {
    border-bottom: 1px solid var(--color-border);
    padding: 2rem 1rem;
    /*background-color: #d4af37;*/
}

/* copiar cuentas fácil */
.btn-copy {
    background: #f4f4f4;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 15px;
    /*font-size: 0.8rem;*/
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    column-gap: 1rem;
    row-gap: 2rem;
    transition: all 0.3s ease;
    margin: 1rem 0 1.5rem 0;
    font-size: 1rem;
    text-align: left;
}

.btn-copy:hover {
    background: #e0e0e0;
}

.btn-copy.copiado {
    background: #d4af37; /* Color dorado para el éxito */
    color: white;
    border-color: #d4af37;
}





/* hospedaje */
/* hospedaje */
/* hospedaje */
.hospedaje {
    align-content: center;
    background-color: var(--color-bg-alt);
}

.hospedaje__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
}

.hospedaje__container-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;
    padding: 1rem 2rem;
    /*background-color: aqua;*/
}

.hospedaje__item {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0 0 1rem 0;
    border-radius: 2rem;

    
  justify-content: center;
}

.hospedaje__txt,
address p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: .25rem;
}

.hospedaje__item img {
    border-radius: 2rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

i.ri-star-fill,
i.ri-star-line {
    color: goldenrod;
    font-size: 1rem;
    line-height: 3rem;
}





/* Agradecimiento */
/* Agradecimiento */
/* Agradecimiento */
.agradecimiento {
    background-color: var(--color-border);
}
.agradecimiento__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 2rem;

    text-align: center;
    color: var(--color-white);
}

.agradecimiento__container blockquote {
    padding: 2rem 0;
}



/* pie */
/* pie */
/* pie */
.pie {
    background-color: var(--color-bg);
}

.pie__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: .25rem;

    text-align: center;
}

.pie__container a {
    font-weight: 800;
}

/* Pie de foto animación */
.servicios-container {
    font-weight: 600;
    overflow: hidden;
    height: 32px;
    padding: 0;
    margin: 0 auto;
}

.servicios-container__list {
    color: black;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    padding: 0;
}
.servicios-container__list-item {
    line-height: 32px;
    height: 32px; 
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--color-text);

}

ul.servicios-container__list{
    padding: 0;
    margin: 0;
} 
@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
}
    50% {
        opacity: 1;
}
}
@-webkit-keyframes change {
/* Elemento 1 */
    0%, 15% { transform: translate3d(0, 0, 0); }
    
    /* Elemento 2 (Salto de -20%) */
    20%, 35% { transform: translate3d(0, -20%, 0); }
    
    /* Elemento 3 (Salto de -40%) */
    40%, 55% { transform: translate3d(0, -40%, 0); }
    
    /* Elemento 4 (Salto de -60%) */
    60%, 75% { transform: translate3d(0, -60%, 0); }
    
    /* Elemento 5 (Salto de -80%) */
    80%, 95% { transform: translate3d(0, -80%, 0); }
    
    /* Cierre de ciclo */
    100% { transform: translate3d(0, 0, 0); }
}
@-o-keyframes opacity {
    0%, 100% {
        opacity: 0;
}
    50% {
        opacity: 1;
}
}
@-o-keyframes change {
/* Elemento 1 */
    0%, 15% { transform: translate3d(0, 0, 0); }
    
    /* Elemento 2 (Salto de -20%) */
    20%, 35% { transform: translate3d(0, -20%, 0); }
    
    /* Elemento 3 (Salto de -40%) */
    40%, 55% { transform: translate3d(0, -40%, 0); }
    
    /* Elemento 4 (Salto de -60%) */
    60%, 75% { transform: translate3d(0, -60%, 0); }
    
    /* Elemento 5 (Salto de -80%) */
    80%, 95% { transform: translate3d(0, -80%, 0); }
    
    /* Cierre de ciclo */
    100% { transform: translate3d(0, 0, 0); }
}
@-moz-keyframes opacity {
    0%, 100% {
        opacity: 0;
}
    50% {
        opacity: 1;
}
}
@-moz-keyframes change {
/* Elemento 1 */
    0%, 15% { transform: translate3d(0, 0, 0); }
    
    /* Elemento 2 (Salto de -20%) */
    20%, 35% { transform: translate3d(0, -20%, 0); }
    
    /* Elemento 3 (Salto de -40%) */
    40%, 55% { transform: translate3d(0, -40%, 0); }
    
    /* Elemento 4 (Salto de -60%) */
    60%, 75% { transform: translate3d(0, -60%, 0); }
    
    /* Elemento 5 (Salto de -80%) */
    80%, 95% { transform: translate3d(0, -80%, 0); }
    
    /* Cierre de ciclo */
    100% { transform: translate3d(0, 0, 0); }
}
@keyframes opacity {
    0%, 100% {
        opacity: 0;
}
    50% {
        opacity: 1;
}
}
@keyframes change {
/* Elemento 1 */
    0%, 15% { transform: translate3d(0, 0, 0); }
    
    /* Elemento 2 (Salto de -20%) */
    20%, 35% { transform: translate3d(0, -20%, 0); }
    
    /* Elemento 3 (Salto de -40%) */
    40%, 55% { transform: translate3d(0, -40%, 0); }
    
    /* Elemento 4 (Salto de -60%) */
    60%, 75% { transform: translate3d(0, -60%, 0); }
    
    /* Elemento 5 (Salto de -80%) */
    80%, 95% { transform: translate3d(0, -80%, 0); }
    
    /* Cierre de ciclo */
    100% { transform: translate3d(0, 0, 0); }
}

.paragraph--footer small,
.paragraph--footer a {
    font-size: .3rem;
    font-weight: 100;
    text-decoration: none;
    color: var(--color-text);

}

footer p {
    margin-bottom: .15rem;
}