@media (min-width:800px) {
    header .navbar {
        display: none;
    }
}

@media (max-width:768px) {

    #menuLateral {
        display: none;
    }

    .banner-new {
        background: var(--color-primary);
        position: relative;
        display: block;
        height: max-content;
    }

    .banner-conteudo {
        position: relative;
        top: 0;
        left: 0;
        padding: 1rem;
    }

    .banner-new img.bg {
        display: none;
    }

    .administrador {
        align-items: flex-start;
    }

    .altera-lingua-menu {
        position: relative;
        background-color: var(--color-primary);
        justify-content: center;
    }

    h1 {
        font-size: 2.488rem;
    }

    h2 {
        font-size: 2.074rem;
    }

    h3 {
        font-size: 1.728rem;
    }

    h4 {
        font-size: 1.44rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    header .navbar {
        display: block;
    }
}