.titulo-cuadro {
    color:#24135fd5;
}
.fc-toolbar-title::first-letter {
    text-transform: uppercase;
}
.col_event_day {
    background-color: #d0d0d052;
    border-top: .5px rgba(128, 128, 128, 0.479) solid;
    border-left: .5px rgba(128, 128, 128, 0.479) solid;
    border-right: .5px rgba(128, 128, 128, 0.479) solid;
}
.col_event_hour {
    background-color: white;
    border: .5px rgba(128, 128, 128, 0.479) solid;
}
.send-btn{
    background-color: #24135f;
    color:white;
}
.send-btn:hover{
    background-color: #24135fd5;
    color:white;
}
.btn-danger{
    background-color: #b33e49!important;
}