@import url(https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro);
@import url(../../js/jquery/bootstrap/bootstrap.inline-responsive.css);
@import url(menu_responsivo.css);

body,
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', verdana, sans-serif;
    font-size: 13px;
    color: #333;
}

p {
    font-size: 14px;
}

body {
    background: url(../../images/layout/stripes.gif);
    background-color: #fafafa;
}

/*TOP MENU*/
#top_wrap {
    /* background: #fafafa; */
    background: #1D2661;
}

#top_wrap #logo {
    height: 172px;
    /* background: url(../../images/layout/bg_logo.png) no-repeat ; */
    font-family: 'Open Sans', verdana, sans-serif;
    font-size: 13px;
    color: #4C4D50;
    font-weight: bold;
}

#top-search {
    margin: 0px;
    height: 50px;
    padding-top: 8px;
    background: #e2e2e2;
    background: #000;
}

/*END TOP MENU*/

/*FOOTER*/
#footer {
    background: url(../../images/layout/footer_bg_alt.jpg);
    border-top: 2px solid #333333;
    min-height: 150px;
    /*clear: both; */
    bottom: 0px;
    font-size: 14px;
    padding: 10px;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer h3 {
    border-bottom: 1px solid #000000;
    padding: 0 0 10px 0;
    margin: 15px 0 10px 0;
    color: #dcdcdc;
    font-size: 16px;
}

#footer ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    background: url(../../images/layout/bullet-link.png) no-repeat left center;
}

#footer ul a,
#footer ul p {
    margin: 0px;
    padding: 0px;
    color: #9D9D9E;
    font-size: 14px;
    text-decoration: none;
}

#footer ul a:hover {
    color: #f9f9f9;
}

/*END FOOTER*/

/*MAPAS*/
#map {
    min-height: 250px;
    border: 1px solid #333 !important;
    -webkit-box-shadow: 0 0 5px #888 !important;
    -moz-box-shadow: 0 0 5px #888 !important;
    box-shadow: 0 0 5px #888 !important;
    border-radius: 5px;
}

#mini-map {
    width: 100%;
    height: 360px;
    border: 1px solid #333 !important;
    -webkit-box-shadow: 0 0 8px #888 !important;
    -moz-box-shadow: 0 0 8px #888 !important;
    box-shadow: 0 0 8px #888 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #fff;
    background: url(../../images/layout/loading.png) no-repeat center center;
}

#mini-map img,
#map img {
    max-width: none;
}

/*END MAPAS*/

/*IMOVEIS DA HOME*/
.item-box {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding-bottom: 20px;
}

.item-box img {
    border: 1px solid #eee;
    border-radius: 2px;
    width: 100%;
}

.item-box img:hover {
    opacity: .8;
}

.item-box h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 19px;
}

.item-box h4 {
    font-size: 17px;
}

.item-box p {
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
}

.item-box .border-bottom {
    border-bottom: 1px solid #eee;
    display: block;
}

.item-box .label-info {
    font-size: 14px;
    background-color: #333333;
    margin-top: -22px;
    margin-right: 1px;
    z-index: 100 !important;
    position: relative;
    border-radius: 0px !important;
}

.item-box .ribbon {
    font-size: 14px;
    margin-top: 0px;
    /* margin-left: -2px; */
    z-index: 100 !important;
    position: absolute;
    /* width:99.5%; */
    width: 93%;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    line-height: 35px;
    background-color: #0f498f !important;
    border-radius: 0px !important;
    background: url(../../images/layout/ribbon.png) no-repeat !important;

}

.item-box-sprite span {
    background: url(../../images/layout/icons_class_sprite.png) no-repeat;
    display: inline-block;
    height: 30px;
    width: 56px;
    border: 0px solid red;
    line-height: 31px;
    padding: 0px 3px 0px 0px;
    text-align: right;
    margin-left: 3px;
    margin-right: 8px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #A7A7A7;
}

.item-box .dorm {
    background-position: 0px 0px;
}

.item-box .vaga {
    background-position: 0px -80px;
}

.item-box .area {
    background-position: 0px -111px;
    text-align: center;
}

.item-box .wc {
    background-position: 0px -41px;
}

/*END IMOVEIS DA HOME*/

/*helpers*/
.no-border {
    border: 0px !important;
}

.no-border td {
    border: 0px !important;
}

.uppercase {
    text-transform: uppercase;
}

.hide {
    display: none;
}

.hider {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

*:focus {
    -moz-outline-style: none !important;
    outline-style: none !important;
    outline: none;
}

input:focus {
    -moz-outline-style: none !important;
    outline-style: none !important;
    outline: none !important;
    /* ie-dummy: expression(this.hideFocus=true) !important; */
}

.invalid {
    border: 1px solid rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.invalid:focus {
    border: 1px solid rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.navbar-inner {
    border-radius: 0px;
}

.row:after {
    clear: both;
}

.w-all {
    color: #FFF;
    width: 100%;
    background-color: #333;
    border: 1px solid #333 !important;

}

.pushfooter {
    clear: both;
    height: 90px;
}

.border {
    border: 1px solid red;
}

.no-mar-pad {
    margin: 0px !important;
    padding: 0px !important;
}

.no-mar-bot {
    margin-bottom: 0px !important;
}

.mar-left-20 {
    margin-left: 20px !important;
}

.mar-left-30 {
    margin-left: 30px !important;
}

.mar-left-50 {
    margin-left: 50px !important;
}

.mar-top-10 {
    margin-top: 10px !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.mar-top-50 {
    margin-top: 50px !important;
}

.mar-top-70 {
    margin-top: 70px !important;
}

.mar-top-80 {
    margin-top: 80px !important;
}

.pad-10 {
    padding: 10px !important;
}

.no-marLeft-nopad {
    margin-left: 0px !important;
    padding: 0px !important;
}

.no-mar-left {
    margin-left: 0px !important;
    padding-left: 0px;
}

.bg-white {
    background: #fff !important;
}

.font-20 {
    font-size: 20px;
}

/*END helpers*/

/*Form Busca - estilo select*/
select {
    float: left;
    color: #333333;
    border-radius: 0;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    text-indent: 0.01px;
    text-overflow: '';
    overflow: hidden !important;
    margin-right: 1px;
    /*background: #fafafa url(../../images/layout/formelements-select.png) right center no-repeat !important; */
    background: #fafafa url(../../images/layout/i-arrow.png) right center no-repeat !important;

}

select:focus {
    outline: none;
    -webkit-appearance: none;
}

.sel-custom {
    width: 162px !important;
    margin-right: 3px;
}

textarea {
    resize: none;
}

/*END Form Busca*/


/*DETALHES DO IMOVEL*/
/*Carousel Detalhes*/
#carousel {
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 10px !important;
}

/*END Carousel Detalhes*/

/*DIV Box Detalhes*/
.box-detail {
    padding: 10px;
}

.box-detail h1 {
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #EA2825;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.box-detail h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #1457AF;
    line-height: 1.5em;
}

.box-detail h3 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px;
    line-height: 20px;
    padding-left: 0px;
    line-height: 1.5em;
    color: #333;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    border-radius: 5px;
}

.box-detail h3 span.gray {
    color: #999;
}

.box-detail h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    text-decoration: line-through !important;
    line-height: 1.5em;
}

.box-detail em {
    font-style: normal;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}

/*IMOVEIS PARECIDOS*/
.media-body {
    padding-bottom: 0px !important;
}

.media-body h5 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #CC323A;
}

.media-body h6 {
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

.media img {
    margin: 0px;
    margin-right: 10px;
    border: 1px solid #555 !important;
    -webkit-box-shadow: 0 0 5px #888 !important;
    -moz-box-shadow: 0 0 5px #888 !important;
    box-shadow: 0 0 5px #888 !important;
}

.media-body p {
    margin: 0px;
    padding: 0px;
}

/*END IMOVEIS PARECIDOS*/

/*END DETALHES DO IMOVEL*/


/*box da p�gina links uteis simuladores*/
.box-logo {
    height: 90px;
    margin-bottom: 30px;
}


/*RESPONSIVO - S� ALTERE SE SOUBER O QUE EST� FAZENDO */

/* FIX PARA LARGURA 100% FACEBOOK LIKE BOX*/
#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* adicional fix responsivo
@media only screen and (max-width: 767px) {
.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-like-box{width: 100% !important;}
.fb-like-box iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{width: 100% !important;}
.fb-like-box iframe span[style]{width: 100% !important;} }
*/
/*END FIX FACEBOOK*/

/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MAIOR QUE 1200*/
@media (max-width: 1200px) {
    #form-busca .sel-custom {
        width: 121px !important;
    }

    #busca-ref {
        /* padding-top: 8px !important; */
    }

    .item-box .ribbon {
        font-size: 14px;
        width: 84%;
        font-weight: bold;
        color: #fff;
        padding-left: 30px;
        line-height: 35px;
        opacity: .8
    }
}

/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MENOR QUE 767 (tablet) */
@media (max-width: 767px) {
    #form-busca {
        width: 100% !important;
        margin-bottom: 40px !important;
        float: left;
        display: block;
    }

    #form-busca .sel-custom {
        width: 100% !important;
    }

    #busca-ref {
        padding-top: 8px !important;
    }

    #top-search {
        margin: 0px;
        height: auto;
        display: block;
        margin-bottom: 20px !important;
        padding-top: 5px;
        background: #e2e2e2;
    }

    .item-box .ribbon {
        font-size: 14px;
        width: 92%;
        background: url(../../images/layout/ribbon.png) no-repeat;
        background-position: -55px 0px !important;
        margin-left: 0px;
        font-weight: bold;
        color: #fff;
        padding-left: 30px;
        line-height: 35px;
        opacity: .8
    }

    body {
        padding: 2px;
    }

    .font-20 {
        font-size: 16px;
    }
}


/* Estilo para resoluções de 1024px a 1200px */
@media (min-width: 1024px) and (max-width: 1200px) {
    #busca-ref {
        width: 220px;
        /* display: block !important; */
        display: flex !important;
        align-items: center !important;
        float: left !important;
    }
}

/* Estilo para resoluções menores que 1024px */
@media (max-width: 1023px) {
    #busca-ref {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .box-detail {
        padding: 10px;
    }
}

/* SMARTPHONE e TABLET
@media (max-width: 767px) {  }
*/

/*  phones and down 
@media (max-width: 480px) {  }
*/

/* LxWeb */
.container.tabela-especial {
    padding-right: 5px;
    padding-left: 5px;
}

.tabela-especial {
    padding-right: 2px;
    padding-left: 2px;
}

.img-card {
  border: 1px solid #ddd;         /* borda fina */
  border-radius: 8px;             /* cantos arredondados */
  box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* sombra suave */
  padding: 5px;                   /* respiro interno */
  background: #fff;               /* fundo branco */
  margin-bottom: 20px;            /* espaço entre as imagens */
}
.img-card img {
  width: 100%;
  height: auto;
  border-radius: 6px; /* arredonda a imagem também */
}