@media (max-width: 450px) {
    nav ul {
        display: none;
    }

    .logoHeaderWrapper {
        width: 70%;
        /* border: 1px solid red; */
    }

    .logoHeaderContainer {
        clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
    }

    .imagemDestaqueBlocoUm {
        width: 100%;
        height: 80%;

        top: 38px;

        object-fit: contain;
    }

    .imagemDestaqueBlocoUm img {
        object-fit: cover;
    }

    .chamadaBlocoUm {
        padding-left: 5px;
        padding-bottom: 80px;

        width: 100%;
        height: 500px;
    }

    .chamadaBlocoUmContainer {
        background-color: #fff;
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;

        left: 0;

        padding: 10px 0;
    }

    .chamadaBlocoUmContainer h1 {
        font-size: 15px;
    }

    .chamadaBlocoUmContainer .retanguloChamada {
        font-size: 15px;
        width: 280px;
    }
    .botaoRecebaCatalogo{
        width: 250px;
        height: 30px;
    }

    .blocoDois {
        margin: 130px 0 0 0;
        /* border: 1px solid red; */
    }

    .containerTextoSobre {
        /* border: 1px solid blue; */

        flex-direction: column;
    }

    .textoBlocoDois {
        width: 100%;
        padding-left: 0px;

        padding: 0 20px;
    }

    .textoBlocoDois p {
        width: 100%;
    }

    .imagemBlocoDois {
        width: 100%;
    }

    .imagemBlocoDois img {
        width: 80%;
        height: 80%;
    }

    .containerValorMissaoVisao {
        flex-direction: column;
        align-items: center;

        height: auto;
        padding: 100px 0 0;
        margin-top: 50px;
    }

    .containerValorMissaoVisao article {
        width: 100%;
        margin-bottom: 100px;
    }

    .blocoQuatro {
        height: auto;
    }

    .imagemDestaqueBlocoQuatro {
        width: 900px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
    }

    .textoPersonalizado {
        width: 620px;
        height: auto;

        padding: 30px 20px;

        text-align: center;
    }

    .blocoCinco iframe {
        width: 300px;
        height: 300px;
    }

    .mapsContatos {
        width: 350px;
    }

    #formularioContato {
        width: 350px;

        margin-top: 50px;
    }

    #formularioContato h2 {
        font-size: 30px;
    }

    .dadosContatosContainer {
        padding: 80px 0;
    }

    .containerRodape {
        justify-content: center;

        height: auto;
    }

    .logoRodape {
        width: 300px;

        padding: 50px;
    }

    .linksUteis {
        width: 300px;
        height: 100px;

        align-items: center;
        justify-content: center;
    }

    .textoRodape {
        align-items: center;
        justify-content: center;

        width: 400px;
        height: 300px;
    }

    .redesSociais {
        margin: 20px 0;
    }
}