/** calendario **/
.fc-daygrid-event{
    cursor: pointer !important;
}
.fc-h-event{
    border: 1px solid var(--fc-event-border-color, rgba(255, 147, 0, 0.82));   
    background-image: linear-gradient(180deg, rgba(255, 147, 0, 0.82) 0%, rgb(255, 255, 255) 100%) !important;
    color: #007bff !important;
}
.fc .fc-button-primary{
    background-color: var(--fc-button-bg-color, #007bff);
    border-color: var(--fc-button-border-color, #ffffff);
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:disabled{
    background-color: var(--fc-button-hover-bg-color, #4f4e4e);
    border-color: var(--fc-button-hover-border-color, #4f4e4e);
}
.fc .fc-button-primary:focus{
    box-shadow: none;
}
.fc-h-event .fc-event-main{
    color: #1d1d1e;
    font-weight: bold;
}
.fc-h-event:hover{
    opacity: 0.6;
    border: 1px solid var(--fc-event-border-color, #1d1d1e);   
}