
@charset "utf-8";
/* CSS Document */

* {
	line-height:14px;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	line-height:inherit;
	outline:none !important;
}

/*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/


@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#opensans') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-lightitalic-webfont.svg#opensans') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#opensans') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-semibolditalic-webfont.eot');
    src: url('../fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibolditalic-webfont.svg#opensans') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#opensans') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-bolditalic-webfont.eot');
    src: url('../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bolditalic-webfont.svg#opensans') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#opensans') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family:opensans;
    src: url('../fonts/opensans-extrabolditalic-webfont.eot');
    src: url('../fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabolditalic-webfont.svg#opensans') format('svg');
    font-weight: 800;
    font-style: italic;
}


/* font-family: 'PT Sans Caption', sans-serif; */



/* ============= HEADERS ============= */

body {
    color:#999;
	font-size:14px;
    font-family: opensans, Arial, Helvetica, sans-serif;
    background: #ececec;
}

body.mobile-menu-opened { overflow: hidden; }

h1, h2, h3, h4, h5 {
    color: #999;
	font-size:24px;
	font-weight:bold;
}
h2 { font-size:20px;}
h3 { font-size:18px;}

a { color:#6b6b6b; }

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#mapa img { max-width: inherit; max-height: inherit; }

label {
    position: relative;
    display:block;
    cursor: pointer;
    margin-bottom: 3px;
    font-family: opensans, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align: left;
    color: #999;
}


input[type=text], input[type=password], input[type=email], select, .dumb_select {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #d8dae1;
    font-family: opensans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type=password] {
    color: #999;
    text-shadow: 0px 0px 0px #ec8c2d;
    -webkit-text-fill-color: transparent;
}

.button-select {
    position: relative;
    text-align: left;
}

.button-select button{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 0 30px 0 15px;
    font-family: opensans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #999;
    border: 1px solid #d8dae1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.button-select button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 22px;
    right: 12px;
    border: 4px solid;
    border-color: transparent;
    border-top-color: #000;
}

select.dumb {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.dumb_select {
    position: relative;
    overflow: hidden;
}

.dumb_select:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 22px;
    right: 12px;
    margin-left: 15px;
    border: 4px solid;
    border-color: transparent;
    border-top-color: #000;
}

input[type=radio], input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

label.radio_button {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}

label.radio_button input + span {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    top: 0;
    left: 0;
    float: left;
    margin-right: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    background: #fff;
}

label.radio_button input[type=checkbox] + span {
    border-radius: 2px;
}

label.radio_button input:checked + span:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    margin: 4px;
    background: #aaaaaa;
    border-radius: 20px;
}

label.radio_button input[type=checkbox] + span:before,
label.radio_button input[type=checkbox] + span:after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 8px;
    top: 8px;
    left: 3px;
    background: #aaaaaa;
    transform: rotate(-45deg);
}

label.radio_button input[type=checkbox] + span:after {
    content: ' ';
    position: absolute;
    display: none;
    width: 5px;
    height: 17px;
    top: -2px;
    left: 6px;
    background: #aaaaaa;
    transform: rotate(40deg);
}

label.radio_button input[type=checkbox]:checked + span:before,
label.radio_button input[type=checkbox]:checked + span:after {
    display: block;
}

textarea {
    width: 100%;
    padding:10px 15px;
    border: 1px solid #d8dae1;
    font-family: opensans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#fff;
}

select {
    height:50px;
    line-height:50px;
    padding:8px 5px 5px 2px;
}

button {
    background-color: transparent;
    cursor: pointer;
}

button.btn-form, input.btn-form {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 5px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #f58634;
}

button.btn-form-borda{
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 5px;
    float: left;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    border: 2px #999 solid;
    background-color: #fff;
}

form ._field {
    position: relative;
    /*margin: 10px 0;*/
    text-align: left;
}

form ._field ._field {
    vertical-align: middle;
    margin: 5px 0;
}

form ._actions .bt_submit,
form ._actions .bt_cancel {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #f19800;
}

form ._actions .bt_cancel {
    background: #d7171b;
}

form ._actions .bt_submit.green {
    background: #0d5b34;
}

form ._actions .full {
    width: 100%;
}

form ._field_simulate {
    height: 50px;
    line-height: 50px;
}

.file{
    width: 100%;
    margin-bottom: 10px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label:after {
    content:"Buscar";
    position: absolute;
    float: right;
    right:0;
    margin-top:-1px;
    padding:0 40px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f58634;
}

.inputfile + label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    padding:0 20px;
    color:#999;
    font-size:14px;
    vertical-align:middle;
    border: 1px solid #d8dae1;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    background:#fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    pointer-events: none;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #999; }
input:-moz-placeholder,
textarea:-moz-placeholder { color: #999; opacity: 1; }
input::-moz-placeholder,
textarea::-moz-placeholder { color: #999; opacity: 1; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #999; }


.file-popup {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #d8dae1;
    font-family: opensans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.file-popup:after {
    content:"Buscar";
    position: absolute;
    float: right;
    right: 11px;
    margin-top:-1px;
    padding:0 40px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f58634;
}

.input-cep {
    content:"Buscar";
    position: absolute;
    float: right;
    right: 11px;
    margin-top:-64px;
    padding:12px 30px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f58634;    
    cursor: pointer;
}







/* =========== HEADER CONTENT ======== */

header { background: #fff;}

.barra-regiao{ display: none;}

.area-topo{
    width:100%;
    width: -webkit-calc(100% - 430px);
    width: -moz-calc(100% - 430px);
    width: calc(100% - 430px);
    float: left;
}

.logomarca{
    display:inline-block;
    width: 200px;    
    margin: 15px 0 20px 15px;
}
.logomarca img {
    max-height: 70px;
}


.logomarca h1{ margin:0;}

.seleciona-area{
    height: 50px;
    margin-top: 20px;
    margin-left: 25px;
    float: left;
    left: 30px;
    font-size: 12px;
}

.seleciona-area span{
    margin-left: 35px;
}

.seleciona-area:before{
    position: absolute;
    display: block;
    content: '';
    width: 23px;
    height: 34px;
    margin-top: 5px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url("../img/icon-localizacao.png");
}

.seleciona-area button{
    display:block;
    width:auto;
    height: 30px;
    line-height: 16px;
    margin-left: 35px;
    color: #f58634;
    font-size: 14px;
    font-weight: 600;
    border:0;
}

.seleciona-area button:after{
    content: '';
    position: relative;
    width: 0;
    height: 0;
    top: 13px;
    right: 0;
    margin-left: 15px;
    border: 4px solid;
    border-color: transparent;
    border-top-color: #000;
}

.area-menu{
    height: 61px;
    border-top: 1px #c0c0c0 solid;
}

header .nav nav li {
    display: inline-block;
}

header .nav nav li a,
header .nav nav li span {
    display: inline-block;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

header .nav nav li span:after {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    top: 14px;
    margin-left: 15px;
    border: 4px solid;
    border-color: transparent;
    border-top-color: #000;
}

header .nav nav li span:hover,
header .nav nav li a:hover {
    cursor:pointer;
}

header .nav-btn,
header .btn-van-fechar{
    display: none;
}

b.btn-nav-novo {
    position: relative; 
    top: -5px; 
    font-size: 10px; 
    color: #F00;
}

.bt_mobile_menu{ display: none;}

.btn-topo{
    width: 430px;
    float: right;
}

.btn-anuncie,
.btn-login{
    width: 200px;
    height: 50px;
    margin-top: 19px;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-anuncie{
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background-color: #f58634;
}

.btn-login{
    float: right;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #c2c2c2;    
}










/* =========== FOOTER CONTENT ======== */

#home footer { margin-top: 0;}

footer {
    margin-top: 60px;
    color: #fff;
    background: #2d4b71;
}

.newsletter{
    padding: 25px 0;
    background: #3a6295;
}

.newsletter span{
    display: block;
    margin-top: 11px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-email{
    width:100%;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    float: left;
}

.news-email input[type=text]{
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 0;
}

.news-botao a{
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    float: right;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #f58634;
}

.footer-links {
    padding:50px 0;
}

.footer-links strong{
    color: #f58634;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-links span{
    display: block;
    margin:7px 0;
}

.footer-links span a{
    color: #fff;
    font-size: 12px;
}

.footer-links-area{
    width:100%;
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    float: left;
}

.integracao{
    width: 115px;
    float: right;
}

.rodape{
    padding:30px 0;
    background: #203552;
}

.logo-mixbr-footer{
    color: #fefdfd;
    font-size: 12px;
    font-weight: 600;
}

.logo-mixbr-footer img{
    width: 197px;
    height: 32px;
    margin-top: 5px;
    margin-right: 30px;
    float: left;
}

.logo-mixbr-footer a{
    display:inline-block;
    margin-top: 7px;
    color: #fff;
}

.logo-mixbr-footer span{
    padding:0 10px;
}

.footer-redes-sociais a{
    margin:0 6px;
}

.logo-hibrida{
    display: inline-block;
    width: 37px;
    height: 15px;
    margin-top: 15px;
    float: right;
    background: url("../img/logo-hibrida.png") no-repeat;
    transition: all 0.2s;
}

.logo-hibrida:hover{
    background-position: 0 -15px;
}







/* =========== COMUM ======== */

.interna {
    width: 100%;
    margin-top:40px;
    padding: 20px;
    background: #fff;
}

.breadcrumbs{
    margin-left: -5px;
    padding:30px 0;
    line-height: 12px;
    font-size: 12px;
}

.breadcrumbs a{
    line-height: 15px;
    margin:0 5px;
    color: #666666;
}

.breadcrumbs a:hover{ text-decoration: underline;}

.breadcrumbs strong{ color: #f58634;}

.pagination{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.pagination a{
    display: inline-block;
    min-width: 47px;
    margin-bottom: 10px;
    padding: 15px 10px;
    color: #999 !important;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    transition: all 0.2s;
}

.pagination a:hover, .pagination a.ativo{
    color: #fff !important;
    text-decoration: none;
    background: #3a72d3;
}

.publi{
    position: relative;
    width: 100%;
    margin:50px 0 20px 0;
    padding:1% 0 1% 1%;
    border:1px #ccc solid;
}

.publi:before{
    position: absolute;
    display: block;
    content:"Publicidade";
    top:-20px;
    left:0;
    color: #010101;
    font-size: 10px;
    font-weight: 400;
}

.publi img { 
    width: 100% !important;
    height: auto !important;
}

.publi .one { 
    width: 99%;    
}

.publi .two{
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: center;
}

.publi .three{
    width: 32.33%;
    margin-right: 1%;
    float: left;
    text-align: center;
}






/* popup_default */

    /* popup_default */

    .popup_default {
        position: relative;
        width: 700px;
        margin: 0 auto;
        background: #fff;
    }

    .popup-conteudo{ padding: 20px 35px;}
    
    .pop-titulo{
        width:100%;
        padding:25px 10px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        background: #f58634;
    }








/* =========== PÁGINA HOME ======== */

.area-busca{
    width: 100%;
    min-height: 550px;
    color: #999;
    font-size: 16px;
}

.area-busca h2{
    padding-top: 155px;
    color: #fff;
    text-align: center;
    font-size: 40px; 
    text-shadow: black 0.1em 0.1em 0.2em;   
}

.busca-normal{
    display: block;
    width: 980px;
    height: 90px;
    margin:20px auto;
    background: #fff;
}

.bus-comprar{
    width: 200px;
    margin-top:28px;
    padding:0 20px;
    float: left;
    border-right: 1px #cccccc solid; 
}

.bus-lancamento{
    width: 250px;
    margin-top:28px;
    padding:0 20px;
    float: left;
    border-right: 1px #cccccc solid;
}

.bus-lancamento button{
    width: 100%;
    padding-left: 18px;
    text-align: left;
}

.bus-lancamento:after{
    display: block;
    position: relative;
    content:" ";
    width: 4px;
    height: 4px;
    top: 0;
    right: 0px;
    float: right;
    margin-top: -18px;
    border: 4px solid;
    border-color: transparent;
    border-top-color: #000;
}

.bus-comprar select,
.bus-comprar .dumb_select,
.bus-lancamento button,
.bus-bairro select,
.bus-bairro .dumb_select{
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    border: 0px;
}

.bus-comprar .dumb_select:after{ top: 17px;}

.bus-bairro{
    width: 300px;
    height: 35px;
    line-height: 35px;
    margin:28px 15px 0 15px;
    float: left;
    border-right: 1px #cccccc solid; 
}

.bus-bairro input[type=text]{
    height: 35px;
    line-height: 35px;
    border: 0px;
    color: #999;
}

.btn-busca-avancada{
    width: 80px;
    line-height: 12px;
    margin: 33px 0 0 10px;
    float: left;
    font-size: 10px;
}

.btn-busca-avancada button{
    padding-left: 15px;
    color: #999;
    text-align: left;
    text-align: left;
    text-transform: uppercase;
}

.btn-busca-avancada button:before{
    position: absolute;
    content:" ";
    width: 13px;
    height: 14px;
    margin:5px 0 0 -20px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/icon-string.png");
}

.busca-avancada .bus-regiao{
    width: 700px;
    margin-top: 20px;
    padding:0 20px;
    float: left;
}

.bus-regiao{
    width: 285px;
    margin-top: 20px;
    padding:0 20px;
    float: left;
}

.bus-regiao input[type=text]{
    border:0;
    margin-bottom: 0;
}

.btn-home-busca {
    width: 150px;
    height: 90px;
    float: right;
    background-color: #f58634;
    background-size: auto 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/icon-lupa.png");
}

.busca-normal select option{ padding:5px 10px;}

.busca-normal form ._field { margin:0 !important;}

.busca-codigo{
    display: none;
    width: 780px;
    height: 90px;
    margin:20px auto;
    background: #fff;
}

.bus-codigo{
    width: 630px;
    margin-top: 20px;
    padding:0 20px;
    float: left;
}

.bus-codigo input[type=text]{  border:0;}

.busca-avancada{
    display: none;
    width: 100%;
    margin:20px auto;
    background: #fff;
}

.area-linha{ height: 90px;}

.borda-separador{
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 90px;
    border-bottom: 1px #ccc solid;
}

.bus-quartos{
    width: 240px;
    margin-top: 25px;
    padding:0 34px;
    float: left;
}

.bus-quartos span{
    width: 72px;
    margin-top: 6px;
    float: left;
}

#listagem .bus-barra{
    width: 100%;
    height: 70px;
    padding:0 12px;
    border-top: 1px #ccc solid;
}

#listagem .bus-barra .nom{ float:none;}
#listagem .bus-barra .slider {
    margin-top: -18px;
}

#listagem .bus-barra .slider .nom-mostra{ text-align: right;}

.bus-barra{
    width: 380px;
    height: 50px;
    margin-top: 18px;
    float: left;
}

.bus-barra .nom{
    display: block;
    width: 75px;
    margin-top: 14px;
    float: left;
}

.toggles{ text-align: center;}

.btn-codigo,
.btn-codigo-voltar,
.btn-volta-normal{
    padding:10px 35px 10px 60px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.5);
}

.btn-codigo-voltar,
.btn-volta-normal{ display: none;}

.btn-codigo:before{
    position: absolute;
    content:" ";
    width: 12px;
    height: 12px;
    margin: 3px 0 0 -25px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("../img/icon-btn-busca.png");
}

.btn-volta-normal:before{
    position: absolute;
    content:" ";
    width: 13px;
    height: 13px;
    margin: 4px 0 0 -25px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("../img/icon-btn-avancado.png");
}

.btn-codigo-volta:before{
    position: absolute;
    content:" ";
    width: 6px;
    height: 11px;
    margin: 9px 0 0 -25px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("../img/icon-btn-voltar.png");
}

.btn-codigo-voltar:before{
    position: absolute;
    content:" ";
    width: 12px;
    height: 12px;
    margin: 3px 0 0 -25px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("../img/icon-btn-avancado.png");    
}

.form_search_bar .slider {    
    width:100%;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    float: left;
    padding:0 40px 0 20px;
}

.nom-mostra{
    text-align: center;
    font-size: 11px;
}

.bus-quartos .mais,
.bus-quartos .menos{
    width: 22px;
    height: 22px;
    line-height: 17px;
    margin-top: 7px;
    color: #999;
    float: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    border: 1px #999 solid;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-family: averiasanslibre, Arial, Helvetica, sans-serif;
}

.bus-quartos .mais:after{
    content: "+";
    line-height: 20px;
}
.bus-quartos .menos:after{
    content: "-";
}

.bus-quartos input[type='number'] {
    width: 40px;
    float: left;
    color: #f58634;
    font-size: 24px;
    text-align: center;
    -moz-appearance:textfield;
}

.bus-quartos input::-webkit-outer-spin-button,
.bus-quartos input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.ho-publicidade{
    padding:45px 0 40px 0;
    background: #fff;
}

.ho-publicidade .publi{ margin:0;}

.ho-destaque{
    padding:70px 0;
    background: #ebebeb;
}

.ho-destaque h2{
    color: #666;
    font-size: 48px;
    text-align: center;
}

.ho-destaque .container{
    position: relative;
}

.ho-destaque .itens {
    width: 100%;
    margin: 0 auto;
}

.ho-destaque .itens .item {
    margin: 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
}

.ho-destaque .item .item-segura-imagem, .lista-relacionada .item .item-segura-imagem {
  position: relative;    
  height: 200px;
  overflow: hidden;
  background-color: #fff;
}
.ho-destaque .item .item-segura-imagem img, .lista-relacionada .item .item-segura-imagem img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.ho-destaque .setas {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 58px;
    right: 25px;
    float: right;
}

.ho-destaque .setas span {
    display: block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    top: 45px;
    color: #000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.ho-destaque .setas span.right {
    width: 35px;
    height: 40px;
    right: 0;
}

.ho-destaque .itens{
    margin-top: 55px;
}

.ho-destaque .owl-dots{display: none !important;}

.itens .item{
    max-width: 600px;
    margin:0 auto;
}
.itens .item .item-area{
    padding:25px;
    color: #666;
}

.itens .item .item-area h3 {
    color: #f58634;
    font-size: 12px;
    font-weight: 600;
    height: 21px;
}

.itens .item .item-area h4{
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
    font-weight: 700;
    height: 59px;
    overflow: hidden;
}

.itens .item .item-area p{
    margin: 13px 0;
    font-size: 12px;
    font-weight: 400;
}

.itens .item .item-area a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.itens .item .item-area a{
    color: #f58634;
}

.itens .item .item-area a:hover{
    background: #ebebeb;
}

.owl-carousel .owl-item .item-area img{
    display: inline-block !important;
    width:auto !important;
    margin-right: 10px;
}

.ho-classificados{
    margin:0 auto;
    padding-top: 30px;
    color: #000;
    text-align: center;
    background: #fff;
}

.ho-classificados h5{
    margin-bottom: 60px;
    color: #9c9c9c;
    font-size: 48px;
    font-weight: 700;
}

.ho-classificados .container{
    padding:60px 25px 80px 25px;
}

.ho-classificados .container img{
    display: block;
    margin:0 auto;
}

.ho-classificados span{
    display: block;
    padding:18px 0 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.ho-classificados p{
    font-size: 14px;
}

.ho-anuncie{
    padding:90px 0 80px 0;
    color: #fff;
    text-align: center;
}

.ho-anuncie-area{
    width: 820px;
    margin:0 auto;
}

.ho-anuncie-area span{
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
}

.ho-anuncie-area p{
    margin:30px 0 40px 0;
    font-size: 28px;
    font-weight: 400;
}

.ho-anuncie-area a{
    display:block;
    width: 280px;
    height: 90px;
    line-height: 90px;
    margin:0 auto;
    color: #f58634;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ho-anuncie-area a:hover{
    background: rgba(255, 255, 255, 0.3);
}

.ho-termos{
    padding:50px 0 70px 0;
    text-align: center;
    background: #fff;   
}

.ho-termos span{
    display:block;
    margin-bottom: 40px;
    color: #666666;
    font-size: 42px;
    font-weight: 700;
}

.ho-termos a{
    display:block;
    padding:7px 0;
    color: #1d569f;
    font-size: 14px;
}









/* =========== PÁGINA IMÓVEIS ======== */

.sidebar{
    width: 28%;
    padding:15px 13px 20px 13px;
    float: left;
    background: #fff;
}

.sidebar input[type=text],
.sidebar select,
.sidebar .dumb_select {
    margin-bottom: 10px;
    font-size: 14px;
}

.titulo-refinar{
    margin-bottom: 10px;
    cursor: inherit;
    color: #666666;
    font-size: 20px;
    font-weight: 600;
}

.titulo-tipo{
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}

ul.filtrolink {
    margin-top: -10px;
}

ul.filtrolink li {
    padding: 10px 0 10px 5px;
    color: #999;
    font-size: 12px;
    border-bottom: 1px #eaeaea solid;
}

ul.filtrolink li button{
    width: 18px;
    height: 18px;
    float: right;
    right:0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("../img/icon-fechar.png");
}

.listagem{
    width: 69%;
    float: right;
}

.encontrados{
    line-height: 20px;
    margin-top: -6px;
    font-size: 18px;
    color: #666666;
}

.encontrados span{
    color: #2e43ab;
    font-weight: 700;
}

.propriedades_busca{
    width: 100%;
    margin: 10px 0 30px 0;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.propriedades_busca select{ font-size: 12px;}

.propriedades_busca .col-pro-1{
    width: 35%;
    padding-left: 25px;
    float: left;
}

.propriedades_busca .col-pro-1 form{
    width: 90%;
    margin-top: 18px;
}

.propriedades_busca .col-pro-1 select,
.propriedades_busca .col-pro-1 .dumb_select {
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.propriedades_busca .col-pro-1 .dumb_select:after {
    top: 15px;
}

.propriedades_busca .col-pro-2{
    width: 65%;
    float: left;
}

.propriedades_busca .col-pro-2 a{
    display: inline-block;
    width: 25%;
    line-height: 16px;
    padding:20px 5px;
    float: left;
    color: #999;
    text-align: center;
    border-left: 1px #dedede solid;
}

.icon-map{
    display: block;
    margin:0 auto;
    text-align: center;
}

.icon-map span{
    display: inline-block;
    width: 100px;
    margin:0 auto;
    text-align: left;
}

.icon-map a span:before{
    width: 18px;
    height: 25px;
    margin:0 auto;
    text-align: left !important;
    background: url("../img/icon-localizacao1.png") center left no-repeat;
}

.icon-map span img{
    margin-top: 4px;
    margin-right: 10px;
    float: left;
}

.box-listagem{
    margin-bottom: 20px;
    padding-bottom: 5px;
    background: #fff;
}

.box-listagem .etiqueta-destaque {
    width: 70px;        
    border-radius: 5px;
    float: left;
    color: #fff !important;
    font-size: 11px;    
    background-color: #f58634;
    text-align: center;    
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
}

.box-listagem .img-destaque {
    margin-bottom: 18px;    
    height: 300px;
    overflow: hidden;
}

.box-listagem .valor {
    margin-left: 20px;
    float: left;
    color: #f58634;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

.box-listagem .valor_condominio {    
    float: left;
    color: #666 !important;
    font-size: 13px !important; 
    font-weight: normal;  
}

.icons-fa-comp{
    width: 125px;
    float: right;
}

.camp-input-lupa input[type=text]{
    padding-right: 30px;
    background-size: auto 30%;
    background-repeat: no-repeat;
    background-position: top 18px right 10px;
    background-image: url("../img/icon-lupa2.png");
}

.select-quartos{
    text-align: right;
}

.select-quartos span{
    margin-top: 7px;
    float: left;
    color: #999;
    font-size: 16px;
}

.select-quartos button{
    width: 37px;
    height: 39px;
    margin-bottom: 15px;
    margin-left: -5px;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #d7d7d7;
}

.select-quartos button:hover,
.select-quartos button.ativo{
    color: #fff;    
    background: #d7d7d7;
}

.box-favoritar{
    width: 50px;
    padding-top: 22px;
    color: #ccc;
    font-size: 10px;
    background: url("../img/icon-favoritar.png") top center no-repeat;    
}

.box-compartilhar{
    width: 70px;
    padding-top: 22px;
    color: #ccc;
    font-size: 10px;
    background: url("../img/icon-compartilhar.png") top center no-repeat;
}

.atualizado{
    margin-top: 15px;
    float: left;
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.box-cidade{
    min-height: 16px;
    margin-top: -10px;
    padding-left: 18px;
    color: #f58634;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    background: url("../img/icon-localizacao2.png") top left no-repeat;
}

.box-listagem .box-logo {    
    width: 55px;
    height: 55px;
    float: right;
}

.box-listagem h1 {
    margin:15px 0 15px 0;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-listagem p.descricao {
    margin-bottom: 10px;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    height: 75px;
    overflow: hidden;
}

.icons-detalhes{
    line-height: 13px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.icons-detalhes img{
    display: block;
    margin:0 auto 7px auto;
}

a.btn-ver-detalhes {
    width: 48%;
    height: 50px;
    margin-top: 15px;
    border-radius: 5px;
    float: left;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    background-color: #f58634;
    text-align: center;
}
a.btn-ver-detalhes div {
    padding-top: 14px;
    color: #fff !important;
}
a.btn-ver-detalhes:hover {
    color: #fff !important;
}

.btn-entrar-contato{
    width: 48%;
    height: 50px;
    line-height: 12px;
    margin-top: 15px;
    border-radius: 5px;
    float: right;
    color: #2e43ab;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #2e43ab;
}

.btn-entrar-contato span{
    display: block;
    width: 103px;
    margin:0 auto;
}

.btn-entrar-contato img{
    margin: 4px 10px 0 0;
    float: left;
}

.check-selecionar{
    margin-top: 10px;
    text-align: center;
}

.check-selecionar label{ margin-bottom: 0;}








/* =========== PÁGINA IMÓVEIS SIMPLES ======== */

.bg-imovel-simples{
    padding: 40px 0;
    color: #fff;
    background-position:center bottom;
    background-repeat: no-repeat;
}

.bg-imovel-simples .breadcrumbs{ padding:0;}

.bg-imovel-simples .breadcrumbs a,
.bg-imovel-luxo .breadcrumbs a{ color: #fff; }

.bg-imovel-simples h1{
    margin:20px 0 30px 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.loca{
    line-height: 25px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 700;
}

.loca span{ color: #f58634;}

.loca span:before{
    position: absolute;
    content:"";
    width: 15px;
    height: 21px;
    margin-left: -25px;
    background: url("../img/icon-localizacao3.png") top left no-repeat;
}

.loca strong{
    margin-left: 10px;
    padding:3px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #f58634;
}

.caracteristicas{ padding: 40px 0;}

.caracteristicas img{
    margin-right: 12px;
    float: left;
}

.caracteristicas strong{
    display: block;
    color: #999999;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#imovel-luxo .caracteristicas span{ color: #fff;}

.caracteristicas span{
    line-height: 10px;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

.caracteristicas .preco-apartir{
    width: 250px;
    float: left;
}

#imovel-luxo .caracteristicas .preco-apartir .valor{    
    line-height: 19px;
    font-size: 24px;
}

.caracteristicas .preco-apartir strong{ margin-top: -5px; } 
.caracteristicas .preco-apartir .valor{
    margin-top: 2px;
    color: #f58634;
    font-size: 18px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}

.caracteristicas .preco-apartir span{ font-size: 12px;}

.caracteristicas .carac-detalhes{
    width:100%;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    float: right;
}

#imovel-luxo .caracteristicas img{
    width: 25px;
    height: 41px;
}
.caracteristicas img{
    width: 41px;
    height: 41px;
}

.caracteristicas .tipo-imovel,
.caracteristicas .quartos,
.caracteristicas .suites,
.caracteristicas .area,
.caracteristicas .situacao,
.caracteristicas .vagas{
    float: left;
    margin-bottom: 5px;
}

.caracteristicas .tipo-imovel{ width: 193px;}
.caracteristicas .quartos{ width: 140px;}
.caracteristicas .suites{ width: 115px;}
.caracteristicas .area{ width: 180px;}
.caracteristicas .situacao{ width: 170px;}
.caracteristicas .vagas{ width: 100px;}

.imovel-galeria{
    width: 100%;
    float: left;
    position: relative;
}

.imovel-galeria .setas{
    position: absolute;
    width: 100%;
    height: 33px;
    top: 45%;
    z-index: 2;
}

.imovel-galeria .setas span.right{
    width: 20px;
    height: 33px;
    right:0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-image: url("../img/seta-dir.png");
}

.imovel-galeria .setas .left,
.imovel-galeria .setas .right {
    position: absolute;
    display: block;
    width: 20px;
    height: 33px;
    cursor: pointer;
    z-index: 200;
}

.imovel-galeria .setas .left { margin-left: 20px;}
.imovel-galeria .setas .right { margin-right: 20px;}

.imovel-galeria .gal.foto{ width: 100%;}

.dest-imovel-simples{
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.23);
    box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.23);
    background: #fff;
}

.dest-imovel-simples .imovel-fale{
    padding:0 10px;
    background: #fff;
}

.dest-imovel-simples .atuali-fale span{
    display: block;
    margin-top: 15px;
    float: none;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    text-transform: inherit;
}

.dest-imovel-simples .atuali-fale strong{
    display: block;
    margin:10px 0 20px 0;
    color: #518dc0;
    font-size: 20px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}

.dest-imovel-simples .imovel-fale form input[type=text]{
    height: 39px;
}

.imovel-fale form input[type=text]{
    margin-bottom: 10px;
    font-size: 14px;
}

.dest-imovel-simples .imovel-fale textarea{
    height: 60px;
    line-height: 17px;
    font-size: 14px;
}

.dest-imovel-simples .imovel-fale form .btn-form{ height: 46px;}

.imovel-fale .logo{
    width: 85px;
    height: 85px;
    margin:0 10px 15px 0;
    float: left;
    border: 1px solid #d8dae1;
    line-height: 80px;
}

.imovel-fale .empresa{
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.imovel-fale .telefone{
    height: 28px;
    font-size: 24px;
}

.imovel-fale .tel-oculta{ overflow:hidden;}
.imovel-fale .tel-mostra{ display: table; }
.imovel-fale .tel-mostra .ver-telefone{ display: none;}

.imovel-fale .telefone span{
    display: block;
    line-height: 28px;
}

.imovel-fale .ver-telefone {
    position: absolute;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-left: 130px;
    color: #f58634;
    font-size: 12px;
    font-weight: 700;
    box-shadow: -10px 0 10px 0 #fff;
    background: #fff;
}

.check-receber{ margin-top: 10px;}

.check-receber label.radio_button{ line-height: 15px; margin-bottom: 0; font-size: 12px;}

.check-receber label.radio_button input + span{ top:7px;}

#imovel-simples .captcha,
#imovel-luxo .captcha,
.popup_default .captcha{
    margin-top: 13px;
}

.captcha{
    margin-top: 3px;
    padding:10px 10px 7px 10px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.captcha span{
    display: block;
    margin-bottom: 5px;
}

.captcha label{ line-height: 25px;}

.captcha ._field{
    display:inline-block;
    margin:0 10px;
}

.captcha label.radio_button{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;    
}

.captcha label.radio_button input + span{ margin-right: 7px;}

.codigo-imovel{
    display:inline-block;
    height: 35px;
    padding:8px 20px 18px 20px;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #cccccc;
    float:left;
    margin-right: 5px;
}

.imovel-favoritar,
.imovel-imprimir,
.imovel-compartilhar{
    width: 150px;
    height: 35px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-color: #bdbdbd;
}

.imovel-favoritar:before{
    position: absolute;
    content:" ";
    width: 18px;
    height: 17px;
    margin:1px auto 0 -23px;
    background-image: url("../img/icon-favoritar2.png");
}

.imovel-imprimir:before{
    position: absolute;
    content:" ";
    width: 20px;
    height: 21px;
    margin:0 auto 0 -27px;
    background-image: url("../img/icon-printer.png");
}

.imovel-compartilhar:before{
    position: absolute;
    content:" ";
    width: 18px;
    height: 19px;
    margin:1px auto 0 -25px;
    background-image: url("../img/icon-share.png");
}

.imovel-erros{
    width: 200px;
    height: 35px;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #ed1c24;
}

.icons-imovel{ text-align: right;}

.localzacao-imovel-clique{
    height: 350px;
    margin:10px 0;
    text-align: center;
    border: 1px #e1e1e1 solid;
    background: url("../img/img-localizacao.jpg") center center;
}

.btn-ver-mapa{
    display:inline-block;
    margin-top: 150px;
    padding:15px 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(245, 134, 52, 0.8);
}

.mapa-mostra span{
    display: block;
    padding-top: 5px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

#mapa{
    display: none;
    min-width: 100%;
    height: 350px;
    margin:10px 0;
    border: 1px #e1e1e1 solid;
}

.fale-anunciante-baixo .check-receber label.radio_button input + span{ top: -2px;}

.fale-anunciante-baixo .captcha{
    padding-top: 15px;
    padding-bottom: 10px;
}

.fale-anunciante-baixo button.btn-form, .fale-anunciante-baixo input.btn-form { 
    margin-top: 7px;
}

.imovel-fale .azul28{ margin-top: 20px;}

.lista-relacionada {
    margin-top: 40px;
}

.lista-relacionada h2{
    margin-bottom: 15px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.lista-relacionada .setas{ display: none;}
.lista-relacionada .item-area{ background: #fff;}

.lista-relacionada .itens{ width: 100%; }
.lista-relacionada .itens .item{ width: 100%; padding:0 10px;}

.lista-relacionada .owl-dots{ display: none !important;}

.txt-imovel{
    padding:40px 0;
    color: #666666;
    font-size: 12px;
}

.txt-imovel a{
    color: #f58634;
    font-weight: 700;
}

.btn-nova-busca{
    display:block;
    width: 305px;
    margin:0 auto;
    padding:15px 40px 15px 70px;
    color: #f58634;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #f58634;    
    background-repeat: no-repeat;
}

.btn-nova-busca:before{
    position: absolute;
    content:" ";
    width: 27px;
    height: 25px;
    margin:1px auto 0 -40px;
    background-image: url("../img/icon-nova-busca.png");
}

.btn-nova-busca:hover{
    color: #f58634;
    background-color: #e1e1e1;
}

.aba-desc {
    margin-top: 50px;    
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
    align-content: flex-end;
}

.aba-desc a{
    display:inline-block;
    min-width: 255px;
    padding:15px 0;
    color: #fefefe;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px #ececec solid;
    background: #999;
    align-content: flex-end;
}

.aba-desc a.ativo{
    color: #f58634;
    background: #fff;
}

.desc-imovel-conteudo{  
    display:none;  
    width: 100%;
    padding: 30px 20px;
    font-size: 16px;
    background: #fff;
}

#plantas .desc-imovel-conteudo span,
#imagens .desc-imovel-conteudo span{
    display: block;
    min-height: 35px;
    margin-bottom: 5px;
    font-size: 12px;
} 

.comunicadores{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding:17px 0 10px 0;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    background: #4087bd;
}
.comunicadores.relative {
    position: relative;
    margin: 60px 0 -125px;
}

.comunicadores + footer {
   margin-top: 125px;
}

.comunicadores .container{
    text-align: center;
    margin:0 auto;
}

.comunicadores a{
    display: inline-block;
    width:auto;
    height: 33px;
    line-height: 13px;
    padding:0 30px;
    color: #fff;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px #669fca solid;
    background: transparent;
}

.comunicadores a img{
    margin-right: 10px;
    float: left;
}

.comunicadores a span{
    display: block;
    margin-top: 4px;
    float: left;
}

.comunicadores a:last-child{ border-right: 0; }

.comunicadores-mixbr {
    background: #203552;
}








/* =========== PÁGINA IMÓVEIS LUXO ======== */

.bg-imovel-luxo{
    position: relative;
    height: 755px;
    color: #fff;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-imovel-luxo:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 755px;
    background: rgba(0, 0, 0, 0.5);
}

.bg-imovel-luxo .container{
    position: relative;
    z-index: 2;
}

.bg-imovel-luxo .container h1{
    width: 820px;
    margin:140px auto 40px auto;
    color: #ececec;
    font-size: 48px;
    text-align: center;
}

.bg-imovel-luxo .loca{
    text-align: center;
}

.bg-imovel-luxo .caract-area{
    position: absolute;
    width: 100%;
    margin:0 auto;
    bottom:0;
    background: rgba(0, 0, 0, 0.5);
}

.caract-area .caracteristicas{
    margin:0 auto 10px auto;
    padding-top: 60px;
    bottom:0;
}

.menu-luxo{
    margin-bottom: 20px;
    padding:15px 0;
    background: #f58634;
}

.menu-luxo a{
    display:inline-block;
    padding: 10px 0;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-anunciante{
    width: 260px;
    height: 42px;
    margin: 0 !important;
    padding:0 !important;
    line-height: 40px;
    border-radius: 5px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 2px #fff solid;
}

.galeria-fotos div{
    margin-top: 28px;
}

.galeria-fotos span{
    line-height: 15px;
    min-height: 40px;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.galeria-view{ display:none;}

.galeria-view .segura-imagem {
    height: 200px !important;
    overflow: hidden !important;
    background-color: #ECECEC;
}

.galeria-view .segura-imagem img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}







/* =========== PÁGINA ANUNCIE ======== */

.bg-anuncie{
    line-height: 44px;
    padding:160px 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-anuncie strong{
    letter-spacing: -1px;
    color: #f58634;
    font-weight: 700;
}

.box1 a{
    display: block;
    width: 21.66%;
    min-height: 125px;
    padding:25px 30px;
    float: left;
    border-right: 1px #ececec solid;
    background: #fff;
}

.box1 strong{
    line-height: 17px;
    color: #f58634;
    font-size: 18px;
    font-weight: 600;
}

.box1 p{
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 15px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}

.box1 .box1presente{
    width: 35%;
    float: left;
    background: #3362cc;
}

.box1presente img{
    margin-right: 18px;
    margin-left: -3px;
    float: left;
}

.box1presente strong,
.box1presente p{ color: #ececec;}

.pl-particular{
    width: 280px;
    margin-top: 65px;
    float: left;
}

.pl-corretores{
    width: 855px;
    margin-top: 65px;
    float: right;
}

.pl-particular h2,
.pl-corretores h2{
    margin-bottom: 20px;
    color: #3362cc;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.pl-particular h2{ color: #f58634;}

.plano-box{
    width: 275px;
    min-height: 390px;
    margin-left: 10px;
    float: left;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
}

.pl-particular .plano-box{ margin-left: 0;}

.pl-anuncio { padding:28px 0 24px 0;}

.pl-anuncio strong{
    display: block;
    margin-bottom: -5px;
    color: #666;
    font-size: 28px;
    font-weight: 700;
}

.pl-anuncio span{
    color: #999;
    font-size: 18px;
    font-weight: 400;
}

.pl-mensal{
    padding: 12px 0;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
}

.pl-valor{
    color: #f58634;
    font-size: 60px;
    font-weight: 700;
}

.pl-valor span{
    position: relative;
    top:-12px;
    margin-right: 5px;
    color: #f58634;
    font-size: 24px;
    font-weight: 700;
}

.pl-faixa{
    padding:8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #f58634;
}

.pl-corretores .pl-btn,
.pl-corretores .pl-valor,
.pl-corretores .pl-valor span{
    color: #3362cc;
}

.pl-btn{
    display: block;
    width: 240px;
    height: 50px;
    line-height: 46px;
    margin:20px auto 0 auto;
    color: #f58634;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #cccccc;
}

.pl-desconto{
    margin: 27px 0 -9px 0;
    color: #999999;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.pl-corretores .pl-btn{ margin-top: 10px;}

.pl-off{
    position: absolute;
    width: 60px;
    height: 35px;
    line-height: 12px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background-color: #3362cc;
}

.pl-valores{
    margin:15px 0;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}

.anuncie-contato{
    padding:30px 0;
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    text-align: center;
}

.anuncie-contato a{
    color: #3362cc;
    font-weight: 700;
    text-decoration: underline;
}

.anuncie-divulgacao{
    margin-top: 30px;
    margin-bottom: -60px;
    padding:90px 0;
    text-align: center;
    background-color: #20356e;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../img/bg-anuncie-divulgacao.jpg");
}

.anuncie-divulgacao img{ margin-bottom: 20px;}

.anuncie-divulgacao h3{
    color: #f58634;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.anuncie-divulgacao p{
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}







/* =========== PÁGINA ANUNCIE lOGIN ======== */

#anuncie-login footer { margin-top: 0;}

.bg-anuncie-login{
    padding:100px 0 100px 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-anuncie-login h2{
    line-height: 44px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.bg-anuncie-login h2 strong{
    letter-spacing: -1px;
    color: #f58634;
    font-weight: 700;
}

.proximo-titulo{
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.bg-anuncie-login form{
    width: 780px;
    margin: 55px auto 0 auto;
    padding: 20px 30px;
    background: rgba(212, 129, 31, 0.7);    
}

.bg-anuncie-login form p{
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.bg-anuncie-login form p a{
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.bg-anuncie-login form button{
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    background: #ffa800;
}







/* =========== PÁGINA ANUNCIE CADASTRO ======== */

.anuncie-cadastro h2{
    margin-top:25px;
    color: #666;
    font-size: 24px;
}

.anuncie-cadastro h3{
    margin-bottom: 20px;
    color: #f58634;
    font-size: 28px;
}

.anuncie-cadastro p{ color: #666;}

.anuncio-destaque{
    margin: 20px 0;
    padding: 30px 0;
    background: #fff;
}

.anuncie-cadastro label span{
    display: block;
    margin:5px 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.anuncie-cadastro .file label span{
    display: inline-block;
    margin:0;
}

.anuncio-destaque label span{
    margin:0;
}

.anuncio-destaque label{
    font-weight: 700;
    font-size: 16px;
}

.anuncio-destaque label:hover{ color: #f58634;}

.anuncio-destaque img{
    margin-top: 30px;
    float: right;
}

.forma-pagamento,
.forma-pagamento label{ color: #666;}

.check-pagamento img{
    margin-top: -16px;
    margin-left: 10px;
}

.txt-pagamento{
    margin: 10px 0 40px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.txt-pagamento span.total { 
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.forma-pagamento button{
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    background: #f19800;
}

.select-cadastro .dumb_select,
.select-cadastro select{
    color: #f58634;
    font-weight: 600;
}









/* =========== PÁGINA PUBLICIDADE ======== */

.bg-publicidade{
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding:140px 0;
    background-position: top center;
    background-size: auto 67%;
    background-repeat: no-repeat;
}

.bg-publicidade strong{
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.publicidade-links{ text-align: center;}

.publicidade-links h2{
    margin-top: 35px;
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.publicidade-links p{
    margin: 15px 0;
    color: #333333;
    font-size: 14px;
}

.publicidade-links strong{
    display: block;
    color: #3434ca;
    font-size: 16px;
}

.publicidade-links a{
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 48px;
    margin-top: 25px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; 
    border: 2px solid #0000ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.publicidade-links a:hover{ background: #fff;}

.publicidade-area{ padding-top: 75px;}

.bg-paginas-internas{
    margin-bottom: 60px;
    padding:100px 0;
    color: #fff;
    text-align: center;
    font-size: 32px;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-paginas-internas strong{
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.bg-paginas-internas-link{
    padding-top: 80px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-paginas-internas-link strong{
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.links-destaque{
    margin-top: 60px;
    font-size: 18px;
    font-weight: 600;
}

.links-destaque a{
    display:inline-block;
    padding:10px 40px;
    color: #fff;
    background: #344aaf;
}

.links-destaque a.ativo,
.links-destaque a:hover{
    color: #f58634;
    background: #fff;
}

.conteudo-interna{
    margin:0 auto -60px auto;
    padding:50px 20px;
    color: #666;
    font-size: 16px;
    background: #fff;
}

.conteudo-interna h2,
.conteudo-interna h3{
    color: #344aaf;
    font-weight: 600;
    font-size: 28px;
}








/* =========== PÁGINA PAINEL DO VISITANTE ======== */

.painel-titulo{
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #f58634;
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
}

.painel-left{
    width: 26%;
    float: left;
    background: #fff;
}

.painel-right{
    width: 68%;
    float: right;
}

.painel-bg-branco{
    padding:30px 25px 70px 25px;
    color: #666;
    font-size: 16px;
    background: #fff;
}

.painel-user{
    line-height: 18px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.painel-user img{ margin: 20px 0 10px 0;}

.painel-menu a{
    display: block;
    padding: 17px 0 17px 20px;
    border-top: 1px #e5e5e5 solid;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    background: url("../img/seta-painel-1.png") center right 15px no-repeat;
}

.painel-menu a.ativo,
.painel-menu a:hover{
    color: #f58634;
    background: url("../img/seta-painel-2.png") center right 15px no-repeat;
}

.retirar-favoritos{
    clear: both;
    height: 25px;
    margin:-10px 0 15px 0;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

.retirar-favoritos a:hover{ color: #f58634;}

.retirar-favoritos a{
    display: block;
    padding-left: 20px;
    float: right;
    background: url("../img/icon-lixeira.png") center left no-repeat;
}

.painel-right label{
    color: #666;
    font-size: 14px;
}

.painel-right label span,
.painel-right form span{
    display: block;
    margin-bottom: 4px;    
    color: #666;
}

.painel-right .dumb_select{ margin-bottom: 15px;}

.painel-bg-branco h2{ color: #666; }

.painel-menu-mobile{display: none;}







/* =========== PÁGINA BLOG ======== */

.box-blog{
    overflow:hidden;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.box-blog .blog-area span{
    color: #f58634;
    font-size: 12px;
}

.box-blog .blog-area h3{
    margin-top: 10px;
    color: #333;
    font-size: 18px;
}

.box-blog .blog-area{
    padding:15px 20px;
}

.box-blog .blog-area a{
    float: right;
    color: #f58634;
    font-size: 14px;
    font-weight: 600;
}

.box-blog .blog-area a:after{
    position: relative;
    content:" >";
    top:1px;
    margin-left: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.blog-categorias { padding-left: 30px;}

.blog-categorias strong{
    display: inline-block;
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    border-bottom: 2px #f58634 solid;
}

.blog-categorias a{
    display: block;
    padding: 5px 0;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-categorias a:hover{ color: #f58634;}

.blog-categorias a span{
    float: right;
}

.blog-lidas {
    margin-top: 40px;
    padding-left: 30px;
}

.blog-lidas strong{
    display: inline-block;
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    border-bottom: 2px #f58634 solid;
}

.blog-lidas dl { padding: 5px 0;
}

.blog-lidas dl dt{
    width: 30%;
    float: left;
}

.blog-lidas dl dd{
    width: 65%;
    line-height: 18px;
    margin-top:-2px;
    float: right;
    color: #333;
}

.blog-lidas dl dd a{ color: #333;}

.blog-lidas dl dd span{
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.btn-voltar-post{
    display: block;
    margin:40px 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    background: #f58634;
}

.post{
    color: #333;
    font-size: 16px;
}

.post h2{
    margin-bottom: 30px;
    color: #333;
    font-size: 34px;
}

.post h3,
.post h4{ 
    color: #333;
    font-size: 20px;
}

.data-post{
    margin-bottom: 25px;
    color: #f58634;
    font-size: 12px;
    font-weight: 600;
}

.btn-voltar-post:hover{ color: #fff;}







/* =========== PÁGINA POPUP LOGIN ======== */

.login-entrar,
.login-cadastrar{
    width: 50%;
    height: 65px;
    line-height: 65px;
    float: left;
    text-align: center;
    font-weight: 700;
}

.login-entrar{
    color: #000;
    font-size: 18px;
}

.login-cadastrar{
    color: #fff;
    font-size: 18px;
    background: #ccc;
}

.login-cadastrar a{
    display: block;
    color: #fff;
}

.login-cadastrar a:hover{ background: #a3a3a3;}

.popup_login {
    position: relative;
    width: 500px;
    margin: 0 auto;
    background: #fff;
}

.popup_login .popup-conteudo{
    padding:10px 25px;
}

.popup_login form label{
    margin-top: 30px;
}

.popup_login input[type=text], 
.popup_login input[type=password],
.popup_login input[type=email] {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    font-size: 12px;
    color: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.popup_login form span{
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.login-senha{
    color: #366faa;
    font-size: 12px;
    font-weight: 600;
}

.popup_login .btn-form{
    height: 60px;
    line-height: 60px;
    background: #ffa300;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nao-cadastro{
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.nao-cadastro a{
    text-decoration: underline;
}

.entrar-facebook,
.entrar-google{
    display: block;
    height: 70px;
    line-height: 70px;
    color: #fff;
}
.entrar-facebook span,
.entrar-google span{
    padding-left: 130px;
}

.entrar-facebook{ background-color: #366faa;}
.entrar-google{ background-color: #cf5454;}

.entrar-facebook:before,
.entrar-google:before{
    position: absolute;
    content:"";
    width: 110px;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
}

.entrar-facebook:before{ background-image: url("../img/icon-login-facebook.png");} 
.entrar-google:before{ background-image: url("../img/icon-login-google.png");} 


.entrar-facebook:hover,
.entrar-google:hover{ color: #fff;}









/* =========== STYLES ======== */

.left { display:block; float:left !important; }
.right { display:block; float:right !important; }
.vam { vertical-align: middle; }
.clear { clear:both; }
.row:after {
    content: " ";
    display:block;
    clear:both;
}

.center { text-align:center; }
.tright, .tar { text-align: right; }
.relative { position: relative; }

.editable_content {
    font-size:14px;
}

.editable_content a {
    color:#333;
    font-weight:bold;
}

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

.editable_content ul li {
    list-style-position:inside;
    list-style:disc;
    margin-left:20px;
}

.editable_content img{
    max-width: 100%;
    max-height: 100%;
}

.editable_content img.imgFull {
    max-width: 100%;
    max-height: 100%;
    margin: 20px 0;
}

.editable_content img.imgRight {
    float: right;
    margin-left: 20px;
}

.editable_content img.imgLeft {
    float: left;
    margin-right: 20px;
}

.editable_content iframe.video-youtube {
    width: 100%;
    height: 478px;
}

.bgParallax {
    width: 100%;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}












/* =========== SHARED COMPONENTS =========== */

.azul28{
    line-height: 28px;
    color: #518dbf;
    font-size: 28px;
}
.azul20{
    color: #518dbf;
    font-size: 20px;
}
.azul18{
    color: #518dbf;
    font-size: 18px;
}

.font-preto,
.font-preto h2,
.font-preto h3{
    color: #000;
}







/* BANNERS */

    .comp-banners {
        position: relative;
        width: 100%;
        height: 436px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .comp-banners .display,
    .comp-banners .display .banner {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: auto 100%;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .comp-banners .display .banner a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .comp-banners .display .banner { display: none; }
    .comp-banners .display .banner:first-child { display: block; }

    .comp-banners .setas {
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        margin-top: -55px;
    }

    .comp-banners .setas .left,
    .comp-banners .setas .right {
        position: absolute;
        display: block;
        width: 30px;
        height: 110px;
        cursor: pointer;    
        z-index: 1;
    }
    .comp-banners .setas .left { left: 20px; text-align: left; }
    .comp-banners .setas .right { right: 20px; text-align: right; }
    
    .actual-number{
        position: absolute;
        width: 45px;
        height: 40px;
        top: 20px;
        left: 20px;
        padding-top: 19px;
        z-index: 2;
        font-size: 12px;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        background-color: rgba(51, 51, 51, 0.7);
        background-repeat: no-repeat;
        background-position: top 6px center;
        background-image: url('../img/icon-fotos.png');
    }
    
    


/* FORMS */
    
    .comp-forms {}

    .comp-forms-item {
        margin: 5px 0;
    }

    .comp-forms-bt_submit {
        display: inline-block;
        height: 29px;
        line-height: 29px;
        padding: 0 45px 0 20px;
        background: url('../img/bg_botao.png') no-repeat center right #88b400;
        border-radius: 2px;
        font-weight: bold;
        color: #fff;
    }

#respFrm { 
    font-size:13px; 
    margin:0 auto 10px auto; 
    color:#f00; 
    display:none; 
    width:100%;
    margin-top:10px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;   
} 
.respFrm span {
    margin: 0 5px;
}  
.respFrmErro { 
    background:#FAECEC; 
    border:1px solid #fe4545; 
    color:#fe4545;         
}
.respFrmSuccesso { 
    background:#c5eac4 !important; 
    border:1px solid #127f00 !important; 
    color:#127f00 !important;         
}