/* =============================== */
/* ⭐ RESTAURAR ANCHO GLOBAL DEL SITIO */
/* =============================== */

body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* ⭐ Control general de imágenes */
img {
    max-width: 100%;
    height: auto;
}

.slider-nimue img {
    max-width: 260px;
}

.premio-card img {
    max-width: 180px;
}

body {
    font-size: 16px;
}

h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 22px; }
p  { font-size: 16px; }

section {
    padding: 60px 0;
}


/* ============================================================
   TIPOGRAFÍA GLOBAL
   ============================================================ */
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    background: #000;
    color: #8a6d3b;
}

/* Enlaces */
a {
    color: inherit;
    text-decoration: none;
}

/* ============================================================
   HEADER NIMUE
   ============================================================ */
.nimue-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px;
    background: #111;
    position: relative;
    z-index: 9999;
}

/* Logo */
.nimue-logo img {
    height: 70px;
    width: auto;
    display: block;
}

/* ============================================================
   MENÚ DE ESCRITORIO
   ============================================================ */
.nimue-desktop-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nimue-desktop-menu ul {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nimue-desktop-menu a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}

/* ============================================================
   BOTÓN HAMBURGUESA (MÓVIL)
   ============================================================ */
.nimue-mobile-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.nimue-mobile-btn span {
    width: 30px;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
}

/* ============================================================
   MENÚ MÓVIL NIMUE
   ============================================================ */
.nimue-mobile-menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background: #111;
    padding: 40px 20px;
    transition: right 0.3s ease;
    z-index: 9998;
}

.nimue-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nimue-mobile-menu li {
    margin-bottom: 20px;
}

.nimue-mobile-menu a {
    font-size: 18px;
    color: #d4af37;
}

/* Estado abierto */
body.nimue-menu-open .nimue-mobile-menu {
    right: 0;
}

/* Overlay */
body.nimue-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9990;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .nimue-desktop-menu {
        display: none;
    }
    .nimue-mobile-btn {
        display: flex;
    }
    .nimue-logo img {
        height: 60px;
    }
}

/* ============================================================
   FOOTER NIMUE
   ============================================================ */
.nimue-footer {
    background: #111;
    color: #fff;
    padding: 60px 20px;
}

.nimue-footer-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.nimue-footer-column {
    flex: 1;
}

.nimue-footer-column h5 {
    color: #d4af37;
    margin-bottom: 15px;
}

.nimue-socials {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.nimue-post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.nimue-post img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.nimue-copy {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .nimue-footer-container {
        flex-direction: column;
        text-align: center;
    }
    .nimue-post {
        justify-content: center;
    }
}

/* CONTENEDOR GENERAL */
.slider-nimue {
    width: 100%;
    padding: 40px 0;
    background: #f7f4ef;
}

/* GRID DE BOTELLAS */
.slider-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

/* CADA BOTELLA */
.slide-item {
    text-align: center;
    width: 200px;
    transition: transform .3s ease;
}

.slide-item:hover {
    transform: translateY(-10px);
}

/* IMÁGENES */
.slide-item img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.2));
}

/* TEXTO */
.slide-item h3 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
}

.precio {
    font-size: 16px;
    color: #7a0000;
    font-weight: bold;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .slider-container {
        gap: 20px;
    }
    .slide-item {
        width: 150px;
    }
    .slide-item h3 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .slide-item {
        width: 130px;
    }
    .slide-item h3 {
        font-size: 12px;
    }
}

.experiencia-nimue {
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    overflow: hidden;
}

.exp-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('images/Nimue-Vinedo.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.55);
}

.exp-content {
    position: relative;
    z-index: 2;
    padding-left: 80px;
    max-width: 500px;
}

.exp-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 12px rgba(0,0,0,0.5);
}

.exp-content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-shadow: 0 0 12px rgba(0,0,0,0.5);
}

.exp-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #8b0000;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .3s ease;
}

.exp-btn:hover {
    background: #a30000;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .experiencia-nimue {
        height: 380px;
    }
    .exp-content {
        padding-left: 30px;
        max-width: 90%;
    }
    .exp-content h2 {
        font-size: 32px;
    }
    .exp-content p {
        font-size: 16px;
    }
    .exp-btn {
        font-size: 16px;
        padding: 12px 26px;
    }
}

@media (max-width: 480px) {
    .experiencia-nimue {
        height: 340px;
    }
    .exp-content h2 {
        font-size: 26px;
    }
    .exp-content p {
        font-size: 14px;
    }
}

/* CONTENEDOR GENERAL */
.nimue-grid {
    padding: 60px 0;
    background: #faf7f2;
}

/* GRID */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

/* ITEM */
.grid-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.grid-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* IMÁGENES */
.grid-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* TEXTO */
.grid-item h3 {
    font-size: 20px;
    margin: 15px 15px 5px;
    font-weight: 700;
}

.grid-item p {
    font-size: 15px;
    margin: 0 15px 20px;
    color: #444;
    line-height: 1.4;
}

/* ITEM ANCHO (Uvas de Altura) */
.grid-item.wide {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .grid-item.wide {
        grid-column: span 1;
    }
}

.newsletter-nimue {
    text-align: center;
    padding: 60px 20px;
    background: #f5f5f5;
}
.newsletter-nimue h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.newsletter-nimue p {
    font-size: 16px;
    margin-bottom: 20px;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.newsletter-form input {
    padding: 12px 15px;
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.newsletter-form button {
    padding: 12px 20px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}

/* =============================== */
/* ⭐ HEADER PREMIUM NIMUE */
/* =============================== */

#nimue-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* LOGO */
.nimue-logo img {
    height: 70px;
    width: auto;
    transition: transform 0.3s ease;
}

.nimue-logo img:hover {
    transform: scale(1.04);
}

/* MENÚ DE ESCRITORIO */
.nimue-desktop-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nimue-desktop-menu ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nimue-desktop-menu a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #333;
    transition: all 0.25s ease;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.nimue-desktop-menu a:hover {
    color: #8a4a2f;
    border-bottom: 2px solid #8a4a2f;
}

/* BOTÓN HAMBURGUESA */
.nimue-mobile-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nimue-mobile-btn span {
    width: 28px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    #nimue-header {
        padding: 12px 20px;
    }

    .nimue-desktop-menu {
        display: none;
    }

    .nimue-mobile-btn {
        display: flex;
    }

    /* Menú móvil desplegable */
    .nimue-mobile-open .nimue-desktop-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 90px;
        right: 0;
        width: 100%;
        background: rgba(255,255,255,0.95);
        padding: 20px 0;
        border-top: 1px solid #ddd;
    }

    .nimue-desktop-menu ul {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }
}

/* Control temporal para que nada se vea gigante */
img {
    max-width: 300px;
    height: auto;
}

/* =============================== */
/* ⭐ AJUSTE DE TAMAÑOS POST-TEMPLATE */
/* =============================== */

/* Ancho global del sitio */
body {
    max-width: 1200px;
    margin: 0 auto;
}

/* Imágenes controladas */
img {
    max-width: 100%;
    height: auto;
}

/* Botellas del slider */
.slider-nimue img {
    max-width: 260px;
}

/* Grid */
.nimue-grid img {
    max-width: 100%;
    border-radius: 8px;
}

/* Historia */
.historia-imagen img {
    max-width: 600px;
    width: 100%;
}

/* Tipografías */
h1 { font-size: 42px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
p  { font-size: 16px; }

/* Espaciados */
section {
    padding: 60px 0;
}

/* Centrar menú del header */
.nimue-desktop-menu ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.nimue-desktop-menu {
    width: 100%;
    text-align: center;
}

/* Quitar marcos de imágenes */
img {
    border: none !important;
    box-shadow: none !important;
}

.exp-bg {
    background-image: url('../images/nimue-experiencia-bg.jpg'); /* o el nombre correcto */
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.nimue-premios-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: center;
}

.seleccion-semana img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* --- Layout general del header --- */
#nimue-header {
    display: flex;
    flex-direction: column;
    align-items: center;      /* Centra menú y logo */
    justify-content: flex-start;
    text-align: center;       /* Texto centrado */
    position: relative;
}

/* Botón hamburguesa fijo a la izquierda */
.nimue-mobile-btn {
    position: absolute;
    left: 20px;
    top: 18px;
}

/* Menú centrado en una sola línea */
.nimue-desktop-menu {
    width: 100%;
    margin-top: 10px;
}

.nimue-desktop-menu ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Logo centrado debajo del menú */
.nimue-logo {
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

.nimue-logo a {
    display: inline-block;
}

/* Tamaño del logo */
.nimue-logo img {
    max-width: 300px;
    width: 130%;
}

/* Forzar tamaño del logo sin que Bootstrap lo limite */
#nimue-header .nimue-logo img {
    width: 200px !important;      /* AJUSTA AQUÍ EL TAMAÑO */
    max-width: 200px !important;  /* AJUSTA AQUÍ EL TAMAÑO */
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* --- GRID 3x2 para los premios --- */
.nimue-premios .premios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

/* Tarjeta individual */
.premio-card {
    background: transparent;
    border: none;
    padding: 0;
}

/* Imagen del premio */
.premio-card img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 12px auto;
    display: block;
    border: none !important;
    box-shadow: none !important;
}

/* Título */
.premio-card h3 {
    font-size: 18px;
    margin: 10px 0 5px 0;
    font-weight: 600;
}

/* Texto */
.premio-card p {
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

/* Efecto hover en premios */
.premio-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

body {
    background: #ffffff !important;
}

/* Tamaño correcto de la botella en Selección de la Semana */
.seleccion-semana img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* Forzar que los textos de los premios SIEMPRE se muestren */
.premio-card p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 10px !important;
    color: #333 !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

/* Asegurar que la tarjeta no recorte el contenido */
.premio-card {
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 10px !important;
}

/* --- Selección de la Semana --- */
.destacado-aura {
    padding: 50px 20px;
    text-align: center;
}

.destacado-aura .aura-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap; /* Para que en móvil se acomode vertical */
}

/* Imagen a la izquierda */
.destacado-aura img {
    max-width: 280px;
    width: 100%;
    border-radius: 8px;
}

/* Texto a la derecha */
.destacado-aura h3 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: left;
}

.destacado-aura p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 500px;
    text-align: left;
}

/* --- Nuestra Historia --- */
.nuestra-historia {
    text-align: center;
    padding: 50px 20px;
}

.historia-imagen img {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 25px auto;
    display: block;
    border-radius: 10px;
}

.historia-card {
    max-width: 900px;
    margin: 0 auto;
}

.historia-card p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: justify;
    overflow: visible !important;
}

/* --- Forzar que TODOS los <p> dentro de estas secciones se muestren --- */

/* Selección de la Semana */
.destacado-aura p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    color: #333 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/* Nuestra Historia */
.nuestra-historia p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    color: #333 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

/* --- ÚNETE A CAVA NIMUE WINE LOVERS --- */
.wine-lovers {
    text-align: center !important;
    padding: 60px 20px;
    width: 100%;
}

.wine-lovers h2,
.wine-lovers p {
    text-align: center !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 auto 20px auto;
    line-height: 1.5;
    max-width: 700px;
}

/* Centrar formulario */
.wine-lovers-form {
    max-width: 380px;
    margin: 0 auto !important;
    display: block !important;
}

/* Inputs y botón */
.wine-lovers-form input,
.wine-lovers-form button {
    width: 100% !important;
    padding: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    border-radius: 6px;
}

/* --- Forzar que el texto del párrafo en Wine Lovers se muestre --- */
.wine-lovers p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

/* --- Fondo blanco para el footer --- */
footer,
.footer,
.footerWidget {
    background: #ffffff !important;
}

/* --- Centrado total del footer --- */
footer * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Menú móvil oculto por defecto */
.nimue-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #ffffff;
    padding: 40px 20px;
    transition: right 0.3s ease;
    z-index: 9999;
}

/* Cuando se abre */
.nimue-mobile-menu.nimue-menu-open {
    right: 0 !important;
}

/* Estilos internos */
.nimue-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nimue-mobile-menu li {
    margin-bottom: 20px;
}

.nimue-mobile-menu a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

/* Permitir posicionar el botón dentro del header */
#nimue-header {
    position: relative;
}

/* Botón hamburguesa — posición final */
#nimueMobileBtn {
    position: absolute !important;
    top: 20px;
    right: 20px; /* ← cámbialo a left: 20px; si lo quieres a la izquierda */
    z-index: 10000 !important;
}

/* --- Footer: mostrar todos los textos --- */
footer,
.footerWidget,
.widget_area,
footer * {
    color: #333 !important;           /* Texto visible */
    visibility: visible !important;   /* Forzar visibilidad */
    opacity: 1 !important;            /* Evitar transparencia */
    display: block !important;        /* Evitar display:none */
    height: auto !important;          /* Evitar recortes */
    max-height: none !important;
    overflow: visible !important;
}

/* --- Fondo blanco --- */
footer,
.footerWidget {
    background: #ffffff !important;
}

/* --- Centrar todo el contenido --- */
footer * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* --- Evitar columnas rotas --- */
footer .sc_columns_item,
footer .widgetWrap,
footer .widget_area,
footer .columns_wrap {
    width: 100% !important;
    display: block !important;
    float: none !important;
}

/* --- Espaciado elegante --- */
footer {
    padding: 40px 20px !important;
}

.nimue-desktop-menu a {
    font-family: 'Laila', serif !important;
    font-weight: 500;
}

.nimue-mobile-menu a {
    font-family: 'Laila', serif !important;
}

h1, h2, h3 {
    font-family: 'Laila', serif !important;
}

.premium-text {
    font-family: 'Laila', serif !important;
}

/* ================================
   CALENDARIO NIMUE – ESTILOS
================================ */

.nimue-calendar {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

.nimue-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Laila', serif;
    font-size: 20px;
}

.nimue-calendar-header button {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #333;
}

.nimue-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.nimue-calendar-day-name {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    font-family: 'Laila', serif;
}

.nimue-calendar-day {
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Laila', serif;
}

.nimue-calendar-day.disponible {
    background: #d4af37;
    color: white;
    cursor: pointer;
}

.nimue-calendar-day.limitado {
    background: #e8c96f;
    color: #333;
}

.nimue-calendar-day.lleno {
    background: #999;
    color: white;
}

.nimue-calendar-day.no-disponible {
    background: #eee;
    color: #aaa;
}

/* Colores del calendario */
.nimue-calendar-day.disponible {
    background: #3fa93f !important; /* verde */
    color: white !important;
}

.nimue-calendar-day.limitado {
    background: #d4af37 !important; /* dorado */
    color: #333 !important;
}

.nimue-calendar-day.lleno {
    background: #aa4444 !important; /* rojo */
    color: white !important;
}

.eventos-nimue {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
    display: block !important;
    position: relative;
    z-index: 2;
}

.evento-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

.bodega {
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

body {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

.bodega,
.disponibilidad-nimue,
.eventos-nimue,
.imagen-final-eventos {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* Colores del calendario */
.nimue-calendar-day.disponible {
    background: #3fa93f !important;
    color: white !important;
}

.nimue-calendar-day.limitado {
    background: #d4af37 !important;
    color: #333 !important;
}

.nimue-calendar-day.lleno {
    background: #aa4444 !important;
    color: white !important;
}

.nimue-calendar-day.no-disponible {
    background: #eee !important;
    color: #aaa !important;
}

.calendar-legend {
    text-align: center;
    margin-top: 15px;
    font-family: 'Laila', serif;
}

.legend-item {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 6px;
    border-radius: 6px;
    font-size: 14px;
    color: white;
}

.legend-item.disponible { background: #3fa93f; }
.legend-item.limitado { background: #d4af37; color: #333; }
.legend-item.lleno { background: #aa4444; }

.eventos-nimue {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
    display: block !important;
    position: relative;
    z-index: 5;
}

.evento-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

.evento-fecha-box {
    text-align: center;
    background: #d4af37;
    color: white;
    padding: 10px;
    border-radius: 10px;
    width: 80px;
}

.evento-info h3 {
    font-family: 'Laila', serif;
    margin-bottom: 10px;
}

.evento-boton {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background: #d4af37;
    color: white;
    border-radius: 6px;
    text-decoration: none;
}

/* ============================================
   🔥 FIX GLOBAL — EVITAR EMPUJE A LA IZQUIERDA
   ============================================ */

html, body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Progressive mete márgenes negativos en wrappers invisibles */
body > div,
body > section,
body > header,
body > footer {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
}

/* El hero estaba siendo empujado por estilos heredados */
.bodega {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
}

/* Secciones principales */
.disponibilidad-nimue,
.eventos-nimue,
.imagen-final-eventos {
    width: 80% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

.calendar-legend {
    text-align: center;
    margin-top: 15px;
    font-family: 'Laila', serif;
}

.legend-item {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 6px;
    border-radius: 6px;
    font-size: 14px;
    color: white;
}

.legend-item.disponible { background: #3fa93f; }
.legend-item.limitado { background: #d4af37; color: #333; }
.legend-item.lleno { background: #aa4444;
}

.gallery-grid-4x4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 30px;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.gallery-label {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
