@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');
@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

*{
    padding: 0px;
    margin: 0px;
}
:root {
    --radius: 12px;
    --cor-verde: #3CB89E;
}
html{
    width: 100%;
    height: 100%;
    font-size: 15px;
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: .8em;
}
::placeholder{
    color: #ccc !important;
}
body{
    color: #000;
    height: 100%;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/*
@media (min-width: 1240px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 1380px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}*/

/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
    .hmd{
        display: none;
    }
}
@media (max-width: 768px) {
    .hsm{
        display: none;
    }
}


.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media(max-width: 576px){
    padding-top: 45px;
    padding-bottom: 45px;
}


a{
    color: #2D2E2F;
}
a:hover{
    color: #000;
}
h1,h2, h3, h4, h5, h6{
    letter-spacing: -0.04em;
    font-optical-sizing: auto;
    font-style: normal;
}


/*HEADER*/
header{
    color: #fff;
    background: #1C6188;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto !important;
    /*    height: 94px;*/
}

header .navbar{
    padding-right: 0px;
    padding-left: 0px;
}
header .navbar-brand{
    padding: 0px;
}
header .navbar-nav .nav-link{
    color: #fff !important;
    font-size: 1.07rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.064px;
}
header .navbar-toggler i{
    color: #D7D39A;
}

header .redes-sociais{
    color: #fff;
}

.header-home{
    background: transparent;
    box-shadow: none;
   /* height: 72px;*/
}


@media (max-width: 576px){
    header {
           height: 82px;
        background: #032c62;
        }
    header .navbar-brand{
        margin-left: auto;
        margin-right: auto;
    }
    header .navbar-brand img{
        height: 58px !important;
    }
    header .btn-padrao-min{
        background: #13c0de;
        color: #032c62;
    }
}

.btn-padrao-min{
    border-radius: 8px;
    background: #032c62;
    font-weight: 700;
    font-size: 1.07rem;
    color: #ffffff;
}
.btn-padrao-min i{
    font-size: 1.2rem;
}


.btn-destaque{
    border-radius: 8px;
     background: #032c62;
    font-weight: 700;
    font-size: 1.07rem;
     color: #ffffff;
    position: relative;
    padding-left: 57px;
    padding-right: 25px;
}
.btn-destaque:before{
    content:'';
    background: url(../img/botao-icone.png) top left no-repeat;
    background-size: cover;
    width: 53px;
    height: 52px;
    position: absolute;
    left: -5px;
    top: -9px;
}
.btn-padrao-min:hover,
.btn-destaque:hover{
    color :#fff;
}

img.rounded{
    border-radius: 15px !important;
}


.section-conteudo.bg-dark{
    color: #fff;
}
.section-conteudo.bg-dark p{
    color: #eee;
}

.page-title-center{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/**/

.container-min{
      max-width: 815px;
}

.section-destaque{
    position: relative;
    padding-top: 86px;

    min-height: 50vh;
}
/*
.section-destaque-interna:before,
.section-destaque:before{
    background: url("../img/fundo-destaque-2.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}*/

/*.section-destaque-interna:after,*/
.section-destaque:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
   /* backdrop-filter: blur(10px);*/
}
.section-destaque .container{
    max-width: 815px;
    color: #fff;
}
.section-destaque .container h1{
    font-size: 3.47rem;
}


.section-destaque-interna{
    height: auto !important;
    position: relative;
    padding-top: 124px;
}
.section-destaque-interna .container{
    color: #fff;
}
.section-destaque-interna .container h1{
    font-size: 2.6rem;
}
.section-destaque-interna .container h2{
    font-size: 1.4rem;
}

/*../img/banner-home3.png*/
.section-destaque-interna:before{
    background: url("../img/banner-home3.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

@media (max-width: 576px){
   /* .section-destaque .container h1 {
        font-size: 2.0rem;
    }*/
    .section-destaque-interna .container h1{
        font-size: 2.6rem;
    }
    .section-destaque-interna .container h2{
          font-size: 1.3rem;
    }
    .section-destaque .container h2{
        font-size: 1.5rem;
    }
    .section-destaque{
        min-height: 44vh;
    }
}

.conteudo,
.conteudo p{
    font-size: 1.07rem;
    line-height: 1.5em;
}

.conteudo .item{
    display: flex;
}

.conteudo .item i{
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
}
.conteudo .item div{
    width: calc(100% - 60px);
}

.conteudo .indices strong{
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 8px;
    display: block;
}


footer{
    padding-top: 40px;
    padding-bottom: 15px;
    background: #032c6203;
}
footer .rodape-min{
    font-size: 0.9rem;
}
footer .menu-rodape a{
    font-size: 0.94rem;
}
.redes-sociais{
    font-size: 1.7rem;
}


.card-contato{
    border: 0px;
    background: #1d301e;
    border-radius: 8px;
    color: #fff;
}
.card-contato .card-body{
    padding: 60px 30px;
}

.card-contato .opc{
    display: flex;
}

.card-contato .opc i{
    background: #ffffff;
    color: #1d301e;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
}
.card-contato .opc div{
    width: calc(100% - 60px);
}
.card-contato .opc strong{
    display: block;
    font-size: 1rem;
}


#contato{
    position: relative;
}

#contato:before{
    z-index: -1;
    background: url(../img/fundo-contato.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    opacity: 10%;
    position: absolute;
}

.formulario{
    max-width: 400px;
}



.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #09090B;
}
.select2, input.form-control, select.form-control, .form-group input.form-control, .form-group select.form-control {
    font-size: 15px;
    font-weight: normal;
    line-height: 45px;
    height: 45px;
    padding: 0.375rem 1rem;
    color: #000;
    background: #fff;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
}

.card-formulario{
    border-radius: 15px;
    border: 0px;
}
.card-formulario .card-body{
    padding: 30px;
}

.section-chamada{
    background: #032c62 !important;
    color: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.section-chamada i{
    font-size: 30px;
}


.whatsapp-rodape{
    height: 88px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
}

.card-solucoes{
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    position: relative;
    background: transparent !important;
}
.card-solucoes .card-body{
    padding: 60px 30px;
    text-align: center;
    color: #fff;
}
.card-solucoes .card-body h3{
    font-weight: 700;
    font-size: 1.4rem;
}
.card-solucoes:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 8px;
    content: '';
}
.card-solucoes:after{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}



.card-solucoes.card-solucoes-estrutura:before{
    background: url(../img/solucoes/1.png) center center no-repeat;
    background-size: cover;
}
.card-solucoes.card-solucoes-gabioes:before{
    background: url(../img/solucoes/2.png) center center no-repeat;
    background-size: cover;
}
.card-solucoes.card-solucoes-construcoes:before{
    background: url(../img/solucoes/3.png) center center no-repeat;
    background-size: cover;
}
.card-solucoes.card-solucoes-licenciamento:before{
    background: url(../img/solucoes/4.png) center center no-repeat;
    background-size: cover;
}
.card-solucoes.card-solucoes-loteamento:before{
    background: url(../img/solucoes/5.png) center center no-repeat;
    background-size: cover;
}
.card-solucoes.card-solucoes-todos:before{
    background: url(../img/solucoes/3.png) center center no-repeat;
    background-size: cover;
}

main{
    margin-top: 94px;
}
main.main-home2{
    margin-top: 0px;
}
main.main-internas{
    margin-top: 0px;
}
@media(max-width: 768px){
    main{
        margin-top: 82px;
    }
    main.main-home2{
        margin-top: 0px;
    }
    main.main-internas{
        margin-top: 0px;
    }
}



.section-destaque-home{
    position: relative;
    padding-top: 86px;
    padding-bottom: 0px;
    color :#fff;
}
.section-destaque-home-interna:before,
.section-destaque-home:before{
    background: url("../img/banner-home3.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
/*
.section-destaque-home-interna:after,
.section-destaque-home:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}*/



.section-destaque-home .container{
    min-height: 60vh;
    margin-top: 45px;
}
.section-destaque-home .container h1{
    font-size: 2.6rem;
}
.section-destaque-home .container h2{
    font-size: 1.6rem;
    font-weight: 600;
}


.opc2 i,
.opc2 span {
    color: #b2f4ff;
}
.opc2 strong {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 12px;
}

.section-chamada2{
    background: #032c62 !important;
    color: #fff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    position: relative;
    margin-top: -9px;
}
.section-chamada2 i{
    font-size: 40px;
}
.container-min{
    max-width: 800px;
}


header.scrolled{
      background: #1C6188
}

@media (max-width: 576px){
    .section-destaque-home .display-2{
        font-size: 4rem;
    }
    .section-destaque-home h1{
        font-size: 2.0rem !important;
    }
    .section-destaque-home .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-chamada2 i{
        font-size: 30px;
        display: block;
        margin-bottom: 8px;
    }
    .opc2 strong {
        font-size: 1.3rem;
    }
    .opc2 span {
        font-size: 1rem;
        display: block;
        line-height: 1.2em;
    }
    .section-chamada2{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}


section{
    position: relative;
}
.border-blue:after{
    background: #1c6188 /*#F4A9A7*/;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 10px;
    content: '';
}
.border-gray:after{
    background: #BDBFC1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 10px;
    content: '';
}
/*
.modal-header .modal-title{
    font-weight: 600;
    color: #1C6188;
        font-size: 1.6rem;
}
.modal-header, .modal-footer{
    border: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-body{
    padding: 15px 30px;
}
.modal-body p {
    font-weight: 400;
    line-height: 1.6em !important;
}
.modal-body p i,
.modal-body p strong{
    color: #032c62;
}
.modal-body .modal-title{
     font-weight: 600;
    color: #032c62;
    font-size: 1.2rem;
}
.modal-content{
        background-color: #e8f2f7;
    border: 0px;
    border-radius: 15px;
    overflow: hidden;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -2rem -1rem -1rem auto;
    font-size: 60px !important;
}*/



.modal-embreve{
    border-radius: 8px;
    overflow: hidden;
    border: 0px !important;
    position: relative;

}

.modal-embreve .modal-esquerda{
    /*background: #F2D288;
    color: #6C490B;
    padding: 20px 15px 20px 40px;*/
   /* background: url("/storage/servicos/terraplenagem.JPG") center center no-repeat;
    background-size: cover;
    position: relative;*/
}
.modal-embreve .modal-esquerda:before{
    z-index: 1052;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
    background-position: center center;
    background-repeat:  no-repeat;
}
.modal-embreve .modal-esquerda:after{
    z-index: 1053;
    background: #000;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
}

.modal-embreve .modal-esquerda.servico-projetos:after{
    background-color: #032c62c9;
}



.modal-embreve .modal-esquerda .conteudo{
    z-index: 1054;
}
.modal-embreve .modal-esquerda .conteudo h2{
    font-size: 2.0rem; /* title blocos*/
    color: #fff;
    font-weight: 700;
}

@media (max-width: 576px){
    .modal-embreve .modal-esquerda .conteudo{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-embreve .modal-direita h2{
        display: none;
    }
    .modal-embreve .modal-direita .conteudo{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

    }

}
/*
.modal-embreve .modal-esquerda h2{
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 60px;
}*/
.modal-embreve .modal-esquerda img {
    margin-bottom: 15px;
}
.modal-embreve .modal-direita{
    padding: 20px 40px 20px 30px;
    position: relative;
}
.modal-embreve .close{

    position: absolute;
    right: 26px;
    top: -2px;
    font-size: 37px;
    z-index: 999;
}
.modal-embreve .modal-direita h2{
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.modal-embreve .modal-direita p{
    font-size: 1.05rem;
    font-weight: 400;
}
.modal-embreve .modal-direita ul{
    font-size: 1.05rem;
    font-weight: 400;
    list-style-position: inside;
    line-height: 1.6em;
}

.modal-embreve .modal-direita .telefone .tel{
    font-size: 1.4rem !important;
}
@media(max-width: 576px){
    .modal-embreve .close{
        right: 9px;
    }
    #lgModal .modal-dialog{
       /* margin-right: 0px !important;
        margin-left: 18px;*/
    }
}

.btn-destaque-whatsapp {
    background: #1BBFA0;
    color: #fff;
    min-height: 54px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}
.botoesInterna .btn-telefone{
    font-weight: 400;
    font-size: 0.9rem;
    /*border: 1px solid #eb621933;*/
}

.btn-telefone i{
    background-color: #eeeeee;
    color: #18bc9c;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 0.9rem;
    justify-content: center;
}
.btn-telefone small{
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    display: block;
}

@media(max-width: 576px){
    .botoesInterna .btn{
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }
    .botoes .btn{
        width: 100%;
        display: block;
    }
    .btn-telefone small{
        text-align: center !important;
    }
}
.section-video-destaque{
    background: #032c62 !important;
    padding-top:0px !important;
    position: relative;
    z-index: 2;
    border: 2px solid transparent;
}
.section-video-destaque .container{
     margin-top: -50px;
    position: relative;
    z-index: 5;
}
.section-video-destaque .embed-responsive iframe{
    border-radius: 15px;
    border: 6px solid #ffffff47 !important;

}

.section-depoimentos .page-title{
    max-width: 620px;
}

.card-depoimento{
    background: #F4F6FA;
    border: 0px;
    font-size: 1rem;
    line-height: 1.2em;
}
.card-depoimento .card-body{
    padding: 30px 30px;
}
.card-depoimento .avatar{
    border-radius: 50%;
}
.card-depoimento p{
    margin-top: 20px;
    line-height: 1.6em;
    font-size: 1.07rem;
}


.section-faq .container{
    max-width: 880px;
}
.section-faq .page-title p{
    color: #374151;
}





.accordion-duvidas>.card:not(:first-of-type),
.accordion-duvidas>.card:not(:last-of-type){
    border: 1px solid #F4F6FA;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.accordion-duvidas .card{
    border-radius: 15px;
}
.accordion-duvidas .card .card-body{
    padding: 20px 40px;
}
.accordion-duvidas .card .card-header{
    background: transparent;
    border-bottom: 0px;
    font-size: 1.27rem;
    font-weight: 700;
    border-top: 0px !important;
    padding: 20px 40px;
}
.accordion-duvidas .card .card-header a{
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    color: #072F80;
    font-weight: 700;
}
.accordion-duvidas .card .card-header a:before{
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    position: absolute;
    top: 5px;
    right: 0px;
    color: #93A6CD;
}
.accordion-duvidas .card .card-header a.collapsed:before{
    content: "\f078" !important;
}
.accordion-duvidas .card p{
    font-size: 1.07rem;
    font-weight: 400;
    line-height: 1.6em;
}


.hidden{
    display: none;
}

.glightbox-clean .gslide-title{
    font-size: 1.4rem !important;
    letter-spacing: inherit !important;
    font-weight: 700 !important;
    font-family: "Montserrat", serif !important;
}
.glightbox-clean .gslide-desc,
.glightbox-clean .gslide-desc p{
    font-size: 1rem !important;
    font-family: "Montserrat", serif !important;
}