#intro {
    background-image: url('../img/consultorio.jpg');
    height: 400px;
}

@media (min-width: 576px) {
    #intro {
        height: 600px;
    }
}



.table>tbody {
    vertical-align: middle;
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    height: 21px;
}

.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
    background-color: #ff8ea1;
    color: #084154;
    border-radius: 5px;
    font-size: 11px;
    padding: 1px;
}

.fc-day-today {
    font-weight: 800;
}

.fc-initial-day {
    font-weight: 800;
}

.fc-day-today {
    background-color: rgb(251, 250, 139) !important;
}   


.fc-toolbar {
    font-size: .8em;
}
.fc-toolbar h2 {
    font-size: 8px;
    white-space: normal !important;
}

/*.table>:not(caption)>*>* {
    padding: 2px;
}*/

@media (max-width: 767px){
    .dataTables_length {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left !important;
        -webkit-box-pack: center;
    }
    .dataTables_filter {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: right !important;
        -webkit-box-pack: center;
    }
}

.carousel-text {
    background-color: #fbfbfb96 !important;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    padding:5px;
}

.img-relleno {
    background-color:#d4d4d4; 
    height:280px;
}

@media (min-width: 576px) {
    .img-relleno  {
        height: 110px;
    }
}
