@media(max-width: 1680px) {
    header nav ul {
        column-gap: 58px;
    }

    #solucoes .centro {
        padding-left: 20px;
    }

    #pag_historia #historia .card-escura {
        column-gap: 20px;
    }

    #pag_historia #historia .boito-armas {
        column-gap: 20px;
        width: calc(100% - 60px);
    }

    footer .top {
        display: flex;
        column-gap: unset;
        justify-content: space-between;
    }
}

@media(max-width: 1467px) {
    header nav ul {
        column-gap: 42px;
    }

    #processo .centro {
        padding-left: 40px;
        gap: 0px
    }

    #processo .centro .esquerda {
        max-width: 470px;
    }

    #pag_historia #historia .card-escura {
        max-width: calc(100% - 60px);
    }

    #pag_historia #historia .bloco-historia {
        grid-template-columns: 1fr;
        max-width: calc(100% - 460px);
        gap: 50px;
    }

    #pag_historia #historia .bloco-historia__texto {
        order: 1;
    }

    #pag_historia #historia .bloco-historia__img {
        order: 2;
        width: 100%;
        height: auto;
    }

    #historia .centro,
    #pag_historia #historia .card-escura {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #pag_historia #historia .card-escura {
        grid-template-areas: "texto" "foto";
        height: auto;
    }

    #pag_historia #historia .card-escura .foto {
        justify-self: center;
        max-width: 700px;
        height: auto;
    }

    #historia .centro .esquerda {
        display: flex;
        flex-direction: column;
        padding: 30px 20px;
    }

    #pag_historia #historia .card-escura .texto {
        display: flex;
        flex-direction: column;
    }

    #historia p,
    #pag_historia #historia .card-escura .texto {
        max-width: unset;
    }

    #historia .bt_padrao {
        align-self: end;
        margin-top: 25px;
    }

    #pag_historia #historia .amantino-inox {
        grid-template-columns: 1fr;
    }

    #pag_historia #historia .ai__texto {
        order: 1;
    }

    #pag_historia #historia .ai__imagem {
        justify-self: center;
        order: 2;
        width: 100%;
        max-width: 700px;
        height: auto;
    }
}

@media(max-width: 1367px) {

    header .top,
    header nav ul {
        display: none;
    }

    header .centro {
        background-color: #2b2b2b;
    }

    header .bt_menu_mobile {
        display: block;
    }

    #banner .conteudo {
        max-width: 95%;
        padding: 45px 30px;
        gap: 30px;
    }

    #pag_historia #historia .hero .mask_img {
        height: 590px;
        border-radius: 0 0 18px 18px;
    }

    #pag_historia #historia .boito-armas {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    #pag_historia #historia .ba__grupo-fotos {
        order: 2;
    }

    .listagem_certificados li {
        gap: 40px;
    }

    #pag_solucoes .listagem_solucoes li {
        display: flex;
        column-gap: 30px;
    }

    #processos_agregados .centro {
        width: calc(100% - 30px);
    }

    #processos_agregados ul {
        grid-template-columns: repeat(3, 250px);
    }

    #etapas-projeto .centro {
        grid-template-columns: 1fr;
        row-gap: 60px;
        width: calc(100% - 80px);
    }

    .tabela-scroll {
        width: 100%;
        overflow-x: auto;
    }

    .img-ligas {
        display: block;
        min-width: 900px;
        max-width: none;
        height: auto;
        margin: 0;
    }
}

@media(max-width: 1000px) {
    #etapas-projeto {
        padding-bottom: 0px;
    }

    #etapas-projeto .grade {
        grid-template-columns: 1fr;
        grid-template-areas:
            "passo1"
            "foto1"
            "passo2"
            "foto2"
            "passo3"
            "foto3"
            "passo4"
            "foto4"
            "passo5"
            "foto5"
            "passo6"
            "foto6"
            "passo7"
            "foto7"
            "passo8"
            "foto8";
        row-gap: 15px;
    }

    #etapas-projeto .passo,
    #etapas-projeto .passo.narrow {
        max-width: 100%;
    }

    #etapas-projeto .foto {
        margin-bottom: 45px;
    }

    #banner .mask_img {
        height: 400px;
    }

    #banner p {
        color: #ffffff;
        font-weight: 400;
        font-size: 19px;
        line-height: 24px;
    }

    #solucoes .centro {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 30px;
        max-width: calc(100% - 40px);
        padding-left: 0;
    }

    .cores {
        grid-template-columns: 1fr;
    }

    #processo .centro {
        box-sizing: border-box;
        grid-template-columns: 1fr;
        padding: 50px 20px 20px 20px;
        gap: 120px;
    }

    #processo .centro .esquerda {
        max-width: unset;
    }

    #processo .mask_img {
        width: 100%;
        margin-right: 0;
        border-radius: 26px;
    }

    #processos_agregados li h3 {
        text-align: center;
    }

    #pag_historia #historia .bloco-historia {
        grid-template-columns: 1fr;
        max-width: calc(100% - 160px);
        gap: 50px;
    }

    #pag_historia #historia .mmq__lista {
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin: 0 10px;
    }

    #pag_solucoes #banner {
        width: calc(100% - 40px)
    }

    #pag_solucoes #banner .centro {
        box-sizing: border-box;
        grid-template-columns: 1fr;
        height: 571px;
        padding: 150px 10px 0 10px;
    }

    #pag_solucoes #banner .mask_video {
        position: relative;
        width: 100%;
        transform: translateY(30px);
    }

    #processos_agregados ul {
        grid-template-columns: 1fr;
        row-gap: 30px;
        align-items: start;
        justify-content: space-between;
    }

    #pag_solucoes #solucoes .centro {
        padding-top: 112px;
        padding-bottom: 30px;
    }

    #pag_solucoes .listagem_solucoes {
        row-gap: 40px;
    }

    #pag_solucoes #solucoes_cards .centro {
        padding-top: 250px;
    }

    #vantagens {
        background: linear-gradient(to bottom, #ef7d00 63%, #2b2b2b 63%);
    }

    #vantagens .quadro {
        width: min(1760px, calc(100% - 40px));
        padding: 30px 15px;
    }

    #vantagens .quadro .listas {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #vantagens .quadro ul.coluna {
        row-gap: 30px;
    }

    #vantagens .quadro ul.coluna:nth-child(2) {
        margin-top: 0;
    }

    .notas {
        margin: 20px auto 30px auto;
        font-size: 16px;
        line-height: 1.3;
    }

    .tolerancias-gerais {
        grid-template-columns: 1fr;
        margin: 0;
    }

    .Graus_de_precisao {
        justify-self: center;
        width: calc(100% - 40px);
        padding-top: 25px;
    }

    footer .top {
        flex-direction: column;
        gap: 60px;
    }
}

@media(max-width: 750px) {
    #banner .conteudo {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    #pag_solucoes .listagem_solucoes {
        row-gap: 55px;
    }

    #pag_solucoes .listagem_solucoes li {
        row-gap: 20px;
        flex-direction: column-reverse;
    }

    #pag_solucoes .listagem_solucoes li:nth-of-type(even) {
        flex-direction: column-reverse;
    }

    #pag_solucoes .listagem_solucoes li>div {
        width: 70%;
    }
}

@media(max-width: 600px) {
    header .centro {
        grid-template-columns: 265px 1fr 110px;
    }

    header .logo a {
        background-size: 200px;
    }

    #banner h2 {
        font-size: 35px;
    }

    #banner h2 i {
        font-size: 47px;
    }

    #banner h2 strong {
        font-size: 40px;
    }

    #pag_historia #historia .card-wrapper {
        margin: 0 auto 35px;
    }

    #pag_historia #historia .bloco-historia__texto p {
        margin: 0;
    }

    #pag_historia #historia .bloco-historia {
        max-width: calc(100% - 40px);
        gap: 35px;
    }

    #pag_historia #historia .mmq {
        margin: 18px auto 20px;
    }

    #pag_historia #historia .faixa-industrial {
        padding: 20px 0 60px 0;
    }

    #solucoes p:not(.listagem_solucoes p) {
        font-size: 18px;
        line-height: 25px;
    }

    .listagem_solucoes li p {
        font-size: 15px;
        line-height: 22px;
    }

    #processo .bt_padrao {
        margin-top: 20px;
    }

    #processo .centro {
        padding: 30px 20px 20px 20px;
        gap: 60px;
    }

    #processo p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 25px;
    }

    #precisao .centro {
        max-width: 95%;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #precisao p {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
    }

    #pag_historia #historia .hero .mask_img {
        height: 320px;
    }

    #historia .centro,
    #pag_historia #historia .card-escura {
        max-width: calc(100% - 40px);
        padding: 0;
    }

    #pag_historia #historia .card-escura {
        max-width: calc(100% - 25px);
        margin: -50px auto 0;
    }

    #historia .centro .esquerda,
    #pag_historia #historia .card-escura .texto {
        padding: 30px;
    }

    #historia p,
    #pag_historia #historia .card-escura .texto p {
        font-size: 15px;
        line-height: 22px;
    }

    #pag_historia #historia .mmq__texto {
        margin-top: 10px;
        font-size: 15px;
    }

    #pag_historia #historia .amantino-inox {
        width: calc(100% - 60px);
        margin: 0 auto 10px;
    }

    #pag_historia #historia .ba__grupo-fotos {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    #pag_historia #historia .ba__coluna {
        width: 100%;
    }

    #pag_historia #historia .ba__coluna img:first-child,
    #pag_historia #historia .ba__coluna img:last-child {
        width: 100%;
        height: auto;
    }

    #etapas-projeto {
        padding-top: 40px;
    }

    #etapas-projeto h2 {
        font-size: 37px;
        line-height: 1;
    }

    #etapas-projeto .centro {
        row-gap: 30px;
    }

    #etapas-projeto .passo p {
        font-size: 17px;
        line-height: 24px;
    }

    .notas {
        font-size: 14px;
    }

    .faixa-topo {
        width: calc(100% - 30px);
    }

    #certificados {
        margin-top: 30px;
    }

    #certificados .centro {
        padding-bottom: 40px;
    }

    .listagem_certificados {
        row-gap: 40px;
    }

    .listagem_certificados li,
    .listagem_certificados li:nth-of-type(odd) {
        flex-direction: column-reverse;
    }

    .listagem_certificados li>div {
        width: 80%;
    }

    .listagem_certificados li:nth-of-type(odd) img,
    .listagem_certificados li:nth-of-type(even) img {
        object-position: center;
    }

    .listagem_certificados li p {
        font-size: 18px;
        line-height: 24px;
    }

    #pag_solucoes .listagem_solucoes li>div {
        width: 90%;
    }

    #pag_solucoes #solucoes_cards .centro {
        box-sizing: border-box;
        padding-top: clamp(250px, calc(586px - 56vw), 390px);
        padding-bottom: 30px;
    }

    #pag_solucoes .listagem_solucoes li h3 {
        font-size: 38px;
    }

    #pag_solucoes .listagem_solucoes li p {
        font-size: 18px;
        line-height: 23px;
    }

    #processos_agregados {
        padding: 30px 0;
    }

    #processos_agregados .centro {
        padding: 30px 20px;
    }

    #processos_agregados li p {
        font-size: 17px;
        line-height: 1.3;
    }

    #vantagens .quadro li {
        font-size: 21px;
    }

    #vantagens h2 {
        margin: 0 0 25px;
        padding-left: 30px;
        font-size: 37px;
        line-height: 1.2;
    }

    .Tolerancias {
        min-width: 683px;
    }

    footer .centro {
        max-width: calc(100% - 30px);
        padding: 0 30px;
    }
}