@media screen and (max-width: 900px) {
    .bg-fixed {
        background-attachment: unset !important;
    }

    .d-mob {
        display: none !important;
    }

    .fixed-top .navbar-brand {
        display: none !important;
    }

    .navbar-toggler {
        background-color: #fff !important;
    }

    .navbar-brand {
        width: auto !important;
        height: auto;
        padding: 0px 40px;
        margin-top: 0px;
    }

    #banner-topo {
        background-position: center !important;
        padding: 80px 0px !important;
    }


}