@media screen and (max-width: 992px) {
    .bter {
        display: flex !important;
        flex-direction: column;
        background-color: unset;
        position: fixed;
        z-index: 999;
        bottom: 0px;
        padding: 5px;
        width: 100%;
    }
    
    .bter .btn {
        display: flex !important;
        background-color: var(--secundario_1);
    }

    .bter .aceite_termos_home {
        padding: 10px 20px;
        background-color: var(--branco);
        border-radius: 10px;
        margin: 5px;
    }
}