.h-property-content-info {
    /* display: inline-flex; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.h-property-icon {
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.h-icon-number {
    /* margin-right: 2px; */
}

@media (min-width: 961px) {
    .h-property-cta {
        position: -webkit-sticky;
        position: sticky;
        display: block;
        top: 340px;
        width: 100%;
        max-width: 350px;
        min-height: 440px;
        /* padding: 15px 18px; */
        padding: 0;
        display: flex;
        background-color: #fff;
        /* border: 1px solid #b3b3b3; */
        border-radius: 2px;
        margin-top: -440px;
        margin-left: 25%;
        z-index: 9;
        /* -webkit-transform: translateX(100%); */
        /* transform: translateX(100%); */
    }

    .h-property-icon {
        font-size: 14px!important;
        margin-right: 0!important;
        margin-bottom: 20px!important;
        margin-right: 10px!important;
        width: 33.3%!important;
        padding: 0!important;
        margin: 10px 0!important;
        font-size: 13px!important;
        line-height: 14px;
    }
}


/*MAP*/

#map-container {
    position: fixed;
    width: 100%;
    height: 100vh;
}

/*LIST FILTER*/


.h-filter {
    margin-top: -100px;
}

.h-filter-row {
    padding: 1.5rem!important;
    background: #fff;
    border: 1px solid #000;
}



.h-filter-status {

}

a.h-filter-status-btn {
    color: #000;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    padding: 15px 15px;
    max-width: 200px;
    transition: .2s;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

a.h-filter-status-btn:hover {
    outline: 1px solid #333!important;
}

input.form-control.h-filter-cod {
    color: #000;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    /* width: 100%; */
    /* font-size: 12px; */
}

.h-filter-action {
    position: relative;
    top: -15px;
    margin-top: -10px;
}

#h-btn-cod, #h-btn-cod-mobile {
    /* content: ""; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    width: 15px;
    background-image: url(../css/icon/search.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    border-radius: 0;
    border: none;
}

#h-btn-cod:hover, #h-btn-cod-mobile:hover {
    background-color: transparent;
}

.h-filter-row .mb-3 {
    margin-bottom: 5px!important;
    border-bottom: 1px solid #999;
}

.h-filter .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

.h-filter .form-select:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

@media (max-width: 961px) {
    a.h-filter-status-btn.active {
        margin-right: 0!important;
    }

    .h-filter-btn-hide-mobile {
        display: none;
    }

    .h-not-collapse-mobile {
        display: block!important;
    }
}


a.h-filter-status-btn.active {
    background: #fff;
    margin-right: 20px;
    box-shadow: none!important;
    color: #ce815f;
    font-weight: normal;
    border: 1px solid #ce815f;
    transition: 0.6s;
}

a.h-filter-status-btn.active:hover,  a.h-filter-status-btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

/*filter result*/
.row.h-filter-select div {
    margin-bottom: 5px;
}
.h-result-filter-title {
    display: block;
    margin: 0 0 10px;
}
.h-result-property-btn a {
    font-family: 'Roobert';
    width: 48%;
    float: left;
    margin-right: 1%!important;
    font-weight: bold;
}
input.h-result-filter-input {
    padding: 10px;
    width: 100%;
}
.h-result-filter-input-left {
    width: 49%;
    margin-right: 1%;
}
.h-result-filter-input-div {
    display: flex;
}
.h-result-filter-input-right {
    width: 49%;
    margin-left: 1%;
}
.h-check-01:before {
    content: '1';
}
.h-check-02:before {
    content: '2';
}
.h-check-03:before {
    content: '3';
}
.h-check-04:before {
    content: '4+';
}
/*result*/
.h-result-property-img{
    height: 230px;
    width: 100%;
}
picture.h-result-property-img{
    display: inline-block;
    height: 230px;
    width: 100%;
}
.h-result-property-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.h-result-property svg {
    height: 20px;
}
.h-result-property {
    background: #fff;
    box-shadow: 4px 4px 10px #0000002b;
    margin: 50px 0;
}
.h-result-property-card {
    padding: 30px 30px 50px;
}
.h-result-property-btn a {
    margin: 5px 0;
    border-radius: 0;
}
.results .row.h-filter-status .h-filter-status-btn {
    margin: 0!important;
    width: 50%;
    margin-bottom: -1px!important;
}
.h-filter-select select {
    margin-bottom: 20px;
}
a.h-btn.h-btn-outline.h-result-btn-map {
    width: 180px;
}
select.form-select.result-order {
    /* width: 200px; */
    /* float: right; */
    /* margin-top: 25px !important; */
    border: 1px solid #000;
    border-radius: 0;
    min-height: 44px;
}
li.breadcrumb-item a {
    color: #ce815f;
}
ul.pagination {
    display: inline-flex;
}
a.page-link {
    color: #666;
    border: 1px solid #666;
    padding: 10px 20px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0!important;
}
nav.h-pagination {
    text-align: center;
}
/*botão filtro*/
a.h-btn-outline.h-btn-filter {
    color: #000;
    border: 1px solid #000;
    /* max-width: 150px; */
    padding: 10px 15px;
    height: 44px;
}
a.h-btn-outline.h-btn-filter svg {
    height: 15px;
    margin-top: -6px;
    margin-right: 5px;
}
a.h-btn-outline.h-btn-filter:hover {
    background: #292f2d;
    color: #fff;
}
a.h-btn-outline.h-btn-filter:hover svg path {
    fill: #fff!important;
    transition: all .3s ease-in-out;
}
.h-result-map iframe {
    width: 100%!important;
}
.h-filter {
    margin-top: 0!important;
}
.h-filter {
    margin-bottom: 50px;
}
/*property card*/
.h-property-content-info svg {
    max-height: 25px;
    width: 95px;
}
.h-property-icon {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-right: 10px;
}
.h-result-top {
    border-bottom: 1px solid #ce815f;
    margin: 0;
    padding: 0;
    /* padding: 0;
    padding-bottom: 30px; */
}
.h-title-sm {
    font-size: 16px;
    line-height: 20px;
}
.h-title-xs {
    font-size: 14px;
}
.h-color-primary {
    color: #ce815f;
}
.h-result-property-cod {
    text-align: right;
    margin: 5px;
}
.h-color-primary {
    color: #ce815f;
}
.h-result-property-price {
    margin: 15px 0;
    text-align: left;
}
.h-property-content-info {
    /* margin: 0 0 10px;
    padding: 15px 0 0; */
    margin: 0 0 20px;
    padding: 0;
}
.h-title-md{
    font-size: 1.25rem
}
.h-result2-property-card {
    border-right: 1px solid #ddd;
    box-shadow: 3px 3px 3px #00000030;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 40px;
    /* min-height: 610px;
    height: calc(100% - 40px); */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.btn.h-btn.h-btn-whatsapp {
    background-color: transparent;
    border: 1px solid #4caf50;
    min-width: 120px;
    color: #4caf50;
    padding: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.h-btn.h-btn-whatsapp:hover {
    background-color: #4caf50;
    color: #fff;
    transition: all .2s ease-in-out;
}

.btn-default.whatsapp:hover svg path {
    fill: #fff;
}

.btn.h-btn.h-btn-whatsapp svg {
    height: 18px;
    margin-right: 4px;
    transition: 0s;
}

a.btn.h-btn.h-btn-whatsapp:hover svg path {
    fill: #fff;
    height: 18px;
}

.h-result2-property-card-info {
    padding: 20px 10px 0 10px;
    /* height: calc(100% - 340px); */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h-result2-property-card-info .h-result-property-title,
.h-result2-property-card-info .h-rsult-property-adress,
.h-result2-property-card-info .h-result-property-price {
    line-height: 20px;
}

.h-result-property-btn {
    display: flex;
    padding-left: 10px;
}
a.h-result2-proprety-link {
    color: inherit;
}
.h-result2-property-link {
    color: inherit;
}
.h-pagination a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.h-pagination {
    margin-top: 50px;
}
#h-search-result-filter {
    position: sticky;
    top: 90px;
}
.h-result-map {
    margin-top: 50px;
    position: sticky;
    top: 70px;
    height: 80vh;
}
@media (max-width: 961px) {
    .h-result-property-card {
        min-height: 430px;
    }
    a.h-btn-outline.h-btn-filter {
        width: 100%!important;
        max-width: 100%;
        /* margin-top: 25px; */
    }
}
.container.h-filter.d-sm-none.d-none.d-md-block {
    margin-top: 0;
}

/* OVERLAY RESULTS */
.middle {
    top: 30em;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}
.bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
}
.bar1 {
    animation-delay: 0.1s;
}
.bar2 {
    animation-delay: 0.2s;
}
.bar3 {
    animation-delay: 0.3s;
}
.bar4 {
    animation-delay: 0.4s;
}
.bar5 {
    animation-delay: 0.5s;
}
.bar6 {
    animation-delay: 0.6s;
}
.bar7 {
    animation-delay: 0.7s;
}
.bar8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
    }
    50% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}

.list-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #333;
    z-index: 2;
}

#search-results-properties {
    position: relative;
}

.hide {
    display: none;
}

.results {
    padding: 50px 10px;
}

#map-container {
    position: fixed;
    width: 100%;
    height: 90vh!important;
    /* top: 10vh; */
}

/*listagem*/

@media (max-width: 960px) {

    .h-result-check .form-check-input:before {
        font-size: 15px;
        color: #222;
        padding: 10px;
        top: 12px;
        position: relative;
    }

    .h-result-check .form-check-input {
        --bs-form-check-bg: none;
        width: 37px;
        height: 45px;
        margin-top: 0!important;
        vertical-align: middle;
        background-color: none;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        print-color-adjust: exact;
        background: #fff;
        padding: 0;
        border-radius: 5px!important;
        margin-right: 5px;
        text-align: center;
    }

    div#h-search-result-map {
        z-index: 9;
        padding: 20px 12px;
    }

    div#h-search-result-filter {
        z-index: 9;
        padding: 20px 12px;
    }

    #map-container {
        height: 70vh!important;
        z-index: 9!important;
    }

    .results, .results.container {
        padding-top: 0!important;
    }

    .container, container-fluid {
        padding-top: 30px;
    }

    .h-result-top {
        border: none!important;
        padding-bottom: 0px!important;
    }

    .h-filter-list-top {
        text-align: center;
    }

    .h-result-filter-input-right, .h-result-filter-input-left {
        width: 50%;
        margin-left: 0;
    }


    .row.h-btn-filter.d-md-none {
        padding-top: 20px;
        margin-right: 0;
        padding-right: 0!important;
        margin-bottom: -10px;
    }

    .results .h-filter-row {
        box-shadow: none!important;
        padding: 30px 0!important;
        border: 1px solid #000;
        /* border-top: none; */
        margin-left: -150px;
    }

    .results .h-filter {
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    #results-div .order-md-2 {
        padding: 0;
    }

    select.form-select.result-order {
        width: 100%;
        float: none!important;
        border: 1px solid #000;
        border-radius: 0;
        min-height: 44px;
    }

    h1#search-results-title {
        text-align: left;
        margin-bottom: 5px;
    }

    a#view-mobile-filter svg {
        width: 20px;
    }

    #view-mobile-filter, #view-mobile-map {
        color: #000;
        border: 1px solid #000;
        /* max-width: 150px; */
        padding: 10px 15px;
        width: auto;
        height: 100%!important;
    }

    #view-mobile-map:hover, #view-mobile-filter:hover {
        background: #292f2d;
        color: #fff;
    }

    .h-result-map {
        margin-top: 50px;
        position: sticky;
        top: 70px;
        height: auto!important;
    }

    .h-filter-status {
        /* padding: 0; */
        margin: 0;
    }

    #view-mobile-filter:hover svg path, #view-mobile-map:hover svg path {
        fill: #fff!important;
        transition: all .3s ease-in-out;
    }

    .h-result2-property-card {
        height: auto;
    }
}


@media (max-width: 450px) {
    .results .h-filter-row {
        margin: 0;
    }
}

.h-filter {
    margin-bottom: 50px;
    padding-top: 0;
}

/*ajuste gs*/

a.btn.h-btn.h-btn-whatsapp {
    display: none;
}

.h-result-property-btn {
    padding-left: 0!important;
}

.h-result-property-btn a {
    width: 100%!important;
    margin: 0!important;
}



.h-property-icon {
    text-align: center;
}

.h-result-filter-input-div span {
    color: #111!important;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

.h-result-filter-amenities-input.col-md-6 {
    font-size: 15px;
}

a.h-btn-primary.h-btn-amenities {
    margin-bottom: 15px;
}

.row.h-btn-filter.d-md-none {
    margin-right: 0;
    padding-right: 0!important;
}

.list-mobile-filter-btn {
    padding-right: 0!important;
}


input.multiselect-tags-search::placeholder {
    line-height: 14px;
}
