@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header *{
    transition: all 0.08s ease-in;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
    transition: all 0.08s ease-in;
}
header.ativo{
    background: url(../imagens/banner.png) center top no-repeat;
    background-size: 100%;
}
header.ativo .centro{
    padding: 15px 0;
}
.mask_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
header .logo{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 151px;
    height: 81px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
header nav {
    display: flex;
    flex-direction: row;
    column-gap: 29px;
}
header nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
header nav a.selected{
    color: #FFCF54;
    text-decoration: underline;
}
header .sociais {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
}
header .sociais a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
header .sociais .instagram {
    background: #ffffff url(../imagens/instagram.png) center no-repeat;
}
header .sociais .facebook {
    background: #ffffff url(../imagens/facebook.png) center no-repeat;
}
header .sociais .whatsapp {
    background: #ffffff url(../imagens/whatsapp.png) center no-repeat;
}
#banner .centro {
    max-width: 1920px;
    width: 100%;
}
#banner .mask_img {
    width: 100%;
    height: auto;
}
#infos .centro {
    background-color: #FFCF54;
    height: 265px;
    padding-top: 33px;
    padding-left: 78px;
    padding-right: 32px;
    box-sizing: border-box;
    border-radius: 25px 0px 25px 0px;
    position: relative;
    z-index: 4;
    margin-top: -137px;
}
#infos ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#infos ul li {
    padding-top: 120px;
}
#infos ul .li1 {
    background: url(../imagens/reducao.png) center top no-repeat;
    background-size: 91px;
}
#infos ul .li2 {
    background: url(../imagens/economia.png) center top no-repeat;
    background-size: 104px;
}
#infos ul .li3 {
    background: url(../imagens/vida_util.png) center top no-repeat;
    background-size: 93px;
}
#infos ul .li4 {
    background: url(../imagens/valorizacao.png) center top no-repeat;
    background-size: 82px;
}
#infos h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22.8px;
    line-height: 25.03px;
    color: #070D34;
    text-align: center;
}
#infos h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 22.8px;
    line-height: 25.03px;
    color: #070D34;
    text-align: center;
}
#formulario {
    background: #d9d9d9 url(../imagens/placas.png) center no-repeat;
    background-size: cover;
    padding-top: 128px;
    margin-top: -128px;
}
#formulario .centro {
    display: grid;
    grid-template-columns: 1fr 470px;
    padding: 100px 0;
    position: relative;
}
#formulario .titulo {
    display: flex;
    flex-direction: column;
}
#formulario h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #070D34;
    text-shadow: #FFCF54 6px 2px;
    text-transform: uppercase;
}
#formulario .titulo .destaque {
    display: flex;
    flex-direction: row;
    column-gap: 29px;
    margin-top: 7px;
}
#formulario .titulo small {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #070D34;
    text-shadow: unset;
    text-transform: uppercase;
}
#formulario .titulo span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 150px;
    line-height: 122px;
    color: #070D34;
    text-shadow: #FFCF54 7px 5px;
    text-transform: uppercase;
}
#formulario h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 39px;
    line-height: 50px;
    color: #070D34;
    text-transform: uppercase;
    max-width: 478px;
    margin-top: 15px;
}
#formulario p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #070D34;
    font-style: italic;
    text-transform: uppercase;
    max-width: 570px;
    margin-top: 18px;
}
#formulario .direita {
    padding-right: 90px;
}
#formulario form {
    background-color: #070D34;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 380px;
    padding: 25px;
    border-radius: 25px 0px 25px 0px;
    box-sizing: border-box;
}
#formulario form label {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
#formulario form input,
#formulario form select {
    background-color: #ffffff;
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #818A91;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-indent: 16px;
    color: #75788e;
}
#formulario form select {
    background: #ffffff url(../imagens/seta_select.png) center right 14px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    text-indent: 8px;
    color: #070D34;
}
#formulario form button[type="submit"] {
    background-color: #FFCF54;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.divisor1 {
    background: url(../imagens/divisor.png) center no-repeat;
    display: flex;
    width: 217px;
    height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    z-index: 2;
}
#projetos {
    background: #070D34 url(../imagens/placas2.png) center bottom -220px no-repeat;
    padding-top: 137px;
    padding-bottom: 100px;
    position: relative;
}
#projetos h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFCF54;
    text-align: center;
    text-transform: uppercase;
}
#projetos ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 46px;
}
#projetos ul li {
    background-color: #ffffff;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
}
#projetos ul li a {
    pointer-events: none;
}
#projetos .mask_img {
    width: 100%;
    height: 237px;
}
#projetos .mask_img .forma {
    width: 0; 
    height: 0;
    border-left: 0px solid transparent;
    border-right: 370px solid transparent;
    border-bottom: 61px solid #ffffff;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
#projetos article {
    padding: 0 20px;
    padding-top: 7px;
    padding-bottom: 42px;
}
#projetos h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 22.8px;
    line-height: 25.03px;
    color: #070D34;
    text-align: center;
}
#projetos h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22.8px;
    line-height: 25.03px;
    color: #070D34;
    text-align: center;
    margin-top: -1px;
}
#projetos p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.5px;
    color: #333333;
    text-align: center;
    margin-top: 17px;
}
.bt_whats {
    background: #FFCF54 url(../imagens/bt_whats.png) center right 37px no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 361px;
    height: 66px;
    padding-right: 20px;
    border-radius: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #070D34;
    margin: 0 auto;
    margin-top: 65px;
}
.divisor2 {
    background: url(../imagens/divisor2.png) center no-repeat;
    display: flex;
    width: 217px;
    height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    z-index: 2;
}
#clientes {
    background: #d9d9d9 url(../imagens/placas.png) center no-repeat;
    padding-top: 137px;
    padding-bottom: 100px;
    position: relative;
}
#clientes h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #070D34;
    margin-bottom: 39px;
}
#clientes .listagem_clientes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 29px;
}
#clientes .mask_img {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    margin-left: 25px;
    margin-bottom: -38px;
}
#clientes article {
    background-color: #FFFFFF;
    padding: 25px;
    padding-top: 56px;
    border-radius: 25px 0 25px 0;
    min-height: calc(100% - 45px);
    box-sizing: border-box;
}
#clientes p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.5px;
    color: #070D34;
}
#clientes .barra {
    background-color: #F7BA12;
    display: flex;
    width: 200px;
    height: 3px;
    margin-top: 14px;
    margin-bottom: 10px;
}
#clientes h3,
#clientes h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #070D34;
}
#clientes h4 {
    font-weight: 400;
    margin-top: 1px;
}
#sobre {
    background: #070D34 url(../imagens/placas3.png) center bottom no-repeat;
    background: #070D34 url(../imagens/placas2.png) center bottom -220px no-repeat;
    padding-top: 137px;
    padding-bottom: 106px;
    position: relative;
}
#sobre h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFCF54;
    text-align: center;
}
#sobre .top {
    display: grid;
    grid-template-columns: 1fr 50%;
    align-items: center;
    column-gap: 95px;
    margin-top: 40px;
}
#sobre .mask_img {
    width: 100%;
    height: 450px;
}
#sobre .owl-carousel {
    margin-top: 80px;
}
#sobre .owl-carousel li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 60px;
}
#sobre p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}
#sobre .owl-carousel p {
    text-align: center;
    margin-top: 12px;
}
#sobre .owl-carousel .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 4px;
    margin-top: 30px;
}
#sobre .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #ffff;
}
#sobre .owl-carousel .owl-dots .owl-dot.active {
    background: #FFCF54;
} 
#sobre h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    /*margin-top: 123px;*/
}
#sobre h3 b {
    font-weight: 700;
    font-size: 52px;
    line-height: 68px;
    color: #FFCF54;
}
#sobre .logo_ecosul {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#sobre a,
#contato .bottom > a {
    background: #FFCF54;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 361px;
    height: 66px;
    border-radius: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #070D34;
    margin: 0 auto;
    margin-top: 25px;
}
#contato {
    background: #d9d9d9 url(../imagens/placas.png) center no-repeat;
    padding-top: 122px;
    padding-bottom: 100px;
    position: relative;
}
#contato h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #070D34;
}
#contato .top {
    display: grid;
    grid-template-columns: 1fr 404px;
    align-items: center;
}
#contato .top p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 19.5px;
    color: #070D34;
    margin-top: 36px;
    margin-bottom: 39px;
}
#contato .esquerda a {
    background: #070D34;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 361px;
    height: 66px;
    border-radius: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FFCF54;
}
#contato .direita a {
    background: url(../imagens/help_block.png) center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 596px;
    padding-bottom: 45px;
    box-sizing: border-box;
}
#contato .bt_whats2 {
    background: url(../imagens/bt_whats2.png) center no-repeat;
    display: flex;
    width: 140px;
    height: 87px;
    margin-left: 26px;
}
#contato .direita p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 23.06px;
    line-height: 31.2px;
    color: #ffffff;
    max-width: 170px;
    margin-top: 57px;
    margin-left: 32px;
    margin-bottom: -9px;
}
#contato .bottom h2 {
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 87px;
}
#contato .listagem_imagens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-top: 40px;
}
#contato .listagem_imagens .mask_img {
    width: 100%;
    height: 350px;
    border-radius: 25px 0 25px 0;
}
#contato .bottom a {
    margin-top: 50px;
}
footer {
    background: #070D34;
}
footer .top {
    display: grid;
    grid-template-columns: 265px 250px 250px 1fr;
    column-gap: 42px;
    padding-top: 88px;
    padding-bottom: 110px;
}
footer .logo_circulo {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 156px;
    height: 84px;
    margin-top: -29px;
}
footer .top h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}
footer .top h2 .barra {
    background-color: #ffffff;
    display: flex;
    width: 76px;
    height: 1px;
}
footer .top .unidades h2 .barra {
    width: 68px;
}
footer .top .redes h2 .barra {
    width: 96px;
}
footer nav {
    display: flex;
    flex-direction: column;
}
footer .top a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #ffffff;
}
footer .top .local {
    margin-bottom: 26px;
}
footer .top .redes {
    display: flex;
    flex-direction: column;
}
footer .top .redes a:last-child:not(footer .sociais a) {
    margin-top: 4px;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    margin-top: -10px;
    margin-bottom: 21px;
}
footer .sociais a {
    display: flex;
    width: 51px;
    height: 51px;
}
footer .sociais .instagram {
    background: url(../imagens/insta_footer.png) center no-repeat;
}
footer .sociais .facebook {
    background: url(../imagens/face_footer.png) center no-repeat;
}
footer .sociais .whatsapp {
    background: url(../imagens/whats_footer.png) center no-repeat;
}
footer .meio {
    display: grid;
    grid-template-columns: 265px 1fr;
}
footer .logo_ecosul {
    background: url(../imagens/logo_ecosul_footer.png) center bottom no-repeat;
    background-size: contain;
    width: 151px;
    height: 70px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 3px;
}
footer .meio .direita {
    border-top: 1px solid #ffffff;
    display: flex;
    flex-direction: row;
    column-gap: 105px;
    justify-content: flex-end;
    padding-top: 68px;
}
footer .meio nav {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}
footer .meio nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: right;
}
footer .meio nav p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: right;
}
footer .bottom {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 53px;
    padding-bottom: 50px;
}
footer .bottom p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11.2px;
    line-height: 16.8px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
}
footer .bottom h3,
footer .bottom h3 a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11.2px;
    line-height: 16.8px;
    color: #ffffff;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#contato .bottom ul a {
    height: 350px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#banner .mask_img {
    height: 800px;
}
#clientes {
    display: none !important;
}
#sobre .top {
    grid-template-columns: 1fr 52%;
    column-gap: 75px;
}
#contato h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #070D34;
}
#contato article {
    margin-top: 40px;
}
#contato .top p {
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 0;
}
#contato .top {
    column-gap: 100px;
}