﻿@font-face {
    font-family: 'Myriad Pro';
    src: url('site-antigo/font/MyriadProLight.ttf') format('truetype');
    font-weight: lighter;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('site-antigo/font/MyriadProRegular.otf') format('otf');
    src: url('site-antigo/font/MyriadProRegular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('site-antigo/font/MyriadProBold.otf') format('otf');
    font-weight: bold;
}

body {
    font-family: 'Myriad Pro', sans-serif;
    color: #282829;
    font-size: 18px;
}

a {
    color: #1D383D;
}

a.a-footer {
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

.white-space {
    white-space: nowrap;
}

.imgCont {
    width: 100%;
}

.max-content {
    max-width: max-content;
}

.padding-0 {
    padding: 0;
}

.vertical-center-align {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.botao {
    padding: 5px 25px;
    border: solid 1px white;
    display: inline-block;
    background: transparent;
}

.botao-inverse {
    padding: 5px 25px;
    border: solid 1px #586464;
    display: inline-block;
    background: transparent;
}

.botao-inverse.preto {
    color: #586464;
}

.botao.botao-2x {
    padding: 10px 25px;
}

.botao.botao-2x:hover {
    padding: 11px 26px;
}

.botao:hover, .botao-inverse:hover, .botao.preto:hover {
    background-color: #80dd51;
    border: none;
    padding: 6px 26px;
    color: white;
}

.botao.botao-hover-white:hover {
    background-color: white;
    padding: 6px 26px;
    border: none;
    color: black;
}
.faq-titulo{
    padding: 10px 15px;
}

.botao.branco {
    color: #fff;
}

.botao.preto {
    color: #000000;
    border: 1px solid black;
}

.right-10 {
    margin-right: 10px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bg-cinza {
    background: #F6F6F6;
}

.conteudo-borda {
    position: relative;
    padding-left: 34px;
    padding-bottom: 18px;
}

.conteudo-borda:before {
    content: " ";
    background: #00AFEF;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
}

main .botao, main form input[type="submit"] {
    display: inline-block;
    width: 66px;
    height: 30px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

main .botao.azul, form input[type="submit"] {
    background: #00AFEF;
}

main .botao.borda-branca {
    box-sizing: content-box;
    border: solid 2px #fff;
}

header .bg-titulo {
    background: url(../imagens/banner-home.jpg?var=fsafdsfsd) no-repeat center bottom;
    background-size: cover;
}

header.home .titulo {
    width: 100%;
    height: 100vh;
}

header .titulo {
    width: 100%;
    /*height: 282px;*/
    padding: 150px 0 50px 0;
}

header .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

header .rd-navbar-brand > a {
    margin-top: 20px;
    margin-bottom: 10px;
}

.logo-menu {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

.logo-modul {
    margin: 0 auto;
    text-align: center;
}

header .rd-navbar-brand a {
    background: url(../imagens/Modul_simbolo-logotipo-1.png) no-repeat center center;
    display: block;
    text-indent: -99999px;
    height: 120px;
    width: 250px;
    background-size: 100%;
}

/*.border-top-green{*/
/*border-top: 2px solid #80dd51;*/
/*}*/

header .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    background: #000000b8;
}

header .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck .container.border-white {
    border-bottom: none;
}

header .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck h1 a, header .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-brand a {
    height: 80px;
    width: 250px;
    margin-top: 10px;
}

header .rd-navbar-static .rd-navbar-nav {
    text-align: right;
}

header .rd-navbar-fixed .rd-navbar-dropdown {
    z-index: 9999999;
    position: relative;
}

header .rd-navbar-static .rd-navbar-nav-wrap {
    width: auto;
    float: right;
    border-top: 2px solid #80dd51;
}

header .rd-navbar-static .rd-navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #80dd51 !important;
}

header .rd-navbar-static .rd-navbar-nav > li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 10px;
    border: solid 2px transparent;
}

header .rd-navbar-static .rd-navbar-nav > li:hover {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown li {
    list-style: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a {
    font-size: 17px;
    font-weight: normal;
    color: #cacaca;
}

.rd-navbar-fixed .rd-navbar-toggle {
    background: #fff;
}

header .border-white {
    border-bottom: solid 2px #fff;
}

.contato {
    /*background: #00A2DE;*/
    height: 6px;
}

.contato .cta {
    /*background: #00A2DE;*/
    color: #fff;
    float: right;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5rem 0rem;
}

header .titulo {
    color: #fff;
}

header .titulo:before {
    content: '';
    display: inline-block;
    height: 40%;
}

header.home .titulo:before {
    content: '';
    display: inline-block;
    height: 30%;
}

header p {
    padding: 0 25% 0 25%;
}

h2 {
    font-size: 50px;
    font-weight: normal;
}

p, h3 {
    font-weight: lighter;
}

header .swiper-pagination-bullet-active {
    background: #01a2de;
}

header .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: solid 2px #fff;
}

.border-radius {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.border-radius.branco {
    border: solid 2px #fff;
}

/*header .swiper-slide-caption .botao {*/
/*color: #fff;*/
/*font-size: 18px;*/
/*padding: 0.7rem 3rem;*/
/*margin-top: 1rem;*/
/*}*/
header .conteudo h2 {
    font-size: 50px;
    color: #1c383c;
    font-weight: normal;
    margin-top: 0;
    padding-top: 25px;
}

header .conteudo h3 {
    font-size: 35px;
    color: #586464;
    font-weight: lighter;
}

header .sobrenos.conteudo h3 {
    font-size: 33px;
    color: #1D383D;
    font-weight: normal;
}

header .sobrenos.conteudo h4 {
    font-size: 22px;
    color: #1D383D;
    font-weight: normal;
}

header .conteudo p {
    color: #586464;
    font-weight: lighter;
}

footer.footer {
    background: url(../imagens/bg-footer.jpg) no-repeat;
    background-size: 100% 100%;
    color: white;
}

div.row.right-0 {
    margin-right: 0;
}

.top-50 {
    margin-top: 50px;
}

.bottom-50 {
    margin-bottom: 50px;
}

section.conteudo .bg-verde-claro {
    background-color: #1B7882;
    position: relative;
}

section.conteudo .bg-verde-escuro {
    background-color: #1D383D;
    position: relative;
    color: #FFFFFF;
}

section.conteudo .text-white {
    color: white;
}

section.numero.conteudo h3 {
    font-size: 80px;
    font-weight: bold;
    color: white;
    line-height: 0.5;
}

section.numero.conteudo p {
    font-size: 20px;
    font-weight: normal;
    color: #73EB2D;
}

section.noticias p.data {
    color: #73EB2D;
    font-weight: bold;
}

form label {
    font-size: 18px;
    font-weight: normal;
}

form input.input-green, form textarea.input-green {
    border-radius: 0;
    background-color: #96c8cc;
    font-size: 18px;
    border: none;
}

form input.input-green {
    height: 40px;
}

form .botao.botao-form {
    background-color: #1D383D;
    border: none;
    padding: 7px 40px;
    font-size: 20px;
}

section.numero {
    background: url(../imagens/bg-home-numeros.jpg) no-repeat;
    background-size: 100% 100%;
}

.conteudo .traco:after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 100%;
    /* height: 33.33333%; */
    border: 0.5px solid #c2c2c2;
    /* text-align: center; */
    top: 2.5rem;
    /* border-top-width: 49px; */
    bottom: 3rem;
}

.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}

section.noticias div.border-notica {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
}

.order-div {
    display: flex;
    flex-flow: row wrap;
}

.padding-top-25{
    padding-top: 25px;
}

@media (min-width: 991px) {
    section.sobrenos {
        background: url(../imagens/bg-home-sobrenos.jpg) no-repeat;
        background-size: 100% 100%;
    }

    /*section.mapa{*/
    /*background:url(../imagens/home-mapa.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*height: 480px;*/
    /*}*/
    section.diretor.conteudo .texto {
        padding-top: 150px;
    }
    section.form-contato .border-form-contato{
        border-right: 1px solid black;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    header .titulo h2{
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    header .rd-navbar-brand a {
        background: url(../imagens/Modul_simbolo-logotipo-2.png) no-repeat center center;
        display: block;
        text-indent: -99999px;
        height: 45px;
        width: 250px;
        background-size: contain;
    }

    section.sobrenos {
        background: none;
    }

    section .container {
        width: 100%;
    }

    section.sobrenos .bg-sobrenos-verde-escuro {
        background: url(../imagens/bg-verde-escuro.jpg) no-repeat;
        background-size: 100% 100%;
    }

    section.sobrenos .bg-sobrenos-verde {
        background: url(../imagens/bg-verde-claro.jpg) no-repeat;
        background-size: 100% 100%;
    }

    section.mapa {
        background: none;
        line-height: 0;
    }

    .servicos {
        background: none;
    }

    .rd-navbar-fixed .rd-navbar-nav {
        padding-left: 0;
    }

    header .rd-navbar-fixed .rd-navbar-nav li {
        list-style-type: none;
    }

    .rd-navbar-fixed .rd-navbar-nav li > a {
        padding: 11px 16px;
    }

    header .titulo h2 {
        font-size: 30px;
        font-weight: normal;
    }

    header .titulo p {
        padding: 0 5% 0 5%;
    }

    .contato .cta.telefone-header {
        margin-top: 50px;
        text-align: center;
        float: none;
    }

    section.conteudo .hidden-text-align {
        text-align: inherit;
    }

    section.etapas.conteudo div.row h2 {
        padding-left: 50px;
    }

    section.etapas.conteudo div.row h3 {
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    .flex {
        display: flex;
        width: 100%;
        max-width: 100%;
    }
    .inline-bock {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    header .rd-navbar-brand a {
        background: url(../imagens/Modul_simbolo-logotipo-2.png) no-repeat 0px 0px;
        height: 52px;
        width: 120px;
        background-size: contain;
        margin: 0 auto;
    }

    section.numero.conteudo .traco {
        margin-bottom: 50px;
    }

    section.numero.conteudo .traco:after {
        content: " ";
        display: block;
        position: absolute;
        left: 35%;
        width: 33%;
        border: 0.5px solid #c2c2c2;
        top: 9.5rem;
    }

    section.etapas.conteudo div.row h2 {
        padding-top: 50px;
        padding-left: 15px;
    }

    section.etapas.conteudo div.row h3 {
        padding-left: 15px;
    }

    /*section.etapas.conteudo div.bg-lista ul {*/
        /*margin-top: 0;*/
        /*padding-top: 35px;*/
    /*}*/

    /*section.etapas .bg-lista ul.a {*/
        /*margin-top: 0;*/
        /*margin-bottom: 0;*/
        /*padding-top: 0;*/
    /*}*/

    section.padronizacao.conteudo div.bg-verde-claro {
        padding: 50px;
        height: auto;
    }

    section.padronizacao div.bg-verde-escuro {
        padding: 50px;
        height: auto;
    }

    section.origem div.bg-verde-escuro {
        height: auto;
        padding: 25px 25px 25px 25px;
    }

    section.bg-light-steel-frame {
        background: none;
        float: none;
    }
}

@media (max-width: 550px) {
    header .swiper-slide-caption h2 {
        font-size: 25px;
        font-weight: normal;
    }

    header .swiper-slide-caption h3 {
        font-size: 16px;
        margin-bottom: 5rem;
        font-weight: lighter;
    }

    section.conteudo div.row h2 {
        font-size: 30px;
    }
}

section.empresa-sobrenos.conteudo h2, section.reformas.conteudo h2 {
    font-size: 50px;
    font-weight: normal;
    color: #1D383D;
}

section.empresa-sobrenos.conteudo p, section.reformas.conteudo p {
    font-weight: lighter;
}

section.diretor.conteudo h2 {
    font-size: 40px;
    font-weight: normal;
}

section.diretor.conteudo p {
    font-weight: lighter;
}

section.mapa-empresa.conteudo .height-300 {
    height: 300px;
}

.margin-0 {
    margin: 0;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

header .swiper-wrapper h2 {
    margin-top: 75px;
}

.border-bottom-verde {
    border-bottom: 2px solid #73EB2D;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.bg-etapas {
    background: url(../imagens/reformas-etapas-1.jpg);
    background-size: 100% 100%;
    height: 200px;
}
.texto-etapas{
    padding: 50px 0 0 50px;
}
.texto-lista p{
    padding: 50px 0 0 160px;
}
.lista-etapas ul{
    background-color: rgb(29, 56, 61);
    margin: 0;
    color: #FFFFFF;
    padding-left: 0;
}
.lista-etapas li{
    list-style: none;
    position: relative;
}
.lista-etapas li.lista-1{
    background-color: #1D383D;
}
.lista-etapas li.lista-2{
    background-color: rgba(52, 52, 52, 0.32);
}
.lista-etapas li.lista-3{
    background-color: rgba(84, 86, 84, 0.32);
}
.lista-etapas li.lista-4{
    background-color: rgba(126, 126, 126, 0.32);
}
.lista-etapas li.lista-5{
    background-color: rgba(168, 166, 166, 0.32);
}

.lista-etapas li:hover{
    background-color: #73eb2d;
    color: #1D383D;
}

.lista-etapas li:hover div.lista-texto{
    border-left: 4px solid #1D383D;
}

.lista-etapas ul li:hover:before{
    background: transparent url(../imagens/ellipse-6.png) scroll 0 0 no-repeat;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 45px;
}

.lista-etapas ul li:before{
    background: transparent url(../imagens/ellipse-2.png) scroll 0 0 no-repeat;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 45px;
}
.lista-etapas ul li div.lista-texto{
    border-left: 4px solid #73eb2d;
    margin-left: 55px;
}

.lista-etapas ul li div.lista-texto{
    border-left: 4px solid #73eb2d;
    margin-left: 55px;
}

.lista-etapas li p{
    margin: 0;
    padding: 15px 0 15px 25px;
}

section.form-contato form input, section.form-contato form textarea{
background-color: #E9E9E9;
border: none;
border-radius: 0;
}

.bg-servicos {
    background: url(../imagens/bg-home-servicos.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
}

.bg-imagem-reforma {
    background: url(../imagens/home-reformas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    clear: both;
}

.bg-mapa {
    background: url(../imagens/home-mapa.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    clear: both;
}

.bg-somos-modul {
    background: url(../imagens/bg-empresa-somos.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center left;
    max-width: none;
    clear: both;
    width: 100%;
    text-align: left;
}
.bg-empresa-diretor{
    background: url(../imagens/empresa-diretor.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    max-width: none;
    clear: both;
}

.bg-reforma-etapas {
    background: url(../imagens/bg-reforma-etapas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    clear: right;
}

.bg-construcao-etapas {
    background: url(../imagens/bg-construcao-etapas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    clear: right;
}

.bg-light-steel-frame {
    background: url(../imagens/bg-light-steel-frame.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
}

.bg-profissionais, .casavida {
    color: #fff;
}

.bg-reforma-profissionais {
    background: url(../imagens/reformas-profissionais.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}

.bg-construcao-profissionais {
    background: url(../imagens/construcao-profissionais.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}

.bg-construcao-casa-vida {
    background: url(../imagens/construcao-casa-vida.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}

.bg-lightsteelframe-imovel {
    background: url(../imagens/bg-lightsteelrame-imovel.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}

.bg-lightsteelframe-padronizacao {
    background: url(../imagens/bg-lightsteelframe-padronizacao.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}

.bg-lightsteelframe-comerciais {
    background: url(../imagens/bg-lightsteelframe-comerciais.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}
.bg-lightsteelframe-investidores{
    background: url(../imagens/bg-lightsteelframe-investidores.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}
.bg-lightsteelframe-origem{
    background: url(../imagens/bg-lightsteelframe-origem.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: none;
}
.texto {
    padding: 50px 50px 50px 50px;
}
.texto-home{
    padding: 0 50px 0 50px;
}

.height-500 {
    height: 500px;
}

.width-100 {
    width: 100%;
}

.padding-150 {
    padding: 150px 0;
}

.padding-75 {
    padding: 75px 0;
}

.texto-profissionais {
    padding: 50px 50px 50px 0;
}

.profissionais-traco {
    padding: 5px 0;
    border-bottom: 1px solid;
}
.contato-info p{
    padding-bottom: 50px;
}
@media (min-width: 768px){
    section.reforma.conteudo,
    section.imovel.conteudo,
    section.padronizacao.conteudo,
    section.casavida.conteudo,
    section.bg-profissionais.conteudo
    section.comerciais.conteudo,
    section.investidores.conteudo,
    section.origem.conteudo,
    section.diretor.conteudo{
        display: table;
        float: none !important;
    }
    div.row-reforma,
    div.row-imovel,
    div.row-padronizacao,
    div.row-casavida,
    div.row-bg-profissionais,
    div.row-comerciais,
    div.row-investidores,
    div.row-origem,
    div.row-diretor{
        display: table-row;
    }
    div.tablecell{
        display: table-cell;
        float: initial !important;
    }
    .row.display-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .thumbnail {
        height: 100%;
    }

    /* extra positioning */
    .thumbnail {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .thumbnail .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 9px 30px;
    }

}
section.noticias > div.row{
    border: 1px solid #ddd
}
section.noticias  h3{
    font-size: 30px;
}
section.faq.conteudo .panel-title {
    font-size: 22px;
}
.panel-modul {
    border-color: #ddd;
}
.panel-modul > .panel-heading {
    color: #333333;
    /*background-color: #f5f5f5;*/
    border-color: #ddd;
}
.panel-modul > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-modul > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-modul > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-heading:hover, .panel-botao:hover{
    background-color: #1D383D;
    color: white;
    display: inherit;
}
.cursor-pointer{
    cursor: pointer;
}
.carousel-inner {
    background-color: #1d383d;
    color: white;
}