.formulariohorario {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 5px;
    padding-bottom: 25px;
}

.v-event-draggable {
    text-align: center;
    color: white;
}
.detalle {
    color: white;
    text-align: center;
    background-color: #00a1d2;
    border-radius: 20px;
    max-width: 280px;
    float: right;
}
