/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* 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');
/*ajustar tel bdo RECAPTCHA param celular*/
.g-recaptcha > div {
    width: 100% !important;
}

.g-recaptcha iframe {
    width: 100% !important;
}


/* PAGE MODULES */
:root {
    --cortexto: gray;
    --corfundo: transparent;
    --textomenu: #000;
    --fundomenu: #ffffffc2;
    --textobusca: black;
    --fundobusca: silver;
    --textobuscaTipo: white;
    --fundobuscaTipo: #0B3B39b0;
    --fundodestaque: #0B3B395e;
    --textodestaque: #2c5a7d;
    --fundoofertas: #0B3B39;
    --textoofertas: #d9edf7;
    --fundorodape: #0B3B39;
    --textorodape: #fff;
    --corfundobotao: #0B3B39;
    --cortextobotao: #d9edf7;
    --cortextoresultadopesquisa: black;
    --corfundoresultadopesquisa: #b1d4d8;
    --corfundodetalheimovel: rgba(0, 0, 0, 0.22);
    --cortextodetalheimovel: #0B3B39;
    --textoCelular: black;
    --fundoTelefone: white;
    --textoTelefone: black;
}

.CorFoneRodape {
    color: var(--textorodape);
    font-family: monospace;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: var(--textobusca) !important;
    background-color: var(--fundobusca) !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: var(--fundobusca) !important;
    background-color: var(--textobusca) !important;
    border-color: var(--textobusca);
}


.centro_rod {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
}

.titulo_descricao {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 28px;
    color: var(--cortextodetalheimovel);
    /*font-weight: bold;*/
    padding: 25px
}

.itenscompartimentos {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-search {
    margin-top: -15px;
    position: relative
}

.search-form.main {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background-image: url(../img/demo/banner1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.search-video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}


.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%;
}

#valor_celular {
    float: right;
    width: 50%;
    height: auto;
    text-align: right;
    margin: 0;
    background-image: radial-gradient(white,var(--fundodestaque));
    font-size: 10px;
    border: 1px var(--fundodestaque) groove;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
    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;
}

.CorFoneTopo {
    padding: -15px;
    color: var(--textomenu);
    white-space: nowrap
}



.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: var(--fundoTelefone);
    color: var(--textoTelefone);
    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;
    white-space: nowrap;
    font-family:monospace
}

.CorTextoTelefones {
    color: var(--textoTelefone);
}

.colormenu {
    color: var(--textomenu) !important;
    text-decoration: none;
}

    .colormenu:hover {
        color: var(--cortextobotao) !important;
        background-color: var(--corfundobotao) !important;
        text-decoration: none;
        border-radius: 5px;
    }

.corfundomenu {
    background: var(--fundomenu) !important;
    position: relative;
}

.coloricone {
    color: var(--textomenu);
}

    .coloricone:hover {
        background-color: var(--corfundobotao);
        color: var(--cortextobotao);
        opacity: .60;
        padding: 6px;
        margin: -6px;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: var(--corfundobotao) !important;
    color: var(--cortextobotao) !important;
    opacity: .60;
    /*padding: 6px;
    margin: -6px;*/
}

.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: 14px;
    border: 1px var(--fundodestaque) groove;
    font-weight: bold;
    padding: 5px;
    color: var(--cortexto);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: var(--corfundobotao);
    color: var(--cortextobotao);
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: var(--cortextobotao);
    background-color: var(--corfundobotao);
}

.ofertadegrade {
    background: var(--corfundoresultadopesquisa);
    border: 1px solid var(--corfundoresultadopesquisa);
    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);*/;
}

body {
    font-family: Verdana, sans-serif !important;
    color: var(--cortexto) !important;
}

.destaque {
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
}

.espaco {
    height: 40px
}

h1, .h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, .h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
}

.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;
}

p {
    margin: 0 0 15px;
}

#main-header {
}

#main-nav {
    background: transparent;
    width: 100%;
    text-align: center;
    z-index: 1000;
    /* position: fixed; */
}

.imagem-bg {
    /*background-image: url(../img/bg/FotorCreated.jpg);*/
    /*background-image: url(../img/bg/nova-york-4.jpg);*/
    /*background-image: url(../img/bg/imgPrincipal.jpg);*/
    /*background-image: url(../img/bg/Empire-State.jpg);*/
    background-image: url(../img/min.png);
    /*background-repeat:no-repeat;
	background-position:center;*/
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.content-block {
    background: transparent;
    padding: 30px 0px;
}

.service-block {
    background-color: var(--fundobusca);
    padding: 10px 0px;
}

.content-block img {
    /*margin-bottom: 30px;*/
}

.titl_sec {
    /*background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);*/
    padding: 1px 20px 5px 25px;
    /*margin: 10px 0 0px 0;*/
    text-align: center;
    color: gray;
}

.titl_sec_cont {
    background: rgba(255,255,255,0.50);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    padding: 20px 10px;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.gallery-block {
    /*background: transparent;*/
    padding: 10px 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: transparent;
    height: 60px;
    line-height: 60px;
    color: #000;
}

    .copyright-block a {
        color: #000;
    }

.combo-block {
    background: #000000;
    color: #fff;
    height: 70px;
    padding: 10px 0px;
    min-height: 0;
    margin-bottom: 0
}

#map {
    height: 380px;
}

#footer-map {
    height: 297px;
}
/* NAVIGATION */
.navbar-nav > li > a {
    line-height: 40px;
    height: 40px;
}

.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(--cortextobotao);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: var(--cortextobotao);
}
/*.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
	background-color: #bf1f40
}*/
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #0B3B39;
}

.img_bancos {
    margin: 5px;
    width: 56px;
    height: 56px;
}

/* RESPONSIVE */
@media (min-width: 1230px) {
}

@media (min-width: 1022px) {
    ...
}

@media (min-width: 798px) {
    ...
}

@media (max-width: 797px) {
    ...
}

.img-coverflow {
    width: 500px;
    height: 375px;
}



@media (max-width: 598px) {
    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    #logo {
        padding: 20px 0;
        width: 215px;
    }

    .titulo_descricao {
        font-size: 20px;
        /*font-weight:bold*/
    }

    .img-coverflow {
        width: 260px;
        height: 195px;
    }

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    h1 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }



    .slide-info {
        position: absolute;
        bottom: 0px;
        font-size: 10px;
        width: 100% !important;
        padding-left: 15px !important;
    }

    .faixa1 {
        color: #FFFFFF;
        width: 100% !important;
        /* margin-top: 5px; */
        /* margin-right: 5px; */
        /* background: url(../img/triazul.png) no-repeat left center; */
        padding-left: 0 !important;
        float: right !important;
    }

    .faixa2 {
        color: #FFFFFF !important;
        margin-top: 5px !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    .filtrocor1 {
        line-height: 1.8 !important;
        border-left: 20px solid transparent !important;
        border-bottom: 20px solid var(--fundoofertas) !important;
        height: 20px !important;
        font-size: 9px !important;
    }

    .centro_destaque {
        margin-top: 0 !important;
    }


    .filtrocor2 {
        padding: 2px !important;
    }

    .CorFoneTopo {
        color: var(--textoCelular) !important;
    }

    .navbar-default {
        background: 0 0;
        border: none;
        margin-top: 1px !important;
    }
}

@media (max-width: 510px) {
    ...
}

@media (min-width: 798px) and (max-width: 1021px) {
    ...
}

@media (min-width: 1022px) and (max-width: 1229px) {
    ...
}

@media (max-width: 1231px) {
    #desc {
        max-height: 113px !important;
    }
}
