@media (max-width: 991px){

    #myTab {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    #myTab .nav-item {
        flex: 0 0 auto;
    }

}
/* ===== PROGRAMACAO RESPONSIVA BS4 ===== */

@media (max-width: 991px){

    .programacao-wrapper{
        display:flex;
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling: touch;
    }

    .programacao-wrapper .row{
        flex-wrap: nowrap;
        width: max-content;
        margin-left:0;
        margin-right:0;
    }

    .programacao-col{
        flex:0 0 260px;
        max-width:260px;
    }

}
