.fc .fc-toolbar-title {
    text-transform: capitalize;
}

.fc .fc-button-primary {
    background-color: #99150f;
    border-color: #99150f;
}

.fc .fc-button-primary:disabled {
    background-color: #ede4d6;
    border-color: #99150f;
    color: #99150f;
    opacity: 1;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #ede4d6;
    border-color: #99150f;
    color: #99150f;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover {
    background-color: #99150f;
    border-color: #99150f;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(237, 228, 214, 0.75);
}

.fc-col-header-cell.fc-resource {
    vertical-align: middle !important;
}
.fc-col-header-cell.fc-resource .fc-scrollgrid-sync-inner {
    min-height: 43px;
    display: grid;
    align-content: center;
}

/* EVENTO */
.fc-h-event,
.fc-v-event {
    background-color: #99150f;
    border-color: #99150f;
    border-radius: 3px;
}
.fc-timeline-event .fc-event-main {
    overflow: hidden !important;
}
