@import "fontawesome/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    color: #464646;
    font-weight: 300;
    background: #F1F1F1;
    overflow-x: hidden;
}

img {
    display: block;
    border: none;
    max-width: 100% !important;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html button[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul {
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/** BOOTSTRAP **/
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #FFF;
    font-size: 16px;
    color: #555;
    padding: 9px 14px;
    border: 1px solid #CCC;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 42px;
    white-space: nowrap;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-primary {
    background-color: #000;
    color: #FFF;
}

.btn-primary:hover {
    background-color: #B99731;
    color: #000;
}

.btn-outline-light {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #FFF;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.row:after {
    clear: both;
}

.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}


/* HEADER */
.header {
    position: relative;
    background: #000;
    padding: 15px 0;
}

.header-menu-wrap {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 600;
}

.header-menu {
    float: right;
}

.header-menu>li {
    display: block;
    position: relative;
    float: left;
    padding: 0 20px 0 0;
}

.header-menu>li:last-child {
    padding-right: 0;
}

.header-menu>li>a {
    display: inline-block;
    position: relative;
    min-height: 48px;
    font-size: 20px;
    color: #FFF;
}

.header-menu>li>a span {
    display: block;
    margin-bottom: 8px;
}

.header-menu>li>a .fa {
    /*position: absolute;
	top: 0;
	left: 0;*/
    font-size: 22px;
    color: #FFF;
    /*line-height: 48px;*/
}

.header-menu>li>a>strong {
    font-size: 24px;
    color: #FFF;
}

.header-logo a {
    display: inline-block;
}

.header-logo img {
    height: 65px;
}

@media (max-width: 991px) {
    .header-logo {
        width: 100%;
        text-align: center;
    }

    .header-menu-wrap {
        position: relative;
        top: auto;
        right: auto;
        display: table;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .header-menu {
        float: none;
        display: table;
        width: 100%;
    }

    .header-menu>li {
        float: none;
        display: table-cell;
    }
}

/* MAIN MENU */
.main-menu {
    position: relative;
    background-color: #D68E28;
    z-index: 900;
}

.menu {
    display: table;
    width: 100%;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 55px;
}

.menu li {
    display: table-cell;
    position: relative;
}

.menu li a {
    display: block;
    color: #FFF;
    padding: 0 10px;
    text-align: center;
}

/*.menu li a:hover {
	background-color: #00036A;
}*/

/* FOOTER */
.footer {
    background: #000;
}

.footer-top {
    /*background-color: #000;*/
    padding: 20px 0;
}

.footer-top-menu {
    display: block;
    position: relative;
    float: left;
    top: auto;
    right: auto;
    color: #FFF;
    padding: 0;
}

.footer-top-menu li {
    display: block;
    position: relative;
    float: left;
    padding-right: 30px;
}

.footer-top-menu>li>a {
    display: inline-block;
    min-height: 22px;
    font-size: 20px;
    color: #FFF;
    padding: 2px 0 1px 45px;
    line-height: 22px;
    cursor: pointer;
}

.footer-top-menu>li>a>.fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    color: #FFF;
    line-height: 48px;
}

.footer-middle {
    border-top: 3px solid #FFF;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    line-height: 1.2em;
}

.footer-middle h4 {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-inner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 25px;
}

.footer-inner>div {
    position: relative;
    z-index: 2;
}

.footer-inner>div>div {
    margin-bottom: 25px;
}

.footer-logo {
    margin-bottom: 28px;
}

.footer-logo img {
    height: 55px;
}

.footer-text {
    color: #FFF;
    margin-bottom: 28px;
}

.footer-social {
    margin: 25px 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social li+li {
    margin-left: 5px;
}

.footer-social li a i {
    width: 36px;
    height: 36px;
    background-color: #5B5B5B;
    border-radius: 50%;
    color: #FFF;
    line-height: 36px;
    text-align: center;
    transition: all .3s;
}

.footer-social li a i:hover {
    background-color: #FFF;
    color: #5B5B5B;
}

.footer-get-in-touch li {
    display: block;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-get-in-touch li span {
    display: table-cell;
    vertical-align: top;
}

.footer-get-in-touch li span:first-child {
    color: #FFF;
    padding-top: 4px;
    padding-right: 10px;
}

.footer-categorias li {
    display: inline-block;
}

.footer-categorias li a {
    font-size: 14px;
    color: #FFF;
    margin-right: 3px;
    transition: color .35s ease-in-out;
}

.footer-categorias li a:hover {
    text-decoration: underline;
    /*color: #000;*/
}

.footer-bottom {
    /* background-color: #CD9C3F; */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-bottom .copy {
    color: #FFF;
    padding: 15px 0 5px 0;
    text-align: center;
}

.footer-bottom .dev {
    padding-bottom: 15px;
    text-align: center;
}

.footer-bottom .dev img {
    display: inline-block;
}

.content {
    padding: 50px 0;
}

.white-block {
    min-height: 200px;
    background-color: #FFF;
}

/* HOME */
.header-home {
    margin-bottom: 30px;
    text-align: center;
}

.titulo {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    padding: 0 0 20px;
    line-height: 1.1;
    text-align: center;
}

.banner {
    position: relative;
}

.busca {
    background-color: #000;
    /* border-top: 1px solid rgba(255,255,255,0.5); */
}

.home .busca {
    border-top: none;
}

@media (min-width: 768px) {
    .home .busca {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        background: none;
        z-index: 300;
    }
}

.busca-inner {
    position: relative;
    /*background-color: #000;*/
    padding: 20px 15px 5px 15px;
    z-index: 320;
}

.home .busca-inner {
    background-color: #D68E28;
    padding: 20px 15px 5px 15px;
}

.animacao-box {
    overflow: hidden;
    position: relative;
    height: 450px;
    background-color: #CCC;
}

.animacao {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    /*filter: contrast(65%);*/
    animation-name: bgmotion;
    animation-duration: 10s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

@keyframes bgmotion {
    from {
        transform: scale(1, 1)
    }

    to {
        transform: scale(1.2, 1.2)
    }
}

/* CAMPOS */
.campos {
    display: block;
}

.busca .campo {
    display: block;
    float: left;
    width: 16%;
    margin: 0 1% 9px 0;
}

.busca .row {
    margin-right: -5px;
    margin-left: -5px;
}

.busca div[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.busca .btn {
    width: 100%;
}

.busca-rapida {
    /* background-color: #FFF; */
}
/* 
.busca-rapida-container {
    margin-left: -10px;
    margin-right: -10px;
} */

.busca-rapida-opt {
    display: table;
    border-spacing: 15px;
    width: 100%;
}

.busca-rapida-opt li {
    display: table-cell;
    background-color: #D68E28;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.busca-rapida-opt li.active,
.busca-rapida-opt li:hover {
    background-color: #FFF;
}

.busca-rapida-opt li.active a,
.busca-rapida-opt li:hover a {
    color: #000;
}

.busca-rapida-opt li a {
    display: block;
    position: relative;
    font-weight: 400;
    color: #FFF;
    padding: 15px;
    text-align: center;
}

.busca-rapida-opt li:last-child a {
    margin-right: 0;
}

@media (max-width: 768px) {
    .animacao-box {
        display: none;
    }

    .busca-rapida-opt {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .busca-rapida-opt li {
        display: block;
    }

    .busca-rapida-opt li a {
        margin: 5px 0;
    }
}

/*hover */
.hvr-rect-out {
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-rect-out:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: -1;
}

.hvr-rect-out:hover:before,
.hvr-rect-out:focus:before,
.hvr-rect-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.simuladores-financeiros {
    margin-bottom: 30px;
}

.simuladores-financeiros a {
    display: block;
    text-align: center;
}

.simuladores-financeiros img {
    display: inline-block;
}

/* CONTATO */
.map-section {
    position: relative;
    width: 100%;
    border: 1px solid #D4D4D4;
    vertical-align: middle;
}

#map-canvas {
    height: 430px;
}

.contact-info {
    padding: 50px;
    max-height: 500px;
}

.contact-info-header {
    margin-bottom: 30px;
}

.contact-info-header h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.contact-info-opts li {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
}

.contact-info-opts li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #D68E28;
    border-radius: 50%;
    font-size: 14px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
}

.contact-info-opts-text {
    width: 80%;
    font-size: 18px;
    color: #333;
}

.contact-info-opts-title {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-info-opts-desc {
    display: block;
    line-height: 20px;
}

.contact-form-box,
.anuncie-form-box {
    background-color: #D4D4D4;
    padding-top: 60px;
    padding-bottom: 30px;
}

.anuncie-form-box {
    background-color: transparent;
}

.contact-form-box p,
.anuncie-form-box p {
    margin-bottom: 30px;
}

.contact-form {
    max-width: 916px;
    margin: 0 auto 30px;
}

.form-holder .has-icon {
    position: relative;
}

.form-holder .has-icon i {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 16px;
    color: #BBB;
    transform: translateY(-50%);
}

.form-holder .has-textarea i {
    top: 13px;
    transform: translateY(0);
}

.form-holder .form-control {
    padding-left: 32px;
}

/* PROPERTY ITEM */
.property-grid {
    background-color: #FFF;
    margin-bottom: 30px;
    min-height: 200px;
}

.property-grid-content {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 25px;
}

.property-grid-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.property-grid-location {
    display: block;
    font-size: 16px;
    color: #777;
    padding: 5px 0;
}

.property-grid-location i {
    margin-right: 5px;
}

.property-grid-text {
    height: 100px;
    padding: 20px 0;
}

.property-grid-meta {
    display: flex;
    justify-content: space-between;
}

.property-grid-meta li {
    /* display: inline-block;
	width: 25%; */
    font-size: 14px;
    text-align: center;
}

.property-grid-meta li:last-child {
    margin-right: 0;
}

.property-grid-meta li i {
    display: block;
    margin-bottom: 5px;
}

.property-grid-price {
    border-top: 1px solid #DDD;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    padding-top: 20px;
}

/* FAV GRID */
.property-grid-fav {
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.property-grid-fav i {
    font-size: 20px;
}

.property-grid-img {
    position: relative;
    height: 240px;
    background: #EEE;
}

.property-grid-img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: rgba(125, 125, 125, 0.5);
    border-radius: 50%;
    margin: -10px 0 0 -10px;
    animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
    z-index: 90;
}

@keyframes bobble {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    35% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.property-grid-img figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 240px;
    /*background-color: #EEE;*/
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.35s ease;
    z-index: 100;
}

.property-grid-img figure:after,
.property-grid-img figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #FFF;
    opacity: 0.3;
    transition: all 0.35s ease;
}

.property-grid-img figure:before {
    bottom: 0;
    right: 0;
}

.property-grid-img figure:after {
    top: 0;
    left: 0;
}

.property-grid-img figure:hover:after,
.property-grid-img figure:hover:before,
.property-grid:hover figure:after,
.property-grid:hover figure:before {
    height: 100%;
}

.property-grid-img figcaption {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transition: all 0.35s ease;
}

.property-grid-img .property-grid-goto {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -60px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px;
    text-align: center;
    transform: scale(0);
    transition: all 0.35s ease-in-out;
}

.property-grid figure .property-grid-goto:hover {
    background-color: #FFF;
    color: #333;
}

.property-grid:hover figure .property-grid-goto {
    transform: scale(1);
    z-index: 10;
}

.property-grid-img figure:hover figcaption,
.property-grid:hover figure figcaption {
    opacity: 0.6;
    transition-delay: 0.21s;
}

.property-grid-img .property-grid-url {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.property-grid-img figure img {
    width: calc(100% + 50px);
    height: 240px;
    min-height: 240px;
    object-position: center;
    object-fit: cover;
}

.vertical .property-grid-img,
.vertical .property-grid-img figure,
.vertical .property-grid-img figure img {
    height: 400px;
}

.property-grid-code {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #D68E28;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    padding: 5px 15px;
    z-index: 105;
}

.property-grid-result {
    margin-bottom: 25px;
}

.property-grid-total {
    font-size: 18px;
    line-height: 28px;
}

.property-grid-condo {
    margin-top: 30px;
}

.property-grid-condo .property-grid {
    background-color: #F1F1F1;
}

/* ORDER BY */
.order {
    padding-bottom: 50px;
    text-align: center;
}

.order li {
    display: inline-block;
    margin: 0 -2px;
}

.order a {
    display: block;
    border: 1px solid #000;
    font-size: 16px;
    padding: 10px 20px;
}

.order a:hover {
    background-color: #000;
    color: #FFF;
}

.order a.ativo {
    background-color: #FFF;
    border-color: #000;
    font-weight: 700;
    color: #000;
}

@media (max-width: 767px) {
    .order li {
        display: block;
        margin: -2px 0;
    }
}

.no-result-search {
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 15px 35px;
    padding: 65px;
    text-align: center;
}

.no-result-search-icon {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

.no-result-search-icon img {
    margin: 0 auto;
}

.no-result-search-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.no-result-search-text {
    display: inline-block;
    width: 60%;
}

.no-result-search-text>* {
    color: #979797;
    font-size: 20px;
}


/* PROPERTY SINGLE */
.property-single-header {
    position: relative;
    margin-bottom: 10px;
}

.property-single-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}

.property-single-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.property-single-location {
    font-size: 18px;
    font-weight: 300;
    color: #777;
}

.property-single-price-code {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
}

.property-single-code {
    display: inline-block;
    background-color: #D68E28;
    font-size: 14px;
    color: #FFF;
    padding: 10px 15px;
}

.property-single-price {
    display: block;
    background-color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    padding: 15px;
}

.property-single-sliderbox {
    margin: 30px 0 30px 0;
}

.responsive a {
    display: block;
    position: relative;
    height: 180px;
    margin: 10px 5px 0 5px;
}

.responsive img {
    width: 100%;
    height: 180px;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
}

.property-single-image-box {
    position: relative;
    height: 450px;
}

.property-single-image-box img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.property-single-meta {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin: 0 0 30px;
    padding: 10px 0 10px;
    text-align: center;
}

.property-single-meta li i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.property-single-meta li span {
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
}

.property-single-video iframe {
    width: 100%;
    height: 400px;
}

.property-single-detail {
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 25px;
}

.property-single-detail-header {
    margin-bottom: 15px;
}

.property-single-detail-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
}

.property-single-detail-text {
    font-size: 18px;
    line-height: 24px;
}

.property-single-amenities li {
    position: relative;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 24px;
}

.property-single-amenities li i {
    display: inline-block;
    width: 20px;
    font-size: 18px;
    color: #000;
    margin: -3px 10px 0 0;
    text-align: center;
    vertical-align: middle;
}

.property-single-form-box {
    background-color: #FFF;
}

.property-single-form {
    background-color: #FFF;
    padding: 20px 20px 10px 20px;
}

.property-single-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    padding: 20px 20px 0;
    line-height: 1.25em;
    letter-spacing: 2px !important;
    text-transform: uppercase;
}

.property-single-form .btn {
    width: 100%;
}

.property-single-login {
    overflow: hidden;
    position: relative;
    background: #FFF;
    padding: 20px;
    text-align: center;
}

.property-single-login strong {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 15px;
    line-height: 1.25em;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    z-index: 10;
}

.property-single-login p {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.25em;
    z-index: 10;
}

.property-single-login-icon {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}

.property-single-login-icon i {
    font-size: 150px;
    color: #E2E2E2;
}

.social-btn div {
    width: 100%;
    display: inline-block;
    height: 50px;
    line-height: 68px;
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 30px;
    text-align: center;
}

.social-btn a:last-child div {
    margin-right: 0;
}

.social-btn div:hover,
div.social-btn div:active {
    height: 60px;
    /* padding-top: 15px;*/
}

.social-btn i {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.face span,
.whats span {
    position: absolute;
    left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 0px 15px;
    opacity: 0;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    line-height: 68px;
    font-size: 20px;
}

.social-btn div:hover i {
    opacity: 0;
}

.social-btn div:hover span {
    opacity: 1;
}

.face {
    background: #3A5795;
    -moz-box-shadow: 0px 4px 0px #1e469d;
    -webkit-box-shadow: 0px 4px 0px #1e469d;
    box-shadow: 0px 4px 0px #3e6d8d;
    position: relative;
}

.whats {
    background: #25d366;
    -moz-box-shadow: 0px 4px 0px #128c7e;
    -webkit-box-shadow: 0px 4px 0px #128c7e;
    box-shadow: 0px 4px 0px #128c7e;
    position: relative;
}

/* PAGINATION */
.pagination-box {
    margin-top: 10px;
    text-align: center;
}

.pagination {
    position: relative;
}

.pagination,
.pagination li {
    display: inline-block;
}

.pagination li.pagination-item a,
.pagination li.pagination-next a,
.pagination li.pagination-prev a {
    display: block;
    position: relative;
    background-color: #FFF;
    font-size: 16px;
    font-weight: 700;
    color: #464646;
    margin-right: 5px;
    padding: 13px 23px;
    line-height: 1.42857;
    transition: all .15s linear 0s;
}

.pagination li.active a,
.pagination li:hover a {
    background-color: #000;
    color: #FFF;
}

/*---- DROP SELECT */
.dropdown {
    width: 100%;
    min-height: 43px;
    position: relative;
    margin-bottom: 15px;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: absolute;
    margin-top: 2px;
    z-index: 100;
}

.dropdown a,
.dropdown a:visited {
    width: 100%;
    color: #444;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.dropdown a:hover {
    width: 100%;
}

.dropdown dt {
    overflow: hidden;
    border: 1px solid #CCC;
}

.dropdown dt a {
    position: relative;
    font-size: 16px;
    width: 100%;
    background-color: #FFF;
    display: block;
    padding-right: 20px;
    float: left;
    white-space: nowrap;
    padding: 10px 25px 10px 10px;
    cursor: pointer;
    line-height: 23px;
    cursor: pointer;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
}

.dropdown dt a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 700;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 8px;
}

.dropdown dt a span {
    cursor: pointer;
    display: inline;
}

.dropdown dd ul {
    overflow-y: auto;
    display: none;
    position: relative;
    min-width: 160px;
    max-height: 200px;
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #BBB;
    color: #444;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li {
    position: relative;
    display: block;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden
}

.dropdown dd ul li a:hover {
    background-color: #EEE;
}

/* carousel */
.carousel-container {
    position: relative;
    margin: 0 auto;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin-right: -10px;*/
    margin-left: -5px;
}

.carousel-list {
    position: relative;
    list-style: none;
    width: 9999px;
}

.carousel-list li {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    margin: 10px 0;
    padding: 0 5px;
}

.carousel-list li img {
    object-fit: cover;
    min-height: 150px;
}

.carousel-container .controle {
    /*border-radius: 100%;*/
    /*width: 25px;*/
    /*    height: 25px;*/
    background-color: #FFF;
    font-size: 20px;

    color: #333;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    /*   line-height: 25px;*/
    cursor: pointer;

    position: absolute;
    top: 50%;
    margin-top: -12px;

    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.carousel-container .controle:hover {
    opacity: 1;
}

.carousel-container .prev {
    left: 0px;
}

.carousel-container .next {
    right: 10px;
}

.item {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: 700;
    color: #0067B0;
    text-align: center;
    line-height: 150px;
}

.cidades {
    margin-left: -5px;
    margin-right: -5px;
}

.cidades .col,
.cidades [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.cidade {
    position: relative;
    height: 300px;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.cidade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .6) 97%);
    opacity: 1;
    transition: all .3s ease-in-out;
}

.cidade:hover::before {
    opacity: .8;
}

.cidade-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cidade-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.cidade-titulo {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 1px;
}

.marau {
    background-image: url('../images/cidades/marau.jpeg');
}

.capao-canoa {
    background-image: url('../images/cidades/capao-canoa.jpeg');
}

.gramado {
    background-image: url('../images/cidades/gramado.jpeg');
}

.balneario {
    background-image: url('../images/cidades/balneario.jpeg');
}

.passo-fundo {
    background-image: url('../images/cidades/passo-fundo.jpeg');
}

/* RESPONSIVO */
@media (max-width: 767px) {
    body {
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu-mobile {
        display: table !important;
        width: 100%;
        font-size: 22px;
        text-align: center;
    }

    .menu-mobile li {
        display: table-cell;
    }

    .menu-mobile li a {
        display: block;
        color: #FFF;
        line-height: 50px;
    }

    .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        width: 240px;
        height: 100%;
        background-color: #352C33;
        box-shadow: 3px -1px 5px 0px rgba(0, 0, 0, 0.75);
        z-index: 800;
        transition: all 0.3s ease;
    }

    .menu li {
        display: block;
        float: none;
    }

    .menu-open .menu {
        display: block;
    }

    .menu.cbp-spmenu-open {
        left: 0;
    }

    /*BUSCA */
    .busca {
        display: none;
        background-color: #000;
    }

    .home .busca {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding: 15px 0 5px;
    }

    .busca-open .busca {
        display: block;
    }

    .footer-logo img {
        display: inline-block;
    }

    .footer-middle h4 {
        margin-bottom: 10px;
    }

    .footer-middle h4,
    .footer-logo,
    .footer-text,
    .footer-social,
    .footer-get-in-touch li,
    .footer-categorias {
        text-align: center;
    }

    .footer-get-in-touch li span {
        display: inline-block;
    }

    .footer-bottom {
        padding-bottom: 60px;
    }

    .property-single-meta {
        padding: 0;
    }

    .property-single-meta li {
        border-bottom: 1px solid #D8D8D8;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .property-single-meta li:last-child {
        border: none;
    }
}


.cbp-spmenu-push-toright {
    overflow-x: hidden;
    position: relative;
    left: 0;
    left: 240px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.msg-alert {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #FFF;
    font-size: 14px;
    color: #FFF;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.6s;
    z-index: 1000;
}

.alert-close {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    margin-left: 15px;
    line-height: 19px;
    cursor: pointer;
    transition: 0.3s;
}

.alert-close:hover {
    opacity: 0.7;
}

.msg-alert.success {
    background-color: #4CAF50;
}

.msg-alert.error {
    background-color: #f44336;
}

.hide {
    display: none !important;
}

/* POPUP */
.popup {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
}

.popup-inner {
    max-width: 350px;
    width: 70%;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    background: #FFF;
}

.popup-header {
    position: relative;
    padding: 30px 30px 10px 30px;
}

.popup-header h6 {
    font-size: 26px;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 1.1;
}

.popup-body {
    position: relative;
    padding: 30px;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.email-control {
    text-transform: lowercase;
}

.list {
    background: #FFF;
    border-collapse: collapse;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.list thead tr td,
.list tbody tr td {
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 8px;
}

.list thead>tr>td {
    border-bottom: 2px solid #CCC;
    color: #666;
    font-weight: 600;
    padding: 8px;
}

.list thead tr td,
.list tbody tr td {
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 8px;
}

.ajax-loader {
    display: none;
}

.lds-ellipsis {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #89001C;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.property-all-result {
    display: none;
    width: 80%;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

/****** WHATSAPP CALL ******/
@keyframes pulse {
    0% {
        /*transform: scale(.9);*/
    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgb(13, 193, 82, 0);
    }

    100% {
        /*transform: scale(.9);*/
        box-shadow: 0 0 0 0 rgb(13, 193, 82, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        /*transform: scale(.9);*/
    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgb(13, 193, 82, 0);
    }

    100% {
        /*transform: scale(.9);*/
        box-shadow: 0 0 0 0 rgb(13, 193, 82, 0);
    }
}

.whatsapp-box,
.whatsapp-toggle {
    z-index: 99999;
}

.whatsapp-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0DC152;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgb(13, 193, 82, 0.5);
    ;
    color: #FFF;
    transition: box-shadow 80ms ease-in-out, width .4s ease .2s;
    cursor: pointer;
    white-space: nowrap;
    animation: pulse 1.5s infinite;
}

.whatsapp-toggle:hover {
    animation: none;
}

.whatsapp-toggle i {
    margin-right: 5px;
}

.whatsapp-account {
    display: block;
    color: #FFF;
    padding: 10px 15px;
}

@media screen and (max-width: 414px) {
    .whatsapp-toggle {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.lazy-img .loaded {
    opacity: 1;
    transition: opacity 1s
}

.lazy-img img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -150px;
}

.tabs label {
    order: 1;
    display: block;
    padding: 0.7rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #222;
    font-weight: bold;
    color: #D68E28;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    /*padding: 1rem;*/
    background: #fff;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #D68E28;
    color: #222;
    padding: 1rem 2rem;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs {
        margin-top: 0;
    }

    .tabs .tab,
    .tabs label {
        /* order: initial;*/
    }

    .tabs label {
        /*width: 100%;*/
        margin-right: 0;
        /*margin-top: 0.2rem;*/
    }
}