/* Estilo de transición para el evento */
.fc-event-container {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Estilo cuando se pasa el puntero */
.fc-event-container:hover {
    background-color: lightgray !important;
    transform: scale(1.05);
}

/* Estilo cuando se hace clic */
.fc-event-container:active {
    transform: scale(0.95);
}

.TextCalendar {
    color: #0b4e8b;
    text-align: center;
    font-weight: 600;
}

.asientosCalendar {
    color: #4b4e52;
    text-align: center;
    font-weight: 400;
    font-size: 0.8em;
}

.d-none {
    display: none;
}

.fc-center h2 {
    color: #8ebf29 !important;
    font-size: 25px !important;
}

.fc-widget-header {
    color: #fff;
    background-color: #3575d3;
}

.fc button .fc-icon {
    color: #3575d3 !important;
}