/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/

/*MENU CELULAR*/


/* PLUGIN CSS */
/*@import url('../plugins/camera-slider/camera-slider-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('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');



:root {
    --corfundo: transparent; /*rgba(146, 203, 243, 0.56)*/
    --cortexto: #000242;
    --fundomenu: #ea8605;
    --textomenu: #000242;
    --fundobusca: #0094ff2b;
    --textobusca: #0094ff;
    --fundodestaque: #0094ff6e;
    --textodestaque: white;
    --fundoOfertas: #000242;
    --textoOfertas: #d4d3d3;
    --fundorodape: #ea8605;
    --textorodape:  #000242;
    --corfundobotao:  #000242;
    --cortextobotao: white;
    --CorTelefone: #2127e4;
    --CorTelefoneCelular: #000242;
    --CorFundoTelefone: white;
}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1480px;
    }
}


/*MAIS VISTOS*/
.corFonteBadge {
    Color: #ffffff !important;
}

.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);
    color:gray;
    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%, #2f2f2f);
        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: rgba(74, 74, 76, 0.7);
        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;
}
 
/* PAGE MODULES */
/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: max-content;
    border: 1px solid white;
    background-color: var(--CorFundoTelefone);
    color: var(--CorTelefone);
    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: -70px;
    opacity: 1;
}


.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/*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;
}


#desc {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-height: 150px;
    float: left;
    padding: 5px;
    overflow: auto;
    font-size: 12px;
    /*color: var(--textodestaque);*/
    text-align: left;
}

#fil_1 {
    width: 100%;
    float: left;
    /*color: var(--textodestaque);*/
}

    #fil_1 a {
        color: #000000;
        text-decoration: none;
        /* font-weight: bold; */
        font-size: 12px;
    }

        #fil_1 a:hover {
            text-decoration: underline;
        }

.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: 30px;
    margin-bottom: 30px
}

body {
    font-family: 'Quicksand', 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;
}

#pes_ref {
    float: right;
    margin: 0 5px 0 0;
    /*color: var(--textodestaque);*/
}

.CorFoneTopo {
    color: var(--CorTelefone);
    font-family: monospace;
}
.CorFoneRodape {
    color: var(--textorodape);
    font-family: monospace;
}

#barra_descricao {
    height: auto;
    width: 100%;
    background-image: radial-gradient(#d4d3d3,white);
    color: black;
    font-weight: bold;
    padding: 5px;
    float: inherit;
    margin-bottom: 8px;
}

.itenscompartimentos {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel {
    position: relative;
    /*background-image: linear-gradient(to bottom, #f58634, #fd0002);*/
    /*background-image: linear-gradient(to bottom, #76c5f0, #333d65);*/
    /*background-image: linear-gradient(to bottom, #76c5f075, #333d65);*/
    /*background: var(--fundodestaque);*/
    color: var(--textodestaque);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-toggle {
    border-color: var(--fundomenu);
    color: var(--textomenu);
}

#main-header {
    background: transparent;
}

.copyright-block a {
    color: #000;
}

.destaque {
    margin-top: 10px;
    color: var(--textodestaque)
}

.destaque_topo_direito {
    position: absolute;
    right: 25px;
    top: 7px;
    padding: 7px;
    background-color: rgba(0,0,0,0.4);
}

.destaque_topo_esquerdo {
    position: absolute;
    left: 25px;
    top: 7px;
    padding: 7px;
    background-color: rgba(0,0,0,0.4);
}

.destaque_rodape_direito {
    position: absolute;
    right: 30px;
    bottom: 26px;
    padding: 7px;
    color: var(--textodestaque);
    background-color: rgba(0,0,0, 0.4);
    font-size: large;
    z-index: 1;
}

.destaque_rodape_esquerdo {
    position: absolute;
    margin-right: 30px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: 31px;
    background-color: rgba(0,0,0,0.4);
    font-size: larger;
}

#barra_descricao2 {
    height: auto;
    width: 100%;
    background-color: #d4d3d3;
    color: black;
    float: left;
    padding: 3px;
    font-size: 13px;
}

.destaque_rodape_esquerdo_celular {
    position: relative;
    background-color: rgba(128, 128, 128, 0.75);
    color: var(--textodestaque);
    margin-right: 15px;
    margin-left: 15px;
    font-size: larger;
    padding: 0px 15px 15px 15px;
    border: 10px solid white;
}

#main-nav {
    /*background: transparent;*/
    width: 100%;
    text-align: center;
    z-index: 1000;
    /* position: fixed; */
}

.valoresImovel {
    float: right
}

.coloricone {
    color: var(--textomenu);
}

    .coloricone:hover {
        background-color: var(--corfundobotao);
        color: var(--cortextobotao);
        padding: 6px;
        margin: -6px;
    }

.colormenu {
    color: var(--textomenu) !important;
    text-decoration: none;
    background-color: var(--fundomenu) !important;
}

    .colormenu:hover {
        color: var(--fundomenu) !important;
        background-color: var(--textomenu) !important;
        text-decoration: none;
        border-radius: 5px;
        font-weight:bold
         
    }

.fa .colormenu:hover {
    color: var(--corfundobotao) !important;
    text-decoration: none;
}


.corfundomenu {
    background-color: var(--fundomenu)
}

.content-block {
    background: transparent;
}

    .content-block h3 {
        margin-bottom: 20px;
    }

.service-block {
    background-color: var(--fundobusca);
    padding: 10px 0px;
    /*border-bottom: 1px solid #333d65;
    border-top: 1px solid #333d65;*/
}

.service-block2 {
    background: transparent;
    padding: 50px 0px;
}

.content-block img {
    margin-bottom: 0px;
}

.titl_sec {
    background-color: transparent;
    padding: 10px 20px 5px 25px;
    margin: 10px 0 10px 0;
    border: 1px solid #C5C5C5;
    -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);
}

.titl_sec1 {
    background-color: transparent;
    padding: 10px 20px 5px 25px;
    margin: 10px 0 10px 0;
    /*border: 1px solid #C5C5C5;
    -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);*/
}

.ofertadegrade {
    /*background: var(--fundodestaque);*/
    background: #d4d3d3;
    color: black;
    border: 1px solid #d4d3d3;
    padding: 10px 5px 10px 2px;
    position: relative;
    width: 100%;
    margin: 0px 0 15px 0;
    /*height: 310px;*/
    float: left
    /*-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);*/
}

.ofertadegrade_celular {
    background: #d4d3d3;
    border: 5px solid #d4d3d3;
    color: black;
    padding: 1px 0px 10px 0px;
    float: left;
    width: 100%;
    margin: 0px 0 15px 0;
}

.valores {
    position: absolute;
    float: right;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    margin: 5px
}

#valor_celular {
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    margin-right: 10px;
    background-image: radial-gradient(white,#d4d3d3);
    font-size: 12px;
    border: 1px #d4d3d3 groove;
    font-weight: bold;
    padding: 10px;
    color: black;
}

#valor {
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    margin-right: 10px;
    background-image: radial-gradient(white,#d4d3d3);
    font-size: 18px;
    border: 1px #d4d3d3 groove;
    font-weight: bold;
    padding: 10px;
    color: BLACK;
}

.descricao_imovel {
    /*padding:10px 20px 5px 25px;
    margin:10px 0 10px 0;*/
    padding-left: 18px;
}

    .descricao_imovel p {
        overflow: auto;
        max-height: 390px;
        line-height: 1.8;
    }

    .descricao_imovel h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.gallery-block {
    /*background: transparent;*/
    background: transparent;
    padding: 0px;
}

    .gallery-block img {
        margin-bottom: 0px;
    }

.form-block {
    background: transparent;
    padding: 30px 0px;
}

.map-block {
    background: transparent;
    padding: 30px 0px;
}

.footer-block {
    /*	background: transparent;
*/ background-color: var(--fundorodape);
    padding: 10px 0px 0px 0px;
    color: var(--textorodape);
}

.copyright-block {
    background: #fff;
    height: 60px;
    line-height: 60px;
    color: #000;
}

.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, var(--fundoOfertas), var(--fundoOfertas));
    color: var(--textoOfertas);
    text-align: left
}
/* NAVIGATION */
.navbar-nav > li > a {
    line-height: 35px;
    height: 35px;
    margin: 8px 0;
}

.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;
}



.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: #fff;
    background: var(--corbotao);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--cortextobotao) !;
    background-color: var(--corfundobotao);
}

.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;
}

.centro_rod {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
}

.descricao_destaque p {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}




@media (max-width: 1022px) {
    .CorFoneTopo {
        color: var(--CorTelefoneCelular);
        font-size: large;
        white-space: nowrap;
    }
}

    @media (max-width: 598px) {
        [class*="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

        .container-fluid {
            margin-right: auto;
            margin-left: auto;
            padding-left: 5px;
            padding-right: 5px;
        }

        h1 {
            font-size: 26px
        }

        h3 {
            font-size: 20px
        }
    }
