/*html*/

body, html {
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 400;
    font-family: 'Roobert';
    color: #000;
    /* position: relative;
    display: block; */
    background-color: #f9f9f9;
}
body {
    overflow-x: hidden;
}

body .container,
body .container-fluid,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl,
body .container-xxl,
body .row {
    --bs-gutter-x: 30px;
}

a {
    text-decoration: none;
    transition: .2s;
}

p {
    font-family: 'roobert';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.565rem;
    color: #000
}

input, select {
    font-family: 'Roobert'!important;
}

iframe {
    max-width: 100%!important;
}

/*bootstrap custom*/

@media (min-width: 1740px) {
    .container {
        max-width: 1640px!important;
    }
}

.nav-item a {
    margin: 0 15px;
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
}

.nav-link.active {
    color: #c2785b!important;
    font-weight: 600;
}

/*header*/

header {
    height: 67px;
}

/*navbar*/

nav .h-btn-primary {
    padding: 2px 20px;
    border-radius: 0px;
}

a.nav-link:hover {
    color: #c2785b;
}

@media (min-width: 962px) {
    .h-menu div#navbarSupportedContent {
        flex: inherit!important;
    }
}

@media (max-width: 961px) {

    .navbar {
        padding: 15px 6px!important;
    }

    ul.navbar-nav {
        /* margin-top: 40px; */
        padding: 20px 0;
    }

    button.navbar-toggler {
        border: none;
        padding: 0;
    }

    .h-nav-contact {
        padding: 15px;
        margin: 0 0 30px 0;
    }

    .h-nav-contact span {
        display: inline-block;
        margin: 10px;
    }

    nav .h-btn-primary {
        padding: 10px 20px;
        border-radius: 0;
        font-size: 16px;
    }

    .nav-item a {
        margin: 0 15px;
        font-weight: 400;
        color: #000;
        font-size: 1.1rem;
        line-height: 1.7rem;
    }

}

@media (max-width: 900px) {
    .nav-personalizada {
        height: 100vh !important;
    }
}

/*icons*/
.h-btn-icon path {
    fill: #c2785b;
}

.h-nav-icons a {
    margin: 20px 5px;
}

/*font*/



@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-Bold.woff2') format('woff2'),
        url('font/Roobert-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-SemiBold.woff2') format('woff2'),
        url('font/Roobert-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-SemiBoldItalic.woff2') format('woff2'),
        url('font/Roobert-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-Light.woff2') format('woff2'),
        url('font/Roobert-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-Regular.woff2') format('woff2'),
        url('font/Roobert-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-BoldItalic.woff2') format('woff2'),
        url('font/Roobert-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('font/Roobert-RegularItalic.woff2') format('woff2'),
        url('font/Roobert-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



/*design*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'roobert';
}

.h-btn.btn {
    background: #ddd;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
}

.h-btn-primary 	{
    background-color: #c2785b;
    border: 1px solid #c2785b;
    /* min-width: 120px; */
    color: #fff;
    padding: revert;
    padding: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    transition: 0.2s;
}

.h-btn-primary:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{
        display: none;
    }
    .navbar .nav-item:hover .nav-link{
    }
    .navbar .nav-item:hover .dropdown-menu{
        display: block;
    }
    .navbar .nav-item .dropdown-menu{
        margin-top:0;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    background: transparent;
    color: #c2785b;
    font-weight: 600;
}

ul.dropdown-menu {
    border: none;
    box-shadow: 2px 2px 5px #00000029;
}

/*homesty custom*/

a.h-link-building-tag {
    border: 1px solid #666;
    padding: 5px;
    display: inline-block;
    margin: 10px 10px;
    color: #555;
}

.h-link-building {
    text-align: center;
}

a.h-link-building-tag:hover {
    background: #222;
    color: #fff;
}

.h-btn-outline{
    background-color: transparent;
    border: 1px solid #c2785b;
    /* min-width: 120px; */
    color: #c2785b;
    padding: revert;
    padding: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px;
}

.h-btn-outline:hover {
    background-color: #c2785b;
    color: #fff;
    transition: all .3s ease-in-out;
}

/*swiper custom*/

.swiper-button-next:after, .swiper-button-prev:after {
    content: 'next';
    color: #000;
    background: #fff;
    border-radius: 5px;
    font-size: 15px!important;
    font-weight: bold;
    padding: 10px 15px;
    box-shadow: 2px 3px 4px #00000075;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    scale: 1.1;
    transition: 0.2s;
}

/*header*/

.navbar {
    padding: 15px 0;
    background: #fff;
    /* padding: 6px 0; */
    border-bottom: 1px solid #f0f0f0;
}

a.navbar-brand {
    display: flex;
}

/*footer*/

.h-footer {
    margin: 4rem auto;
}

.h-footer-copyright {
    background-color: #d8d8d8;
    padding: 25px 0;
    line-height: 1.5rem;
}

.h-footer-contact span {
    margin: 10px;
    display: inline-block;
}

.h-footer-icons.text-center a {
    /* margin: 0 10px; */
}

.h-footer-link a, .h-footer-copyright a, .h-footer span {
    color: #000;
    line-height: 1.8rem;
    font-size: 1rem;
}



.h-footer-link a:hover, .h-footer-copyright a:hover {
    color: #c2785b;
}


.h-footer-copyright {
    background-color: #d8d8d8;
    padding: 25px 0;
    line-height: 1.5rem;
}

.h-footer-link-small {
    font-size: 14px!important;
    line-height: 1.2rem!important;
}

@media (max-width: 962px) {
    .h-footer {
        padding: 0px 40px;
    }

    .h-footer-contact {
        margin: 50px 0;
    }

    .h-footer span {
        color: #000;
        line-height: 1rem;
        font-size: 1rem;
    }


    .h-footer-link a, .h-footer-copyright a, .h-footer-link-small {
        color: #000;
        line-height: 2.2rem!important;
        font-size: 1rem!important;
    }

    .h-footer-link {
        margin-bottom: 50px;
    }

}

/*temp*/

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

.h-menu .container {
    padding-top: 0!important;
}



.h-margin-top {
    margin-top: 20px;
}

.h-margin-bottom {
    margin-bottom: 50px;
}

/*IMÓVEIS DESTAQUES OU SEMELHANTES*/

/*home featured*/

.h-featured-img {
    background: url('');
    height: 176px;
    background-size: cover;
    width: 100%;
}

.h-featured-card {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2),0 6px 6px 0 rgba(0,0,0,.19)!important;
    transition: .2s;
    color: #444;
}

.h-featured-card:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.h-featured-details {
    padding: 0 1.5rem 1.5rem!important;
}

.h-featured-tag {
    color: #fff;
    background: #222;
    padding: .25rem!important;
    width: fit-content;
    margin-top: -20px;
    padding: 0.8rem !important;
}

.h-featured-text {
    padding: 10px 0 20px;
    min-height: 150px;
    line-height: 22px;
}

.h-featured-text span {
    display: block;
}

.h-featured-title {
    font-weight: 600;
    width: 100%;
}

.h-featured-footer {
    padding: 20px 0;
    border-top: 2px solid rgba(0,0,0,.1);
}

.h-featured-btn {
    width: 100%;
}

.featured-price {
    font-weight: 700;
    color: #495057;
}






/*contato*/

section#contato {
    padding: 36px 0 156px;
}

div.label-icon.flat.icon-first {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

div.label-icon.flat {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section#contato svg {
    height: 22px!important;
    margin-top: -10px;
    margin-right: 10px;
}

.text-right {
    text-align: right!important;
}

section#contato form input.input-default, section#contato form select.select-default, section#contato form textarea.textarea-default {
    background-color: #f9f9f9;
    height: 48px;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    font-family: "roobertregular";
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #000;
    width: 100%;
    margin-bottom: 25px;
    padding: 13px 0;
}

section#contato .h-btn.h-btn-cta {
    width: 250px;
    background: #000;
    color: #fff;
}





/*form bootstrap custom*/

.h-result-check .form-check {
    display: inline-block;
    width: 50px;
}

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

.h-result-check .form-check-input {
    --bs-form-check-bg: none;
    width: 45px;
    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;
}

.h-result-check .form-check-input:checked {
    background-color: #222;
    border-color: #222!important;
    color: #222;
}

.h-result-check .form-check-input[type=radio] {
    border-radius: 0px !important;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #ddd;
}

.h-result-filter-input-right span, .h-result-filter-input-left span {
    margin-bottom: 5px;
    display: inline-block;
}

.h-result-check .form-check-input[type=radio]:hover {
    border-color: #222!important;

}

.h-result-check .form-check-input:focus {
    box-shadow: none;
}

.h-result-check .form-check-input:checked[type=radio]:before {
    color: #fff;
    font-weight: bold;
}


.form-check-input:checked {
    background-color: #222;
    border-color: #222;
}



.h-result-filter-amenities .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    height: 25px;
    width: 25px;
    border-radius: 5px!important;
    cursor: pointer;
}

.h-result-filter-amenities label {
    position: relative;
    top: 5px;
}

.h-filter-select .h-title-sm {
    color: #111!important;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

hr {
    border-color: #999;
}

/* FILTRO DESKTOP E MOBILE */
a.h-filter-status-btn:hover {
    outline: none!important;
}

.h-filter-row {
    background: #fff;
}




/*FILTRO VUE*/

.multiselect-tags {
    max-height: 33px;
    overflow-y: inherit;
    overflow-x: hidden;
}


.h-filter-status:second-child {
    margin-left: 20px!important;
}

.multiselect.form-select {
    padding: 0;
}

.multiselect-tag {
    background: #c2785b!important;
}

.multiselect-clear-icon {
    margin-left: 10px!important;
}

.multiselect-group-label.is-selected.is-pointed {
    background: #000!important;
}

.form-select, .multiselect-wrapper {
    border: 1px solid;
    border-color: #999;
    box-shadow: none!important;
    min-height: auto;
    border-radius: 0!important;
    height: 40px!important;
}

.multiselect.form-select {
    border: none;
}

/*LIST*/

.h-result-map {
    margin-top: 0!important;
}

/*N*/

.h-title {
    font-size: 1.625rem;
    line-height: 1.9375rem;
}



.h-text-decoration {
    text-decoration: underline;
    font-style: italic;
}


.h-bold {
    font-weight: 900;
}

/*featured semelhantes*/

a {
    color: initial;
}

.h-building-card {
    box-shadow: 3px 3px 8px #0000005e;
}

.h-building-card:hover .h-building-action {
    background: #c2785b;
    color: #fff!important;
}

.multiselect-group-label.is-selected.is-pointable {
    display: none;
}

.multiselect-group-label.is-selected.is-pointed {
    background: #c2785b!important;
}

.multiselect-group-label.is-selected.is-pointed {
    background: #c2785b!important;
}

.h-relative {
    position: relative!important;
}

.image-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    height: 100%;
    background: #0000008c;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000c;
    padding-top: 28%;
    text-align: center;
}

/*gs update 21/07/23*/

.cookie-title {
    text-align: justify;
    display: flow-root;
    padding-bottom: 10p;
}

/* property.blade */

.pswp img {
    max-width: none !important;
    object-fit: contain !important;
}

.pswp__img--placeholder--blank{
    display: none !important;
}

.pswp__zoom-wrap {
    transform: scale(1) !important;
}

.pswp__img {
    top: 45px!important;
}

.pswp__bg {
    opacity: 0.8!important;
}



#floating-whatsapp svg {
    width: 30px;
    height: 30px;
}

#floating-whatsapp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    bottom: 30px;
    z-index: 1509;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-animation: ringing-animation .3s infinite;
    animation: ringing-animation .3s infinite;
    font-size: 0;
}

a.h-filter-status-btn:hover {
    outline: none!important;
}

.h-filter-row {
    background: #fff;
}



/** COOKIES POPUP **/
.cookie-policy {
    display: block;
    position: fixed;
    bottom: 50px;
    background: #fff;
    left: 50px;
    max-width: 393px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 2px 2px 12px 2px #00000054;
    z-index: 99;
    color: #687068;
}

.cookie-policy a {
    color: #ce815f!important;
}

button.cookie-btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0px;
}
/** COOKIES POPUP **/


header#topo-site {
    position: sticky;
    top: 0;
    z-index: 9999;
}
header#topo-site > nav {
    width: 100vw;
    position: relative;
    margin-bottom: 0;
    /* min-height: 100vh; */
}


.seo-hd {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;

}

body .multiselect-dropdown {
    --ms-max-height: 110px;
}



body.v2,
body.v3
{}

body.v2 .swiper-horizontal,
body.v3 .swiper-horizontal
{
    padding-right: 5px;
}

body.v2 .swiper-slide,
body.v2 swiper-slide,
body.v3 .swiper-slide,
body.v3 swiper-slide
{
    height: unset;
}

body.v2 .swiper-slide,
body.v2 swiper-slide,
body.v3 .swiper-slide,
body.v3 swiper-slide
{
    height: unset;
}

body.v2 .h-featured-card,
body.v3 .h-featured-card
{
    height: 100%;
}

body.v2 .h-featured-card  > a,
body.v3 .h-featured-card  > a
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}

body.v2 .h-featured-details,
body.v3 .h-featured-details
{
    flex-grow: 1;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}

body.v2 .h-featured-text,
body.v3 .h-featured-text
{
    flex-grow: 1;

}
