body {
    background: url('../img/fondo.jpg') top left repeat;
}

#fullCalendar .fc-daygrid-day-number,
#fullCalendar .fc-col-header-cell-cushion  {
    text-decoration: none;
    color : #000;
}

.titulo-modal {
    font-size: 25px;
    font-weight: 450;
}

.fc-col-header-cell {
    background-color: #ffe0e0
}

.modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.w-loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 9999;
    opacity: 0.7;
}
.w-loading h1 {
    line-height: 100vh;
    color: #008175;
}

.hide {
    display: none !important;
}