/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/

/* PLUGIN CSS */
/*@import url('../plugins/camera-slider/camera-slider-1.3.4.min.css');
@import url('../plugins/fancybox/fancybox-1.3.4.min.css');
@import url('../plugins/fancybox/photoswipe-3.0.5.min.css');
@import url('../plugins/hover-animations/hover-animations-1.0.min.css');
@import url('../plugins/justinaguilar-animations/animations.css');
@import url('../plugins/validation/validation-2.2.min.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');*/

/* PAGE MODULES */



.destaque_celular > p, .descricao_ofertas_celular > p {
    margin-bottom: 35px;
    overflow: scroll;
    max-height: 250px;
}


:root {
    --corfundo: transparent;
    --cortexto: rgba(0,0,0,0.75);
    --fundomenu: #d41c1f;
    --textomenu: white;
    --fundobusca: #d41c1f;
    --textobusca: white;
    --fundodestaque: rgba(224, 132, 132, 0.23);
    --textodestaque: gray;
    --fundoofertas: rgba(224, 132, 132, 0.23);
    /*--textoofertas: yellow;*/
    --fundorodape: #d41c1f;
    --textorodape: #ffffff;
    --corfundobotao: #1e008d;
    --cortextobotao: white
}

/*MAIS VISTOS*/
.corFonteBadge {
    Color: #ffffff !important;
}
.CorFoneRodape {
    color: var(--textorodape);
    font-family: monospace;
}

.corFundoBadge {
    background-color: rgba(0,0,0,0.75) !important;
}

.mini-icon {
    display: inline-block;
    width: 50px;
}

.item .item-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
}

.item {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    position: relative;
    text-align: left;
}

.item-info {
    padding: -10px;
}

.item .item-image {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    position: relative;
    margin-bottom: 10px;
}


    .item .item-image > a {
        display: block;
        opacity: 1;
    }

    .item .item-image .item-meta {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        color: #FFF;
        background: linear-gradient(to bottom, transparent 10%, var(--fundoofertas));
        transition: opacity .3s;
    }

.item .item-price {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.item .item-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

    .item .item-badges .item-badge-left {
        background-color: var(--corfundobotao);
        padding: 5px 10px;
        color: #FFF;
        float: left;
        left: 15px;
        top: 15px;
        position: relative;
        text-align: center;
        margin: 0;
        border-radius: 3px;
    }

.item .item-badge-right {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    color: #FFF;
    background-color: rgba(74, 74, 76, 0.7);
    border-radius: 3px;
}
 

/*ajustar tel bdo RECAPTCHA param celular*/
.g-recaptcha > div {
    width: 100% !important;
}

.g-recaptcha iframe {
    width: 100% !important;
}

strong1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itenscompartimentos {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


body {
    color: var(--cortexto);
    background-color: var(--corfundo);
}


.form-horizontal {
    border: none;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    background-color: white;
    position: static;
    margin-top: 15px;
    margin-bottom: 15px
}

.valores {
    position: absolute;
    float: right;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    margin: 5px;
 }

#valor {
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    margin-right: 10px;
    background-image: radial-gradient(white,var(--fundodestaque));
    font-size: 18px;
    border: 1px var(--fundodestaque) groove;
    font-weight: bold;
    padding: 5px;
    margin-bottom: -4px;
    color: var(--cortexto);

}

.coloricone {
    color: var(--textomenu);
}

    .coloricone:hover {
        background-color: var(--corfundobotao);
        color: var(--cortextobotao);
        opacity: .60;
        padding: 6px;
        margin: -6px;
    }

.colormenu {
    color: var(--textomenu) !important;
    text-decoration: none;
}

    .colormenu:hover {
        color: var(--cortextobotao) !important;
        text-decoration: none;
    }

.fa .colormenu:hover {
    color: var(--corfundobotao) !important;
    text-decoration: none;
}

.CorSubTipoImovel {
    color: var(--textorodape);
}

.corfundomenu {
    background-color: var(--fundomenu)
}

.CorFoneTopo {
    white-space: nowrap;
    font-size: medium;
    color: white;
    text-align: center
}

a {
    /*color: #000;*/
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

/*Ação ao passar mouse botoes bdo menu*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: var(--cortextobotao);
    background-color: var(--corfundobotao);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-image: linear-gradient(var(--CorBotaoPrincipalA), var(--CorBotaoPrincipalB));
}



.destaque {
    padding: 5px 10px;
    /*color: var(--textodestaque);
    background-color: var(--fundodestaque);*/
    border: 1px solid rgba(192,192,192,1.00);
    border-radius: 5px;
    min-height: 430px;
    background-color: rgba(255, 255, 255, 0.45)
}

.destaque_celular {
    width: 100%;
    color: #fff;
    padding: 10px;
    position: relative;
    margin-top: -31px;
    color: var(--textodestaque);
    background-color: var(--fundodestaque);
    border: 5px solid white;
    border-radius: 5px;
    min-height: 230px;
}

.valor_destaque {
    bottom: 10px;
    right: 25px;
    position: absolute;
    padding: 8px;
    background-color: var(--fundodestaque);
}



.ofertadegrade {
    background: var(--fundodestaque);
    border: 1px solid var(--fundodestaque);
    padding: 10px 5px 10px 2px;
    position: relative;
    width: 100%;
    margin: 0px 0 15px 0;
    float: left;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
}

.valor_oferta {
    bottom: 10px;
    right: 25px;
    position: absolute;
    padding: 8px;
    background-color: var(--fundoofertas);
}

.saiba_oferta {
    bottom: 10px;
    left: 25px;
    position: absolute;
    padding: 8px;
    background-color: var(--fundoofertas);
}


.descricao_ofertas {
    padding: 5px 10px;
    /*color: var(--textodestaque);
    background-color: var(--fundodestaque);*/
    border: 1px solid rgba(192,192,192,1.00);
    border-radius: 5px;
    min-height: 280px;
    background-color: rgba(255, 255, 255, 0.45)
}

.descricao_ofertas_celular {
    padding: 5px 10px;
    /*color: var(--textodestaque);
    background-color: var(--fundodestaque);*/
    border: 1px solid rgba(192,192,192,1.00);
    border-radius: 5px;
    min-height: 220px;
    background-color: rgba(255, 255, 255, 0.45)
}


#desc {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-height: 150px;
    float: left;
    padding: 5px;
    font-size: 13px;
    text-align: left;
    color: var(--textodestaque);
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

#fil_1 {
    width: 100%;
    float: left;
    color: var(--textodestaque);
}

    #fil_1 a {
        color: var(--cortexto);
        text-decoration: none;
        /* font-weight: bold; */
        font-size: 12px;
    }

        #fil_1 a:hover {
            text-decoration: underline;
        }

/* Mini reset, no margins, paddings or bullets */
.bgfiltro {
    height: auto;
    width: 100%;
    float: left;
    background: var(--fundodestaque);
    color: var(--textodestaque);
    font-weight: bold;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#valores {
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
    border: 1px var(--fundodestaque) groove;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

#barra_descricao {
    height: auto;
    width: 100%;
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
    font-weight: bold;
    padding: 5px;
    float: inherit
}

#valores3 {
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
    border: 1px var(--fundodestaque) groove;
    font-size: 12px;
    padding: 3px;
}

#barra_descricao2 {
    height: auto;
    width: 100%;
    margin-top: -3px;
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
    float: left;
    padding: 3px;
    font-size: 13px;
}


.CorTextoMenusTopo {
    color: var(--CorTextoMenusTopo);
}

.CorTextoTelefones {
    color: var(--textomenu);
}

.carousel-control {
    color: var(--corfundobotao);
}

.btn-primary {
    border-color: var(--corfundobotao);
    color: var(--cortextobotao);
    background-color: var(--corfundobotao)
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        /*color: #000;*/
        border-color: var(--corfundobotao);
        color: var(--cortextobotao);
        background-color: var(--corfundobotao);
        opacity: .60
    }
/*Imóveis semelhantes*/

#barra_descricao1 {
    height: auto;
    width: 100%;
    background-color: var(--fundodestaque);
    color: #000;
    font-weight: bold;
    font-size: 12px;
    float: left;
    padding: 2px;
}

.semelhantestexto {
    height: 50px;
    width: 350px;
}

#valores2 {
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    color: var(--textodestaque);
    background-color: var(--fundodestaque);
    font-size: 11px;
    border: 1px #000 solid;
    font-weight: bold;
    padding: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: var(--corfundobotao);
    color: var(--cortextobotao);
}

.titl_sec_cont1 {
    background: #fff;
    border: 1px solid #C5C5C5;
    padding: 20px 10px;
    float: left;
    width: 100%;
    margin: 10px 0 00px 0;
    /*height: 154px;*/
}

.titl_sec_cont3 {
    /*background: #fff;
    border: 1px solid #C5C5C5;*/
    padding: 10px 5px 10px 2px;
    float: left;
    width: 100%;
    margin: 0px 0 0px 0;
    /*-webkit-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);*/
}

.ofertadegrade2 {
    margin: -15px;
}

#main-nav {
    background-image: linear-gradient(var(--CorMenuA),var(--CorMenuB));
}

.cf {
    *zoom: 1;
}

.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: linear-gradient(var(--CorFundoA),var(--CorFundoB)) !important;
    border: 1px solid white;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--fundodestaque);
    border-top: 1px solid white;
    color: var(--textodestaque);
    width: 100%;
}
    /* Main level */

    .menu > li {
        /*background: #34495e;*/
        background-color: var(--fundodestaque);
        float: left;
        position: relative;
        margin-top: -1px;
        transform: skewX(25deg);
        border: 1px solid #fff;
    }

    .menu ht {
        display: block;
        /*color: #000;*/
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    .menu ht2 {
        display: block;
        /*color: #000;*/
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    /*.menu li:hover {
        background: #e74c3c;
    }*/

    .menu > li > ht {
        transform: skewX(-25deg);
        padding: 1em 2em;
        min-width: 20px;
        min-height: 20px;
        text-align: center;
    }

    .menu > li > ht2 {
        transform: skewX(-25deg);
        padding: 1em 2em;
        min-width: 120px;
        /*min-height: 50px;*/
        text-align: center;
    }

#toTop {
    display: none;
    position: fixed;
    right: 15px;
    left: auto !important;
    top: auto;
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    background: var(--corfundobotao);
    padding: 12px 16px;
    color: var(--cortextobotao);
    z-index: 200;
    border-radius: 35px;
}

    #toTop:hover {
        background: var(--cortextobotao);
        color: var(--corfundobotao);
    }

body {
    font-family: sans-serif;
    font-weight: 500;
    color: var(--cortexto);
    background-color: var(--corfundo);
}


h1, .h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, .h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
}

p {
    margin: 0 0 15px;
}

.footer-block {
    background-color: var(--fundorodape);
    border: 1px solid var(--fundorodape);
    padding: 10px 0px 0px 0px;
    color: var(--textorodape);
}

.curfundo {
    background-image: linear-gradient(transparent, var(--CorFundoB));
}



.combodegrade {
    width: 100%;
    height: 100%;
    float: left;
    color: var(--textobusca);
    border: 1px groove var(--fundobusca);
    background-color: var(--fundobusca);
    border-radius: 5px;
    padding-top: 20px;
    min-height: 477px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.descricao_imovel {
    padding-left: 0px;
    color: var(--cortexto);
}

.combodegradedetalhes {
    width: 100%;
    height: 100%;
    /*float: left;*/
    color: var(--textobusca);
    border: 1px groove var(--fundobusca);
    background-color: var(--fundobusca);
    border-radius: 5px;
    padding-top: 20px;
    /*background-image: linear-gradient(#fff, #33ccff);*/
}

#valor_celular {
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    margin-right: 10px;
    background-image: radial-gradient(white,var(--fundodestaque));
    font-size: 10px;
    border: 1px var(--fundodestaque) groove;
    font-weight: bold;
    padding: 10px;
    color: var(--cortexto);
}

.ofertadegrade_celular {
    background: var(--fundodestaque);
    border: 5px solid var(--fundodestaque);
    padding: 1px 0px 10px 0px;
    float: left;
    width: 100%;
    margin: 0px 0 15px 0;
}

.combo {
    width: 100%;
    height: 34px;
    float: left;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    overflow: auto;
}

.content-block {
    background: transparent;
}

    .content-block h1 {
        margin-bottom: 20px;
    }

.service-block {
    /*background: transparent;*/
    padding: 10px 0px;
}

.faixa-block {
    /*background: transparent;*/
    background-image: linear-gradient(to bottom, #3c5a98, #333d65);
    padding: 5px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 10px;
}

.content-block img {
    margin-bottom: 0px;
}

.gallery-block {
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
    padding: 20px 0 10px 10px;
}

    .gallery-block img {
        margin-bottom: 10px;
    }

.form-block {
    background: transparent;
    padding: 30px 0px;
}

.map-block {
    background: transparent;
    padding: 30px 0px;
}

.copyright-block {
    line-height: 60px;
    background-color: var(--fundorodape);
    border: 1px solid var(--fundorodape);
    padding: 10px 0px 0px 0px;
    color: var(--textorodape);
    opacity: .60
}

    .copyright-block a {
        color: var(--textorodape);
    }

.combo-block {
    background: #000000;
    color: #fff;
    height: 70px;
    padding: 10px 0px;
    min-height: 0;
    margin-bottom: 0
}

#map {
    height: 400px;
}

#footer-map {
    height: 500px;
}
/* Animação ofertas */
[class*="animate-"] .overlay {
    /*background-image:linear-gradient(to bottom, #424242, #010101);*/
    color: #fff;
    text-align: left
}

.btn#whatsapp {
    width: 52px;
    height: 52px;
    position: fixed;
    left: 8px;
    bottom: 30px;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: all 0.2s;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    line-height: 5px;
    z-index: 3;
}
/* NAVIGATION */
.navbar-nav > li > a {
    line-height: 35px;
    height: 35px;
    margin: 8px 0;
}


.btn-circle, .btn-circle:hover, .btn-circle:active, .btn-circle:focus {
    height: 34px;
    width: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 50%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: var(--corbotao);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: var(--cortextobotao);
    background: var(--corfundobotao);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--fundomenu) !important;
    background-color: var(--textomenu);
    font-weight:bold;
    border-radius:5px;
}

.navbar-default .navbar-toggle {
    cursor: pointer
    /*border-color: #fff;
    background: gray;*/
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        /*background: #1c676c;*/
        color: black
    }

        .navbar-default .navbar-toggle:hover .icon-bar {
            /*background-color:#000000;*/
        }


.img_bancos {
    width: 56px;
    height: 56px;
    margin: 5px;
}
/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: var(--fundomenu);
    color: var(--textomenu);
    text-align: right;
    border-radius: 6px;
    padding: 8px 20px 8px 8px;
    position: absolute;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 50%;
    margin-left: -80px;
    opacity: 1;
}


.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.centro_rod {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
}
/* RESPONSIVE */
@media (min-width: 1230px) {
}

@media (min-width: 1022px) {
}

@media (max-width: 1021px) {
}

@media (min-width: 798px) {
}

@media (max-width: 797px) {
    .combodegrade {
        min-height: 385px;
    }
}

@media (max-width: 598px) {
    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .combodegrade {
        min-height: 385px;
    }

    .container-fluid {
        padding-left: 5px;
        padding-right: 5px
    }

    h1 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }
}
@media (max-width: 510px) {
}

@media (min-width: 798px) and (max-width: 1021px) {
}

@media (min-width: 1022px) and (max-width: 1229px) {
}
