@media (max-width: 900px ) {
    #habborp > .container > .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .col {
        flex: auto !important;
    }

    #habborp > .footer > .container > .row > .col {
        font-size: 14px;
        text-align: center;
        justify-content: center !important;
    }

    #habborp > .equipe > .row > .col {
        display: flex !important;
        flex-direction: column !important;
    }

    #habborp > .subnav > .container > .navbar-d-flex {
        padding: 0px;
    }
}

@media (max-width: 628px) {
    #header {
        width: 100%;
        height: 198px;
        display: flex;
        align-items: center;
        background-position: 990px -50px;
        background-size: auto;
        image-rendering: pixelated;
    }

    #habborp > .container > .row > .col > .manutencao > .text {
        color: var(--habborp-text-white);
        font-size: 45px !important;
        font-style: normal;
        font-weight: 200;
        line-height: 65px;
    }

    #habborp > .container > .row > .col > .manutencao > .text > b {
        font-size: 57px;
        font-style: normal;
        font-weight: 800;
        line-height: 65px;
    }

    #bodyManutencao::before {
        content: '';
        background-image: url(https://i.imgur.com/V8bzFOa.png);
        display: block;
        width: 510px;
        height: 381px;
        background-repeat: no-repeat;
        position: absolute;
        float: right;
        right: 50px;
        bottom: 20px;
        opacity: 0.1;
    }

    #habborp > .equipe > .row > .col {
        display: flex !important;
        flex-direction: column !important;
    }

    #habborp > .subnav > .container > .navbar-d-flex {
        padding: 0px;
    }

    .padding-mobile {
        padding: 0 !important;
    }
}