@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Garet Book';
    src: url('../fontes/Garet-Book.eot');
    src: url('../fontes/Garet-Book.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Garet-Book.woff2') format('woff2'),
        url('../fontes/Garet-Book.woff') format('woff'),
        url('../fontes/Garet-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
a:hover{
    text-decoration: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
header,
header * {
    transition: all 0.08s ease-in;
}
header.ativo {
    background-color: #123456;
}
header.ativo .centro{
    padding: 17px 0 13px 0;    
}
header.ativo .logo{
    background: url(../imagens/logo.png) left center no-repeat;
    background-size: contain;
    width: 260px;
    height: 45px;
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.mask_img img.img-cover {
    height: inherit;
    min-height: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1860px;
    width: calc(100% - 60px);
    padding: 32px 0;
    position: relative;
}
header .logo{
    background: url(../imagens/logo.png)  left center no-repeat;
    background-size: contain;
    width: 260px;
    height: 57px;
    text-indent: -9999px;
    display: inline-block;
    margin-bottom: 0;
}
header nav {
    margin-left: auto;
    margin-right: auto;
}
header nav ul {
    display: flex;
    flex-direction: row;
    column-gap: 54px;
    margin-bottom: 0;
}
header nav a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #dad9d8;
}
header nav a:hover{
    color: #fff;
    text-decoration: underline;
}
header nav a.selected {
    font-weight: 600;
    color: #fff;
}
header .direita {
    display: flex;
    align-items: center;
    gap: 50px;
}
header a.whats {
    background: url(../imagens/icon_whats.png) center left no-repeat;
    background-size: 22px;
    display: flex;
    min-height: 22px;
    padding-left: 32px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.36px;
    color: #dad9d8;
    text-decoration: underline;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_mobile.png) center no-repeat;
    background-size: contain;
    width: 42px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    display: none;
}
#banner .centro {
    display: flex;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}
#banner .centro.centro_fundo{
    background-color: #123456; 
}
#banner .owl-carousel-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    width: 100%;
    height: 100%;
}*/

.owl-carousel .owl-stage-outer {
    width: ;
    height: 100%;
}

#banner .mask_img.parallax {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    background-image: url(../imagens/banner.jpg);  
    background-repeat: no-repeat; 
/*    background-size: auto 85vh;*/
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat; 
    transition: all 0.24s ease-in;  
    background-attachment: fixed;  
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;  
    /*background-attachment: fixed; 
    background-attachment: fixed; 
    */
}
#banner .mask_img{
    width: 100%;
    height: 100vh;
    max-height: 900px;    
}
#banner .centro .mask_img .sombra {
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
#banner .conteudo {
    display: flex;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
#banner .conteudo .centro {
    max-width: 925px;
    display: flex;
    flex-direction: column;
}
#banner h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 52px;
    color: #dad9d8;
    text-align: center;
}
.bt_padrao {
    background: #dad9d8 url(../imagens/seta.png) center right 19px no-repeat;
    background-size: auto 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 21px;
    height: 41px;
    padding-right: 48px;
    border-radius: 21px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.36px;
    color: #123456;
    text-transform: uppercase;
    margin-top: 45px;
    transition: all 0.08s ease-in;
}
.bt_padrao:hover{
    background: #fff url(../imagens/seta.png) center right 15px no-repeat;
    background-size: auto 12px;
    color: #123456;
}
#banner .servicos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    max-width: 1680px;
    width: 100%;
    z-index: 4;
}
#banner .servicos ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#banner .servicos ul li {
    display: grid;
    grid-template-columns: 95px 1fr;
    align-items: center;
    gap: 9px;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #dad9d8;
    text-transform: uppercase;
}
#banner .servicos .icone {
    background-color: #dad9d8 !important;
    background-size: 45px !important;
    display: flex;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
#banner .servicos .estruturais .icone {
    background: url(../imagens/projetos_estruturados.png) center no-repeat;
}
#banner .servicos .complementares .icone {
    background: url(../imagens/projetos_complementares.png) center no-repeat;
}
#banner .servicos .engenharia .icone {
    background: url(../imagens/engenharia_integrada.png) center no-repeat;
}
#banner .servicos .comercial .icone {
    background: url(../imagens/projetos_comerciais_industriais.png) center no-repeat;
}
#banner .servicos .residenciais .icone {
    background: url(../imagens/projetos_residenciais.png) center no-repeat;
}
#banner .servicos .assessoria .icone {
    background: url(../imagens/acessoria_engenharia.png) center no-repeat;
}
#quem_somos {
    background-color: #eaebeb;
}
#quem_somos .centro {
    max-width: 1680px;
    width: calc(100% - 80px);
    padding: 60px 0;
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 20px;
}
#quem_somos .esquerda {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#quem_somos .mask_img {
    width: 100%;
    height: 650px;
    border-radius: 8px;
}
#quem_somos .direita {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    border-radius: 8px;
}
#quem_somos h2,
#projetos h2,
#fale_conosco h2,
#clientes h2 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #343a40;
    max-width: 420px;
    margin-bottom: 30px;
}
#quem_somos h2 .barra,
#projetos h2 .barra,
#fale_conosco h2 .barra,
#clientes h2 .barra {
    background-color: #343a40;
    display: flex;
    width: 75px;
    height: 3px;
    margin-top: 12px;
}
#quem_somos p,
#quem_somos p strong {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 34px;
    color: #303030;
    max-width: 620px;
    margin-top: 6px;
}
#quem_somos p strong {
    font-weight: 400;
    font-size: 20px;
}
#projetos .centro {
    max-width: 1680px;
    width: calc(100% - 80px);
    padding: 83px 0;
}
#projetos .top {
    background: url(../imagens/fundo_projetos.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 502px;
    border-radius: 8px;
}
#projetos h2 {
    color: #d7d2cb;
    text-align: center;
    margin-top: 73px;
}
#projetos h2 .barra {
    background-color: #d7d2cb;
    margin: 0 auto;
    margin-top: 12px;
}
#projetos p:not(.listagem_projetos p, #modal_projeto p),
#clientes p {
    font-family: 'Garet Book';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fbfdfe;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    margin-top: -8px;
}
.listagem_projetos {
    max-width: 1586px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px;
    margin: 0 auto;
    margin-top: -126px;
}
.listagem_projetos .mask_img {
    width: 100%;
    height: 470px;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.listagem_projetos h3,
#modal_projeto h3 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 19px;
    color: #4d6731;
    text-transform: uppercase;
    margin-top: 25px;
}
.listagem_projetos p,
.listagem_projetos p b,
#modal_projeto p,
#modal_projeto p b {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #545454;
    margin-top: 14px;
}
.listagem_projetos p b,
#modal_projeto p b  {
    font-weight: 700;
}
.listagem_projetos li .mask_img{
    background: #fff;
}
.listagem_projetos a{
    background: #fff;
}
.listagem_projetos li:hover .mask_img{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.listagem_projetos:hover a img {
    opacity: 0.55;
    transition: opacity 0.2s ease-in-out;
}
.listagem_projetos a:hover img {
    opacity: 1 !important;
}

#fale_conosco .centro {
    background: url(../imagens/mapa.jpg) center center;
    max-width: 1680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 80px);
    height: 380px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}
#fale_conosco .centro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f4f4f4 2%, transparent 98%);
}
#fale_conosco h2 {
    color: #7a6752;
    position: relative;
    z-index: 2;
}
#fale_conosco h2 .barra {
    background-color: #7a6752;
}
#fale_conosco .sociais {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    position: relative;
    z-index: 2;
}
#fale_conosco .sociais a {
    background-size: 38px !important;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding-left: 54px;
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    color: #343a40;
}
#fale_conosco .sociais .whats {
    background: url(../imagens/whats_footer.png) center left no-repeat;
}
#fale_conosco .sociais .email {
    background: url(../imagens/email_footer.png) center left no-repeat;
}
#fale_conosco .sociais .instagram {
    background: url(../imagens/insta_footer.png) center left no-repeat;
}
footer .top {
    background-color: #7a6752;
    padding-top: 202px;
    padding-bottom: 72px;
    margin-top: -142px;
}
footer .bottom {
    background-color: #625242;
}
footer .centro {
    max-width: 1585px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .logo {
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
    width: 194px;
    height: 122px;
    text-indent: -9999px;
    margin-right: 160px;
}
footer .top h3 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    color: #efefef;
    text-transform: uppercase;
    margin-bottom: 5px;
}
footer ul,
footer ul div {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
footer ul a {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    color: #dad9d8;
}
footer ul a:hover{
    color: #fff;
}
footer .servicos ul {
    display: flex;
    flex-direction: row;
    column-gap: 55px;
}
footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
footer .bottom h3,
footer .bottom a {
    font-size: 16px;
    color: #dad9d8;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#clientes .centro {
    background-color: #123456;
    max-width: 1680px;
    width: calc(100% - 80px);
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
#clientes h2 {
    text-align: center;
    color: #dad9d8;
}
#clientes h2 .barra {
    background-color: #dad9d8;
    margin: 0 auto;
    margin-top: 12px;
}
#clientes p {
    color: #303030;
    max-width: 850px;
}
#clientes .listagem_clientes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    margin-top: 10px;
}
#clientes .mask_img {
    background-color: #dad9d8;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 15px;
}
#modal_projeto {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
#modal_projeto.aberto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
#modal_projeto .wrapper {
    width: calc(100% - 40px);
    max-width: 600px;
    background: #ffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#modal_projeto .mask_img {
    width: 100%;
    padding-top: 50%;
    position: relative;
}
#modal_projeto .mask_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#modal_projeto .bt_fechar {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../imagens/fechar_modal.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
#modal_projeto ul {
    margin: 0;
}
#modal_projeto h3 {
    margin: 0;
}
#modal_projeto p {
    width: 100%;
    max-width: unset;
    margin-bottom: 0;
}
#modal_projeto article {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
#modal_projeto .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
}
#modal_projeto .owl-nav button.owl-prev,
#modal_projeto .owl-nav button.owl-next {
    font-size: 38px;
    color: #ffff;
}
#menu_mobile {
    display: none;
}