@charset "UTF-8";

/*
Theme Name: Klein - Incorporadora
Theme URI: 
Description: 
Author: Alysson Abech
Version: 1.0
*/

html {
    font-size: 16px !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}

html,
body {
    font-family: "Open Sans", sans-serif;
    height: 100%;
    min-height: 100%;
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
}

body {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    color: #808285;
    background-color: #fff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.50rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.10rem;
}

p {
    margin: 0px !important;
}

.container-fluid {
    max-width: 1250px !important;
}

.paddingz {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.primary_bg {
    background-color: #000000 !important;
}

.primary_c {
    color: #000000 !important;
}

.fa {
    color: #ffffff;
}

/*SITE*/

/*HEADER*/
.header {
    z-index: 999999 !important;
}

#home .header {
    background-color: rgb(255, 255, 255, 0);
}

.page-template .header {
    background-color: rgb(0, 0, 0, 0.3);
    height: 110px;
}

.header div a {
    color: #ffffff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

.header li:hover {
    opacity: 0.8;
    box-shadow: inset 0px -1.5px #ffffff;
    transition: all 0.2s;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    /*font-weight: 700;*/
    padding-bottom: 10px;
}

.navbar-brand>img {
    max-width: 35%;
}

.navbar-nav>li {
    padding-top: 15px;
}

.navbar-default {
    border-color: transparent !important;
}

/*HEADER*/

/*MENU SCROLL HOME*/
.menu_scroll_on {
    background-color: #2b2b2bed !important;
    transition: all .3s;
}

/*MENU SCROLL HOME*/

/*VIDEO BACKGROUND - DOBRA INICIAL*/
.first {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    height: 100vh;
}

.first:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    opacity: .6;
    background: #000;
    background: url(https://demos.creative-tim.com/rubik/assets/img/pattern.png);
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first h1 {
    z-index: 2;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 3rem;
}

.logo_home {
    z-index: 99999 !important;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    width: 100vh;
}

/*VIDEO BACKGROUND - DOBRA INICIAL*/

/*MENU MENOR*/
.menu_menor {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 5px;
}

.menu_menor a {
    font-size: 0.8rem;
    margin-top: 5px;
}

.menu_menor a:hover {
    text-decoration: none !important;
}

.menu_menor a:nth-child(1) {
    padding-right: 15px;
}

/*MENU MENOR*/

/*HOME CONTEUDO HORIZON*/
.conteudo-horizon .conteudo {
    margin-top: 60px;
}

.conteudo-horizon .conteudo p {
    color: #ffffff;
    text-align: justify;
}

.conteudo-horizon .conteudo li{
    margin-left: 40px;
    color: #ffffff;
}

/*HOME CONTEUDO HORIZON*/


/*MAIN*/
.page-template-default main {
    padding-top: 120px;
}

section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    /*min-height: 40vh*/
}

/*HOME SLIDESHOW*/
.slideshow_home .container img {
    max-width: 55%;
    float: left;
    padding-left: 15%;
    padding-top: 2%;
}

.slideshow-full {
    position: relative;
    padding: 0;
    transition: all .5s;
}

.slideshow-full .slide_carousel_img {
    height: 80vh;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.slideshow-full .slide_text {
    z-index: 99;
    position: relative;
    padding: 15px 15px;
    background-color: black;
    width: 25%;
    bottom: 25px;
}

/*HOME SLIDESHOW*/

.info_home {
    background-color: #222222;
}

/*OTHERS SLIDESHOW*/
.slideshow_others {
    height: 30vh;
    position: relative;
    padding: 0;
    transition: all .5s;
}

.slideshow_others .item {
    height: 30vh;
}

.slideshow_others .container img {
    max-width: 45%;
    float: right;
    padding-right: 15%;
    padding-top: 1%;
}

/*OTHERS SLIDESHOW*/

.carousel-indicators .active {
    background-color: #000000 !important;
}

/*HOME ENDERECO CONTATO*/
.contato_barra_home {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contato_barra_home p {
    text-align: center;
}

.contato_barra_home a {
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.contato_barra_home a:hover,
.contato_barra_home a:visited,
.contato_barra_home a:active {
    color: white;
    text-decoration: none !important;
}

/*HOME ENDERECO CONTATO*/

/*HOME DESTAQUE HORIZON*/
.destaque_horizon {
    background-color: #2b2b2b;
}

.destaque_horizon .titulo {
    margin-bottom: 40px;
}

.conteudo_horizon .conteudo p {
    font-size: 1.2rem !important;
}

.destaque_horizon h2 {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*HOME DESTAQUE HORIZON*/

/*HOME DESTAQUES*/
.institucional_destaques_home {
    background-color: #000000;
}

.institucional_destaques_home h2 {
    color: #ffffff;
}

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

.institucional_destaques_home .inst_info h3 {
    color: #ffffff;
    margin-top: 40px;
}

.institucional_destaques_home .inst_info p {
    color: #ffffff;
}

.institucional_destaques_home .infos {
    padding-top: 45px;
    padding-bottom: 30px;
}

.inst_info a {
    color: black !important;
}

.inst_info a:hover {
    text-decoration: none;
}

/*HOME DESTAQUES*/

/*FAIXA GEOMAPS*/
.faixa-geomaps {
    background-color: #000000;
}

.faixa-geomaps h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.faixa-geomaps h3 a {
    color: #ffffff;
    text-align: center;
}

.faixa-geomaps h3 a:hover {
    text-decoration: none;
    color: #cfcfcf;
    transition: all .5s;
}

.faixa-geomaps .fa-maps-one {
    margin-right: 15px;
}

.faixa-geomaps .fa-maps-second {
    margin-left: 15px;
}

/*FAIXA GEOMAPS*/

/*CONTATO HOME*/
.contato-home {
    background-color: #2b2b2b;
}

/*CONTATO HOME*/

/*MAPA*/
.mapa {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mapa_interno {
    height: 75vh;
    padding-bottom: 0px;
}

.form_mapa {
    height: 80%;
    background-color: #fefefe;
    top: 50px;
    padding: 20px;
}

/*MAPA*/

/*FORMULARIO CONTATO HOME*/
.form_mapa button {
    background-color: #000000;
    color: #ffffff;
}

/*FORMULARIO CONTATO HOME*/

/*CONTEUDO PAGE*/
.page-intern {
    background-color: #2b2b2b;
}

.page-intern main {
    padding-top: 120px;
}

.page-intern .titulo_page {
    padding-top: 1.5rem;
    color: #ffffff;
    padding-bottom: 0px !important;
}

h1,
h2 {
    text-align: center;
}

.md-contato,
.md-institucional,
.md-empreendimento,
.md-qrcode {
    padding-top: 120px !important;
}

.conteudo-interno {
    color: #ffffff;
}

.conteudo-interno h2,
.conteudo-interno h3,
.conteudo-interno h4 {
    margin-top: 0px;
}

.titulo_page h1 {
    margin-bottom: 0px !important;
}

/*CONTEUDO PAGE*/

/*MD-CONTATO*/

/*MD-CONTATO*/

/*MD-INSTITUCIONAL*/
.separator-container {
    text-align: center;
    position: relative;
}

.separator-container .separator {
    color: #a5892d !important;
    margin: 0 auto 1em;
    width: 20em;
}

.separator-container .separator.line-separator:before {
    float: left;
}

.separator-container .separator.line-separator:before,
.separator-container .separator.line-separator:after {
    display: block;
    width: 45%;
    content: " ";
    margin-top: 14px;
    border: 1px solid #a5892d;
    color: #a5892d !important;
}

.separator-container .separator.line-separator:after {
    float: right;
}

.separator-container .separator.line-separator:before,
.separator-container .separator.line-separator:after {
    display: block;
    width: 45%;
    content: " ";
    margin-top: 14px;
    border: 1px solid #a5892d;
    color: #a5892d !important;
}

.info-institucional {
    margin-top: -15%;
    padding: 10%;
}

.info-institucional h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}

.info-institucional .subheading {
    color: #a5892d;
    font-size: 16px;
    font-style: italic;
}

.info-institucional .row {
    margin-top: 10%;
}

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

.how-img{
    width: 100%;
    height: 300px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.md-institucional .conteudo-interno {
    padding-top: 0px !important;
}

/*MD-INSTITUCIONAL*/

/*MD-EMPREENDIMENTOS*/
.md-empreendimento{
    padding-bottom: 0px !important;    
}

.destaque_horizon_empreendimentos {
    color: #ffffff;
    text-align: center;
    padding-bottom: 0px !important;
}

.list-empreendimentos {
    padding-top: 2rem;
}

.card-empreendimento-1 {
    background-color: #ffffff;
    height: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-empreendimento-2 {
    background-color: #ffffff;
    height: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
}

.card-empreendimento-3 {
    background-color: #ffffff;
    height: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 290px;
}

.destaque_horizon_empreendimentos {
    padding-top: 0 !important;
}

.destaque_horizon_empreendimentos img {
    max-width: 30%;
}

.conteudo-interno h3 {
    text-align: left;
}

.empreendimento-destaque-principal{
    background-color:#2b2b2b;
    width: 100%;
}

.conteudo-interno-empreendimentos{
    background-color:#2b2b2b;
    width: 100%;   
}

.conteudo-interno-empreendimentos h3{
    color:#ffffff;
    text-align: center;
}


.empreendimento-destaque-principal h3{
    text-align: center;
    color:#ffffff;
    margin-bottom:40px;
}

.conteudo-interno-empreendimentos h2{
    color:#ffffff;
    text-align: center;
}


.empreendimento-destaque-principal h2{
    text-align: center;
    color:#ffffff;
    margin-bottom:40px;
}

.empreendimento-destaque-principal .bloco-destaque{
    text-align: center;   
}

.empreendimento-destaque-principal .bloco-destaque .bloco-destaque-img{
    font-size: 4rem;
}

.empreendimento-destaque-principal .bloco-destaque .bloco-destaque-title{
    font-size:1.6rem;
    font-weight: 400;   
    color:#ffffff;
}

.empreendimento-destaque-principal .bloco-destaque .bloco-destaque-desc{
    color: #ffffff;
    font-size: 1rem;
}

.empreendimento-informacoes h3{
    text-align: center;
    color:#ffffff;
    margin-bottom:40px;
}


.empreendimento-informacoes p{
    color:#ffffff;
}

.empreendimento-informacoes ul{
    margin-top:20px;
    margin-left:40px;
    color:#ffffff;
}

.empreendimento-informacoes .bloco-info-especial-img{

    height: 90vh;
}

#end_1 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_1.png);
    background-size: cover;
}

#end_2 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_1.png);
    background-size: cover;
}

#end_3 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_3.png);
    background-size: cover;
}

#end_4 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_4.png);
    background-size: cover;
}

#end_5 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_5.png);
    background-size: cover;
}

#end_6 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_6.png);
    background-size: cover;
}

#end_7 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_7.png);
    background-size: cover;
}

#end_8 .card-empreendimento-3 {
    background-image: url(https://kleinincorporadora.com.br/wp-content/themes/klein/src/img/empreendimentos/end_8.png);
    background-size: cover;
}



.card-empreendimento-3 p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 75%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 6px;
}

/*MD-EMPREENDIMENTOS*/

/*CONTEUDO DUPLO*/
.conteudo-duplo .titulo {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

.conteudo-duplo .conteudo {
    color: #ffffff;
}

/*CONTEUDO DUPLO*/

/*INFORMAÇÕES EMPREENDEDORISMO TAG*/
.info-imoveis-tag .titulo {
    color: #992727;
    font-size: 25px;
}

.info-imoveis-tag.titulo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 40%;
    max-width: 105px;
    height: 1px;
    background-color: #fff;
}

/*INFORMAÇÕES EMPREENDEDORISMO TAG*/

.divisao {
    background-color: #fff;
}

/*MAIN*/

/*QRCODE HOME*/

/*QRCODE HOME*/

/*QRCODE PAGE*/
.card-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-qrcode p {
    margin-top: 10px !important;
    text-align: center;
}

.card-qrcode a {
    color: #ffffff;
}

.card-qrcode a:hover {
    color: #cfcfcf;
    transition: all .5s;
    text-decoration: none;
}

.card-qrcode .card {
    margin-bottom: 40px;
}

/*QRCODE PAGE*/

/*QRCODE LINK*/
.link_qrcode {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 15px;
    bottom: 35px;
    transition: all .5s ease-in-out;
    transition-delay: .2s;
    z-index: 99999;
    background-color: rgb(0, 0, 0, 0.7);
}

.link_qrcode img {
    width: 100px;
}

.link_qrcode p {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.link_qrcode a:hover {
    text-decoration: none;
}

/*QRCODE LINK*/

/*RODAPE*/
.rodape {
    background-color: #000000;
    color: #ffffff;
    padding: 20px;
}

.rodape .dados {
    text-align: center;
    padding-top: 60px;
}

.rodape .dados a {
    color: #ffffff !important;
    text-decoration: none;
}

.rodape .dados a:hover,
.rodape .dados a:active,
.rodape .dados a:visited,
.rodape .dados a:focus {
    color: #ffffff !important;
    text-decoration: none;
}

.rodape .redes i {
    font-size: 2.5rem;
    margin-right: 10px;
    border-radius: 12px;
    transition: all 0.3s;
}

.rodape .redes i.fa-facebook-square:hover {
    color: rgb(0, 0, 0);
    background: #ffffff;
    padding: 5px;
    transition: all 0.3s;
}

.rodape .redes i.fa-instagram:hover {
    color: rgb(0, 0, 0);
    background: #ffffff;
    padding: 5px;
    transition: all 0.3s;
}

.rodape_img #rodape_img_1{
    max-width: 30%;    
}

.rodape_img #rodape_img_2{
    max-width: 30%;
    max-height: 155px;    
}

.rodape_img #rodape_img_3{
    max-width: 50%;
    max-height: 160px;  
    margin-left:20px;
}

.rodape_img {
    display: flex;
}

.rodape .logo {
    padding-left: 0px !important;
}

/*RODAPE*/

/*BREADCRUMB*/

.breadcrumb {
    background-color: #1e1e1e !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.breadcrumb>.active {
    color: #ffffff !important;
}

.breadcrumb>li {
    display: inline-block !important;
}

.breadcrumb>li>a {
    color: #ffffff !important;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ffffff;
    content: "/\00a0";
}

/*BREADCRUMB*/

/*LOGIN ADMIN*/
.login_admin{
    background-color:black;
    height: 100vh;
}

.form_corretores{
    background-color:black;
    height: 150vh; 
}

.form_troca_senha{
    background-color:black;
    height: 150vh; 
}

.form_corretores .form-control{
    margin-bottom: 20px !important;
}

.form_troca_senha .form-control{
    margin-bottom: 20px !important;
}

.form_ticket_cliente_main .form-control{
    margin-bottom: 20px !important;
}

.main_login_admin{
    padding-top:150px;
}

.form_corretores{
    padding-top:100px;
}

.form_troca_senha{
    padding-top:100px;
}

.main_login_admin h2{
    color:#ffffff;
}

.form_corretores h2{
    color:#ffffff;
}

.form_troca_senha_main{
    color:#ffffff;    
}

.main_login_admin .form-control{
    margin-bottom: 20px !important;
}

.form-signin {
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
}

.aviso h3,
.aviso p{
    color:#ffffff;
    text-align: center;
    margin-top:150px;
}

.main_login_admin .link_form{
    margin-top: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    margin-left:80px;
}
/*LOGIN ADMIN*/

/*404*/
.error404 .navbar-default {
    background-color: #000000 !important;
}

.page_404 .navbar-default {
    background-color: #000000 !important;
}

.page_404{
    height:120vh;
    background-color:#cccccc;
}

.page_404 h2{
    text-align: center;
    color:#ffffff;
    margin-top: 40vh;
}
/*404*/

/*MEDIA QUERY*/
@media (min-width: 426px) and (max-width: 960px) {
    .conteudo-horizon .conteudo {
        margin-top: 0px !important;
    }

    .info-institucional .how-img{
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .info-institucional .col-md-6{
        padding-left: 0px !important;    
    }
}

@media (min-width: 426px) and (max-width: 600px) {
    #navbar{
        background-color: black !important;
    }

    .navbar-header{
        background-color: black !important; 
        height: 110px;   
    }

}

@media (max-width: 450px) {
    /*HEADER*/    
    #navbar{
        background-color: black !important;
    }

    .navbar-header{
        background-color: black !important;    
    }

    .navbar-collapse {
        border-top: 0px !important;
        -webkit-box-shadow: 0px !important;
        box-shadow: 0px !important;
    }

    .navbar {
        height: 0px !important;
    }

    .menu_scroll_on {
        background-color: transparent !important;
    }

    .navbar-brand>img {
        max-width: 10% !important;
    }

    .logo_home {
        height: 400px !important;
        width: 300px !important;
        margin-top: 120px !important;
        z-index:9999 !important;
    }
    /*HEADER*/ 
    .conteudo-horizon .conteudo {
        margin-bottom: 40px;
    }

    .md-contato, .md-institucional, .md-empreendimento, .md-qrcode {
        padding-top: 40px !important;
    }

    .info-institucional .how-img{
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .info-institucional .col-xs-12{
        padding-left: 0px !important;    
    }

    .institucional_destaques_home .infos .col-xs-12{
        margin-bottom: 40px;
    }

    .destaque_horizon_empreendimentos img {
        max-width: 50%;
    }

    .link_qrcode {
        width: 70px;
        height: 70px;
    }

    .link_qrcode img {
        width: 70px;
    }

    .rodape_img #rodape_img_3 {
        margin-left: 30%;
    }

    .empreendimento-destaque-principal .bloco-destaque{
        min-height: 250px !important;
    }

    .card-empreendimento-3 {
        border-radius: 30px;
    }

    .faixa-geomaps h3 {
        line-height: 40px;
    }

    .empreendimento-informacoes .bloco-info{
        margin-bottom:40px;
    }

    .institucional_destaques_home .inst_info{
        margin-bottom:40px;
    }

    .institucional_destaques_home .inst_info h3 {
        color: #ffffff;
        margin-top: 20px !important;
    }

}

.navbar {
    position: relative;
    min-height: 110px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

/*MEDIA QUERY*/

/*SITE*/