@media(max-width: 1551px) {
    #banner .mask_img {
        height: 700px;
    }
    #infos .centro {
        height: fit-content;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 61px;
    }
    #infos ul li {
        padding-top: 100px;
    }
    #infos ul .li1 {
        background-size: 70px;
    }
    #infos ul .li2 {
        background-size: 82px;
    }
    #infos ul .li3 {
        background-size: 73px;
    }
    #infos ul .li4 {
        background-size: 62px;
    }
    #infos h2,
    #infos h3 {
        font-size: 20px;
        line-height: 23px;
    }
    #sobre a, #contato .bottom a,
    .bt_whats,
    #contato .esquerda a {
        height: 55px;
        font-size: 20px;
    }
    #sobre h3 b {
        font-size: 42px;
        line-height: 52px;
    }
}
@media(max-height: 800px) and (min-width: 1000px) {
    #projetos .mask_img {
        height: 200px;
    }
    #projetos article {
        padding-bottom: 25px;
    }
    #projetos h4 {
        margin-top: -10px;
    }
    header .logo {
        width: 120px;
        height: 65px;
    }
}
@media(max-height: 650px) and (min-width: 1000px) {
    #formulario h2 {
        font-size: 58px;
    }
    #formulario .titulo small {
        font-size: 44px;
    }
    #formulario .titulo span {
        font-size: 138px;
        line-height: 100px;
    }
    #formulario h3 {
        font-size: 34px;
        line-height: 42px;
    }
    #formulario p {
        font-size: 20px;
        line-height: 26px;
    }
    #formulario form input, #formulario form select,
    #formulario form button[type="submit"] {
        height: 38px;
    }
    /*#sobre h3 {
        font-size: 50px;
        line-height: 45px;
    }
    #sobre h3 b {
        font-size: 70px;
        line-height: 95px;
    }*/
    /*#sobre .logo_ecosul {
        width: 400px;
        height: 172px;
    }*/
}
@media(max-width: 1000px) {
    header .centro {
        padding: 20px 0;
    }
    header nav {
        display: none;
    }
    header .logo {
        width: 130px;
        height: 70px;
    }
    header .sociais a {
        width: 32px;
        height: 32px;
    }
    .centro {
        max-width: calc(100% - 80px);
    }
    #banner .mask_img {
        height: auto;
    }
    #infos .centro {
        padding: 30px;
        margin-top: 20px;
    }
    #infos ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    #infos ul li {
        min-height: 50px;
        padding-top: 0;
        padding-left: 54px;
    }
    #infos ul .li1 {
        background: url(../imagens/reducao.png) center left no-repeat;
        background-size: 38px;
    }
    #infos ul .li2 {
        background: url(../imagens/economia.png) center left no-repeat;
        background-size: 41px;
    }
    #infos ul .li3 {
        background: url(../imagens/vida_util.png) center left no-repeat;
        background-size: 41px;
    }
    #infos ul .li4 {
        background: url(../imagens/valorizacao.png) center left no-repeat;
        background-size: 35px;
    }
    #infos h2, #infos h3 {
        font-size: 17px;
        line-height: 20px;
        text-align: left;
    }
    #formulario .centro {
        grid-template-columns: 1fr 320px;
        padding: 60px 0;
    }
    #formulario .direita {
        padding-right: 0;
    }
    #formulario form {
        width: 320px;
    }
    #formulario .esquerda {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 300px;
    }
    #formulario h2 {
        font-size: 42px;
    }
    #formulario .titulo small {
        font-size: 28px;
    }
    #formulario .titulo .destaque {
        column-gap: 15px;
    }
    #formulario .titulo span {
        font-size: 100px;
        line-height: 65px;
    }
    #formulario h3 {
        font-size: 23px;
        line-height: 26px;
    }
    #formulario p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 7px;
    }
    #projetos {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #projetos h2,
    #clientes h2,
    #sobre h2,
    #contato h2,
    #contato .bottom h2 {
        font-size: 32px;
    }
    #projetos ul,
    #clientes .listagem_clientes,
    #contato .listagem_imagens {
        grid-template-columns: unset;
        grid-auto-flow: column;
        grid-auto-columns: 285px;
        overflow-x: scroll;
    }
    #clientes .listagem_clientes {
        grid-auto-columns: 320px;
    }
    #sobre .top {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #sobre .mask_img {
        height: auto;
        grid-row: 2;
    }
    #contato .top {
        grid-template-columns: 1fr;
    }
    #contato .direita a {
        background: #070D34;
        height: fit-content;
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding: 30px;
        border-radius: 18px;
    }
    #contato .direita p {
        margin: 0;
    }
    #contato .direita p {
        max-width: unset;
    }
    .bt_whats {
        grid-column-start: 1;
        grid-column-end: 3;
        margin-top: 30px;
    }
    #contato .listagem_imagens {
        grid-auto-columns: 230px;
        gap: 15px;
    }
    #contato .bottom ul a {
        width: unset;
        height: unset;
    }
    #contato .listagem_imagens .mask_img {
        height: auto;
    }
    footer .top,
    footer .meio {
        grid-template-columns: 1fr;
    }
    footer .top h2 .barra {
        display: none;
    }
    footer .logo_circulo {
        margin-bottom: 10px !important;
    }
    footer .top h2:not(footer .logo_circulo) {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    footer .meio .direita {
        display: flex;
        flex-direction: column;
        row-gap: 19px;
        border-top: none;
        padding-top: 40px;
    }
    footer .meio nav a,
    footer .meio nav p {
        text-align: left;
    }
    #sobre p {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    footer .top {
        padding-bottom: 70px;
    }
    #sobre a, #contato .bottom a, .bt_whats, #contato .esquerda a {
        height: 50px;
        font-size: 18px;
        width: 300px;
    }
    .bt_whats {
        background-size: 27px;
    }
    header.ativo {
        background-size: 1200px;
    }
    #contato .bottom a {
        margin-top: 20px;
    }
    #contato {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    #sobre .owl-carousel li {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    #sobre h3 b {
        font-size: 34px;
        line-height: 48px;
    }
    #sobre {
        padding-top: 32px;
    }
}
@media(max-width: 600px) {
    .centro {
        max-width: calc(100% - 40px);
    }
    #formulario .centro {
        grid-template-columns: 1fr;
        row-gap: 30px;
        padding: 40px 0;
    }
    #formulario .esquerda {
        margin: 0 auto;
    }
    #formulario form {
        width: 100%;
    }
    #formulario .titulo .destaque {
        justify-content: center;
    }
    #formulario h2,
    #formulario h3,
    #formulario p {
        text-align: center;
    }
    #infos ul {
        grid-template-columns: 1fr;
    }
    #clientes {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #sobre a, #contato .bottom a, .bt_whats, #contato .esquerda a {
        height: 45px;
        font-size: 15px;
        width: 285px;
    }
    #contato .bt_whats2 {
        background-size: contain;
        width: 120px;
        height: 75px;
        margin-left: 0;
    }
    #contato .direita a {
        padding: 20px;
        column-gap: 10px;
    }
    #projetos h2, #clientes h2, #sobre h2, #contato h2, #contato .bottom h2 {
        font-size: 26px;
    }
    #contato .listagem_imagens {
        margin-top: 20px;
    }
    #sobre p {
        font-size: 18px;
        text-align: center;
    }
    #contato .top p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    #sobre h3 {
        font-size: 22px;
        line-height: 22px;
    }
}
@media(max-width: 400px) {
    #sobre a, #contato .bottom a, .bt_whats, #contato .esquerda a {
        width: 100%;
        box-sizing: border-box;
    }
    #projetos ul {
        grid-auto-columns: 250px;
    }
    #projetos .mask_img .forma {
        border-bottom: 50px solid #fff;
    }
    #projetos h4,
    #projetos h3 {
        font-size: 18px;
        line-height: 22px;
    }
    #clientes .listagem_clientes {
        grid-auto-columns: 300px;
    }
    #sobre {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    #contato .direita p {
        font-size: 20px;
        line-height: 26px;
    }
}