#puntos-valores-table-detalle tbody td:nth-child(3){ text-align: right;}

.fc-scrollgrid-sync-table , .fc-col-header { 
    width: 98% !important; 
}

.fc .fc-scroller-liquid-absolute{
    position: none !important;
}

.content_lateral_style {
    background-color: #014f6e; 
    min-height: 1300px; 
    width: 300px; 
    color: white;
}

.carousel_img { 
    height: 500px;
    object-fit: cover;
}

.footer_style {
    background-color: #6FA088; 
}

.dot_style { 
    width: 20px;
    height: 20px;
}

.dot_red_style {
    background-color: red; 
}

.dot_blue_style {
    background-color: rgba(68, 125, 247, 0.2); 
}

.dot_green_style {
    background-color: rgba(68, 247, 125, 0.2); 
}

.dot_yellow_style {
    background-color: rgba(255, 166, 0, 0.2); 
}


@media only screen and (max-width: 810px) {
    #content_flex {
        flex-direction: column;
    }
    .content_lateral_style { 
        min-height: min-content; 
        width: 100%;  
        padding: 10px;
    }
    .carousel_img { 
        height: 250px; 
    }

    .footer_style { 
        margin-top: 170px;
    }

    .footer_style>div {
        flex-direction: column;
        font-size: small;
        text-align: center;
    }
    .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
        flex-direction: column;
    }
    .title_sm {
        font-size: small;
    }
}