/* Laptop */
@media (max-width:1024px) {
    .container-elementos-header {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .container-elementos-conteudosPrincipais {
        display: flex;
        justify-content: space-around;
        width: 830px;
        height: auto;
    }

    .botao {

        max-width: 20.5063rem;
        width: 80%;
    }

    .container-elementos-footer {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }


}


@media (max-width:856px) {

    .container-elementos-conteudosPrincipais {
        max-width: 800px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;

    }

    .footer {
        height: auto;
        max-width: 860px;
        width: 100%;
    }

    .container-elementos-footer {
        display: flex;
        flex-direction: column;
        margin: 3% auto;
        gap: 1.125rem;
    }


    .container-logos {
        width: 320px;
        display: flex;
        justify-content: space-between;
    }

    .container-elementos-agrupados {
        width: 320px;
        display: flex;
        justify-content: space-between;
    }

}


@media(max-width:650px) {


    .cabecalho {
        display: flex;
        height: auto;


    }

    .container-elementos-header {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.25rem 0;
    }

    .label-pesquisa {
        max-width: 300px;
        width: 70%;
    }



    .container-elementos-footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 1.25rem;
    }

    .container-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 1.25rem
    }


    .container-elementos-agrupados {
        display: flex;
        flex-direction: column-reverse;
        gap: 1.25rem;
    }
}

@media(max-width:425px) {



    .container-elementos-header {
        max-width: 400px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 4%;

    }

    .titulo-principal {
        display: none;
    }

    .container-elementos-conteudosPrincipais {
        width: 100%;
        max-width: 300px;
        margin: 10% auto;
    }

    .container-elemento-conteudo {
        max-width: 425px;
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .elemento-subtitulo {
        margin: 6%;

    }

    .elemento-texto {
        width: 80%;
        display: flex;
        align-items: center;
        text-align: justify;
        margin: 6%;
    }

    .botao {

        width: 95%;
        margin: auto 1% 20% 3%;
    }


 }