/* topo */

/* topo superior */
.barraTopoSup {
    height: 30px;
    background: #000;
}

.social {
    text-align: left;
    color: #FFF;
}

.social a {
    color: #FFF;
}

.social .btn {
    padding: 4px 12px;
    font-size: 27px;
}

.social .btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    background: none;
}

/* topo superior */

.paddingForm {
    padding-left: 2px;
    padding-right: 2px;
}

/* barra topo */
.barraTopo {
    height: 138px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/background.jpg);
}

.bgBarraTop {
    color: #7D7C7C;
    right: 0px;
    font-size: 18px;
    text-shadow: none;
    float: right;
    padding-top: 17px;
    padding-left: 0px;
    padding-right: 0px;
}

.bgBarraTop h2 {
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #FFF;
}

.bgBarraTop spam {
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #FFF;
}

.contentBarraTopo {
    padding-right: 2px;
    padding-left: 2px;
    margin-top: 4px;
}

.space {
    background: #CCC none repeat scroll 0% 0%;
    width: 1px;
    height: 40px;
    float: left;
    margin: 22px 15px 0px;
    padding: 0px;
}

.contentBarraTopo > .fa {
    font-size: 30px;
    width: 50px;
    height: 65px;
    line-height: 58px;
    text-align: center;
    float: left;
    color: #5d5d5d;
}

/* barra topo */

.btn-primary {
    color: #FFF;
    background-color: #5d5d5d;
    border-color: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #5d5d5d;
    background-color: #fff;
    border-color: #5d5d5d;
}

/* diversos */
.logo {
    margin-top: -10px;
    /*margin-left: 10px;*/
    float: right;
    margin-right: 60px;
}

.logo-nav {
    margin-top: -7px;
    width: 224px;
    margin-left: 27px;
}

.nav-pills > li > a {
    background: #EFEFEF;
    color: #000;
}

/* diversos */

/* nav */
.navbar-brand {
    width: 280px;
    padding: 0px;
    font-size: 18px;
    margin-left: 0px !important;
    margin-right: 20px;
    text-align: center;
}

.navbar-default .navbar-brand {
    color: #424242;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-brand h3, .h3 {
    font-size: 20px;
    margin: 13px 0px 0px;
    color: #FFF;
}

.navbar-default {
    background-color: #000;
    border-color: none;
}

.navbar {
    border-radius: 0px;
    border: none;
    border-bottom: solid #FFF 2px;
    margin-bottom: 0px;
    width: 100%;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #5d5d5d;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #5d5d5d;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #5d5d5d;
}

.form-control {
    border: 1px solid #093021;
}

.form-control:focus {
    border-color: #093021;
}

.btn-default {
    border-color: #093021;
}

.navfixo {
    z-index: 99;
}

/* nav */

.container {
    width: 1170px;
}

.noPadding {
    padding: 0 !important;
    margin: 0 !important;
}

.noPaddingR {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.noPaddingL {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* topo */

/* busca */

.busca {
    margin-top: 0px;
    background: #303535;
    padding-top: 10px;
}

.busca .form-group {
    margin-bottom: 10px;
}

.busca .btn-default {
    width: 100%;
}

/* busca */

/* lista de imoveis */

#listaImoveis {
    margin-top: 30px;
}

.listaItem {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border-bottom: 2px solid #5d5d5d;
    border-radius: 4px;
}

.listaItem .imovelChamada {
    margin-top: 0px;
}

.listaItem .imovelChamada h1 {
    margin-top: 0px;
    line-height: 20px;
    font-size: 26px;
}

.listaItem .imovelImportantes .space {
    margin: 2px 8px 0px;
}

.listaItem .imovelImportantes h3 {
    font-size: 15px;
    padding: 11px 4px;
}

.listaItem .imovelChamada h2 {
    margin-top: 18px;
}

.listaItem .col-Extra-1 {
    width: 11%;
}

.listaItem .col-Extra-3 {
    width: 30%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #303535;
    border-color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFF;
}

/* lista de imoveis */

/* pagina contato */

#contato {
    margin-top: 30px;
}

.contatos {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border-bottom: 2px solid #8C0322;
    border-radius: 4px;
}

.contatos h1 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    border-left: solid 20px #144E38;
    padding-left: 10px;
    margin-bottom: 24px;
}

.contatos ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
}

.contatos .fa {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    background: #E4E4E4 none repeat scroll 0% 0%;
    padding: 5px;
    margin: 3px;
    width: 26px;
    text-align: center;
}

.contatos li font {
    font-size: 16px;
    font-weight: 400;
}

#localizacao {
    height: 460px;

}

/* pagina contato */

/* atendimeto flutuante */
#Bot-lat {
    position: fixed;
    top: 49%;
    right: 0;
    background: #C71D21;
    color: #FFF;
    display: none;
    /*
        border-left: solid 1px #A8A8A8;
        border-top: solid 1px #A8A8A8;
        border-bottom: solid 1px #A8A8A8;

    */
    border-radius: 4px 0px 0px 4px;
    padding: 3px;
    text-align: center;
    z-index: 99;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#slideout_inner {
    position: fixed;
    top: 49%;
    right: -250px;
    background: #ECECEC none repeat scroll 0% 0%;
    width: 250px;
    height: 110px;
    padding: 10px;
    /*
        border-left: solid 1px #A8A8A8;
        border-top: solid 1px #A8A8A8;
        border-bottom: solid 1px #A8A8A8;

    */
    text-align: center;
    text-align: left;
    vertical-align: top;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#Bot-lat:hover {
    right: 250px;
}

#Bot-lat:hover #slideout_inner {
    right: 0;
}

#Bot-lat h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 19px;
}

.colorEsc {
    color: #7A7A7A;
}

/* atendimeto flutuante */

/* destaques */
#destaques {
    width: 100%;
}

#destaques .topoNav {
    margin-bottom: 15px;
}

#destaques .topoNav h2 {
    float: left;
    margin-right: 30px;
}

#destaques .boxAllDesc {
    clear: both;
}

#destaques .box_destaque {
    position: relative;
    width: 100%;
    height: 378px;
    overflow: hidden;
    background: #FFF none repeat scroll 0% 0%;
}

#destaques .box_destaque .linkHover {
    position: absolute;
    z-index: 3;
    display: block;
}

#destaques .box_destaque .image {
    width: 100%;
    height: 378px;
    position: absolute;
    z-index: 1;
}

#destaques .box_destaque .features {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7) none repeat scroll;
    transition: all 300ms ease-in-out 0s;
    padding: 10px;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    color: #fff;
    bottom: -79px;
}

.borderColor, .borderHover:hover {
    border-color: #5d5d5d !important;
}

.features .valores {
    color: #FFF;
    float: right;
    max-width: 50%;
    text-align: right;
    line-height: 22px;
}

.features .valoresInfo {
    width: 100%;
}

.features .valoresInfo h3 {
    color: #FFF;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 3px;
}

.features .valoresInfo p {
    color: #FFF;
    margin: 0px 0px 6px;
}

.features .importantes {
    clear: both;
}

.features .importantes div {
    float: left;
    color: #FFF;
    font-size: 14px;
    margin: 0px 10px 10px 0px;
}

.importantes .valor {
    margin-left: 16px !important;
    float: right !important;
    font-size: 18px !important;
}

.features .importantes div i {
    margin: 0px 10px 0px 0px;
    font-weight: 400;
}

#destaques .box_destaque:hover .features {
    bottom: 0px !important;
}

.features .descricao {
    margin-top: 20px;
}

.chamadaDest {
    height: 60px;
    background: #E9E9E9 none repeat scroll 0% 0%;
    margin-bottom: 30px;
    padding: 10px;
}

.chamadaDest h1 {
    font-size: 18px;
    margin: 10px;
}

.fundoBarraHome {
    background: #303535 none repeat scroll 0% 0%;
}

.fundoBarraHome {
    width: 100%;
    height: 50px;
    margin: 30px 0px 8px;
    clear: both;
}

.tituloDestaqueHome {
    line-height: 50px;
    font-size: 19px;
    color: #FFF;
    padding-left: 72px;
    padding-right: 10px;
    height: 50px;
    float: left;
}

.tituloDestaqueHome::before {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0px;
    margin-left: 15px;
    color: #FFF;
}

.tituloDestaqueHome2 span {
    border-left: 10px solid #456AC8;
}

.tituloDestaqueHome span {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 16px;
    left: 66px;
}

.tituloDestaqueHome font {
    font-weight: lighter;
    font-size: 20px;
}

.verTodosHome {
    font-size: 16px;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
}

hr {
    margin-top: 4px;
    margin-bottom: 8px;
}

/* destaques */

/* box */
.tituloBox {
    line-height: 50px;
    font-size: 19px;
    color: #FFF;
    padding-left: 66px;
    padding-right: 10px;
    height: 50px;
    float: left;
}

.Box::before {
    position: absolute;
    font-size: 22px;
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0px;
    margin-left: 15px;
    color: #FFF;
}

.Menu::before {
    content: "\f0c9";
    font-family: FontAwesome;
}

.Int::before {
    content: "\f006";
    font-family: FontAwesome;
}

.Ate::before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.Enc::before {
    content: "\f002";
    font-family: FontAwesome;
}

.Cad::before {
    content: "\f11c";
    font-family: FontAwesome;
}

.Ind::before {
    content: "\f201";
    font-family: FontAwesome;
}

.Cli::before {
    content: "\f185";
    font-family: FontAwesome;
}

.nav-stacked > li {
    background-color: #EFEFEF;
    border-radius: 4px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #D8D8D8;
}

.boxLat {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
}

.boxInt {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
}

.boxAte {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
    font-size: 16px;
}

.boxLat .fa {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 7px;
    margin: 3px;
    width: 31px;
    text-align: center;
    color: #1072BA;
    background: #DDD;
}

/* box */

.descricao {
    min-height: 45px;
}

/* barra navega */

.barraNavega {
    background-color: #000;
    text-align: left;
}

.barraNavega h1 {
    color: #FFF;
    font-size: 21px;
}

.barraNavega font {
    color: #FFF;
    font-size: 14px;
}

.barraNavega font a {
    color: #FFF;
    text-decoration: none;
}

.barraNavega font a:hover {
    color: #25996D;
    text-decoration: underline;
}

/* barra navega */

/* slider */

.slider {

}

#sliderCapa .carousel-inner > .item > img,
#sliderCapa .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

/* slider */

/* imovel */
#imovel {
    margin-top: 30px;

}

#fotosImovel .carousel-inner > .item > img,
#fotosImovel .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

.imovelChamada {
    border-left: 10px solid #5d5d5d;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
}

.imovelChamada h1 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 30px;
    color: #787878;
}

.imovelChamada h2 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 30px;
    color: #303535;
    margin-top: 0px;
}

.imovelDados {
    border-left: 18px solid #5d5d5d;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 10px;
}

.imovelDados h3 {
    font-size: 21px;
    margin: 0px;
    line-height: 18px;
    color: #868686;
    padding: 0px;
    font-weight: 300;
}

.dadosLista ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px 10px 0px 28px;
    width: 100%;
    color: #000;
}

.dadosLista .fa {
    color: #5d5d5d;
}

.imovelDetalhes {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #144E38;
    border-top: solid #000 1px;
    padding-top: 20px;

}

.imovelMapa {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #144E38;
    border-top: solid #000 1px;
    padding-top: 20px;

}

#localImovel {
    height: 460px;

}

.buscaPagina {
    background: #000 !important;
    margin-top: 6px !important;
    height: 50px;
}

.valor {
    margin-top: 10px;

}

.imovelChamada font {
    font-size: 15px;
    font-style: italic;
    color: #000;
}

.imovelImportantes {
    height: 50px;
    background: #F2F2F2;
    padding: 5px;
    border: solid 1px #D8D8D8;
    border-radius: 4px;
}

.imovelImportantes .backDiferente {
    background: #F2F2F2;
}

.imovelImportantes h3 {
    font-size: 16px;
    margin: 0px;
    line-height: 16px;
    color: #303535;
    padding: 11px;
    font-weight: 300;
}

.imovelImportantes .space {
    background: #CCC none repeat scroll 0% 0%;
    width: 1px;
    height: 34px;
    float: left;
    margin: 2px 15px 0px;
    padding: 0px;
}

/* imovel */

/* default */

.padBottom10 {
    padding-bottom: 10px;
}

.marTop40 {
    margin-top: 40px;
}

.marTop10 {
    margin-top: 10px;
}

.marBottom10 {
    margin-bottom: 10px;
}

.marBottom40 {
    margin-bottom: 40px;
}

/* default */

/* footer */

#footer {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 40px;
    background: url(../images/background.jpg);
}

#footer h3, .h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
}

#footer .fones {
    margin-bottom: 10px;
    font-size: 16px;
}

#footer p {
    line-height: 26px;
}

#footer .form-group {
    margin-bottom: 10px;
    padding-top: 5px;
}

#footer h4 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #FFF;
    font-weight: bold;
}

#footerB {
    background: #2A2A2A none repeat scroll 0% 0%;
    height: 60px;
    padding: 10px;
    color: #FFF;
    line-height: 40px;
}

#footer hr {
    margin-top: 4px;
    margin-bottom: 8px;
    border-color: #777 -moz-use-text-color -moz-use-text-color;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #848484;
}

.bancosHeight {
    height: 140px;
}

/* footer */

#atendimentoON .fa {
    color: #5d5d5d;
}

#atendimentoOFF .fa {
    color: #5d5d5d;
}

.formularioLateral {
    height: 280px;
}

.fancybox {
    cursor: zoom-in;
}

.itensProposta {
    margin-left: 30px;
}

.BoxPaginas {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border-bottom: 2px solid #1072BA;
    border-radius: 4px;
}

.BoxPaginas h1 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    border-left: solid 20px #000;
    padding-left: 10px;
    margin-bottom: 24px;
}

.BoxPaginas ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
}

.BoxPaginas .fa {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    background: #E4E4E4 none repeat scroll 0% 0%;
    padding: 5px;
    margin: 3px;
    width: 26px;
    text-align: center;
    color: #1072BA;
}

.BoxPaginas li font {
    font-size: 16px;
    font-weight: 400;
}

#BarraLateralEmail {
    height: 165px;
}

#BarraLateralFavoritos {
    height: 530px;
}

/* atendimento online */
.esconder {
    display: none;
}

.mostrar {
    display: block;
}

.mostrar .fa {
    font-size: 30px;
    width: 50px;
    height: 65px;
    line-height: 58px;
    text-align: center;
    float: left;
    color: #ED1C24;
}

.mostrar h2 > a {
    color: #FFF;
}

.mostrar a:hover {
    text-decoration: none;
}

/* atendimento online */

/* calendario*/
.colCalendario .table > tbody > tr > td {
    padding: 1px;
}

.colCalendario {
    height: 155px;
}

.borda {
    border: 1px solid #CCC;
    width: 16px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

.clSel {
    background-color: #B6E9B7;
}

#linhaAtivada {
    border: 1px solid #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

#linhaAtivada td {
    border: medium none;
}

.titulotabela {
    background-color: #F3F3F3;
}

/*tabela de preços*/
.tabelaPrecos {
    overflow: scroll;
}

/* calendario*/

.fb-page {
    max-height: 215px;
    overflow: hidden;
}

.carousel-caption {
    text-align: center;
}

/*OWL CAROUSEL*/
.owl-buttons {
    position: absolute;
    top: 22px;
    width: 60px;
    font-size: 35px;
    margin-left: 310px;
    margin-top: -80px;
}

.owl-next {
    float: left;
}

.owl-prev {
    float: left;
}

.owl-next .fa {
    padding: 1px 4px 1px 7px;
    color: #FFF;
    margin-left: 9px;
}

.owl-prev .fa {
    padding: 1px 4px 1px 7px;
    color: #FFF;
    margin-left: 2px;
}

/* box */
.titulo spam {
    font-size: 20px;
    margin-left: 61px;
    padding-top: 9px;
    position: absolute;
    color: #FFF;
}

.tituloBox {
    line-height: 50px;
    font-size: 19px;
    color: #FFF;
    padding-left: 66px;
    padding-right: 10px;
    height: 50px;
    float: left;
}

.Box::before {
    position: absolute;
    font-size: 22px;
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0px;
    margin-left: 15px;
    color: #FFF;
}

.Menu::before {
    content: "\f0c9";
    font-family: FontAwesome;
}

.Int::before {
    content: "\f006";
    font-family: FontAwesome;
}

.Ate::before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.Enc::before {
    content: "\f002";
    font-family: FontAwesome;
}

.Cad::before {
    content: "\f11c";
    font-family: FontAwesome;
}

.Ind::before {
    content: "\f201";
    font-family: FontAwesome;
}

.Cli::before {
    content: "\f185";
    font-family: FontAwesome;
}

.nav-stacked > li {
    background-color: #EFEFEF;
    border-radius: 4px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #D8D8D8;
}

.boxLat {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
    font-size: 12px;
    min-height: 232px;
}

.boxInt {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
}

.boxAte {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
    font-size: 16px;
}

.boxLat .fa {
    border: 1px solid #5d5d5d;
    border-radius: 4px;
    padding: 7px;
    margin: 3px;
    width: 31px;
    text-align: center;
    color: #5d5d5d;
    background: #DDD;
}

.linksUteis a {
    color: #000;
    line-height: 23px;
}

.linksUteis p {
    margin: 0px;
}

.encontrarCadastrar a {
    color: #000;
}

.encontrarCadastrar b {
    color: #F00;
}

/* box */

/*tradutor*/
#translate-buttons {
    width: 40px;
    height: 200px;
    position: fixed;
    top: 50%;
    right: -12px;
    z-index: 9999;
    transition: all 0.3s;
}

#translate-buttons:hover {
    right: 0;
}

#translate-buttons i {
    padding: 10px;
    margin-left: -10px;
    margin-bottom: 1px;
    background: #E8E8E8;
    display: block;
}

#translate-buttons a {
    padding: 10px;
    margin-bottom: 1px;
    display: block;
    background: rgb(202, 202, 202);
    transition: all 0.3s;
}

#translate-buttons a:hover {
    margin-left: -10px;
    background: #E8E8E8;
}

#google_translate_element, .goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover {
    display: none !important;
}
