<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://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: white;
}
/*TOP MENU*/
#top_wrap{
    background: #ffffff; 
}
#top_wrap #logo{
    height: 172px;
    background: url(../../images/layout/bg_logo.gif) 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: #E6E6E6; 
    /*background: #E6E6E6;*/
}
/*END TOP MENU*/

/*FOOTER*/
#footer{
    background: url(../../images/layout/footer_bg_alt.jpg);
    border-top:1px solid #9D9D9E;
    min-height: 250px;
    /*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;
    padding-bottom: 20px;
    min-height: 350px;
}

.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;
    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%; /*99.5 padrao*/
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    line-height: 35px;   
    background-color: #5BC0DE !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: 53px;
    border:0px solid red;
    line-height: 31px;
    padding: 0px 5px 0px 0px;
    text-align: right;
    margin-left: 5px;
    margin-right: 10px;
    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{
    width: 100%;
}
.pushfooter{
    clear: both;
    height: 30px;
}
.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;    
}
.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;
}

.margin18
{
    margin:0 18px 0 18px;
}

.floatleft
{
    float:left;
}

.clearboth
{
    clear:both;
}

/* ################ SHC CODE ################ */

/* TOP INFO */
#topinfo
{
    width:100%; 
    height:auto;
    text-align:center;
    background-color:#15b7d8;
}

#topinfo &gt; span
{
    line-height:30px;
    vertical-align:center;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    color:white;
}
/* END TOP INFO */

/*BANNER e MINI-BANNER*/
#banner
{
    width: 1109px;
    height: 399px;
    /*border: 1px solid #EDEDED;*/
    background-color:white;
    /*background-image: url('../../images/layout/banner.jpg');
    background-size: 100% auto;*/
    margin: 20px auto 20px auto;
}

#banner &gt; img
{
    width: 100%;
    height: 100%;
    background-image: url('../../images/layout/banner.jpg');
    background-size: 100% auto;
}

#mini-banner
{
    width:1109px;
    height:150px;
    border: 1px solid #EDEDED;
    background-color:white;
    /*background-image: url('../../images/layout/mini-banner.jpg');
    background-size: 100% auto;*/
    margin: -15px auto 15px auto;
}

#mini-banner &gt; img
{
    width: 100%;
    height: 100%;
    background-image: url('../../images/layout/mini-banner.jpg');
    background-size: 100% auto;
}
/*END BANNER e MINI-BANNER*/

/* SUBTITULO16 */
#subtitulo16
{
    width:auto;
    height:48px;
    margin:15px 0px;
    border-bottom:1px solid #DDDDDD;
}

#subtitulo16 &gt; span
{
    float:left;
    line-height:48px;
    margin-left:20px;
    font-size:16px;
    font-weight:bold;
}

#subimg16
{
    float:left;
}

#subimg16 &gt; img
{
    width:24px;
    height:24px;
    margin-top:10px;
}


/*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) {
    
    /*BANNER e Mini-Banner*/
    #banner
    {
        /* Reajuste de 18% de 1110x400 */
        width: 910px;
        height: 328px;
    }
    
    #mini-banner
    {
        /* Reajuste de 18% de 1110x150 */
        width:910px;
        height:123px;
        margin: 15px auto 15px auto;
    }
    /*END BANNERS*/
    
    #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
    }    
}

@media (max-width: 992px) {
    /* TOP INFO */
    #topinfo
    {
        height:0px;
        visibility: hidden;  
    }
    /* END TOP INFO */
    
    /*BANNER e Mini-Banner*/
    #banner
    {
        height:0px;
        visibility: hidden;  
    }
    
    #mini-banner
    {
        height:0px;
        visibility: hidden;  
    }
    /*END BANNERS*/
}

/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MENOR QUE 767 (tablet) */
@media (max-width: 767px) {
    
    /* TOP INFO */
    #topinfo
    {
        height:0px;
        visibility: hidden;  
    }
    /* END TOP INFO */
    
    /*BANNER e Mini-Banner*/
    #banner
    {
        height:0px;
        visibility: hidden;  
    }
    
    #mini-banner
    {
        height:0px;
        visibility: hidden;  
    }
    /*END BANNERS*/
    
    /* SUBTITULO16 */
    #subtitulo16 &gt; span
    {
        font-size:13px;
    }
    
    #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:99%;
        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;
    }
}
/* landscape E desktop */
@media (min-width: 767px) and (max-width: 1200px) {
    #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) {  }
*/

























</pre></body></html>