/*CSS responsivo do evento*/
.fc .fc-event-custom {
    font-size: 9px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    padding: 2px;
}

/* Tablet */
@media (max-width: 768px) {
    .fc .fc-event-custom {
        font-size: 11px !important;
    }
}

/* Celular */
@media (max-width: 480px) {
    .fc .fc-event-custom {
        font-size: 9px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
