html, body{
    min-width: 360px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

h1 {
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;  
    text-transform: uppercase;
}

p {
    color: #999;
    font-size: 18px;
}

.extrabold {
    font-weight: 800 !important;   
}

.cor-verde-claro {
    color: #419c7a;
}

.fz-36 {
    font-size: 36px;
}

.fz-20 {
    font-size: 20px;
}


.fz-14 {
    margin-top: 30px;
    font-size: 14px !important;
}

.borda{
    border: 1px solid blue;
}

.text-verde{
    color: #004b2c;
}

.text-verde-escuro{
    color: #0f3c14;
}

.bg-claro{
    background-color: #fafafa;
}

.bg-verde{
    background-color: #004b2c;
}


.bg-escuro-transparente{
    background-color: rgba(0,0,0,0.5);
}

.text-cinza{
    color: #555555;
}

::-webkit-input-placeholder{
    font-size: 13.4px;
}
input:-moz-placeholder{
    font-size: 13.4px;
}
textarea:-moz-placeholder{
    font-size: 13.4px;
}

input{
    padding: 20px 15px !important;
    font-size: 13.4px !important;
}

textarea{
    padding: 7px 15px !important;
    font-size: 13.4px !important;
}

.help-block{
    color: #dc3545 !important;
}

/*Navbars*/

i#bars{
    color: black;
    font-size: 25px;
    font-weight: 400 !important;
}

i#fechar{
    color: black;
    font-size: 25px;
    font-weight: 400 !important;
}

nav#nav-1{
    z-index: 900000000 !important;
    background-color: #fafafa;
}

nav#nav-2{
    padding: 50px 0px;
}

.link-nav-1{
    color: black !important;
    font-size: 14px;
}

.link-nav-2{
    color: white;
    font-size: 14px;
}

.link-nav-2:hover{
    color: white;
}

.link-nav-3{
    color: black;
    font-size: 14px;
}

.link-nav-3:hover{
    color: black;
}

div#event-navbar{
    width: 230px;
    height: 190vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90000000000 !important;
}

.translate-ir{
    transform: translateX(230px);
    transition: transform 0.3s;
}

.translate-voltar{
    transform: translateX(0px);
    transition: transform 0.3s;
}

a#logo-desktop-1{
    position: absolute;
    top: -30px;
    left: 0px;
}

img#img-logo-1{
    width: 160px;
}

a#logo-desktop-2{
    position: absolute;
    top: -30px;
    left: 0px;
}

img#img-logo-2{
    width: 120px;
}

.custom-nav-2-start{
    position: absolute;
    top: 0;
    z-index: 300000 !important;
}

.nav-up{
    transform: translateY(-170px);
    transition: transform 0.5s;
}

.nav-down{
    transform: translateY(0px);
    transition: transform 0.5s;
}

nav#nav-3{
    padding: 30px 0px;
    z-index: 300000000 !important;
}

div#bordinha-home, div#bordinha-sobre, div#bordinha-diferenciais, div#bordinha-caracteristicas, div#bordinha-fotos, div#bordinha-contato{
    position: absolute;
    bottom: 0;
    height: 1.5px;
    background-color: white;
}

div#bordinha-home-3, div#bordinha-scroll-home-3,
 div#bordinha-sobre-3, div#bordinha-scroll-sobre-3,
  div#bordinha-diferenciais-3, div#bordinha-scroll-diferenciais-3,
   div#bordinha-caracteristicas-3, div#bordinha-scroll-caracteristicas-3, div#bordinha-fotos-3, div#bordinha-scroll-fotos-3,
    div#bordinha-contato-3, div#bordinha-scroll-contato-3{
    position: absolute;
    bottom: 0;
    height: 1.5px;
    background-color: black;
}

.bordinha-home-ir{
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
}

.bordinha-home-voltar{
    width: 0%;
    opacity: 0;
    transition: all 0.3s;
}

/*Section-1*/

.bg-slide-1{
    background: url(../img/edit.jpg) center center no-repeat;
    background-size: cover;
}

.bg-slide-2{
    background: url(../img/edit2.jpg) center center no-repeat;
    background-size: cover;
}

div#mae-home{
    position: absolute;
    top: 0;
    z-index: 30000 !important;
}

section#home{
    min-height: 640px !important;
}

div#texto-home{
    padding-top: 130px;
}

.btn-form{
    background-color: #004b2c;
    color: white;
    transition: all 0.3s;
}

.btn-form:hover{
    background-color: #0f3c14;
    color: white;
    transition: all 0.3s;
}

img#img-180{
    position: absolute;
    top: 120px;
    left: -220px;
}

img#img-2500{
    position: absolute;
    bottom: 0px;
    left: -180px;
}

/*Section-2*/

div#animate-nome-sobre{
    height: 2.5px;
    background-color: #004b2c;
    position: absolute;
}

.tema{
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #004b2c;
}
.nome-sobre-ir{
    width: 150px;
    transition: width 0.2s;
}

.nome-sobre-voltar{
    width: 0px;
    opacity: 0;
    transition: width 0.2s, opacity 0.6s;
}


 

.btn-modal{
    border: #004b2c 1px solid;
    padding: 18px 30px;
    color: #004b2c;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-modal:hover{
    background-color: #004b2c;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: white;
    text-decoration: none;
}

/*Diferenciais*/

section#diferenciais{
    background: url(../img/bg-carac.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}



section#diferenciais i{
    font-size: 70px;
}

section#diferenciais p{
    font-size: 13.5px;
}

section#diferenciais h5{
    font-weight: 600;
}

div#animate-nome-diferenciais{
    height: 2.5px;
    background-color: #004b2c;
    position: absolute;
}

 

div#perfeito-para-morar{
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #004b2c;
    padding: 20px 30px;
}

.btn-branco{
    background: transparent;
    border: 1.5px solid white;
    color: white;
    padding: 18px 30px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 0 !important;
}

.btn-branco:hover{
    background-color: white;
    color: black;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*Modal conatato*/

div#exampleModal, div#exampleModal2, div#modal-img-1, div#modal-img-2, div#modal-img-3, div#modal-img-4{
    z-index: 10000000000 !important;
}

.modal-backdrop.show {
    opacity: 0.7;
    z-index: 900000000 !important;
    width: 100% !important;
    height: 100% !important;
}

i#close-modal{
    color: black;
    font-size: 23px;
    font-weight: 200;
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s;
}

i#close-modal:hover{
    color: black;
    font-size: 23px;
    font-weight: 200;
    transform: scale3d(1.3, 1.3, 1.3);
}

i#close-modal-img{
    color: #fafafa;
    font-size: 23px;
    font-weight: 200;
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s;
}

i#close-modal-img:hover{
    color: #fafafa;
    font-size: 23px;
    font-weight: 200;
    transform: scale3d(1.3, 1.3, 1.3);
}

div#modal-img-1 .modal-content, .modal-header, .modal-body{
    background-color: transparent !important;
    border: 0 !important;
}

div#modal-img-2 .modal-content, .modal-header, .modal-body{
    background-color: transparent !important;
    border: 0 !important;
}

div#modal-img-3 .modal-content, .modal-header, .modal-body{
    background-color: transparent !important;
    border: 0 !important;
}

div#modal-img-4 .modal-content, .modal-header, .modal-body{
    background-color: transparent !important;
    border: 0 !important;
}


.modal-header{
    margin-bottom: -25px;
}
/*Section-obras*/

div#animate-nome-obras{
    height: 2.5px;
    background-color: #004b2c;
    position: absolute;
}

.height-div-obras{
    height: 370px;
}

.over-hidden{
    overflow: hidden;
}

.img-modal{
    max-width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);

    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#div-modal-1:hover .img-modal{
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    -o-transform: scale3d(1.4, 1.4, 1.4);
    -moz-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);

    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#div-modal-2:hover .img-modal{
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    -o-transform: scale3d(1.4, 1.4, 1.4);
    -moz-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);

    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#div-modal-3:hover .img-modal{
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    -o-transform: scale3d(1.4, 1.4, 1.4);
    -moz-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);

    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#div-modal-4:hover .img-modal{
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    -o-transform: scale3d(1.4, 1.4, 1.4);
    -moz-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);

    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a#link-modal-1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000000 !important;
    background: transparent;
    transition: all 0.3s;
}

a#link-modal-1:hover{
    background-color: #004b2c6b;
    transition: all 0.3s;
    text-decoration: none;
}

.texto-modal-1{
    font-size: 17px;
}

.texto-modal-2{
    font-size: 12px;
}

.lupa{
    opacity: 0;
    animation-name: lupa;
}

/*Caracteriticas*/

div#animate-nome-caracteristicas{
    height: 2.5px;
    background-color: #004b2c;
    position: absolute;
}

.div-bg-ficha{
    background-color: #004b2c;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.div-bg-ficha i{
    color: white;
    font-size: 45px;
}

.p-ficha{
    color: #555555;
    font-size: 13.5px;
}

/*Quebra*/

section#quebra{
    background: url(../img/bg-quebra.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

/*masterplan*/

div#animate-nome-masterplan{
    height: 2.5px;
    background-color: #004b2c;
    position: absolute;
}

/*Contato*/

div#animate-nome-contato{
    height: 2.5px;
    background-color: #004b2c;
    position: absolute;
}

.paragrafo-contato{
    color: #555555;
    font-size: 15.5px;
}

.link-telefone:hover{
    text-decoration: none;
}

i.fa-whatsapp{
    font-size: 18px;
}

/*Footer*/

footer{
    background-color: #004b2c;
    padding: 30px 0;
    font-size: 14px;
    color: white;
}

.link-insiders{
    color: white;
}

.link-insiders:hover{
    color: #b1b1b1;
    text-decoration: none;
}

a#botao-suspenso-whatsapp{
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: #34af23;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 90000000000 !important;
}

a#botao-suspenso-whatsapp:hover{
    text-decoration: none;
    background-color: #288f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a#botao-suspenso-whatsapp i{
    font-size: 30px;
    color: white;
}


#obras-em-andamento {
    margin-top: 60px;
    margin-bottom: 30px
}

#masterplan {
    margin-top: 50px;
     margin-bottom: 30px
        
}


.bg-success {
    background-color: #034b2e!important;
        padding: 10px;
    text-align: center;

}