
        :root {
            --gold: #c5a059;
            --dark-red: #4a0e0e;
            --ivory: #fcfaf5;
        }

        body {
            background-color: #0c0c0c;
            margin: 0;
            color: #2c2c2c;
            font-family: 'Marcellus', serif;
            overflow-x: hidden;
        }

        /* HERO - PORTADA CON TU IMAGEN LOCAL */
        .hero-moment {
            height: 100vh;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            text-align: center;
            background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.8)), 
                        url('img/hero/heroemaus2.jpeg'); 
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding-bottom: 8vh;
        }

        .hero-moment h1 {
            font-family: 'Cinzel Decorative', serif;
            font-size: clamp(3.5rem, 10vw, 7rem);
            margin: 0;
            color: var(--gold);
            text-shadow: 2px 2px 20px rgba(0,0,0,0.9);
        }

        .hero-quote {
            font-family: 'Playfair Display', serif;
            font-style: italic;
            font-size: clamp(1.4rem, 4vw, 2.2rem);
            margin-top: 10px;
        }

        .moments-container {
            background: var(--ivory);
            max-width: 1100px;
            margin: 0 auto;
            border-left: 1px solid var(--gold);
            border-right: 1px solid var(--gold);
            box-shadow: 0 0 50px rgba(0,0,0,0.5);
        }

        .moment-row {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 100px 50px;
            gap: 60px;
            opacity: 0;
            transform: translateY(40px);
            transition: all 1.2s ease-out;
        }

        .moment-row.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .moment-row:nth-child(even) { flex-direction: row-reverse; }

        .art-frame-small {
            flex: 1;
            max-width: 450px;
            padding: 12px;
            background: white;
            border: 1px solid #ddd;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            position: relative;
        }

        .art-frame-small::before {
            content: "";
            position: absolute;
            top: -10px; left: -10px; right: -10px; bottom: -10px;
            border: 2px solid var(--gold);
            z-index: 1;
            pointer-events: none;
        }

        .art-frame-small img { width: 100%; height: 300px; object-fit: cover; display: block; filter: sepia(10%); }

        .text-content-small { flex: 1; max-width: 550px; }

        .soul-message-small {
            font-family: 'Playfair Display', serif;
            font-style: italic;
            color: var(--dark-red);
            font-size: 1.4rem;
            display: block;
            margin-bottom: 12px;
        }

        .moment-title-small {
            font-family: 'Cinzel Decorative', serif;
            font-size: 1.8rem;
            margin: 0 0 15px 0;
            color: #1a1a1a;
            border-bottom: 2px solid var(--gold);
            display: inline-block;
        }

        .description-small {
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            line-height: 1.8;
            text-align: justify;
            color: #333;
        }  

/* --- ESTILO ELEGANTE PARA BLOQUE QUÉDATE --- */

.quedadte-box {
    padding: 100px 20px !important;
    text-align: center !important;
    background: radial-gradient(circle, #ffffff 0%, #fcfaf5 100%) !important; /* Efecto de luz central */
    border-top: 1px solid rgba(197, 160, 89, 0.3);
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    margin: 40px 0 !important;
    position: relative;
}

/* Decoración superior sutil (un pequeño diamante o cruz) */
.quedadte-box::before {
    content: "♰";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #c5a059;
    font-size: 1.5rem;
}

.titulo-quedate {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    font-size: clamp(1.8rem, 5vw, 3rem) !important; /* Tamaño fluido */
    color: #4a0e0e !important; /* Rojo vino oscuro para solemnidad */
    max-width: 900px;
    margin: 0 auto 20px auto !important;
    line-height: 1.4 !important;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.subtitulo-quedate {
    font-family: 'Marcellus', serif !important;
    font-size: 1.1rem !important;
    color: #c5a059 !important; /* Oro para la referencia bíblica */
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin-top: 25px !important;
    display: block;
}

/* Líneas decorativas a los lados del subtítulo */
.subtitulo-quedate::before,
.subtitulo-quedate::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #c5a059;
    vertical-align: middle;
    margin: 0 15px;
    opacity: 0.6;
}

/* Ajuste para Mobile */
@media (max-width: 768px) {
    .quedadte-box {
        padding: 70px 25px !important;
    }
    
    .titulo-quedate {
        font-size: 1.6rem !important;
    }
    
    .subtitulo-quedate {
        font-size: 0.9rem !important;
        letter-spacing: 2px !important;
    }
    
    .subtitulo-quedate::before,
    .subtitulo-quedate::after {
        width: 20px;
    }
}

/* --- OPTIMIZACIÓN MÓVIL: MOMENTOS DE EMAÚS --- */

@media (max-width: 768px) {
    /* Ajuste del contenedor principal para evitar desbordamientos laterales */
    .moments-container {
        border-left: none !important;
        border-right: none !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    /* Cambio de filas a columnas para apilamiento vertical */
    .moment-row {
        flex-direction: column !important; 
        padding: 40px 20px !important;
        gap: 30px !important;
        text-align: center !important;
    }

    /* Invertir el orden en filas pares para que la imagen siempre quede arriba */
    .moment-row:nth-child(even) {
        flex-direction: column !important;
    }

    /* Ajuste de los marcos de las imágenes */
    .art-frame-small {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }

    .art-frame-small img {
        height: auto !important;
        max-height: 250px !important; /* Altura controlada para no ocupar toda la pantalla */
        width: 100% !important;
        object-fit: cover !important;
    }

    /* Contenido de texto centralizado */
    .text-content-small {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .soul-message-small {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    .moment-title-small {
        font-size: 1.5rem !important;
        display: block !important;
        margin: 0 auto 15px auto !important;
        width: fit-content;
        border-bottom: 2px solid var(--gold) !important;
    }

    .description-small {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
        text-align: center !important; /* Facilita la lectura en móviles */
        color: #444 !important;
    }

    /* Ajuste de la tipografía del Hero para que no se corte */
    .hero-moment h1 {
        font-size: 3.5rem !important;
    }

    .hero-quote {
        font-size: 1.2rem !important;
        padding: 0 15px;
    }
}

/* Corrección para que el texto largo no rompa el diseño */
.description-small {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* --- ALINEACIÓN DE MENÚ MÓVIL A LA IZQUIERDA --- */

@media (max-width: 768px) {
    .menu {
        /* Posicionamiento */
        right: auto !important;      /* Elimina el anclaje a la derecha */
        left: 0 !important;          /* Ancla el menú al borde izquierdo */
        transform: translateX(-100%); /* Lo mantiene oculto a la izquierda inicialmente */
        
        /* Alineación de contenido */
        text-align: left !important;  /* Alinea el texto a la izquierda */
        padding-left: 40px !important; /* Espacio para que el texto no toque el borde */
        
        /* Estética */
        width: 80% !important;        /* Ancho del panel */
        max-width: 300px;
        border-radius: 0 15px 15px 0 !important; /* Curvatura solo en el lado derecho */
        box-shadow: 5px 0 15px rgba(0,0,0,0.1) !important;
    }

    /* Cuando el menú tiene la clase 'active' o 'show' según tu JS */
    .menu.show, .menu.active {
        transform: translateX(0) !important;
    }

    .menu a {
        display: block !important;
        padding: 15px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Separador sutil */
    }

    /* Ajuste del botón de Login para que no flote a la derecha */
    .menu a.login {
        display: inline-block !important;
        margin-top: 20px !important;
        text-align: center !important;
        width: auto !important;
        padding: 10px 30px !important;
    }
}
/* Configuramos el contenedor para que permita varias líneas */
.footer-links {
    display: flex;
    flex-wrap: wrap;       /* Permite que los elementos bajen si no caben */
    justify-content: center; /* Centra los botones y el texto */
    align-items: center;
    gap: 15px;             /* Espacio entre botones */
    width: 100%;
    max-width: 1200px;     /* O el ancho que prefieras */
    margin: 0 auto;        /* Centra el contenedor mismo */
}

/* Forzamos a que el texto ocupe todo el ancho para que se centre solo */
.footer-motto {
    width: 100%;           /* Obliga a que el texto baje a una línea nueva */
    text-align: center;    /* Lo centra horizontalmente */
    margin-top: 20px;      /* Espacio entre los botones y el texto */
    color: #FFFF00;        /* Color amarillo */
    font-size: 1.5rem;     /* Ajusta el tamaño según necesites */
    font-weight: bold;
}

/* Estilo opcional para que los enlaces se vean bien */
.footer-links a {
    text-decoration: none;
    color: white; /* O el color que uses */
}

.footer-bottom p {
    font-family: Arial, sans-serif; /* Establece la tipografía */
    font-size: 10.5pt;              /* Tamaño exacto solicitado */
    text-align: center;             /* Asegura que esté centrado */
    margin: 10px 0;                 /* Espaciado opcional */
    color: #ffffff;                 /* Ajusta el color según prefieras */
}

/* Opcional: si quieres que toda la sección se ajuste */
.footer-bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #444;    /* Línea divisoria como en tu imagen */
    padding-top: 15px;
    margin-top: 20px;
}