
@media (max-width:1000px) {
    .principal {
        background: var(--background-inverted-color) !important;
        /* background: url("../home/assets/img/background-4.webp"); */
        text-align: center !important;
        color: var(--text-color) !important;
    }

    .BoxServicosSecundaria {
        left: 0 !important
    }

    .textoPrincipal {
        color: var(--white-color) !important
    }

    .principalOverlayer {
        background: linear-gradient(120deg, #0e3a81 25%, rgba(0, 212, 255, 0) 100%) !important;
    }

    .principalBotoes {
        padding: 15px 0 15px !important;
        width: 100% !important;
    }

    .header {
        height: 80px !important
    }


    .secundariaLeftground,
    .plataformaDeCreditoRightground {
        display: none !important;
    }
.BoxServicosPrimaria{
    width: auto !important;
}
    .avoidShape {
        justify-content: center !important;
    }

    /* .five-thSecoundSection {
        width: 100% !important;
        margin: 100px 80px 100px !important;
    } */

    .footer {
        flex-direction: column !important;
        padding: 60px 0 !important;
    }

    .quartenaria ul {
        flex-direction: column !important;
    }

    .principalOverlayer {
        justify-content: center !important;
    }

    .plataformaDeCreditoSubCopy {
        width: auto !important;
    }

    .plataformaDeCredito,
    .five-thBox {
        width: 90% !important;
    }

    .plataformaDeCreditoFaleConoscoButton {
        width: 100% !important;
        margin-left: 0 !important
    }

    .five-thFirstSection {
        margin-left: 0 !important
    }

    .five-thBoxBackground {
        justify-content: center !important;
    }

    .footer {
        flex-direction: column !important;
        justify-content: space-evenly !important;
    }

    .footer address {
        margin-top: 30px !important;
    }

    .Content {
        margin: 0 !important;
        text-align: center !important;
        padding: 0 5% !important;
    }

    .footer-copy {
        width: auto !important;
        padding: 0 5% !important;
    }
}