@media (max-width:1200px) {
    .barra__topo .container {
        justify-content: flex-end;
    }

    .barra__topo h1 {
        display: none;
    }

    header .menu-header-container {
        display: none !important;
    }

    .principal__header .menu__header {
        justify-content: flex-end;
        gap: 20px;
        width: fit-content;
        float: right;
        padding: 15px;
    }

    .chamaResponsivo {
        display: flex !important;
        width: 50px;
        height: 50px;
        background: var(--azul);
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    section.slider .item img {
        height: 550px;
        object-fit: cover;
    }

    section.slider .item h2 {
        font-size: 24px;
        padding: 0 30px;
    }

    p.endereco_mobile {
        display: none !important;
    }
}

@media (max-width:991px) {

    .barra__topo .dados p.endereco,
    section.title__page .left::before {
        display: none;
    }

    p.endereco_mobile {
        display: flex !important;
    }

    section.title__page h1 {
        font-size: 30px;
        line-height: 120%;
        text-align: center;
    }

    body.page-template-template-sobre section.sobre__home {
        background-size: cover !important;
        padding-top: 60px !important;
        background: #f1f1f1;
    }

    section.title__page .left {
        padding: 0 15px;
        text-align: center;
    }

    section.title__page .header__cta {
        margin-top: 60px;
        width: 100%;
    }

    .sobre__home p {
        padding-right: 0;
    }

    .listagem__produtos {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:767px) {

    .principal__header .container .row {
        margin: 0px -15px;
    }

    section.slider .item img {
        height: 400px;
    }

    section.slider .item h2 {
        font-size: 16px;
        padding: 0 40px;
        line-height: 120%;
    }

    .pagina__produtos .row.principal h2 {
        margin-top: 10px;
    }

    p.endereco_mobile {
        display: none !important;
    }

    .sobre__home {
        padding: 130px 0;
    }

    .sobre__home img {
        margin-top: 30px;
    }

    .row__numeros {
        gap: 30px 0;
    }

    .row__numeros h6 {
        line-height: 24px;
    }

    .pagina__produtos .row.principal > div:last-child {
        padding-left: 15px;
    }

    section.catalogo .container {
        flex-wrap: wrap;
    }

    section.catalogo h2 {
        padding-left: 0;
        padding-top: 150px;
        background-position: center top;
    }

    section.catalogo h2,
    section.catalogo h2 strong {
        text-align: center;
    }

    section.catalogo h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    section.catalogo a {
        margin: auto;
        margin-top: 15px;
    }

    footer .sobre {
        padding: 30px;
    }

    footer .categorias {
        padding: 60px 30px;
    }

    footer .categorias .col-md-6:nth-child(2) {
        margin-top: 30px;
    }

    footer .categorias::after {
        width: 100vw;
    }

    footer .copy .col-md-12 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

    section.atendimento__nacional .title__home {
        margin-top: 0 !important;
    }

    section.atendimento__nacional .content {
        padding-top: 60px;
    }

    section.atendimento__nacional .content img {
        margin-top: 30px !important;
    }

    .pagina__produtos .col-md-3 {
        order: 2;
    }

    .pagina__produtos .col-md-9 {
        order: 1;
    }

    .listagem__produtos {
        grid-template-columns: repeat(1, 1fr);
    }

    .categoria__produto {
        margin-top: 30px;
    }

    .fale__conosco .formulario {
        margin-top: 0 !important;
    }

    .contatos__lista {
        flex-wrap: wrap !important;
    }

    .categorias__sidebar {
        margin-top: 0;
    }

    .formulario .col-md-6,
    .formulario .col-md-4 {
        margin-bottom: 20px;
    }

    section.estrutura img {
        margin-bottom: 15px;
    }

    .sobre__home .content,
    .boxes__produtos {
        padding: 30px;
    }
}