* { margin: 0; border: 0; padding: 0; 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
}
html {
    font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html, body {
    min-width: 100%;
    height: 100%;
    z-index:1;
    overflow-x: hidden;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

body {
    display: table;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   
input { outline:none; }
ul { list-style: none; }
.container {
    margin: 0 auto;
    width: 1000px;
}
h2, h3 { text-transform: uppercase; }
a {
    text-decoration: none;
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    transition: all .30s ease-in;
    cursor: pointer;
}
img { border:none; }
* html .clearfix {height: 1%;}
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

select option:nth-child(odd), select option {
    padding: 5px;
    background: #fff;    
}
select option:nth-child(odd) {
    background: #eee;    
}
.busca select option:nth-child(odd) {
    background: #999;
    padding: 5px;
}
.clearfix {display: block;}
.onlymobile { display: none; }
.menu-anchor {
    float: right;
    position: relative;
    display: block;
    cursor: pointer;
    height: 100px;
    padding-top: 15px;
    padding-left: 10px;
    margin-top: -10px!important;
}
.menu-anchor { color: #000; }
.header-index .menu-anchor { color: #fff; }
.header-single .menu-anchor { color: #fff; }

.hamburguer {
    position: relative;
    float: left;
    display: block;
    top: 17px;
    left: -10px;
    transition: .5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.icon-hamburger {
    display: block;
    width: 48px;
    height: 48px;
}
.icon-hamburger .line {
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: transform .25s ease, opacity .2s ease;
}
.icon-hamburger .line-top { transform-origin: 12px 7px; }
.icon-hamburger .line-middle { transform-origin: 12px 12px; }
.icon-hamburger .line-bottom { transform-origin: 12px 17px; }
.menu-active .menu-anchor .icon-hamburger .line-middle {
    opacity: 0;
    transform: scaleX(0);
}
.menu-active .menu-anchor .icon-hamburger .line-top {
    transform: translateY(5px) rotate(45deg);
}
.menu-active .menu-anchor .icon-hamburger .line-bottom {
    transform: translateY(-5px) rotate(-45deg);
}
.menu-anchor .hamburguer {
    margin-right: 10px;
    margin-top: -2px;
     transition : .25s linear;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
.menu-active .menu-anchor .hamburguer {
     transition : .25s linear;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 250px;
    height: 100%;
    background: #58362c;
    
     -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;

    -webkit-box-shadow: inset 8px -3px 7px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: inset 8px -3px 7px -4px rgba(0,0,0,0.54);
    box-shadow: inset 8px -3px 7px -4px rgba(0,0,0,0.54);
}
nav li a {
    display: block;
    border-bottom: 1px solid #582521;
    padding: 19px 20px 19px 30px;
    color: #fff;
    text-decoration: none;font-size: 1.5em; 
    font-weight: bold;
}
nav li a:hover {
    color: #000;
    background: #fff;
    -webkit-box-shadow: inset 8px -3px 7px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: inset 8px -3px 7px -4px rgba(0,0,0,0.54);
    box-shadow: inset 8px -3px 7px -4px rgba(0,0,0,0.54);
}
.menu-active nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.left { float: left; }
.right { float: right; }
.relative { position: relative; }
.center { text-align: center; }
.col { position: relative; float: left; }
.col-22-5 {    
    width: 22.5%;
    margin: 30px 1.25% 10px 1.25%;
}
.col-20 { width: 20%; }
.col-30 { width: 30%; }
.col-33 { width: 33%; padding: 15px; }
.col-50 { width: 50%; }
.col-70 { width: 70%; }
.col-80 { width: 80%; }
.col-100 { width: 100%; }
.p-0-50 { padding: 0 25px; }

.par {
    padding-right: 25px;
}
.impar {
    padding-left: 25px;
}
.whatsapp {background: url(../img/icon-whatsapp-flutuante.png) no-repeat; width: 70px; height: 71px; position: fixed; bottom: 3%; right: 2%; z-index: 999;}
footer {
    background: #58362c;
    padding: 50px 0 30px 0;
    color: #fff;
}
footer a {
    color: #fff;
    line-height: 30px;
}
footer a:hover {
    text-decoration: underline;
}
.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
}
.footer-logo .logo {
    height: 60px;
    width: auto;
    margin: 0;
}
.footer-creci {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
}
.footer-endereco {
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style: none;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 1px;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu a {
    display: block;
    line-height: 1.2;
    padding: 8px 0;
    font-weight: 500;
}
.footer-sociais {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.footer-sociais a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-sociais img {
    width: 26px;
    height: 26px;
    display: block;
}
.menu-footer {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 30px;
}
.menu-footer li {
    display: inline;
}
.menu-footer li a {
    padding: 0 0 0 10px;
}
.menu-footer h2 {
    font-size: 1.3em;
    text-transform: none;
}
.menu-footer h2:nth-child(1) {
    margin-bottom: 5px;
}
.menu-footer h2:nth-child(2) {
    margin-top: 20px;
}
.menu-footer h2:nth-child(2), .menu-footer h2:nth-child(3), .menu-footer h2:nth-child(4) {
    margin-bottom: 10px;
}
.esquerda {
    float: left;
    width: 50%;
    font-size: 1.5em;
    line-height: 30px;
}
.esquerda .logo {
    height: 80px;
    margin-bottom: 30px;
}
.esquerda .telefone-footer {
    float: left;
    margin-top: 30px;
    width: 60%;
    font-size: 1.2em;
    line-height: 40px;
}
.esquerda .telefone-footer img {
    float: left;
    margin: 10px 0 0 0;
}
.esquerda .telefone-footer span {
    float: right;
}

footer .sociais {
    position: absolute;
    margin-top: -170px;
    right: 50px;
    width: 50px;
    height: 200px;
    z-index: 1;
}

.footer-sociais {
    float: right;
    margin-top: 10px;
}
.footer-sociais a {
    display: inline-block;
    margin-left: 12px;
}
.footer-sociais img {
    width: 30px;
    height: 30px;
    display: block;
}

.btn {
    background: #582521;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #582521;
    float: right;
    font-size: 1.2em;
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    transition: all .30s ease-in;
    border-radius: 8px;
}
.btn:hover {
    background: #000;
    color: #fff;
}
input, textarea, select {
    border-radius: 3px;
    padding: 10px 15px;
    border: 1px solid rgba(12,12,12,.12);
    border-radius: 2px;
    width: 100%;
    font-family: arial, sans-serif
}
textarea {
    height: 110px;
}
.contato input, .contato textarea, .contato select, .anuncie input, .anuncie textarea, .anuncie select {
    margin-bottom: 20px;
}
.onlymobile { display: none; }
.notmobile { display: block; }

.logo-index img, .logo-single img {
    float: left;
    width: auto;
    height: 60px;
    margin: 12px 0 0 0;
}
.logo-index h1 { text-indent: -9999px; }
.header-single, .header-index {
    float: left;
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: -80px;
    z-index: 888;
}
.header-index, .header-single.index {
    background: #58362c;
}
.header-single {
    background: #58362c;
}
 .header-single.index {
    margin-bottom: 80px;
 }
.index .lbl-busca {
    margin: -10px;
}
.header-single 
.telefones-top a {    
    color: #fff;
}
.telefones-top {
    width: 520px;
    float: right;
    text-align: right;
}
.telefones-top a {
    margin: 8px 10px 0 40px;
    float: left;
    height: 78px;
    font-size: 1.4em;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
}
.telefones-top a:nth-child(1) img {
    float: left;
    margin: 0 10px 0 0;
}
.telefones-top a:nth-child(1) span {
    float: right;
    line-height: 30px;
    margin-top: 8px;
}

.busca {
    text-align: center;
    height: 78px;
    position: relative;
    z-index: 9998;
}
.busca select, .busca option, .busca input {
    background: #888;
    color: #fff;
    height: 50px;
    line-height: 40px;
    width: 13.1%;
    padding: 0px 20px;
    float: left;
}
.busca input {
    width: 11%;
}
.busca select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background: #888 url('../img/seta.png') 95.5% 50% no-repeat;
}
.busca input::placeholder {
    color: #fff;
}
.busca input[type='submit'] {
    width: 10.4%;
    margin: 0 auto -40px auto;
    float: left;
    position: relative;
    height: 50px;
    background: #58362c;
    letter-spacing: 2px;
    cursor: pointer;
}
#faixa_valor_locacao {
    display: none;
}

.interna {
    font-size: 1.3em;
    margin-top: 90px;
    font-weight: 300;
}

.lbl-busca {
    margin: 30px 0 0 0;
    background: url(../img/bg-cinza.png) center!important;
    border-top: 10px solid #999;
    padding: 20px 0 0 0;
    height: 100px;
}

.title {
    font-weight: 300;
    font-size: 1.5em; 
    letter-spacing: 3px;
}

.lblimovel {
    margin-bottom: 40px;
    height: 450px;
}
.lblimovel span {
    color: #fff;
    padding: 5px 10px;
    font-size:0.7em;
    float: right;
    background-repeat: no-repeat;
}
.lblimovel h5:nth-child(4) {
    margin-right: 30px;
}
.lblimovel h4, .lblimovel h5 {
    margin-top: 5px;
    font-size: 1.2em;
}
.lblimovel h5 {
    float: left;
    line-height: 30px;
    margin: 10px 20px 0 0;
}
.lblimovel h5 img {
    float: left;
    margin-right: 10px;
}
.lblimovel h2 {
    color: #58362c;
    text-transform: none;
    font-size: 1.3em;
}
.lblimovel h3 {
    padding: 8px 0 5px 0;
    font-size: 1.3em;
}
.lblimovel a {
    float: left;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.lblimovel a:hover {
  opacity: 0.9;
}

.tip { padding: 5px 10px; background: #2857A4; color: #fff; }

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

.detalhes {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}
.detalhes h1 {
    font-size: 1.5em;
}
.detalhes h2 {
    font-size: 1.9em;
}
.detalhes h3 {
    line-height: 30px;
}

.detalhes h5 {
    float: left;
    line-height: 30px;
    padding: 10px 20px;
    height: 50px;
    background: #eee;
}
.detalhes h5 img {
    float: left;
    margin-right: 10px;
}
.detalhes p {
    font-size: 1.2em;
    line-height: 25px;
}
.detalhes .caracteristicas {
    margin-top: 30px;
    background: #eee;
    font-size: 11px;
    font-weight: normal;
    padding: 50px 0;
}
.detalhes .caracteristicas h2, .detalhes .galeria h2, .detalhes .mapa h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
    font-weight: 100;
}
.detalhes h2 {
    text-transform: none;
    color: #545454;
}

.mapa {
    margin-bottom: -38px;
}


/* DETALHES */

.banner-det {
    width: 100%; 
    height: auto; 
    overflow: hidden; 
    margin: 0; 
    float: left;
    text-align: center;
    background: #999;
}
.banner-det ul.bjqs-controls.v-centered li a{position:absolute; margin-top:-5%;}
/*.bjqs-controls { display: none; }*/
.banner-det .bjqs-controls { display: block; }
.banner-det ul.bjqs img {
    width: auto;
    height: auto;
}

.banner {
    margin-bottom: -50px;
}
.banner #slider,
.banner-det #slider {
    position: relative;
    /*
    aspect-ratio: 4000 / 2300;
    min-height: 380px;
    */
    
}
.banner ul.bjqs,
.banner-det ul.bjqs {
    display: block !important;
}
.banner ul.bjqs > li:not(.bjqs-slide),
.banner-det ul.bjqs > li:not(.bjqs-slide) {
    display: none;
}
.banner ul.bjqs > li:not(.bjqs-slide):first-child,
.banner-det ul.bjqs > li:not(.bjqs-slide):first-child {
    display: block;
}
.banner-loading #slider:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, #e9e9e9 25%, #f5f5f5 37%, #e9e9e9 63%);
    background-size: 400% 100%;
    animation: bannerShimmer 1.1s ease-in-out infinite;
}
.banner-loading #slider:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -26px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='%23cfcfcf' stroke-width='4' stroke-linecap='round' stroke-dasharray='60 200'/%3E%3C/svg%3E");
    animation: bannerSpinner 1s linear infinite;
}
@keyframes bannerShimmer {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
@keyframes bannerSpinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.mais-imoveis {
    background: #58362c;
    border: 1px solid #58362c;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px;
    font-weight: bold;
}
a.mais-imoveis:hover {
    background: #fff;
    color: #58362c;
}

a.link-atendimento {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
a.link-atendimento:hover {
    background: #fff;
    color: #000;
}
a.link-atendimento img {
    float: right;
}

.lblbanner img {
    width: 100%;
    margin-bottom: -4px;
}

@media (max-width: 768px) {   
    .footer-bar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-menu {
        flex-wrap: wrap;
    }
    nav {
        overflow-x: auto;
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
        -webkit-transform: translateX(-768px);
        -moz-transform: translateX(-768px);
        -ms-transform: translateX(-768px);
        transform: translateX(-768px);
        z-index: 9999;
        margin-top: 80px;
    }
    .menu-active header, 
    .menu-active .main {
        -webkit-transform: translateX(768px);
        -moz-transform: translateX(768px);
        -ms-transform: translateX(768px);
        transform: translateX(768px);
    }
    nav li a {
        padding: 20px;
        font-size: 2em;
    }
    .onlymobile { display: block; }

    .notmobile { display: none; }
    .col-md-3 {
        width: 100%;
        margin: 20px 0 10px 0;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }           
    nav {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    nav li a {
        padding: 20px 20px 20px 40px;
        font-size: 1.5em;
    }
    .busca .container {
        padding: 0;
    }
    .busca select, .busca option, .busca input {
        width: 100%;
        border: none;
        border-top: 1px solid #fff;
    }
     .busca input[type="submit"] {
        width: 100%;        
    }
    .busca:after {
        content: " ";
        display: block;
        float: left;
        height: 50px;
        clear: both;
    }
    .title {
        float: left;
        text-align: center;
        color: #000;
        width: 100%;
    }
    .lblimovel {    
        border-bottom: 1px solid #eee;
        margin-bottom: 40px;
    }
    .col-50, .col-80, .col-20{
        width: 100%;
    }
    .par, .impar { padding: 0; }
    .menu-footer, .esquerda {
        width: 100%;
        text-align: center;
    }
    .esquerda .telefone-footer {
        width: 100%;
    }
    .esquerda .telefone-footer img { display: none; }
    .esquerda .telefone-footer span {
        float: left;
        width: 100%;
    }
    .menu-footer a {
        display: block;
        padding: 5px;
    }    
    .esquerda {
        width: 100%;
        height: auto;
    }    
    .logo-single img {
        margin: 7px 0 0 0;
    }    

    .lbl-busca {
        height: 440px;
        position: relative;
        float: none;
    }

    .interna {
        float: left;
        width: 100%;
        margin-top: 450px;
        text-align: center;
    }

    .interna .title {
        font-size: 1em;
    }
    .telefones-top {
        display: none;
    }

    .lblimovel h5 {
        margin: 10px 14px 0 0;
    }
    .bjqs h2 {
        font-size: 2em!important;
        bottom: 10px!important;
    }
    .bjqs h2, .bjqs span {
        padding: 20px 40px!important;
        margin: 0!important;
        width: 100%!important;
    }

    .header-single.index {
        margin-bottom: 410px;
    }

    .logo-index img, .logo-single img {
        height: 50px;
        margin: 16px 0 0 0;
    }
    .banner {
        margin: 80px 0 0 0;
    }
    .banner-det {
        margin-top: 80px;
    }

    .detalhes {
        text-align: center;
    }
    .detalhes h5 {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .col-20 {
        margin-top: -120px;
        text-align: center;
    }
    .compartilhar {
        margin-bottom: 30px;
    }
    .caracteristicas p {
        text-align: justify;
        line-height: 27px;
        font-size: 1.4em;
        padding: 0 10px;
    }


}/*media query max 768 mobile*/
