.acf-block-preview #reportes-financieros {

}

@media (max-width: 767.98px) {

    #reportes-financieros #myTab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    #reportes-financieros #myTab::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

    #reportes-financieros #myTab .nav-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }

}