@font-face {
     font-family: 'Gotham-Book';
     src: url('../fonts/gotham-book.eot');
     src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.ttf') format('truetype'), url('../fonts/gotham-book.svg#gotham-book') format('svg');
     font-weight: normal;
     font-style: normal;
}
/** Header **/
 body {
     background-color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     overflow-x: hidden;
}
 a:hover {
     text-decoration: none;
}
 p {
     color: #666;
     font-size: 14px;
     line-height: 32px;
}
 input:active, input:focus {
     box-shadow: none !important;
     border: 0 none !important;
     outline: none !important;
}
/* IE11 hide native button */
 select::-ms-expand {
     display: none;
}
 .container-fluid {
     max-width: 94.79166666666666%;
}
 .icon {
     background-color: #fff;
     border-radius: 50%;
     display: inline-block;
     margin-right: 5px;
     position: relative;
     vertical-align: middle;
     text-align: center;
}
 .icon .fa {
     color: #fff;
     left: 50%;
     position: absolute;
     top: 50%;
     transform: translate(-50%, -50%);
}
 .icon.normal {
     height: 24px;
     width: 24px;
}
 .icon.normal .fa {
     font-size: 15px;
}
 .icon.large {
     height: 31px;
     width: 31px;
}
 .icon.large .fa {
     font-size: 18px;
}
 .icon.extralarge {
     height: 40px;
     width: 40px;
}
 .icon.extralarge .fa {
     font-size: 20px;
}
 .title {
     font-family: 'Montserrat', sans-serif;
     font-size: 32px;
     font-weight: 300;
     margin: 0 0 50px;
     text-align: center;
     text-transform: uppercase;
}
 .title-bold {
     font-size: 24px;
     font-weight: 700;
}
 .button {
     background-color: #DDC35E;
     border: 0 none;
     border-radius: 0;
     color: #012243;
     cursor: pointer;
     font-size: 15px;
     height: 42px;
     line-height: 42px;
     padding: 0 15px;
}
 .btn2 {
     display: block;
     font-size: 12px;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
     transition: all .3s;
}
 .btn-primary {
     background-color: #DDC35E;
     border: 0 none;
     color: #012243;
     transition: all .3s;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
     color: #fff !important;
     background-color: #012243 !important;
     border: 0 none !important;
}
 .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
     box-shadow: none !important;
}
 .btn-secondary {
     background: #fff;
     color: #003163;
     padding: 12.5px 0;
     width: 140px;
}
 .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
     background: rgb(249,237,42);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(249,237,42,1) 0%, rgba(230,195,12,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(249,237,42,1) 0%,rgba(230,195,12,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(249,237,42,1) 0%,rgba(230,195,12,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed2a', endColorstr='#e6c30c',GradientType=0 );
     color: #003163;
}
 .form-control, div.selector span {
     color: #012243;
     font-family: 'Open Sans', sans-serif;
     font-size: 11px;
     text-transform: uppercase;
}
 section {
     padding: 60px 0;
}
 img {
     height: auto;
     max-width: 100%;
}
 .thumbnail img {
     width: 100%;
}
 .menu-opened {
     overflow: hidden;
}
 .wrapper {
     margin-top: -21px;
     padding-right: 0;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .menu-opened .wrapper {
     padding-right: 489px;
}
 #sidebar-wrapper {
     z-index: 1000;
     position: fixed;
     right: 489px;
     width: 0;
     height: 100%;
     margin-right: -489px;
     overflow-y: auto;
     background: #fff;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     top: 0;
}
 #sidebar-wrapper .container {
     position: relative;
     width: 78.32%;
}
 #sidebar-wrapper .login-form, .carregando {
     display: none;
}
 #sidebar-wrapper .login-form {
     margin-top: 15px;
}
 #sidebar-wrapper .login-form .button {
     background-color: #fff;
     margin-top: 15px;
}
 #sidebar-wrapper .login-form .button + a {
     margin: 0 0 0 15px;
}
 #sidebar-wrapper .login-form .button + a, #sidebar-wrapper .login-form .button + a:hover {
     color: #d9bb00;
}
 .menu-opened .wrapper #sidebar-wrapper {
     width: 489px;
}
 #page-content-wrapper {
     width: 100%;
     position: absolute;
     padding: 0;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .menu-opened .wrapper #page-content-wrapper {
     position: absolute;
     margin-left: -489px;
}
 #sidebar-wrapper ul {
     list-style: none outside none;
     margin: 0 0 60px;
     padding: 0;
}
 #sidebar-wrapper .secundario {
     background-color: #041d36;
     padding: 60px 0;
}
 #sidebar-wrapper .secundario h2, #sidebar-wrapper .secundario h3 {
     text-transform: uppercase;
}
 #sidebar-wrapper .secundario h2 {
     color: #d9bb00;
     font-size: 32px;
}
 #sidebar-wrapper .secundario h3, #sidebar-wrapper .secundario .redes a {
     display: inline-block;
     vertical-align: middle;
}
 #sidebar-wrapper .secundario li {
     border-bottom: 1px solid rgba(215,215,215,.2);
     padding: 20px 0;
}
 #sidebar-wrapper .secundario li a {
     color: #fff;
}
 #sidebar-wrapper .secundario li .icon, #sidebar-wrapper .secundario li .fa {
     margin-right: 10px;
}
 #sidebar-wrapper .secundario .tel, #sidebar-wrapper .secundario h3 {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
}
 #sidebar-wrapper .secundario .tel {
     font-weight: 500;
}
 #sidebar-wrapper .secundario .email {
     font-size: 14px;
}
 #sidebar-wrapper .secundario h3 {
     color: #fff;
     font-weight: 300;
     margin: 0;
}
 #sidebar-wrapper .secundario .icon {
     background-color: #fff;
     transition: background-color .3s;
}
 #sidebar-wrapper .secundario .icon .fa {
     color: #041d36;
}
 #sidebar-wrapper .secundario .redes a {
     margin-left: 13px;
     transition: color .3s;
}
 #sidebar-wrapper .secundario .redes a:first-child {
     margin-left: 18px;
}
 #sidebar-wrapper .secundario .redes a:hover .icon {
     background-color: #d9bb00;
}
 #sidebar-wrapper .secundario .painel-secundario {
     color: #fff;
     display: block;
     font-size: 16px;
     font-weight: 300;
     margin: 60px 0 0;
}
 #sidebar-wrapper .secundario .painel-secundario .fa {
     font-size: 18px;
     margin-right: 10px;
}
 #sidebar-wrapper .secundario .dev {
     margin-top: 100px;
}
 #sidebar-wrapper #close-sidebar {
     background: url("../images/fechar.png") no-repeat;
     cursor: pointer;
     display: block;
     font-size: 27px;
     height: 25px;
     position: absolute;
     right: 0;
     top: 87px;
     width: 25px;
}
 #sidebar-wrapper .logo-sidebar {
     padding: 60px 0 0;
}
 .header .login button.fechar {
     background: 0 none;
     border: 0 none;
     color: #fff;
     cursor: pointer;
     top: -20px;
     right: 0;
}
 @media (min-width: 768px) {
     #page-content-wrapper {
         padding: 0;
         position: relative;
    }
}
 #menu-layer {
     background-color: rgba(0, 0, 0, .85);
     left: 0;
     height: 0;
     opacity: 0;
     position: fixed;
     top: 0;
     width: 0;
     z-index: 2;
}
 .menu-opened #menu-layer {
     height: 100%;
     opacity: 1;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     width: 100%;
}
 .header {
     background: url("../images/bg-header.jpg") no-repeat center;
     background-size: cover;
     height: 306px;
     position: relative;
}

 .headerTop {
     background-color: #012243;
     display: none;
     margin: 0;
     padding: 30px 0 45px;
     position: relative;
     z-index: 9;
     height: 100%;
}
 .headerTop h2 {
     color: #e5c000;
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 500;
     margin: 0 0 25px;
     text-transform: uppercase;
}
 .headerTop .icon {
     background-color: #e5c000;
}
 .headerTop .fa {
     color: #012243;
}
 .headerTop .imovel {
     margin-right: 10px;
     max-width: 60px;
}
 .headerTop .form-inline {
     flex-wrap: nowrap;
}
 .headerTop .form-control {
     border-radius: 0;
     font-size: 11px;
     line-height: 42px;
     color: #012243;
     height: 42px;
     text-transform: uppercase;
}
 .headerTop .form-group {
     margin-left: 10px;
     position: relative;
}
 .headerTop .container {
     position: relative;
}
 .headerTop #fechar {
     cursor: pointer;
     display: block;
     height: 27px;
     position: absolute;
     right: 0;
     top: 0;
     width: 25px;
}
 .headerTop #fechar:before, .headerTop #fechar:after {
     background-color: #fff;
     content: '';
     height: 100%;
     position: absolute;
     top: 0;
     transition: background-color .3s;
     width: 2px;
}
 .headerTop #fechar:hover:before, .headerTop #fechar:hover:after {
     background-color: #e5c000;
}
 .headerTop #fechar:before {
     left: 11.5px;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .headerTop #fechar:after {
     right: 11.5px;
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .headerTop .lembrete {
     color: #e5c000;
     position: absolute;
     bottom: -30px;
}
 .headerTop #mensagem {
     background-color: red;
     display: none;
     padding: 7px;
     text-align: center;
}
 .headerTop #mensagem p {
     color: #fff;
     line-height: normal;
     margin: 0;
}
 .headerBottom {
     padding-top: 40px;
}
 .header .login {
     margin: 30px auto;
     width: 480px;
     position: relative;
}
 .header .house {
     float: left;
}
 .header .login-form {
     margin: 0 0 0 20px;
     width: 320px;
     float: left;
}
 .header .login-form .form-group {
     width: 246px;
}
 .header .login-form .login-input {
     float: left;
}
 .header .login-form .btn {
     float: right;
     width: 50px;
     height: 123px;
     text-transform: uppercase;
}
 .header .login .form-control, #sidebar-wrapper .form-control {
     background-color: #fff;
     color: #012243;
     border: none;
     height: 42px;
}
 .header .login #btnLogar {
     float: right;
     margin-top: 20px;
}
 .header .login-form a {
     color: #fff;
     float: left;
     margin-top: 30px;
}
 .header .painel {
     color: #fff;
     cursor: pointer;
}
 .header .fa {
     color: #282825;
}
 .header .painel .fa {
     margin-right: 5px;
}
 .header .col-secondary .row {
     justify-content: flex-end;
}
 .logo a {
     text-indent: -9999em;
     display: block;
     width: 267px;
     height: 135px;
     background: url('../images/logo-v2.png') no-repeat;
}
 .header a {
     color: #fff;
}
 .header .atendimento, .header .painel, .header .email{
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
}
 .header .atendimento, .header .email, .header .bt-busca, .header #nav {
     margin-left: 40px;
}
 .header .bt-busca {
     color: #fff;
     cursor: pointer;
     font-size: 24px;
}
 .header .bt-busca .fa {
     color: #fff;
}
 .header .redes {
     margin: 0 30px 0 40px;
}
 .header .redes a {
     display: inline-block;
     margin-right: 5px;
}
 .header .redes a:last-child {
     margin-right: 0;
}
 .header .email {
     color: #fff;
}
 .search-form {
     display: none;
}
 .search-form.current {
     display: block;
}
 .search-form .fa {
     color: #012243;
}
 .abas-busca {
     margin-bottom: 0;
     text-align: center;
     width: 100%;
}
 .abas-busca li {
     display: inline-block;
}
 .abas-busca li + li {
     margin-left: 7px;
}
 .abas-busca a {
     background: rgb(249,237,42);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(249,237,42,1) 0%, rgba(230,195,12,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(249,237,42,1) 0%,rgba(230,195,12,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(249,237,42,1) 0%,rgba(230,195,12,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed2a', endColorstr='#e6c30c',GradientType=0 );
    /* IE6-9 */
     color: #012243;
     display: block;
     font-size: 12px;
     font-weight: 600;
     padding: 20px 0;
     text-transform: uppercase;
     width: 122px;
}
 .abas-busca a.current {
     color: #e6c30c;
}
 #nav {
     width: 25px;
     height: 23px;
     position: relative;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
}
 #nav span {
     display: block;
     position: absolute;
     height: 4px;
     width: 100%;
     background: #fff;
     border-radius: 0;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}
 #nav span:nth-child(1) {
     top: 0px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #nav span:nth-child(2) {
     top: 9px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #nav span:nth-child(3) {
     top: 18px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
/*.menu-opened #nav span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     top: -4px;
     left: 0px;
}
 .menu-opened #nav span:nth-child(2) {
     width: 0%;
     opacity: 0;
}
 .menu-opened #nav span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 14px;
     left: 0;
     width: 100%;
}
 */
 .menu-principal {
     margin: 60px 0;
}
 .menu-principal li {
     display: block;
}
 .menu-principal li a {
     border-bottom: 1px solid rgba(1,34,67,.2);
     display: block;
     color: #012243;
     border-radius: 0;
     font-family: 'Montserrat', sans-serif;
     font-weight: 300;
     text-transform: uppercase;
     font-size: 23px;
     padding: 20px 0;
     transition: color .3s;
}
 .menu-principal li a:hover, .menu-principal li.active a {
     color: #d7b901;
}
 .menu-principal li:last-child a {
     border-bottom: 0 none;
}
/* Slider Principal */
 .carousel .item {
     width: 100%;
    /*slider width*/
     max-height: 600px;
    /*slider height*/
    ;
}
 .carousel .item img {
     width: 100%;
    /*img width*/
    ;
}
/*full width container*/
 @media (max-width: 767px) {
     .block {
         margin-left: -20px;
         margin-right: -20px;
    }
}
 #myCarousel .controles {
     position: absolute;
     width: 100%;
     top: 50%;
}
 .controles .container {
     position: relative;
     height: 30px;
}
 .controles a.carousel-control {
     background-image: url('../images/sprite.png');
     background-repeat: no-repeat;
     width: 35px;
     height: 35px;
     display: block;
     text-indent: -9999em;
     background-color: #DDC35E;
     opacity: 1;
}
 .controles .carousel-control.left {
     background-position: 8px -326px;
}
 .controles .carousel-control.right {
     background-position: 8px -369px;
}
 .Imovel #myCarousel {
     width: 100%;
     height: 352px;
     overflow: hidden;
     margin-right: 20px;
}
 .with-gap {
     margin-top: -21px;
}
/* Busca Container */
 .search-box {
     bottom: 0;
     left: 50%;
     position: absolute;
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     width: 100%;
     z-index: 1;
}
 .header .search-box .fa {
     color: #012243;
}
 .search-box, .search-box .content, .abas-busca a.current {
     background: rgba(21, 23, 32, .8);
}
 .search-box .content {
     padding: 15px;
}
 .search-box.fixed:not(.only-link) {
     background: 0 none;
     height: 72px;
     left: 50%;
     position: fixed;
     top: 0;
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     width: 100%;
     z-index: 9998;
}
 .search-box p {
     margin-bottom: 0;
}
 .search-box p a {
     color: #fff;
     display: block;
}
 .search-box p a .fa {
     margin-right: 10px;
}
 .busca .search-box .form-inline {
     display: none;
}
 .search-box .form-inline {
     flex-flow: row nowrap;
     justify-content: space-between;
     margin-bottom: 0;
     width: 100%;
}
 .search-box div.selector {
     background-color: #fff;
     border-radius: 0;
     color: #012243;
     margin: 0;
     padding: 7px 0 7px 20px;
     height: 42px;
     position: relative;
     min-width: 138px;
}
 .search-box div.selector::after {
     content: '>';
     font: 17px "Consolas", monospace;
     color: #333;
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     right: 11px;
     top: 11px;
     padding: 0 0 2px;
     position: absolute;
     pointer-events: none;
}
 .search-box .dormitorios div.selector {
     width: 148px !important;
}
 .search-box input {
     background-color: #fff;
     color: #012243;
     border-radius: 0;
     height: 42px;
     border: 0 none;
}
 .especificos .form-group {
     float: left;
     margin-right: 20px;
     width: 138px;
}
 .especificos .form-group:last-child {
     margin-right: 0;
}
 .especificos .form-group.dormitorios {
     width: 148px;
}
 .search-box input::-webkit-input-placeholder {
    /* WebKit browsers */
     color: #012243;
}
 .search-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #012243;
}
 .search-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #012243;
}
 .search-box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: #012243;
}
 .search-box div.selector select {
     width: 100%;
}
 .search-box .btn {
     background: rgba(31, 17, 94, 0.8);
     color: #fff;
     border-radius: 0;
     width: 92px;
     height: 38px;
     border: solid 1px #1f115e;
}
 .search-box .opcoes {
     color: #fff;
     cursor: pointer;
     display: none;
     font-size: 16px;
     text-align: right;
     width: 100%;
}
/* Content */
 .abas {
     list-style: none outside none;
     margin: 0 0 60px;
     padding: 0;
     text-align: center;
}
 .abas li {
     display: inline-block;
}
 .abas li:last-child {
     margin-left: 25px;
}
 .abas li a {
     background: #003163;
     color: #fff;
     display: block;
     font-size: 12px;
     font-weight: 600;
     padding: 22px 0;
     text-align: center;
     text-transform: uppercase;
     transition: all .3s;
     width: 122px;
}
 .abas a.active, .abas li a:hover {
     background: rgb(249,237,42);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(249,237,42,1) 0%, rgba(230,195,12,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(249,237,42,1) 0%,rgba(230,195,12,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(249,237,42,1) 0%,rgba(230,195,12,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed2a', endColorstr='#e6c30c',GradientType=0 );
    /* IE6-9 */
     color: #012243;
}
 .lista-imoveis .imovel {
     background-color: #fff;
     border: 1px solid #d5d5d5;
     box-shadow: none;
     height: calc(100% - 30px);
     margin-bottom: 30px;
     position: relative;
     transition: box-shadow .3s;
}
 .lista-imoveis .imovel:hover {
     box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
 .lista-imoveis .imovel .caption {
     padding: 20px 20px 5px 20px;
}
 .lista-imoveis .imovel .caption h3 {
     font-size: inherit;
     line-height: normal;
}
 .lista-imoveis .imovel .caption h3 a {
     color: #252525;
     font-size: 18px;
     font-weight: bold;
     line-height: 23px;
     margin: 0;
     text-transform: none;
}
 .lista-imoveis .imovel .infos {
     margin-bottom: 25px;
}
 .lista-imoveis .imovel .infos span {
     color: #404040;
     display: inline-block;
     margin: 0 20px 0 0;
}
 .lista-imoveis .imovel .valores {
     display: flex;
     flex-flow: row wrap;
     justify-content: space-between;
     padding-bottom: 73px;
}
 .lista-imoveis .imovel .valores .dado {
     margin-bottom: 15px;
}
 .lista-imoveis .imovel .valores .dado:nth-child(odd) {
     margin-right: 15px;
}
 .lista-imoveis .imovel .valores .label {
     color: #888;
     display: block;
}
 .lista-imoveis .imovel .valores .valor {
     color: #404040;
     font-size: 22px;
}
 .lista-imoveis .imovel .thumbnail {
     max-height: 190px;
     overflow: hidden;
}
 .lista-imoveis .imovel .acoes {
     background-color: #003163;
     bottom: 0;
     left: 0;
     padding: 15px;
     position: absolute;
     width: 100%;
}
 .lista-imoveis .imovel .acoes ul{
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     list-style: none outside none;
     margin: 0;
     padding: 0;
     width: 100%;
}
.lista-imoveis .imovel .acoes li {
    width: 49%;
}
.lista-imoveis .imovel .acoes .btn2 {
    width: 100%;
}
 .content-busca .lista-imoveis .imovel {
     height: auto;
}
 .content-busca .lista-imoveis .imovel .thumbnail {
     height: 167px;
     overflow: hidden;
}
 .destaque-home {
     margin-top: 20px;
}
 .tabs-lista-imoveis {
     margin-top: 20px;
}
 .tabs-lista-imoveis .nav-tabs a, .tabs-lista-imoveis .nav-tabs a:hover {
     color: #666;
     border-top: 5px solid #666;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 18px;
     background-color: transparent;
     border-bottom: none;
}
 .busca .tabs-lista-imoveis .nav-tabs a, .busca .tabs-lista-imoveis .nav-tabs a:hover {
     color: #666;
     border: none;
     font-size: 12px;
}
 .tabs-lista-imoveis .nav-tabs .active a, .tabs-lista-imoveis .nav-tabs .active a:hover {
     color: #bba533;
     border-top: none;
     border-left: none;
     border-right: none;
     border-bottom: 2px solid #bba533;
     background-color: #fff;
}
 .home.tabs-lista-imoveis .nav-tabs .active a, .home.tabs-lista-imoveis .nav-tabs .active a:hover {
     color: #bba533;
     border-top: 5px solid #bba533;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-bottom: none;
     background-color: #fff;
}
 .busca .nav-tabs {
     clear: both;
}
 .busca .tabs-lista-imoveis .tab-content {
     min-height: 600px;
}
 .avalicao {
     margin-top: 41px;
}
 .alpha {
     margin-left: -15px!important;
}
 .omega {
     margin-right: -15px!important;
}
 .financiamento {
     margin: 30px 0;
     text-align: center;
}
 .premiacao {
     margin: 15px 0;
     text-align: center;
}
 .content-imovel {
     background-color: #F0E68C;
     margin-bottom: -20px;
}
section.imoveis {
     background-color: #F0E68C;
}
 .content-imovel .imoveis {
     background-color: #F0E68C;
     margin-top: 70px;
}
 .header-imovel {
     padding: 30px 0;
     position: relative;
}
 .header-imovel h2, .header-imovel .valor {
     font-family: 'Montserrat', sans-serif;
     font-size: 26px;
     line-height: 1.2;
}
 .header-imovel h2 {
     color: #012243;
     font-weight: 300;
     margin: 0 0 15px;
     text-transform: uppercase;
}
 .header-imovel .codigo {
     color: #252525;
     font-weight: bold;
}
 .header-imovel .valor, .btn-share {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .header-imovel .valor {
     color: #000;
     font-weight: 700;
     right: 100px;
}
 .btn-share {
     cursor: pointer;
     right: 30px;
}
 .btn-share .icon {
     background-color: #ccb200;
}
 .share {
     display: none;
     position: absolute;
     right: 30px;
     z-index: 1;
}
 .share ul {
     padding: 0;
     list-style: none;
     height: 40px;
     margin: 0;
}
 .share li {
     background-color: #fff;
     display: block;
     padding-left: 10px;
     padding-right: 10px;
     line-height: 40px;
}
 .share li a {
     color: #012243;
     width: 25px;
     display: block;
     text-align: center;
     transition: color .3s;
}
 .share li a:hover {
     color: #ccb200;
}
 .slide-imovel, .slide-imovel .foto {
     height: 330px;
}
 .slide-imovel {
     margin: 0 auto 40px;
}
 .slide-imovel .foto {
     overflow: hidden;
     position: relative;
}
 .slide-imovel .foto img {
     left: 50%;
     position: absolute;
     top: 0;
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     min-width: 100%;
     max-width: 150%;
}
 .slide-imovel .slick-prev {
     left: 0px;
}
 .slide-imovel .slick-next {
     right: 0px;
}
 .slide-imovel .slick-slide .img-placeholder {
     left: 50%;
     position: absolute;
     top: 50%;
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: auto !important;
}
 .detalhe-imovel .info {
     background-color: #0b1522;
     border-radius: 10px;
     color: #fff;
     margin: 0 auto;
     padding: 30px 0;
     text-align: center;
}
 .detalhe-imovel .info.scrolling {
     margin-left: 57px;
     position: fixed;
     top: 100px;
     z-index: 1;
}
 .detalhe-imovel .info.scrolling.stop {
     position: absolute;
     top: calc(100% - 443px);
    /* 443px é a altura do box */
}
 .detalhe-imovel .info .content {
     margin: 0 auto;
     width: 271px;
}
 .detalhe-imovel .info ul {
     list-style: none outside none;
     margin: 0;
     padding: 0;
}
 .detalhe-imovel .info ul li {
     display: block;
     margin: 0 0 15px;
}
 .detalhe-imovel .info .titulo {
     font-size: 21px;
}
 .detalhe-imovel .info h2, .detalhe-imovel .info strong, .detalhe-imovel .info .valor {
     color: #e6c30c;
}
 .detalhe-imovel .info h2 {
     font-family: 'Montserrat', sans-serif;
     font-size: 27px;
     font-weight: 500;
     text-transform: uppercase;
}
 .detalhe-imovel .info strong {
     font-weight: normal;
}
 .detalhe-imovel .info .valor {
     font-family: 'Montserrat', sans-serif;
     font-size: 26px;
     font-weight: 300;
     text-transform: uppercase;
}
 .detalhe-imovel .agendamento {
     background-color: #e6c30c;
     color: #182638;
     margin: 0 0 25px;
     padding: 20px 0;
     text-transform: uppercase;
}
 .detalhe-imovel .agendamento h3, .detalhe-imovel .agendamento h4 {
     color: #182638;
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
}
 .detalhe-imovel .agendamento h3 {
     font-size: 20px;
}
 .detalhe-imovel .agendamento h4 {
     font-size: 12px;
}
 .detalhe-imovel .info .contato li {
     display: inline-block;
     margin: 0;
}
 .detalhe-imovel .info .contato li:nth-child(even) {
     margin: 0 25px;
}
 .detalhe-imovel .info .contato .fa {
     font-size: 32px;
}
 .detalhe-imovel .info .contato .icon {
     height: 52px;
     width: 52px;
}
 .detalhe-imovel .info .contato .icon a {
     color: #fff;
}
 .detalhe-imovel .info .contato .tel .icon {
     background-color: #f3554b;
}
 .detalhe-imovel .info .contato .whatsapp .icon {
     background-color: #45a75e;
}
 .detalhe-imovel .info .contato .email .icon {
     background-color: #DDC35E;
}
 .detalhe-imovel .desc h3 {
     color: #252525;
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 700;
     margin: 60px 0 20px;
     text-transform: uppercase;
}
 .detalhe-imovel .desc .tit-desc {
     margin: 0 0 40px;
}
 .detalhe-imovel .desc p {
     color: #3d3d3d;
     line-height: 32px;
     margin: 0 0 40px;
     text-align: justify;
}
 .detalhe-imovel .desc ul {
     list-style: none outside none;
     margin: 0;
     padding: 0;
}
 .detalhe-imovel .desc li {
     display: inline-block;
     margin: 0 0 5px;
     vertical-align: top;
     width: calc(33.333% - 3px);
}
 .detalhe-imovel .desc li::before {
     color: #0094e0;
     content: "\f054";
     display: inline-block;
     font-family: 'FontAwesome';
     font-size: 12px;
     margin: 0 10px 0 0;
}
 .detalhe-imovel .desc .download li {
     display: block;
     width: 100%;
}
 .detalhe-imovel .desc .download li::before {
     display: none;
}
 .destaque-empresa {
     overflow: hidden;
     border: 1px solid #ccc;
     padding: 10px;
     background: #eee;
     margin: 0 0 40px;
}
 .destaque-empresa img, .destaque-empresa p {
     float: left;
}
 .destaque-empresa p {
     margin-left: 20px;
     margin-top: 20px;
}
 .descricao-empresa h4 {
     font-size: 16px;
}
 .descricao-empresa p, .servicos-inner p {
     text-align: justify;
}

.sobre-empresa p {
     text-align: justify;
}
 .busca .search-box {
     margin-top: 0;
}
 .refine-box {
     background: #eee;
     border-bottom: 1px solid #ccc;
}
 #slider-home, #slider-home .item {
     height: 100vh;
}
 #slider-home {
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
}
 #slider-home .item {
     background-size: cover;
}
 #slider-home .container {
     height: 100%;
     position: relative;
}
 .about {
     background-color: #e5c000;
     margin-top: -21px;
}
 .about .title {
     color: #000;
}
 .about p {
     color: #3d3d3d;
}
 .destaques {
     background: url("../images/bg-destaques.jpg") no-repeat center;
     background-attachment: fixed;
     background-size: cover;
     color: #fff;
     padding: 50px 0;
     position: relative;
}
 .destaques::after {
     background-color: rgba(0, 0, 0, .75);
     content: '';
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
}
 .destaques .container {
     position: relative;
     z-index: 1;
}
 .destaques h2 a, .destaques p {
     color: #fff;
}
 .destaques p a {
     color: #0c99e7;
     text-decoration: underline;
}
 .destaques h2 {
     font-size: 28px;
     font-weight: 600;
     line-height: 36px;
     margin: 0;
}
 .destaques h2::after {
     background-color: #068ad3;
     display: block;
     height: 3px;
     content: '';
     margin: 20px 0 30px;
     width: 44px;
}
 .destaques .infos span {
     display: inline-block;
     font-family: 'Gotham-Book';
     font-size: 16px;
     margin: 0 20px 10px 0;
}
 .destaques .slick-prev, .destaques .slick-next {
     background-color: #fff;
}
 .destaques .slick-prev:hover, .destaques .slick-next:hover {
     background-color: #e5c000;
}
 .destaques .slick-prev::before, .destaques .slick-next::before {
     color: #4a5961;
}
 .destaques .slick-prev {
     left: 120px;
}
 .destaques .slick-next {
     right: 120px;
}
/* Footer */
 footer {
     border-bottom: 1px solid #fff;
     color: #fff;
     font-size: 12px;
     position: relative;
     z-index: 2;
}
 footer a, footer a:hover {
     color: #fff;
}
 footer h2 {
     font-size: 24px;
     font-weight: 500;
     margin: 0 0 25px;
}
 footer h3 {
     display: inline-block;
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 300;
     line-height: normal;
     letter-spacing: 0.05em;
     margin: 0 5px 0 0;
     vertical-align: middle;
     text-transform: uppercase;
}
 footer p {
     color: #fff;
     font-size: 14px;
     line-height: 32px;
}
 footer ul {
     font-size: 14px;
     list-style: none outside none;
     margin: 0;
     padding: 0;
     text-align: right;
}
 footer ul li {
     display: inline-block;
     margin: 0 0 0 30px;
}
 footer .icon {
     background-color: #fff;
}
 footer .icon .fa {
     color: #012243;
}
 footer .icon.large {
     height: 36px;
     width: 36px;
}
 footer .icon.large .fa {
     font-size: 20px;
}
 footer .redes {
     margin: 79px 0 0;
     text-align: right;
}
 footer .redes a {
     margin-left: 12px;
}
 footer .to-top {
     background-color: #fff;
     bottom: 0;
     cursor: pointer;
     font-size: 24px;
     height: 46px;
     line-height: 46px;
     left: 50%;
     position: absolute;
     text-align: center;
     transform: translateX(-50%);
     width: 46px;
}
 footer .to-top a {
     color: #0094e0;
}
 .footer-top {
     background-color: #012243;
     padding: 60px 0 50px;
}
 .footer-bottom {
     background-color: #012b55;
     padding: 40px 0 90px;
     text-align: center;
}
 .footer-bottom p {
     font-size: 12px;
}
/* Uniform */
/* General settings */
 div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
     background-repeat: no-repeat;
     -webkit-font-smoothing: antialiased;
}
 div.selector, div.checker, div.button, div.radio, div.uploader {
     display: -moz-inline-box;
     display: inline-block;
     *display: inline;
     zoom: 1;
     vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */
    ;
}
 div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
     outline: 0;
}
 div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
     margin: 0;
     padding: 0;
}
 .highContrastDetect {
     background: url("../images/bg-input.png") repeat-x 0 0;
     width: 0px;
     height: 0px;
}
/* Input & Textarea */
 input.uniform-input, select.uniform-multiselect, textarea.uniform {
     padding: 3px;
     background: url("../images/bg-input.png") repeat-x 0 0;
     outline: 0;
}
 input.uniform-input.active, select.uniform-multiselect.active, textarea.uniform.active {
     background: url("../images/bg-input-focus.png") repeat-x 0 0;
}
/* Remove default webkit and possible mozilla .search styles. * Keeping this as :active to remove browser styles */
 div.checker input, input[type="search"], input[type="search"]:active {
     -moz-appearance: none;
     -webkit-appearance: none;
}
/* Select */
 div.selector {
     background-position: 0 -130px;
     line-height: 26px;
     height: 26px;
     padding: 0 0 0 10px;
     position: relative;
     overflow: hidden;
}
 div.selector span {
     text-overflow: ellipsis;
     display: block;
     overflow: hidden;
     white-space: nowrap;
     height: 26px;
     line-height: 26px;
     padding-right: 25px;
     cursor: pointer;
     width: 100%;
     display: block;
}
 div.selector.fixedWidth {
     width: 190px;
}
 div.selector.fixedWidth span {
     width: 155px;
}
 div.selector select {
     opacity: 0;
     filter: alpha(opacity=0);
     -moz-opacity: 0;
     border: none;
     background: none;
     position: absolute;
     height: 22px;
     top: 2px;
     left: 0px;
     width: 100%;
}
/* div.selector.active {
     background-position: 0 -156px;
}
 div.selector.active span {
     background-position: right -26px;
}
 div.selector.hover, div.selector.focus {
     background-position: 0 -182px;
}
 div.selector.hover span, div.selector.focus span {
     background-position: right -52px;
}
 div.selector.hover.active, div.selector.focus.active {
     background-position: 0 -208px;
}
 div.selector.hover.active span, div.selector.focus.active span {
     background-position: right -78px;
}
 div.selector.disabled, div.selector.disabled.active {
     background-position: 0 -234px;
}
 div.selector.disabled span, div.selector.disabled.active span {
     background-position: right -104px;
}
 */
/* Checkbox */
 div.checker {
     position: relative;
}
 div.checker, div.checker span, div.checker input {
     width: 19px;
     height: 19px;
}
 div.checker span {
     display: -moz-inline-box;
     display: inline-block;
     *display: inline;
     zoom: 1;
     text-align: center;
     background-position: 0 -260px;
}
 div.checker span.checked {
     background-position: -76px -260px;
}
 div.checker input {
     opacity: 0;
     filter: alpha(opacity=0);
     -moz-opacity: 0;
     border: none;
     background: none;
     display: -moz-inline-box;
     display: inline-block;
     *display: inline;
     zoom: 1;
}
 div.checker.active span {
     background-position: -19px -260px;
}
 div.checker.active span.checked {
     background-position: -95px -260px;
}
 div.checker.hover span, div.checker.focus span {
     background-position: -38px -260px;
}
 div.checker.hover span.checked, div.checker.focus span.checked {
     background-position: -114px -260px;
}
 div.checker.hover.active span, div.checker.focus.active span {
     background-position: -57px -260px;
}
 div.checker.hover.active span.checked, div.checker.focus.active span.checked {
     background-position: -133px -260px;
}
 div.checker.disabled, div.checker.disabled.active {
     background-position: -152px -260px;
}
 div.checker.disabled span.checked, div.checker.disabled.active span.checked {
     background-position: -171px -260px;
}
/* Radio */
 div.radio {
     position: relative;
}
 div.radio, div.radio span, div.radio input {
     width: 18px;
     height: 18px;
}
 div.radio span {
     display: -moz-inline-box;
     display: inline-block;
     *display: inline;
     zoom: 1;
     text-align: center;
     background-position: 0 -279px;
}
 div.radio span.checked {
     background-position: -72px -279px;
}
 div.radio input {
     opacity: 0;
     filter: alpha(opacity=0);
     -moz-opacity: 0;
     border: none;
     background: none;
     display: -moz-inline-box;
     display: inline-block;
     *display: inline;
     zoom: 1;
     text-align: center;
}
 div.radio.active span {
     background-position: -18px;
}
 div.radio.active span.checked {
     background-position: -90px -279px;
}
 div.radio.hover span, div.radio.focus span {
     background-position: -36px;
}
 div.radio.hover span.checked, div.radio.focus span.checked {
     background-position: -108px -279px;
}
 div.radio.hover.active span, div.radio.focus.active span {
     background-position: -54px -279px;
}
 div.radio.hover.active span.checked, div.radio.focus.active span.checked {
     background-position: -126px -279px;
}
 div.radio.disabled span, div.radio.disabled.active span {
     background-position: -144px -279px;
}
 div.radio.disabled span.checked, div.radio.disabled.active span.checked {
     background-position: -162px -279px;
}
/* Uploader */
 div.uploader {
     background-position: 0 -297px;
     height: 28px;
     width: 190px;
     cursor: pointer;
     position: relative;
     overflow: hidden;
}
 div.uploader span.action {
     background-position: right -409px;
     height: 28px;
     line-height: 28px;
     width: 85px;
     text-align: center;
     float: left;
     display: inline;
     overflow: hidden;
     cursor: pointer;
}
 div.uploader span.filename {
     text-overflow: ellipsis;
     display: block;
     overflow: hidden;
     white-space: nowrap;
     float: left;
     cursor: default;
     height: 24px;
     margin: 2px 0 2px 2px;
     line-height: 24px;
     width: 82px;
     padding: 0 10px;
}
 div.uploader input {
     opacity: 0;
     filter: alpha(opacity=0);
     -moz-opacity: 0;
     border: none;
     background: none;
     position: absolute;
     top: 0;
     right: 0;
     float: right;
     cursor: default;
     width: 100%;
     height: 100%;
}
 div.uploader.active span.action {
     background-position: right -465px;
}
 div.uploader.hover, div.uploader.focus {
     background-position: 0 -353px;
}
 div.uploader.hover span.action, div.uploader.focus span.action {
     background-position: right -437px;
}
 div.uploader.hover.active span.action, div.uploader.focus.active span.action {
     background-position: right -493px;
}
 div.uploader.disabled, div.uploader.disabled.active {
     background-position: 0 -325px;
}
 div.uploader.disabled span.action, div.uploader.disabled.active span.action {
     background-position: right -381px;
}
/* Buttons */
 div.button {
     background-position: 0 -641px;
     height: 30px;
     cursor: pointer;
     position: relative;
    /* Keep buttons barely visible so they can get focus */
    ;
}
 div.button a, div.button button, div.button input {
     opacity: 0.01;
     filter: alpha(opacity=1);
     -moz-opacity: 0.01;
     display: block;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     position: absolute;
}
 div.button span {
     display: -moz-inline-box;
     display: inline-block;
     *display: inline;
     zoom: 1;
     line-height: 30px;
     text-align: center;
     background-position: right -521px;
     height: 30px;
     margin-left: 13px;
     padding: 0;
}
 div.button.active {
     background-position: 0 -671px;
}
 div.button.active span {
     background-position: right -551px;
     cursor: default;
}
 div.button.hover, div.button.focus {
     background-position: 0 -701px;
}
 div.button.hover span, div.button.focus span {
     background-position: right -581px;
}
 div.button.disabled, div.button.disabled.active {
     background-position: 0 -731px;
}
 div.button.disabled span, div.button.disabled.active span {
     background-position: right -611px;
     cursor: default;
}
/** * BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2012 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com */
/** RESET AND LAYOUT ===================================*/
 .bx-wrapper {
     position: relative;
     margin: 0 auto 60px;
     padding: 0;
     *zoom: 1;
}
 .bx-wrapper img {
     max-width: 100%;
     display: block;
}
/** THEME ===================================*/
 .bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
     -webkit-box-shadow: 0 0 5px #ccc;
     box-shadow: 0 0 5px #ccc;
     border: solid #fff 5px;
     left: -5px;
     background: #fff;
     */
     border-top: 5px solid #cab33e;
}
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
     position: absolute;
     bottom: -30px;
     width: 100%;
}
/* LOADER */
/*INTERNA IMOVEIS*/
 .controls-interna {
     width: 100%;
     margin-top: -18px;
     position: absolute;
     text-align: right;
     top: 50%;
     height: 35px;
}
 .controls-interna2 {
     width: 640px;
     margin-top: -18px;
     position: absolute;
     text-align: right;
     height: 35px;
}
 .controls-interna2 p {
     float: right;
}
 .slider-interna {
    /*margin-top: 15px*/
    ;
}
 html body div.container div.eleven div.eleven div.eleven section.slider-imovel div.bx-wrapper {
     top: 15px;
}
 section.slider-imovel div.bx-wrapper div.bx-viewport {
     border: none;
}
 #proprev a {
     text-indent: -9999px !important;
     width: 19px;
     height: 19px;
     display: block;
     float: right;
     text-decoration: none;
     background: url('../images/sprite.png') no-repeat 0 -377px;
     margin-left: 5px;
}
 #pronext a {
     text-indent: -9999px !important;
     width: 19px;
     height: 19px;
     display: block;
     float: right;
     text-decoration: none;
     background: url('../images/sprite.png') no-repeat 0 -334px;
}
 #prev-index a {
     text-indent: -9999px !important;
     width: 19px;
     height: 19px;
     display: block;
     float: right;
     text-decoration: none;
     padding: 8px;
     background: #DDC35E url(images/prev-imovel.png) center center no-repeat;
     margin-left: 10px;
     position: absolute;
     left: 0;
     z-index: 50;
}
 #next-index a {
     position: absolute;
     right: 10px;
     z-index: 50;
     text-indent: -9999px !important;
     width: 19px;
     height: 19px;
     display: block;
     float: right;
     text-decoration: none;
     padding: 8px;
     background: #DDC35E url(images/next-imovel.png) center center no-repeat;
}
 .lb-album {
     width: 900px;
     margin: 0 auto;
     font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
 .lb-album li {
     float: left;
     margin: 5px;
     position: relative;
}
 .lb-album li > a, .lb-album li > a img {
     display: block;
}
 .lb-album li > a {
     width: 150px;
     height: 150px;
     position: relative;
     padding: 10px;
}
 .lb-album li > a span {
     position: absolute;
     width: 150px;
     height: 150px;
     top: 10px;
     left: 10px;
     text-align: center;
     line-height: 150px;
     color: rgba(27, 54, 81, 0.8);
     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
     font-size: 24px;
     opacity: 0;
     filter: alpha(opacity=0);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
     background: rgb(241, 210, 194);
     background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
     background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(241, 210, 194, 1)));
     background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
     background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
     background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
     background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
     -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
     -o-transition: opacity 0.3s linear;
     -ms-transition: opacity 0.3s linear;
     transition: opacity 0.3s linear;
}
 .lb-album li > a:hover span {
     opacity: 1;
     filter: alpha(opacity=99);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/
    ;
}
 .lb-overlay {
     width: 0px;
     height: 0px;
     position: fixed;
     overflow: hidden;
     left: 0px;
     top: 0px;
     padding: 0px;
     z-index: 99;
     text-align: center;
     background: rgba(245, 245, 245, 0.5);
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
     background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
     background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
     background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
     background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
     background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
     */
    ;
}
 .lb-overlay > div {
     position: relative;
     color: rgba(27, 54, 81, 0.8);
     width: 550px;
     height: 80px;
     margin: 40px auto 0px auto;
     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}
 .lb-overlay div h3, .lb-overlay div p {
     padding: 0px 20px;
     width: 200px;
     height: 60px;
}
 .lb-overlay div h3 {
     font-size: 36px;
     float: left;
     text-align: right;
     border-right: 1px solid rgba(27, 54, 81, 0.4);
}
 .lb-overlay div h3 span, .lb-overlay div p {
     font-size: 16px;
     font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
     font-style: italic;
}
 .lb-overlay div h3 span {
     display: block;
     line-height: 6px;
}
 .lb-overlay div p {
     font-size: 14px;
     text-align: left;
     float: left;
     width: 260px;
}
 .lb-overlay a.lb-close {
     background: rgba(27, 54, 81, 0.8);
     z-index: 1001;
     color: #fff;
     position: absolute;
     top: 43px;
     left: 50%;
     font-size: 15px;
     line-height: 26px;
     text-align: center;
     width: 50px;
     height: 23px;
     overflow: hidden;
     margin-left: -25px;
     opacity: 0;
     filter: alpha(opacity=0);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
 .lb-overlay img {
    /* height: 100%;
     For Opera max-height does not seem to work */
    /*max-height: 100%;
     */
     position: relative;
     opacity: 0;
     filter: alpha(opacity=0);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
     -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
     -webkit-transition: opacity 0.5s linear;
     -moz-transition: opacity 0.5s linear;
     -o-transition: opacity 0.5s linear;
     -ms-transition: opacity 0.5s linear;
     transition: opacity 0.5s linear;
}
 .lb-prev, .lb-next {
     text-indent: -9000px;
     position: absolute;
     top: -32px;
     width: 24px;
     height: 25px;
     left: 50%;
     opacity: 0.8;
     filter: alpha(opacity=80);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    /*IE8*/
    ;
}
 .lb-prev:hover, .lb-next:hover {
     opacity: 1;
     filter: alpha(opacity=99);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/
    ;
}
 .lb-prev {
     margin-left: -30px;
     background: transparent url(../images/arrows.png) no-repeat top left;
}
 .lb-next {
     margin-left: 6px;
     background: transparent url(../images/arrows.png) no-repeat top right;
}
 .lb-overlay:target {
     width: auto;
     height: auto;
     bottom: 0px;
     right: 0px;
     padding: 80px 100px 120px 100px;
}
 .lb-overlay:target img, .lb-overlay:target a.lb-close {
     opacity: 1;
     filter: alpha(opacity=99);
    /* internet explorer */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/
    ;
}
/* 100% Height for Opera as the max-height seems to be ignored, not optimal for large screens http://bricss.net/post/11230266445/css-hack-to-target-opera */
 x:-o-prefocus, .lb-overlay img {
     height: 100%;
}
 .slick-prev, .slick-next {
     background-color: #2c2c2c;
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 50%;
     display: block;
     width: 49px;
     height: 49px;
     padding: 0;
     -webkit-transform: translate(0,-50%);
     -ms-transform: translate(0,-50%);
     transform: translate(0,-50%);
     cursor: pointer;
     color: transparent;
     border: none;
     outline: none;
     z-index: 1;
     transition: background-color .3s;
}
 .slick-prev:before, .slick-next:before {
     color: #fff;
     font-family: 'FontAwesome';
     font-size: 10px;
     left: 50%;
     opacity: 1;
     position: absolute;
     top: 50%;
     transform: translate(-50%, -50%);
     transition: transform .3s, color .3s;
}
 .slick-prev:hover, .slick-next:hover {
     background-color: #0094e0;
}
 .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus {
     outline: none;
}
 .slick-prev {
     left: 0;
}
 .slick-prev::before {
     content: "\f053";
}
 .slick-next {
     right: 0;
}
 .slick-next::before {
     content: "\f054";
}
 .slick-dots {
     position: absolute;
     bottom: 30px;
     display: block;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     width: 18px;
     height: 18px;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     background: #fff;
     border-radius: 50%;
     font-size: 0;
     line-height: 0;
     display: block;
     width: 18px;
     height: 18px;
     padding: 5px;
     cursor: pointer;
     color: transparent;
     border: 0;
     outline: none;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .slick-dots li button:hover:before, .slick-dots li button:focus:before {
     opacity: 1;
}
 .slick-dots li button:before {
     font-family: 'slick';
     font-size: 27px;
     line-height: 18px;
     position: absolute;
     top: 0;
     left: 0;
     width: 18px;
     height: 18px;
     content: '•';
     text-align: center;
     opacity: 1;
     color: #fff;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .slick-dots li.slick-active button:before {
     opacity: 1;
     color: #0094e0;
}
 #slider-home .slick-prev:hover, #slider-home .slick-next:hover {
     background-color: #e6c40c;
}
 #slider-home .slick-prev:before, #slider-home .slick-next:before {
     color: #e6c40c;
}
 #slider-home .slick-prev:hover::before, #slider-home .slick-next:hover::before {
     color: #fff;
}
 .interna {
     background-color: #F0E68C;
     margin-bottom: -21px;
     padding: 0 0 60px;
}
 .interna .title {
     margin: 40px 0;
}
 .interna h2 {
     font-size: 21px;
     margin: 0 0 40px;
}
 .interna h3 {
     color: #252525;
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 700;
     margin: 20px 0;
     text-transform: uppercase;
}



 @media only screen and (min-width: 320px) and (max-width: 479px) {
     .logo a {
         background-size: cover;
         width: 140px;
         height: 71px;
    }
}
 .carousel-fade .carousel-inner .item {
     opacity: 0;
     -webkit-transition-property: opacity;
     transition-property: opacity;
}
 .carousel-fade .carousel-inner .active {
     opacity: 1;
}
 .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
     left: 0;
     opacity: 0;
    /*z-index: 1;
     */
    ;
}
 .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
     opacity: 1;
}
 .carousel-fade .carousel-control {
    /*z-index: 2;
     */
    ;
}
 .download a {
     color: #666;
}
 .download a i {
     margin: 0 5px;
}
 .interna.venda, .interna.locacao {
     margin-top: 0;
}
 .page-link:focus, .page-link:hover {
     color: #fff;
     background-color: #e5c000;
     border-color: #e5c000;
}
 .pagination {
     flex-wrap: wrap;
     justify-content: center;
}
 .pagination li {
     margin: 0 0 10px;
}
 .return-home {
}
/*====================================== Selectric v1.13.0 ======================================*/
 .selectric-wrapper {
     position: relative;
     cursor: pointer;
     width: 100%;
}
 .selectric-responsive {
     width: 100%;
}
 .selectric {
     border-radius: 0px;
     background: #fff;
     position: relative;
     overflow: hidden;
}
 .selectric .label {
     display: block;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     margin: 0 38px 0 10px;
     font-size: 11px;
     line-height: 42px;
     color: #012243;
     height: 42px;
     text-transform: uppercase;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .selectric .button {
     display: block;
     position: absolute;
     right: 0;
     top: 0;
     width: 38px;
     height: 42px;
     line-height: 42px;
     background-color: #fff;
     color: #012243;
     text-align: center;
     font: 0/0 a;
     *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
 .selectric .button:after {
     content: "\f107";
     font-family:'FontAwesome';
     font-size: 20px;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: auto;
     width: 0;
     height: 0;
}
 .selectric-focus .selectric {
     border-color: #aaaaaa;
}
 .selectric-hover .selectric {
     border-color: #c4c4c4;
}
 .selectric-hover .selectric .button {
     color: #012243;
}
 .selectric-hover .selectric .button:after {
     border-top-color: #012243;
}
 .selectric-open {
     z-index: 9999;
}
 .selectric-open .selectric {
     border-color: #c4c4c4;
}
 .selectric-open .selectric-items {
     display: block;
}
 .selectric-disabled {
     filter: alpha(opacity=50);
     opacity: 0.5;
     cursor: default;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .selectric-hide-select {
     position: relative;
     overflow: hidden;
     width: 0;
     height: 0;
}
 .selectric-hide-select select {
     position: absolute;
     left: -100%;
}
 .selectric-hide-select.selectric-is-native {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 10;
}
 .selectric-hide-select.selectric-is-native select {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     border: none;
     z-index: 1;
     box-sizing: border-box;
     opacity: 0;
}
 .selectric-input {
     position: absolute !important;
     top: 0 !important;
     left: 0 !important;
     overflow: hidden !important;
     clip: rect(0, 0, 0, 0) !important;
     margin: 0 !important;
     padding: 0 !important;
     width: 1px !important;
     height: 1px !important;
     outline: none !important;
     border: none !important;
     *font: 0/0 a !important;
     background: none !important;
}
 .selectric-temp-show {
     position: absolute !important;
     visibility: hidden !important;
     display: block !important;
}
/* Items box */
 .selectric-items {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     background: #F8F8F8;
     border: 1px solid #c4c4c4;
     z-index: -1;
     box-shadow: 0 0 10px -6px;
}
 .selectric-items .selectric-scroll {
     height: 100%;
     overflow: auto;
}
 .selectric-above .selectric-items {
     top: auto;
     bottom: 100%;
}
 .selectric-items ul, .selectric-items li {
     list-style: none;
     padding: 0;
     margin: 0;
     font-size: 12px;
     line-height: 20px;
     min-height: 20px;
}
 .selectric-items li {
     display: block;
     padding: 10px;
     color: #012243;
     cursor: pointer;
     font-size: 11px;
     text-transform: uppercase;
}
 .selectric-items li.selected {
     background: #E0E0E0;
     color: #444;
}
 .selectric-items li.highlighted {
     background: #f9e9af;
     color: #012243;
}
 .selectric-items li:hover {
     background: #f9ed2a;
     color: #012243;
}
 .selectric-items .disabled {
     filter: alpha(opacity=50);
     opacity: 0.5;
     cursor: default !important;
     background: none !important;
     color: #666 !important;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .selectric-items .selectric-group .selectric-group-label {
     font-weight: bold;
     padding-left: 10px;
     cursor: default;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background: none;
     color: #444;
}
 .selectric-items .selectric-group.disabled li {
     filter: alpha(opacity=100);
     opacity: 1;
}
 .selectric-items .selectric-group li {
     padding-left: 25px;
}
 @media screen and (max-width: 1600px) {
     .destaques .slick-prev {
         left: 20px;
    }
     .destaques .slick-next {
         right: 20px;
    }
}
 @media screen and (max-width: 1280px) {
     .header .atendimento, .header .painel, .header .email {
         font-size: 14px;
    }
     .header .atendimento, .header .email, .header .bt-busca, .header #nav {
         margin-left: 20px;
    }
}
 @media screen and (max-width: 1200px) {
     .header .atendimento, .header .painel, .header .email {
         font-size: 12px;
    }
     .header .atendimento, .header .email, .header .bt-busca, .header #nav {
         margin-left: 15px;
    }
     .header .redes {
         margin: 0 20px;
    }
     .search-box .form-inline, .especificos {
         width: 100%;
    }
     .search-box .form-inline {
         flex-wrap: wrap;
    }
     .search-box .busca-imovel {
         margin-bottom: 20px;
         width: 100%;
    }
     .search-box .busca-imovel .form-control {
         width: calc(100% - 44px);
    }
     .especificos {
         display: flex;
         justify-content: space-between;
    }
     .especificos .form-group {
         margin: 0;
         width: auto;
    }
    .lista-imoveis .imovel {
        padding-bottom: 126px;
    }
     .lista-imoveis .imovel .thumbnail {
         max-height: 217.48px;
    }
     .content-busca .lista-imoveis .imovel .thumbnail {
         height: 137px;
    }
     .detalhe-imovel .info.scrolling {
         margin-left: 20px;
         margin-top: 70px;
    }
     .lista-imoveis .imovel .acoes ul {
         flex-flow: column wrap;
    }
    .lista-imoveis .imovel .acoes ul li {
        width: 100%;
    }
     .lista-imoveis .imovel .acoes ul li + li {
         margin-top: 10px;
    }
     .lista-imoveis .imovel .acoes ul .btn-secondary {
         width: 100%;
    }
}
 @media screen and (max-width: 1024px) {
     .menu-opened .wrapper {
         padding-right: 80vw;
    }
     .menu-opened .wrapper #sidebar-wrapper {
         width: 80vw;
    }
     .menu-opened .wrapper #page-content-wrapper {
         margin-left: -80vw;
    }
}
 @media screen and (max-width: 992px) {
    .header--interno {
        height: 400px;
    }
     .header a {
         margin: 0 auto 30px;
    }
     .header .atendimento, .header .painel, .header .email, .header .bt-busca {
         display: none;
    }
     .search-box .content {
         position: relative;
    }
     .search-box .opcoes {
         display: block;
    }
     .search-box .opcoes .fa {
         color: #fff;
    }
     .especificos {
         background: rgba(21, 23, 32, .8);
         display: none;
         left: 0;
         padding: 0 15px;
         position: absolute;
         top: 100%;
         width: 100%;
         z-index: 1;
    }
     .especificos .form-group, .especificos .form-group.dormitorios {
         float: none;
         width: 100%;
    }
     .especificos .form-group {
         margin: 0 0 20px;
    }
     .especificos .form-group:last-child {
         margin-bottom: 0;
    }
     .search-box div.selector, .search-box .dormitorios div.selector {
         width: 100% !important;
    }
     .search-box div.selector span {
         width: calc(100% - 25px) !important;
    }
     .especificos .button {
         float: right;
    }
     .destaques {
         padding-bottom: 90px;
    }
     .destaques .slick-dots {
         bottom: -60px;
    }
     .footer-top {
         display: none;
    }
     .header-imovel .valor {
         margin: 20px 0 0;
         position: relative;
         right: auto;
         top: auto;
         transform: none;
    }
     .slide-imovel, .slide-imovel .foto {
         height: 250px;
    }
     .slide-imovel .slick-dots {
         margin: 60px 0 0;
         position: relative;
    }
     .slide-imovel .slick-dots li button {
         background-color: #0094e0;
    }
     .slide-imovel .slick-dots li button:before, #slider-home .slick-dots li.slick-active button:before, .imoveis-destaques .slick-dots li.slick-active button:before {
         color: #0094e0;
    }
     .slick-dots li.slick-active button:before {
         color: #fff;
    }
     .detalhe-imovel .info,
     .slide-imovel {
         width: 260px;
    }
     .detalhe-imovel .info .content {
         width: 240px;
    }
     .detalhe-imovel .info h2, .detalhe-imovel .info .valor {
         font-size: 21px;
    }
     .detalhe-imovel .info .contato .icon {
         height: 40px;
         width: 40px;
    }
     .detalhe-imovel .info .contato .icon .fa {
         font-size: 21px;
    }
     .detalhe-imovel .info.scrolling {
         margin-left: 5px;
    }
     .detalhe-imovel .desc li {
         width: calc(50% - 3px);
    }
     .content-busca .lista-imoveis .imovel .thumbnail {
         height: 152px;
    }
}
 @media screen and (min-width: 769px) {
     #mensagem {
         margin-top: 40px;
         width: 100%;
    }
}
 @media screen and (max-width: 768px) {
     .headerTop .form-inline {
         flex-flow: column wrap;
    }
     .headerTop .form-group {
         position: inherit;
         margin: 0 0 10px !important;
    }
     .title {
         font-size: 28px;
    }
     .destaques h2 {
         font-size: 20px;
    }
     #sidebar-wrapper .container {
         width: 90%;
    }
     #sidebar-wrapper .logo-sidebar {
         padding-top: 40px;
         width: 120px;
    }
     .menu-principal {
         margin-top: 40px;
    }
     .menu-principal li a {
         font-size: 16px;
         padding: 15px 0;
    }
     #sidebar-wrapper ul {
         margin-bottom: 40px;
    }
     #sidebar-wrapper #close-sidebar {
         top: 20px;
    }
     #sidebar-wrapper .secundario {
         padding-top: 40px;
    }
     #sidebar-wrapper .secundario h2 {
         font-size: 25px;
    }
     #sidebar-wrapper .secundario li .icon, #sidebar-wrapper .secundario li .fa {
         margin-right: 1px;
    }
     #sidebar-wrapper .secundario h3 {
         display: block;
         margin-bottom: 10px;
    }
     #sidebar-wrapper .secundario .redes a:first-of-type {
         margin-left: 0;
    }
     .block {
         margin-left: 0px;
         margin-right: 0px;
    }
     .search-box .form-group {
         margin: 5px 0;
    }
     .busca-imovel button {
         float: left;
    }
     .form-group #codigo {
         margin-top: 0;
    }
     .btn.btn-default {
         margin-top: 5px;
         border-radius: 3px;
    }
     .atendimento {
         text-indent: -99999em;
    }
     .carousel-control.left {
         top: -15px;
    }
     .carousel-control.right {
         top: -15px;
    }
    /* LOGIN */
     .header .login .form-control {
         height: 40px;
         width: 206px;
    }
     .header .login-form .btn {
         width: 50px;
         height: 30px;
         clear: both;
    }
     .header .login-form {
         margin: 0 0 15px 20px;
         width: 206px;
         float: left;
    }
     .login div.house img {
         width: 25px;
    }
     .header .login {
         width: auto;
    }
     .atendimento {
         text-indent: -999999em;
    }
     div.logo {
         margin-top: 33px;
    }
     div#carousel-example-generic {
         display: none;
    }
     .about {
         background-image: none;
    }
    .detalhe-imovel .info, .slide-imovel {
         margin-bottom: 40px;
         width: 100%;
    }
    .slide-imovel,
    .slide-imovel .foto {
        height: 330px;
    }
     .detalhe-imovel .info.scrolling {
         position: relative;
         margin-left: 0;
         margin-top: 0;
         top: 0;
    }
     .detalhe-imovel .info .content {
         width: 90%;
    }
     .detalhe-imovel .desc li {
         width: 100%;
    }
     .lista-imoveis .imovel .thumbnail, .content-busca .lista-imoveis .imovel .thumbnail {
         height: 380px;
         max-height: 380px;
    }
}
 @media (max-width: 575px) {
     .container {
         width: 90%;
    }
     .form-inline .form-group {
         display: -ms-flexbox;
         display: flex;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         -ms-flex-flow: row wrap;
         flex-flow: row wrap;
         -ms-flex-align: center;
         align-items: center;
         margin-bottom: 0;
    }
     .form-inline .form-control {
         display: inline-block;
         width: auto;
         vertical-align: middle;
    }
     .lista-imoveis .imovel .thumbnail {
         height: auto;
    }
     .abas li:last-child {
         margin-left: 20px;
    }
}
 