/* ============================================
   FIX GLOBAL — EVITAR EMPUJE A LA IZQUIERDA
============================================ */

html, body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

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;
}

/* ============================================
   HERO
============================================ */

.bodega {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
}

/* ============================================
   CALENDARIO
============================================ */

.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;
}

/* Colores */
.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;
}

/* Leyenda */
.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
============================================ */

.eventos-nimue {
    width: 60%;
    max-width: 900px;
    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 — MOSTRAR TEXTO OCULTO POR PROGRESSIVE
============================================ */

/* Subtítulo principal */
.subTitle .main {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    height: auto !important;
    display: block !important;
    color: #333 !important;
    text-align: center !important;
    margin: 20px auto !important;
    font-family: 'Laila', serif !important;
    font-size: 20px !important;
}

/* Contenedor de eventos */
.eventos-nimue,
.eventos-lista,
.evento-card,
.evento-info {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
}

/* Textos dentro de las tarjetas */
.evento-detalle,
.evento-descripcion,
.evento-nombre {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    height: auto !important;
    color: #333 !important;
    font-family: 'Laila', serif !important;
}

/* Botón Reservar */
.evento-boton {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: inline-block !important;
}

/* Tarjeta negra elegante */
.evento-card {
    background: #1a1a1a;
    color: #ffffff;
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

/* Textos */
.evento-nombre {
    font-size: 22px;
    margin-bottom: 10px;
}

.evento-detalle,
.evento-descripcion {
    color: #e6e6e6;
}

/* Botón */
.evento-boton {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #d4af37;
    color: #1a1a1a;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

/* Tarjeta negra elegante */
.evento-card {
    background: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

/* Reducir tamaño general de las tarjetas */
.evento-card {
    padding: 13px 18px;   /* antes 25px */
    margin-bottom: 20px;  /* antes 30px */
    border-radius: 10px;  /* más compacto */
}

/* Reducir espacio entre fecha y textos */
.evento-card .evento-fecha-box {
    margin-right: 15px;
}

/* Reducir tamaño de textos */
.evento-card .evento-nombre {
    font-size: 18px;
    margin-bottom: 6px;
}

.evento-card .evento-detalle,
.evento-card .evento-descripcion {
    font-size: 14px;
    line-height: 1.3;
}

.evento-card {
    padding: 8px 13px;
}
