/* Gerado em 16/05/2018 14:29:33 - css */

:root {
    --main: #507C45;
    --main-contrast: #FFF;
    --main-contrast-hover: #CCC;

    --dark: #333;
    --dark-contrast: #FFF;

    --rodape: #EEEEEE;
    --rodape-hover: #333;

    --secondary: #0f3f85;
    --secondary-hover: #999;
    --barra: #f1f2f3;

    --links: #333;
}

html,body{
    font-family: 'Fira Sans', sans-serif !important;
}

body{

}

.miolo h1{
    font-size: 1.4em;
}

.miolo h2.central{
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 20px;
    background: url("../../img/site/barra.png") center bottom no-repeat;
}

.miolo h2.central2{
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 20px;
    color: var(--main-contrast);
    background: url("../../img/site/barra2.png") center bottom no-repeat;
}

.linha{
    background: var(--dark);
    color: var(--dark-contrast);
    font-size: 0.7em;
}

.linha-fone{
    font-size: 1.3em;
}

.linha a{
    color: var(--dark-contrast);
}

.social1{
    display: inline-block;
    padding: 4px 8px;
    border-left: 1px solid #999;
}

.social2{
    display: inline-block;
    padding: 4px 8px;
    border-right: 1px solid #999;
}

.navbar-custom{
    background: none !important;
    font-size: 0.8em;
    color: var(--main-contrast);
    padding: 0;
    text-transform: uppercase;
}

.navbar-custom .navbar-nav .nav-link{
    color: var(--main-contrast);
    padding: .3rem 20px;
    border: 4px solid var(--dark);
    border-top: 0;
    border-left: 0;
    background: var(--main);
}

.navbar-custom .restrito{
    background-color: #28c743;
}

.navbar-custom .restrito .nav-link{
    color: var(--main);
    font-weight: bold;
}

.navbar-custom .navbar-nav{
    margin-right: 0;
}

.navbar-custom .navbar-nav .nav-link:hover{
    color: var(--main-contrast-hover);
}

.navbar-custom .restrito .nav-link:hover{
    color: var(--main-contrast);
}

.navbar-custom .nav-item:last-child{

}

.btn-simulador{
    background-color: #DDD;
    font-size: 0.8em;
}

.btn-whatsapp{
    background-color: var(--dark);
    font-size: 0.8em;
}

.btn-anuncie{
    background-color: var(--main);
    font-size: 0.8em;
    border: 1px solid var(--main-contrast);
}

.btn-procurar{
    background-color: var(--main);
    font-size: 0.8em;
    text-transform: uppercase;
    border: 1px solid var(--dark);
    color: var(--main-contrast);
}

.btn-contato{
    font-size: 0.8em;
    border: 1px solid var(--main-contrast);
}

.btn-facebook{
    background: #0f3f85;
}

.destaque-container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.destaque-container-simples{
    border-bottom-width: 10px;
}

.produto-item a{
    display: block;
}

.produto-item .produto-show{
    padding-top: 37.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    -webkit-print-color-adjust: exact;
}

.produto-item .produto-show-sm{
    padding-top: 75%;
}

.anuncie{
    background: var(--dark);
    color: var(--dark-contrast);
}

.anuncie span{
    font-size: 0.7em;
}


.trabalhe{
    background: var(--main);
    color: var(--main-contrast);
}

.trabalhe span{
    font-size: 0.7em;
}

footer{
    background-color: var(--rodape);
    color: var(--rodape-hover);
    font-size: 0.7em;
}

footer b{
    font-size: 1.2em;
}

footer a{
    color: var(--rodape-hover);
}

footer a:hover{
    color: var(--rodape-hover);
}

.getsites{
    font-family: "Trebuchet MS";
    font-size: 0.9em;
}

.busca{
    border: 1px solid #CCC;
    background-color: #EEE;
    border-radius: 2px;
    padding: 0 20px;
}

.busca_itens{
    border-right: 1px solid #CCC;
}

.avancada{
    color: var(--links);
    font-size: 0.7em;
    text-decoration: underline;
}

#b_carregando, .ajax_carregando{
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 5000;
    padding-top: 100px;
}

.avancada{
    font-size: 12px;
}

.avancada_quadro{
    min-height: 250px !important;
    max-height: 250px;
    overflow-y: auto;
}

.caracteristicas{
    max-height: 110px;
    overflow-y: auto;
    border: 1px solid #EAEAEA;
    padding: 5px;
    margin-bottom: 10px;
}

/*imovel link*/
a.imovel-link .imovel-thumb{
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EAEAEA;
    position: relative;
    border: 1px solid #EAEAEA
}

a.imovel-link .imovel-thumb em{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    color: var(--main-contrast);
    background-color: var(--main);
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0 15px;
    transition: left 0.3s ease;
    font-style: normal;
}

a.imovel-link:hover .imovel-thumb em{
    left: 10px;
}

a.imovel-link .imovel-thumb span{
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
    color: var(--main-contrast);
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 0 15px;
    transition: bottom 0.3s ease;
}

a.imovel-link:hover .imovel-thumb span{
    bottom: 0;
}

a.imovel-link{
    /*border: 1px solid #FFF;*/
}

a.imovel-link:hover{
    /*border-color: #EAEAEA;*/
}

.imovel-link{
    display: block;
}

.imovel-link:hover{
    text-decoration: none;
}

.imovel-link p{
    color: var(--dark);
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: center;
}

a.imovel-link:hover p{
    color: #666;
}

.imovel-link span{
    color: var(--main);
    font-size: 0.8em;
    text-align: center;
}

.carousel_container{
    position: relative;
}

.carousel_container a.owl_prev{
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 1000;
}

.carousel_container a.owl_next{
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 1000;
}

.carousel_container #imoveis_destaque{
    padding: 0 30px;
}

.ganchos{
    background: var(--main);
}

a.gancho{
    display: block;
    background: #FFF;
    border-radius: 5px;
    color: var(--dark);
    text-align: center;
    font-size: 0.9em;
    padding: 10px;
    transition: background-color 0.3s ease;
    margin-bottom: 30px;
    height: 100px;
}

a.gancho:hover{
    text-decoration: none;
    background-color: #EAEAEA;
}

a.gancho p{
    margin: 5px 0 0 0;
}

a.link-simples{
    color: var(--dark);
    text-decoration: underline;
}

.btn-file {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    line-height: 90px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.card:hover{
    text-decoration: none;
}

.corretor_lg .card-title{
    font-size: 0.9em !important;
}
.corretor_lg .card-text{
    font-size: 0.7em !important;
}
.corretor_lg .card-whatsapp{
    font-size: 1em !important;
}

.corretor_sm .card-title{
    font-size: 0.8em !important;
}
.corretor_sm .card-text{
    font-size: 0.6em !important;
}
.corretor_sm .card-whatsapp{
    font-size: 0.8em !important;
}

/* XS */
@media (max-width : 575px) {
    .social1, .social2{
        border: none;
    }

    .navbar-custom .navbar-nav .nav-link{
        padding: .6rem 25px .5rem 25px;
    }
    .logo-xs{
        max-width: 210px !important;
    }

    .busca_itens{
        border-right: 0;
    }

    .busca-codigo{
        border-top: 1px solid #CCC;
    }

    .corretor_lg .card-title{
        font-size: 0.8em !important;
    }
    .corretor_lg .card-text{
        font-size: 0.6em !important;
    }
    .corretor_lg .card-whatsapp{
        font-size: 0.8em !important;
    }
}

/* SM */
@media (min-width : 576px) and (max-width: 767px) {
    .busca_itens{
        border-right: 0;
    }

    .busca-codigo{
        border-top: 1px solid #CCC;
    }
}

/* MD */
@media (min-width : 768px) and (max-width: 991px) {
    a.gancho{
        height: 120px;
    }
}

/* LG */
@media (min-width : 992px) and (max-width: 1199px) {
    .imovel-link{
        min-height: 300px;
    }
}

/* XL */
@media (min-width : 1200px) {
    .logo{
        margin-top: 20px;
    }

    .navbar-custom{
        margin-top: 30px;
        margin-bottom: 10px;
        float: right;
        font-size: 0.8em;
    }

    .navbar-custom .navbar-nav .nav-link{
        padding: .5rem 25px .4rem 25px;
    }

    .imovel-link{
        height: 280px;
    }

    .container_whatsapp{
        max-width: 160px;
        position: fixed;
    }
}