*,
:after,
:before {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

:root {
    --theme-color-1: #A6A134;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.pull-left {
    float: left
}

body,
button,
input,
textarea {
    -webkit-font-smoothing: antialiased
}

.btn,
.dropdown dt,
.dropdown dt a,
.f-contato .form-group,
.input {
    overflow: hidden
}

.breadcrumbs,
.dropdown dd ul,
ul {
    list-style: none
}

.header-menu ul li>a,
.social-icons a,
a {
    text-decoration: none
}

.boxe,
.property-box,
.property-item-condo,
.radio-list {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15)
}

.advertising-title,
.breadcrumbs li a,
.footer-box>header>h2,
.highlight-header h1,
.page-header h1,
.property-custom-price,
.property-custom-title,
.readmore,
.sidebar-widget-box-title h2 {
    text-transform: uppercase
}

.property-item-condo img,
.property-item-photo img {
    object-position: center center;
    max-width: 100%;
    width: 100%
}


.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-13 {
        width: 20%
    }

    .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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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) {
    .container {
        max-width: 1230px
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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%
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
    clear: both
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

body {
    background-color: #F3F3F9;
    font-family: Poppins, sans-serif;
    line-height: 24px
}

h1 {
    font-size: 1.5em
}

h2 {
    font-size: 1.25em
}

h3 {
    font-size: 1.125em
}

.font-zero,
.font-zero-h {
    font-size: 0 !important
}

p {
    margin-bottom: 10px
}

p:last-child {
    margin-bottom: 0
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

.flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}

.gray {
    background-color: #F7F7F7
}

.bg-white {
    background-color: #FFF
}

.font-zero-h {
    height: 0;
    position: absolute
}

.pull-right {
    float: right
}

.block-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.block-50,
.block-top-50 {
    padding-top: 50px
}

.block-50,
.block-bottom-50 {
    padding-bottom: 50px
}

.page-header {
    display: block;
    clear: both;
    margin-bottom: 35px;
    position: relative;
    text-align: center
}

.page-header h1 {
    font-size: 36px;
    font-weight: 600;
    color: #505050;
    line-height: 1.1;
    margin-bottom: 5px;
    padding: 35px 0 0
}

/* .page-header h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: url(../images/heading-icon.png) center no-repeat;
	background-size: auto
} */

.page-header p {
    color: #747474;
    margin-bottom: 5px;
}

.page-header h1>span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px
}

.page-header .numero {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    color: #29166F
}

.title-separator {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 2px;
    background-color: #CCCBCB
}

/* .map-container {
    height: 300px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.map-container iframe {
    width: 100%
} */

input,
textarea {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 16px;
    font-weight: 300;
    height: 43px;
    line-height: 23px;
    padding: 10px 11px;
    resize: none;
    width: 100%;
    -webkit-appearance: none
}

textarea {
    font-family: Poppins, sans-serif;
    height: auto
}

label {
    cursor: pointer;
    display: block;
    line-height: 1;
    margin-bottom: 10px
}

.input-label-content,
.input-label-icon {
    display: inline-block;
    position: relative
}

.form-group {
    position: relative;
    margin-bottom: 15px
}

.frm-field {
    border: 1px solid #CCC;
    color: 444
}

.f-contato input {
    float: right;
    padding-left: 35px
}

.input {
    position: relative
}

.input-label {
    position: absolute;
    display: inline-block;
    float: right;
    width: 100%;
    padding: 0 11px;
    color: #999;
    text-align: left;
    cursor: text
}

.input-label-content {
    width: auto;
    padding: 10px 0;
    transform: translate3d(-20px, 0, 0);
    transition: transform .3s, opacity .3s
}

.input-label-icon {
    width: 17px;
    margin-top: 14px;
    transform: translate3d(-36px, 0, 0);
    transition: transform .3s
}

.input-field:focus+.input-label .input-label-content,
.input-filled .input-label-content {
    opacity: 0;
    transform: translate3d(100px, 0, 0)
}

.input-field:focus+.input-label .input-label-icon,
.input-filled .input-label-icon {
    transform: translate3d(0, 0, 0)
}

.dropdown {
    width: 100%;
    min-height: 43px;
    position: relative;
    margin-bottom: 15px
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0;
    padding: 0
}

.dropdown dd {
    position: absolute;
    margin-top: 2px;
    z-index: 100
}

.dropdown a,
.dropdown a:visited {
    width: 100%;
    color: #444;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

.dropdown a:hover {
    width: 100%
}

.dropdown dt {
    border: 1px solid #CCC
}

.dropdown dt a {
    position: relative;
    font-size: 16px;
    width: 100%;
    background-color: #FFF;
    display: block;
    float: left;
    white-space: nowrap;
    padding: 10px 25px 10px 10px;
    line-height: 23px;
    cursor: pointer;
    min-height: 43px;
    max-height: 43px
}

.dropdown dt a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 700;
    line-height: 43px;
    position: absolute;
    top: 0;
    right: 8px
}

.boxe h4:after,
.breadcrumbs-bg:before,
.btn:before,
.footer-box>header:after,
.menu-categoria li a:before {
    content: ""
}

.btn,
.btn-search {
    font-family: Poppins, sans-serif
}

.dropdown dt a span {
    cursor: pointer;
    display: inline
}

.dropdown dd ul {
    background: #FFF;
    border: 1px solid #BBB;
    color: #444;
    display: none;
    position: relative;
    min-width: 160px
}

.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
}

.pagination,
.pagination li {
    display: inline-block
}

.dropdown dd ul li a:hover {
    background-color: #EEE
}

.property-state {
    float: right;
    margin-bottom: 10px
}

.btn {
    height: 43px;
    background-color: #333;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.42857;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    padding: 4px 12px
}

.btn:before,
.menu-categoria li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: scale(0);
    transition: transform .3s ease-out
}

.btn:hover:before,
.menu-categoria li a:hover:before {
    transform: scale(1)
}

.btn-secondary {
    background-color: #A6A134
}

.btn-secondary:before,
.menu-categoria li a:before {
    background-color: #886511
}

.pagination {
    position: relative
}

.pagination li.pagination-item a,
.pagination-next a,
.pagination-prev a {
    display: block;
    background-color: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    border-bottom: 4px solid #E5E5F8;
    color: #444;
    font-size: 16px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 13px 23px;
    position: relative;
    transition: all .15s linear 0s
}

.pagination-prev a i {
    font-size: 18px;
    margin-right: 8px
}

.pagination-next a i {
    font-size: 18px;
    margin-left: 8px
}

.pagination li.active,
.pagination li:hover {
    border-bottom-color: #A6A134
}

.pagination li.active a,
.pagination li:hover a {
    color: #A6A134;
    border-bottom-color: #A6A134
}

.pagination li.active a {
    font-weight: 600
}

.pagination-bottom {
    margin-top: 10px;
    text-align: center
}

.opcoes-boxe {
    padding: 0 15px
}

.tipo-opcoes {
    overflow: auto;
    max-height: 300px;
    padding-left: 15px
}

.animacao .slides,
.btn-search,
.footer,
.footer-box,
.galeria,
.galeria-item,
.highlight-meta,
.no-results,
.property-custom-inner,
.property-item-links ul,
.unstyled {
    overflow: hidden
}

#filter .opcoes {
    margin: 0 0 20px;
    padding-top: 20px
}

#filter .opcoes a {
    color: #4c4c4c;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 8px 8px 0;
    padding: 0 0 0 29px;
    position: relative
}

#filter .opcoes a .check {
    background-color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC
}

#filter .opcoes a .check i {
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 16px;
    color: #A6A134;
    display: none
}

#filter .opcoes a.checked .check i {
    display: block
}

.sidebar-widget-box {
    background-color: #FFF;
    border-bottom: 4px solid #E5E5F8;
    margin-bottom: 30px
}

.sidebar-widget-box-title {
    border-bottom: 1px solid #EEE;
    padding: 15px 20px;
    line-height: 1
}

.sidebar-widget-box-title h2 {
    font-size: 18px;
    font-weight: 500
}

.sidebar-widget-box-body {
    padding: 15px 0 20px
}

.sidebar-widget-box-body form {
    padding-left: 20px;
    padding-right: 20px
}

.property-item-condo,
.radio-list {
    position: relative;
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 10px
}

.radio-list>i {
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 20px
}

.boxe {
    background-color: #FFF;
    margin-bottom: 15px
}

.boxe h4 {
    position: relative;
    font-size: 18px;
    color: #353535;
    padding: 15px;
    margin-bottom: 20px
}

.boxe h4:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 60px;
    height: 2px;
    background-color: #1F1C2F
}

.numbers {
    padding: 0 20px;
    text-align: center
}

.numbers li {
    display: inline-block;
    width: 17%
}

.numbers li a {
    display: block;
    height: 36px;
    color: #272727;
    line-height: 36px
}

.numbers li a:hover {
    background-color: #EEE
}

.numbers li a.checked {
    background-color: #DDD;
    font-weight: 600
}

.numbers li:last-child a {
    margin: 0 !important
}

.services-wrapper {
    background-color: #FFF;
    border-bottom: 2px solid #EAEAEA;
    margin-bottom: 50px
}

.single-service {
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.single-service .bordered,
.single-service .top-bordered {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.single-service .bordered {
    border: 2px solid #29166F;
    margin: 12px auto -4px;
    width: 25%;
    transition: all .3s ease-in-out
}

.single-service .top-bordered {
    margin: 0 auto;
    opacity: 0;
    transition: all .3s ease-in-out
}

.service-icon,
.single-service h4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.single-service:hover .top-bordered {
    opacity: 1
}

.single-service:hover .readmore {
    background-color: #29166F;
    color: #FFF
}

.single-service h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    transition: all .3s ease-in-out
}

.single-service p {
    font-size: 14px;
    font-weight: 400;
    color: #AAA;
    margin-bottom: 10px
}

.service-icon {
    color: #B2B2B2;
    font-size: 45px;
    border: 1px solid #B2B2B2;
    border-radius: 100%;
    padding: 20px;
    margin: 13px 0;
    transition: all .3s ease-in-out
}

.single-service .readmore {
    color: #333;
    font-size: 18px;
    float: left;
    padding: 15px 10px 10px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.advertising {
    background: url(../images/gplaypattern.png);
    padding: 50px 0;
    text-align: center
}

.advertising-title {
    font-size: 22px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 40px
}

.advertising-title>strong {
    font-weight: 600
}

.advertising-description {
    font-size: 28px;
    color: #FFF;
    padding: 7px 0 17px;
    line-height: 1.5
}

.advertising-list {
    position: relative;
    margin: 0 -5px
}

#owl-demo .item {
    position: relative;
    border: 1px solid #E5E5F8;
    margin: 0 5px
}

#owl-demo .item a {
    display: block;
    background-color: #FFF;
    width: 100%;
    transition: opacity .3s ease-in-out
}

#owl-demo .item a:hover {
    opacity: .8
}

.main-content {
    background-color: #F3F3F9;
    position: relative;
    z-index: 5
}

.footer-wrap {
    width: 100%
}

.footer {
    background: url(../images/footer-bg.png) bottom no-repeat #232323;
    min-height: 10px
}

.rights {
    background: #111;
    padding: 5px 0
}

.rights p {
    color: #FFF;
    font-size: .688em;
    font-weight: 400;
    margin: 0
}

.rights a:hover>img {
    opacity: .6
}

@media (max-width:767px) {
    .footer .widget h2 {
        margin-top: 20px;
        margin-right: 0
    }

    .footer .widget:first-child h2 {
        margin-top: 0
    }
}

.footer .widget p {
    color: #636363;
    font-size: 14px;
    line-height: 24px
}

.text-right {
    text-align: right
}

.hamburguer,
.footer .advice,
.footer-contact-icon,
.footer-links,
.header-social a,
.social-icons a,
.text-center {
    text-align: center
}

.footer-contact-icon {
    float: left;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 20px
}

.footer-boxes-wrap>div {
    padding-bottom: 300px;
    margin-bottom: -300px
}

.footer-box {
    position: relative;
    color: #FFF;
    padding: 50px 15px 30px
}

.footer-box>header {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 2px solid #A6A134
}

.footer-box>header:after {
    position: absolute;
    top: 0;
    left: 2px;
    width: 6px;
    height: 100%;
    background-color: #A6A134
}

.breadcrumbs-bg,
.header,
.header-top,
.social-icons {
    position: relative
}

.footer-box>header>h2 {
    font-size: 20px;
    font-weight: 500
}

.footer-contacts-info > ul > li {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-bottom: 40px
}

.footer-contacts-icon {
    display: block;
    font-size: 26px;
    margin-bottom: 20px
}
.footer-contacts-icon svg {
    width: 30px;
    height: 30px;
}

.footer-links li,
.social-icons li {
    display: inline-block
}

.footer-contacts-info a {
    color: #FFF
}

.footer-links {
    margin-bottom: 40px
}

.footer-links li>a {
    font-size: 14px;
    color: #FFF;
    padding: 0 10px
}
.footer-social-items {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.footer-social-items li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color-1);
    border-radius: 8px;
    line-height: 1;
    transition: all .3s ease;
}
.footer-social-items li a:hover {
    background-color: #C9C250;
}

.unstyled {
    margin-top: 30px
}

.social-icons {
    z-index: 9
}

.social-icons li {
    float: left;
    list-style: none
}

.social-icons a {
    color: #FFF;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    width: 45px
}

.social-icons .facebook a {
    background-color: #466ab3
}

.social-icons .facebook a:hover {
    background-color: #778fc4
}

.footer-bottom {
    background: #111
}

.footer-bottom .container {
    padding-top: 21px;
    padding-bottom: 11px
}

.footer .advice {
    width: 50%;
    font-size: 14px;
    color: #999;
    margin-right: auto;
    margin-left: auto
}

.footer-bottom .text {
    float: left
}

.footer-bottom .dev,
.header-top-right,
.property-box-action {
    float: right
}

.footer-bottom .text p {
    font-size: 14px;
    color: #A0A0A0;
    letter-spacing: .25px
}

.footer-bottom .dev a {
    transition: all .5s ease-out
}

.footer-bottom .dev a:hover {
    opacity: .8
}

.footer-bottom small {
    display: block;
    font-size: 12px;
    line-height: 30px
}

.link-unstyled li {
    display: inline-block
}

.link-unstyled li a {
    display: block;
    padding: 5px 8px;
    background-color: #1b1b1b;
    color: #FFF;
    margin-bottom: 5px;
    font-size: 13px;
    transition: all .2s ease-in-out 0s
}

.link-unstyled li a i {
    font-size: 12px;
    width: 15px
}

.link-unstyled li a:focus,
.link-unstyled li a:hover {
    background-color: #000
}

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    z-index: 10;
}

.header-top {
    position: relative;
    background-color: #A6A134;
    z-index: 10;
}

.header-top a {
    font-size: 14px;
    color: #FFF;
    line-height: 45px
}

.header-login {
    padding: 0 30px;
    cursor: pointer
}

.header-social {
    display: inline-block
}

.header-social a {
    display: block;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.breadcrumbs li,
.header-social a i {
    display: inline-block
}

.header-social a i {
    min-width: 45px
}

.breadcrumbs-bg {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumbs-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.header-bg-about {
    background-image: url(../images/header-bg-about.jpg)
}

.header-bg-contact {
    background-image: url(../images/header-bg-contact.jpg)
}

.header-bg-search {
    background-image: url(../images/header-bg-search.jpg)
}

.header-bg-property {
    background-image: url(../images/header-bg-property.jpg)
}

.header-bg-condo {
    background-image: url(../images/header-bg-condo.jpg)
}

.breadcrumbs {
    position: absolute;
    top: 65px;
    right: 15px;
    background-color: #FFF;
    padding: 10px 15px
}

.breadcrumbs li a {
    font-size: 14px;
    color: #232323;
    transition: all .5s ease
}

.breadcrumbs li a:hover {
    color: #A6A134
}

.breadcrumbs li:after {
    content: ">";
    padding: 0 5px 0 10px;
    color: #232323
}

.breadcrumbs li:last-child:after {
    content: "";
    padding: 0
}

.submit-property-button {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 25px;
    background-color: #A6A134;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
    z-index: 100
}

.submit-property-button>i {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}

.header-content {
    position: relative;
    background-color: rgba(35, 35, 35, .7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    z-index: 10;
}

.header-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo .logo-mobile {
    display: none;
}

.header-logo img {
    height: 100px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #FFF;
    border-radius: 8px;
    padding: 15px 20px;
    color: #FFF;
    transition: all .3s ease;
}

.header-phone:hover {
    background-color: #FFF;
    color: var(--theme-color-1);
}

.header-phone--icon {
    display: flex;
}

.hamburguer {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.hamburguer span {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s;
}

/* Menu mobile */
.nav-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background-color: #232323;

    transition: right 0.4s ease-in-out;
    z-index: 999;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

.nav-mobile.active {
    right: 0;
}

.nav-mobile ul {
    padding: 15px 25px;
    list-style: none;
}

.nav-mobile li {
    margin-bottom: 1.5rem;
}

.nav-mobile a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s;
}

.nav-mobile a:hover {
    color: #3498db;
}

.nav-mobile--close {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 25px;
}

.nav-mobile--close svg {
    width: 35px;
    height: 35px;
    fill: #FFF;
}

/* Overlay para o menu mobile */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .logo-desktop {
        display: none;
    }

    .header-logo .logo-mobile {
        display: block;
    }

    .header-logo img {
        height: 55px;
    }

    .header-phone {
        display: none;
    }

    .hamburguer {
        display: flex;
    }

    /* Animação do botão hamburguer */
    .hamburguer.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburguer.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .submit-property-button {
        padding: 3px 15px;
        line-height: 29px
    }
}

.header-bottom {
    position: relative;
    background-color: #A6A134;
    min-height: 50px;
    z-index: 10
}

.header-bottom:after,
.header-bottom:before {
    position: absolute;
    min-height: 50px;
    background-color: #A6A134;
    content: ""
}

.header-bottom:before {
    width: 50px;
    left: -25px;
    transform: skewX(-40deg)
}

.header-bottom:after {
    width: 1000px;
    left: 100%;
    z-index: 1
}

.header-contacts {
    position: relative;
    display: none
}

.header-contacts-info li {
    display: inline-block;
    font-size: 14px;
    margin-right: 25px
}

.header-contacts-info li a {
    color: #FFF;
    cursor: pointer
}

.header-contacts-info li i {
    font-size: 18px;
    margin-right: 5px
}

.header-menu {
    display: none;
    /* padding-left: 20px */
}

@media (min-width:768px) {

    .header-contacts,
    .header-menu {
        display: block
    }

    .hamburguer {
        display: none
    }
}

.logo {
    position: relative;
}

.mainmenu-area {
    background-color: #F5F5F5;
    transition: all .3s ease 0s
}

.mainmenu {
    display: inline-block
}

.header-menu ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-menu ul li {
    position: relative;
    padding: 15px;
}

.mainmenu ul li:last-child {
    margin-right: 0
}

.header-menu ul li>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

/* .header-menu li>a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #A6A134;
	transition: all .5s ease
} */

.animacao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animacao .slides,
.btn-search,
.filter,
.filter-tab-wrap,
.filter-wrap,
.tabs li {
    position: relative
}

.header-menu li:hover>a:after {
    width: 100%
}

.header-menu ul li>a:hover {
    color: #A6A134
}

.animacao .slides {
    height: inherit;
    width: 100%;
    border-radius: 0
}

.animacao .slides .slide {
    width: inherit;
    height: inherit;
    background: #fff;
    position: relative
}

.animacao .slides .slide .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: inherit;
    height: inherit
}

.filter-form .submit,
.filter-wrap,
.menu-categoria,
.tabs {
    width: 100%
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-categoria {
    background-color: #333;
    border-radius: 0 0 8px 8px;
    padding: 15px 20px
}

.menu-categoria li {
    display: block
}

.menu-categoria li a {
    display: block;
    background-color: #A6A134;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    padding: 10px 5px;
    margin-right: 8px;
    text-align: center;
    -webkit-transform: perspective(1px) translate(0);
    transform: perspective(1px) translate(0)
}

.menu-categoria li:last-child a {
    margin-right: 0
}

@media (min-width:768px) {
    .menu-categoria {
        display: table;
        width: 100%
    }

    .menu-categoria li {
        display: table-cell
    }
}

@media (max-width: 768px) {
    .menu-categoria li a {
        margin-bottom: 5px;
        margin-right: 0
    }
}

.bg-black {
    background-color: #2a2a2a
}

.filter div[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.search-header {
    margin-right: 0 -30px 20px
}

.search-header h3 {
    font-size: 22px;
    color: #000;
    padding: 24px 0
}

.filter-wrap {
    margin-top: -150px;
    z-index: 110
}

.filter-tab-wrap {
    width: 100%
}

.tabs li {
    display: inline-block;
    margin-right: 15px;
    text-align: center
}

.tabs li a {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 8px;
    color: #FFF;
    padding: 15px 25px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.tabs li a:hover {
    background-color: #A6A134
}

.filter-content {
    background-color: #232323
}

.tabs li a.active {
    background-color: #A6A134
}

.tabs li a.active:before {
    content: "";
    position: absolute;
    top: 43px;
    width: 20px;
    height: 20px;
    background-color: #A6A134;
    transform: rotate(45deg);
}

.tab-content {
    display: none
}

.tab-active {
    display: block
}

.filter-content {
    border-radius: 8px;
    margin-top: 20px;
    padding-top: 10px
}

.filter-form {
    padding: 20px 40px 10px
}

.filter-form i {
    padding-right: 10px
}

.filter-form label {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px
}

.filter-form input {
    border: 1px solid #CCC;
    margin-bottom: 10px
}

.btn-search {
    width: 100%;
}

.btn-search>i {
    position: absolute;
    bottom: -4px;
    left: -4px;
    font-size: 50px;
    color: rgba(255, 255, 255, .8)
}

.property-box-action>li,
.shutter-in {
    position: relative;
    display: inline-block
}

.property-box {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.property-box:hover {
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .2)
}

.property-box:hover .property-box-goto {
    transform: scale(1);
    z-index: 10
}

.property-box .property-box-goto:hover {
    background-color: #A6A134;
    color: #FFF
}

.property-box-header {
    padding: 0 20px;
}

.property-box-header>h1 {
    overflow: hidden;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
}

.property-box--code {
    font-size: 14px;
    color: #666;
    margin: 0 20px 10px;
}

.property-box-reference {
    font-size: 14px;
    font-weight: 400
}

.property-box-header h1 a {
    color: #000
}

.property-box-action>li {
    width: 45px;
    border-left: 1px solid #E5E5F8;
    line-height: 45px;
    text-align: center
}

.property-box-action>li i {
    font-size: 18px;
    color: #555
}

.shutter-in {
    max-width: 100%;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .35s ease
}

.shutter-in:after,
.shutter-in:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 0;
    height: 100%;
    opacity: .5;
    transition: all .35s ease
}

.shutter-in:before {
    bottom: 0;
    right: 0
}

.shutter-in:after {
    top: 0;
    left: 0
}

.property-box:hover .shutter-in:after,
.property-box:hover .shutter-in:before,
.shutter-in:hover:after,
.shutter-in:hover:before {
    width: 50%
}

.shutter-in figcaption {
    opacity: 0;
    z-index: 1
}

.shutter-in:hover figcaption {
    opacity: .5;
    transition-delay: .21s
}

.property-box-url {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.property-box-image {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    position: relative
}

.property-box-image.bigger {
    min-height: 350px;
    max-height: 350px
}

.property-box-image.bigger img {
    height: 350px;
    min-height: 350px
}

.property-box-image img {
    height: 250px;
    min-height: 250px;
    object-fit: cover;
    object-position: center center;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    border-radius: 8px 8px 0 0;
}

.property-box-image .favorite {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 24px;
    font-size: 24px;
    color: #FFF;
    line-height: 24px;
    text-align: center;
    z-index: 10
}

.property-box-status {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--theme-color-1);
    border-radius: 6px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    font-size: 14px;
    color: #FFF;
    padding: 6px 12px 3px
}

.property-box-goto {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -60px;
    padding: 10px 15px;
    border: 2px solid #A6A134;
    color: #FFF;
    text-align: center;
    transform: scale(0);
    transition: all .3s ease-in-out
}

.property-box-bottom {
    background-color: #FBFBFE;
    border-top: 1px solid #E5E5F8;
    border-radius: 0 0 8px 8px;
}

.preco {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 25px;
    padding: 15px 0 15px 20px
}

.label,
.reference {
    background-color: #886511;
    color: #FFF;
    font-size: 12px
}

.reference {
    float: right;
    padding: 8px 10px
}

.property-box-info-label {
    bottom: 0;
    left: 0;
    position: absolute
}

.forbuy {
    position: absolute;
    transition: all .3s ease-in-out 0s;
    z-index: 10
}

.label {
    border-radius: 2px;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    top: 20px;
    left: 20px
}

.property-box-content {
    position: relative;
    padding-top: 15px
}

.property-box-meta {
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.property-box-meta-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.property-box-meta-list2>li,
.property-box-meta-list>li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}

.property-box-meta-list li i,
.property-box-meta-list2>li>i {
    font-size: 26px;
    color: #666;
    margin-right: 5px
}

.property-box-meta-list2 li {
    font-size: 14px
}

.property-box-meta-list2 li:first-child {
    font-size: 16px;
    padding-left: 0
}

.property-box-meta-list2>li>i {
    color: #FFF
}

.property-box-meta-vl {
    float: left;
    width: 41.66666667%;
    padding: 10px;
    text-align: center
}

.property-box-text {
    overflow: hidden;
    height: 70px;
    font-size: 14px;
    margin: 0 20px 20px;
}

/* .property-box-text p {
	height: 60px;
	font-size: 14px;
	line-height: 20px
} */

.label-content {
    margin-left: 5px;
    font-size: 18px;
}

.label-property {
    display: block;
}

[data-tooltip] {
    display: inline;
    position: relative
}

[data-tooltip]:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

[data-tooltip]:hover:after {
    background: #A6A134;
    bottom: 26px;
    font-size: 12px;
    color: #FFF;
    content: attr(data-tooltip);
    margin: auto;
    padding: 3px 10px;
    position: absolute;
    line-height: 22px;
    white-space: nowrap;
    text-align: center
}

[data-tooltip]:hover:before {
    border: solid;
    border-color: #A6A134 transparent;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 50%;
    margin-left: -6px;
    opacity: 1;
    position: absolute
}

.property-box-place {
    display: inline-block;
    font-size: 16px;
    color: #515666
}

.property-box-place>i {
    margin-right: 5px
}

.property-box-price {
    color: #C00;
    font-size: 16px;
    font-weight: 600
}

.highlight-header,
.highlight-meta {
    color: #FFF;
    position: relative;
    z-index: 10
}

.property-meta-bottom {
    border-top: 1px solid #DDD;
    padding: 10px 20px
}

.property-box-fav:hover {
    cursor: pointer
}

.highlight-overlay {
    position: relative;
    background: url(../images/highlight-bg.jpg) center center no-repeat #114a82;
    background-size: cover;
    min-height: 400px;
    margin-bottom: 210px;
    padding-top: 60px
}

.highlight-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

.highlight-header h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 20px 0 10px
}

.highlight-place {
    display: block;
    font-size: 16px;
    margin: 15px 0
}

.highlight-price {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px
}

.highlight-meta {
    height: 180px
}

.highlight-meta:after,
.highlight-meta:before {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    content: ""
}

.highlight-meta:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px
}

.highlight-meta:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%
}

.high-item {
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 50px;
    padding: 25px 0 20px 30px
}

.high-item i {
    display: inline-block;
    font-size: 35px;
    margin-right: 10px
}

.high-item span {
    font-size: 20px;
    line-height: 50px
}

.box-image {
    overflow: hidden;
    position: relative;
    bottom: 0;
    width: 550px;
    height: 323px;
    margin-bottom: 15px;
    z-index: 10
}

.high-view p,
.property-custom-price,
.property-item {
    margin-bottom: 10px
}

.box-image-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.high-view {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 16px;
    max-width: 450px;
    z-index: 1090
}

.high-view p {
    border-left: 5px solid #F9A11B;
    color: #FFF;
    padding-left: 15px
}

.readmore {
    display: inline-block;
    margin-top: 5px
}

/* CONDO LIST */
.condos-list .property-box-header h2 a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.condos-list .property-box-place {
    font-size: 14px;
    padding: 5px 20px 20px;
}

@media (min-width:992px) {
    .box-image {
        float: left;
        position: absolute;
        bottom: -275px
    }

    .box-image-inner {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        transform: skew(0) skewY(1.7deg);
        transform-origin: left top
    }

    .box-image-content {
        transform: skew(0) skewY(-3deg);
        transform-origin: left top
    }

    .high-view {
        position: absolute;
        bottom: -290px
    }

    .high-view p {
        color: #000
    }
}

.property-custom-inner {
    position: relative;
    display: block
}

.property-custom-inner img {
    transition: all .5s ease-out
}

.property-custom-inner:hover img {
    transform: scale(1.1)
}

.property-custom-image {
    position: relative
}

.property-custom-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: 1;
    z-index: 1
}

.property-custom-figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 50px;
    z-index: 2
}

.property-custom-title {
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 10px
}

.property-custom-price {
    font-size: 18px;
    font-weight: 500;
    color: #FFF
}

.nopadding {
    padding: 0
}

.property-single-labels {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 10
}

.property-item-login,
.property-item-photo,
.property-login {
    position: relative
}

/* LOGIN BUTTON */
.login-link {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    height: auto;
    border-radius: 6px;
    padding: 12px 15px;
    transform: translateX(-50%);
}

.property-single-info {
    display: inline-block
}

.property-single-top {
    margin-bottom: 30px
}

.property-single-price {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    padding: 10px 15px;
    background-color: #A6A134;
    margin-top: 30px
}

.property-single-title {
    margin-top: 30px
}

.property-single-title > h1 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 500;
    color: #232323;
    line-height: 150%
}
.property-single--code {
    background-color: var(--theme-color-1);
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 14px;
    color: #FFF;
    line-height: 1;
}
.property-single-title>p {
    font-size: 16px;
    color: #333
}

.property-item-login-header {
    text-align: center
}

.property-login {
    background-color: #FFF;
    padding: 30px 20px
}

.property-single-login {
    text-align: center
}

.property-single-login-icon {
    width: 50px;
    height: 50px;
    background-color: #232323;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    line-height: 50px
}

#btn_login,
.property-single-login .btn {
    width: auto
}

.property-item-condo,
.property-item-photo.contain {
    background-color: #FFF
}

.property-single-login-header {
    margin: 15px 0
}

.property-single-login-header>h2 {
    font-size: 20px;
    font-weight: 500;
    color: #232323
}

.property-login-header>h2>span {
    font-weight: 700;
    margin-top: 5px
}

.property-single-login p {
    margin-bottom: 15px
}

#btn_login {
    float: left
}

.property-item-condo {
    position: relative;
    padding: 10px
}

.property-item-condo img {
    height: 200px;
    max-height: 200px;
    object-fit: contain
}

.property-item-photo img {
    height: 470px;
    max-height: 470px;
    object-fit: cover
}

.property-item-photo.contain img {
    object-fit: contain
}
/* PREVIEW IMAGES */
.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-status {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #A6A134;
    font-size: 14px;
    color: #FFF;
    padding: 10px
}

.property-item-subheader>h2,
.property-single-overview>header h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.property-single-overview {
    background-color: #FFF;
    border-bottom: 4px solid #E5E5F8;
    border-radius: 8px;
    margin-top: 30px
}

.property-single-overview>header {
    border-bottom: 1px solid #EEE;
    padding: 15px 20px
}

.property-single-overview-body {
    padding: 15px 20px 20px
}

.property-item-subheader {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.property-item-subheader>h2 {
    color: #4D4D4D
}

.property-item-meta {
    display: block;
    position: relative
}

.property-item-meta li {
    display: inline-block;
    padding: 15px 10px;
    text-align: center
}

.property-item-meta li span {
    color: #555
}

.property-item-meta i {
    font-size: 20px;
    margin-right: 5px
}

.meta-item-label {
    display: inline-block;
    font-weight: 500
}

.meta-item-value {
    display: inline-block;
    font-size: 16px;
    font-weight: 500
}

.meta-item-value .fa {
    font-size: 20px;
    margin-left: 5px
}

.property-item-meta li:last-child .fa {
    margin-left: 0
}

.property-item-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #A6A134;
    font-weight: 500;
    color: #FFF;
    padding: 10px 15px
}

.property-item-links {
    background-color: #555;
    margin-bottom: 10px
}

.property-item-links ul li {
    border-right: 1px solid #333;
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: 300;
    line-height: 20px;
    margin-left: 15px;
    padding: 11px 15px 11px 0
}

.property-item-links ul li a {
    color: #FFF;
    cursor: pointer
}

.property-item-links ul li a:hover {
    color: #CCC
}

.property-item-links ul li i {
    float: left;
    font-size: 1.2em;
    margin-right: 8px
}

.property-single-sharebox {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 15px 0
}

.property-single-sharebox-title {
    display: block;
    font-weight: 500;
    line-height: 45px
}

.fixed {
    position: fixed
}

@media (max-width:767px) {
    .property-item-share li {
        float: none;
        width: 100%
    }
}

.property-item-amenities {
    margin-bottom: 30px
}

.property-item-amenities>h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px
}

.property-item-amenities>p {
    color: #555;
    line-height: 26px
}

.checks {
    margin-top: -10px
}

.checks li {
    font-size: 16px;
    margin-top: 10px
}

.checks li i {
    font-size: 20px;
    color: #272727;
    position: absolute;
    top: 2px
}

.checks li span {
    color: #555;
    padding-left: 30px
}

.galeria {
    margin-top: 8px
}

.galeria-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 150px
}

.galeria-item img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.galeria-item a img {
    transition: all .2s ease 0s
}

.galeria-item a:active img,
.galeria-item a:focus img,
.galeria-item a:hover img {
    max-width: 110%;
    width: 110%
}

.f-contato {
    padding: 5px
}

.no-results {
    background: url(../images/search-no-result.png) left center no-repeat;
    font-weight: 500;
    min-height: 150px;
    padding-left: 180px
}

.no-results h3 {
    font-size: 20px;
    margin: 20px 0 10px
}

.fav-fa.favon>i {
    color: #29166F !important
}

.map-container {
    position: relative;
    width: 100%;
    height: 500px;
}
.contact-map-container {
    width: 100%;
    height: 300px;
    background-color: #CCC
}

.contact-info-item {
    width: 100%;
    padding: 15px 0;
    text-align: center
}

.contact-info-item i {
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 10px 0 0
}

.contact-info-item p a {
    color: #424242;
    transition: all .3s ease-in-out
}

.contact-info-item p a:hover {
    color: #A6A134
}

.contact-info-map {
    padding: 15px 20px
}

.contact-info-map h2 {
    font-size: 26px;
    line-height: 35px
}

.contact-info-map-location {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 10px 0 15px
}

.info-column {
    padding-left: 50px
}

.box-container {
    margin-bottom: 20px;
    position: relative
}

.bgg-gray,
.bgg-gray-right {
    position: absolute;
    height: 100%;
    top: 0
}

.padding20 {
    padding: 20px
}

.bgg-gray {
    left: 0;
    width: 50%;
    background-color: #29166F;
    z-index: 2
}

.bgg-gray-right {
    right: 0;
    width: 65%;
    background-color: #F7F7F7;
    z-index: 1
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, .6);
    overflow: auto;
    z-index: 1000
}

.property-box-image-degradee:after,
.property-box-image-degradee:before {
    background-size: 100%;
    z-index: 1;
    transition: all .5s ease-in-out;
    right: 0;
    left: 0;
    content: ""
}

.modal-content {
    position: relative;
    background-color: #FFF;
    width: 400px;
    margin: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .6s;
    animation-name: animatetop;
    animation-duration: .6s
}

.modal-header {
    border-bottom: 1px solid #DDD;
    padding: 15px
}

.modal-header h6 {
    font-size: 20px;
    font-weight: 400
}

.modal-body {
    padding: 15px
}

.close {
    float: right;
    font-size: 28px;
    color: #555;
    cursor: pointer
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.loading {
    display: none;
    position: relative;
    text-align: center
}

.loading-bar {
    display: inline-block;
    background-color: #1F1C2F;
    width: 4px;
    height: 18px;
    animation: loading 1s ease-in-out infinite
}

.loading-bar:nth-child(1) {
    animation-delay: 0
}

.loading-bar:nth-child(2) {
    animation-delay: 90ms
}

.loading-bar:nth-child(3) {
    animation-delay: .18s
}

.loading-bar:nth-child(4) {
    animation-delay: .27s
}

@keyframes loading {

    0%,
    40% {
        transform: scale(1)
    }

    20% {
        transform: scale(1, 2.2)
    }
}

.realty-animation {
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: .7s
}

.realty-animation-visible {
    opacity: 1
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@media (min-width:1020px) {

    .col-mm-1,
    .col-mm-2,
    .col-mm-3 {
        float: left
    }

    .col-mm-3 {
        width: 50%
    }
}

.no-padding {
    padding: 0
}

.property-box:hover .property-box-image-degradee:before {
    transition: all .5s ease-in-out;
    opacity: 1
}

.property-box-image-degradee:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, 0) 100%)
}

.property-box-image-degradee:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .8) 100%)
}

.details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px 10px;
    color: #FFF;
    z-index: 2
}

.details p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

/*! nouislider - 9.0.0 - 2016-09-29 21:44:03 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    position: relative;
    z-index: 1;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
    position: absolute
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    color: #999
}

.noUi-value {
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

/* BAIRROS */
.neighborhoods {
    background-color: #232323;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23464548' fill-opacity='0.34' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.neighborhoods .page-header h1 {
    color: var(--theme-color-1);
}

.neighborhoods .page-header p {
    color: #FAFAFA;
}

.neighborhoods-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    /* max-width: 1200px;
    margin: 0 auto; */
}

.neighborhood {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 500px;
}

/* Camada de escurecimento */
.neighborhood::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.neighborhood:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.neighborhood h2,
.neighborhood p {
    margin: 5px 0;
    position: relative;
    z-index: 1;
}

.neighborhood h2 {
    font-size: 1.8rem;
}

.neighborhood p {
    font-size: 1.2rem;
    font-weight: normal;
}

/* WhatsApp button float */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 4px 4px 6px #999;
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    bottom: 15px;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Animação de pulsar */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float {
    animation: pulse 2s infinite;
}

/* Responsivo */
@media (max-width: 768px) {
    .neighborhoods-container {
        grid-template-columns: 1fr;
    }
    .neighborhood {
        height: 400px;
    }

    /* Property Single Section */
    .property-single-title > h1 {
        display: block;
    }

    /* WhatsApp button float */
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-tooltip {
        font-size: 12px;
        padding: 6px 10px;
        right: 60px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .neighborhoods-container {
        grid-template-columns: repeat(2, 1fr);
    }
}