body.fixed {
    overflow: hidden;
}

a {
    text-decoration: none !important;
    color: var(--primary_color);
}

button:hover,
button:focus,
a:hover,
a:focus {
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
}

small {
    font-size: 80%;
}

textarea {
    resize: none;
}

/* Layout */
#content-wrapper {
    min-height: 100vh;
    padding: 50px 0;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
}

.section-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 15px;
    height: 15px;
    background: var(--primary_color);
}

.section-title:after {
    position: absolute;
    content: "";
    left: 20px;
    bottom: -15px;
    width: 100px;
    height: 2px;
    transform: translate(0, -50%);
    background: var(--secondary_color);
}

.btn-submit {
    font-weight: 600;
    color: var(--button_color);
    background: var(--button_background);
}

.btn-submit:hover {
    color: var(--button_color);
    background: var(--secondary_color);
}

.btn-check {
    font-weight: 600;
    color: var(--button_color);
    background: gray;
}

.btn-check:hover {
    font-weight: 600;
    color: var(--button_color);
    background: var(--secondary_color);
}

.btn-check.checked {
    font-weight: 600;
    color: var(--button_color);
    background: var(--button_background);

}



#map-property.active {
    height: 450px;
    width: 100%;
}

#map-property .property-map-error {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    border: 1px solid #c5c5c5;
}

#map-property .property-map-error h5 {
    color: #676767;
    margin: 0;
}

/* Whatsapp Floating Shortcut*/

.whatsapp-floating-shortcut {
    position: fixed;
    z-index: 100000;
    right: 25px;
    bottom: 25px;
    background-color: #eeeeee91;
    border-radius: 50px;
    padding: 8px;
}

.whatsapp-floating-shortcut img {
    width: 3rem
}

.whatsapp-floating-shortcut:hover {
    background-color: #d8dad9;
}


.hidden {

    display: none;

}



.whatsapp-floating-form {



    width: 400px;

    padding: 1rem 1rem;



    background-color: #dfdfdfeb;

    border-radius: 10px;



    position: fixed;



    right: 20px;

    bottom: 20px;

    box-shadow: #80808069 0px 0px 10px 0px;

    z-index: 100000;

}



.whatsapp-floating-form .form-close {

    background-color: #ff4949;

    width: 25px;

    height: 25px;

    border-radius: 15px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: white;



    position: relative;

    left: 350px;

    top: -10px;



    cursor: pointer;

}

.whatsapp-floating-form-send {

    background-color: var(--primary_color);

    color: var(--header_font);



}

/* Share Property Shortcut */
.share-floating-shortcut {
    cursor: pointer;
    position: fixed;
    z-index: 100000;
    right: 24px;
    bottom: 101px;
    background-color: #eeeeee91;
    border-radius: 50px;
    padding: 14px;
    width: 65px;
    font-size: 25px;
    text-align: center;

}

.share-floating-shortcut:hover {
    background-color: #d8dad9;
}

.socialmedia-share-box,
.socialmedia-share-box .input-group {
    text-align: center;
    justify-content: center;
}

.socialmedia-share-icons i {
    font-size: 40px;
    color: #3386f2;
    cursor: pointer;
}

.social-media {
    margin: 10px;
}


/* your property page */

#your-property-form.card {
    margin: 3rem 0;

}


/* Top Bar */
#top-bar {
    padding: 5px;
    background: var(--primary_color);
    color: #ffffff;
}

#top-bar .top-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

#top-bar .top-info .top-info-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    color: var(--header_font);
}

#top-bar .top-info .top-info-box a span {
    font-weight: bold;
}

#top-bar .top-info .top-info-box a:hover {
    color: var(--header_font);
}

#top-bar .top-social-media ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#top-bar .top-social-media ul .social-media-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: var(--secondary_color);
    color: var(--header_font);
    border-radius: 50%;
}

#top-bar .top-social-media ul .social-facebook:hover {
    background: #38548f;
    transition: all 0.5s ease;
}

#top-bar .top-social-media ul .social-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    transition: all 0.5s ease;
}

#top-bar .top-social-media ul .social-twitter:hover {
    background: #1c98e5;
    transition: all 0.5s ease;
}

#top-bar .top-social-media ul .social-linkedin:hover {
    background: #005580;
    transition: all 0.5s ease;
}

#top-bar .top-social-media ul .social-youtube:hover {
    background: #ef2929;
    transition: all 0.5s ease;
}

#top-bar .top-social-media ul .social-tiktok:hover {
    background: #161618;
    transition: all 0.5s ease;
}

#top-bar .top-social-media ul a:hover {
    color: #fff;
}

/* Header */
#header {
    background: var(--header_color);
    color: var(--header_font);
    padding: 10px 0;
}

#logo img {
    max-height: 80px;
}

/* Menu */
#mobile-button,
#mobile-menu {
    display: none;
}

#menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: 600;
    /* color: var(--header_font); */
    /* border: 1px solid var(--primary_color); */
    border-radius: 5px;
}

#menu ul li{
    color: var(--menu_links);

}


#menu ul a:hover {
    background: var(--primary_color);
    color: #ffffff;
    transition: all 0.5s ease;
}

/* Filtro */
#filter-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 50px 0;
    /* width: 1280px; */
    /* height: 768px; */
}

.filter-menu-bkg .filter-bkg.youtube-bg {
    z-index: -1;
    width: 100%;
    overflow: hidden;
}

.filter-bkg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    background-position: center !important;
    /* z-index: -1;
    width: 100%;
    overflow: hidden; */
}


#bg-video{
    max-width: none;
    border: none;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240vh;
    min-width: 100vh;
    min-height: 56.25vw;

}

.filter-menu-bkg .filter-bkg .filter-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

#filter-menu .menu-title {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #2c2c2c;
    margin-bottom: 40px;
}

#filter-menu .nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#filter-menu .nav-menu .nav-item .nav-link {
    position: relative;
    min-width: 120px;
    color: #000000;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
}

#filter-menu .nav-menu .nav-item .nav-link:hover {
    color: #fff;
    background: var(--secondary_color);
}

#filter-menu .nav-menu .nav-item .nav-link.active {
    /*font-weight: bold;*/
    color: var(--button_color_active);
    background: var(--primary_color);
}

#filter-menu .nav-menu .nav-item .nav-link.active:hover {
    /*font-weight: bold;*/
    color: black;
    background: var(--primary_color);
}


#filter-menu .nav-menu .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: var(--primary_color);
    transform: translate(-50%, -50%) rotate(45deg);
}


#filter-menu-tab-content {
    position: relative;
    background: #ffffff;
    margin-top: 30px;
    padding: 40px 30px 25px;
    border-radius: 5px;
    box-shadow: 0 0 0px 10px #ffffff42;
}

#filter-menu .btn-advanced-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#advanced-filter .filtro-comodidades {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

/* Filtro Lateral */
#side-filter {
    padding: 10px;
}

#side-filter .filter-content {
    padding: 20px 15px;
    background: #fff;
}

#side-filter .filter-content label {
    font-size: 14px;
}

#side-filter .property-filter-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

#side-filter .property-filter-options .form-check-inline label {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

#side-filter .property-filter-options .hidden-check-input:checked~label {
    background: var(--primary_color);
    color: #fff;
}

#btn-amenities {
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

#amenities-modal .filtro-comodidades {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

form .btn-search {
    background: var(--button_background);
    color: var(--button_color);
}

form .btn-search:hover {
    background: var(--secondary_color);
    color: var(--button_color);
}

form .hidden-check-input {
    display: none;
}

.no-results {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 10px;
}

/* Search Results Pagination*/

.pagination .page-item a {
    color: var(--primary_color)
}

.pagination .page-item.active .page-link {
    background-color: var(--primary_color);
    border-color: var(--primary_color)
}




/* Property Amenities */

ul.property-amenities {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
}

ul.property-amenities li {
    display: flex;
    flex-direction: column;
    font-weight: bolder;
}

ul.property-amenities li i {
    padding: 10px 0px;
    margin-right: 15px;
}

/* Featured */

#featured-carousel-wrapper {
    position: relative;
    margin-bottom: 50px;
}

#featured-carousel {
    margin-bottom: 10px;
}

#featured-carousel .slick-track .slick-slide {
    height: auto !important;
}

#featured-carousel .slick-track {
    display: flex !important;
}

.featured-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.featured-nav-wrapper .featured-dots .slick-dots {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border: 2px solid #d7d7d7;
    border-radius: 50px;
}

.featured-nav-wrapper .featured-dots button:before {
    font-size: 30px !important;
}

.featured-nav-wrapper .featured-dots .slick-active button:before {
    color: var(--primary_color);
}

.featured-nav-wrapper .featured-dots .slick-active button {
    border: 2px solid var(--primary_color);
    border-radius: 50%;
}

.featured-nav-wrapper .slick-arrow button {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--primary_color);
    border-radius: 50%;
    transform: none;
}

.featured-nav-wrapper .slick-arrow button i {
    font-size: 14px;
}

.featured-nav-wrapper .slick-prev:before,
.featured-nav-wrapper .slick-next:before {
    content: "";
}

/* RamdomView */

#randomView-carousel-wrapper {
    position: relative;
    margin-bottom: 50px;
}

#randomView-carousel {
    margin-bottom: 10px;
}

#randomView-carousel .slick-track .slick-slide {
    height: auto !important;
}

#randomView-carousel .slick-track {
    display: flex !important;
}

.randomView-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.randomView-nav-wrapper .randomView-dots .slick-dots {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border: 2px solid #d7d7d7;
    border-radius: 50px;
}

.randomView-nav-wrapper .randomView-dots button:before {
    font-size: 30px !important;
}

.randomView-nav-wrapper .randomView-dots .slick-active button:before {
    color: var(--primary_color);
}

.randomView-nav-wrapper .randomView-dots .slick-active button {
    border: 2px solid var(--primary_color);
    border-radius: 50%;
}

.randomView-nav-wrapper .slick-arrow button {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--primary_color);
    border-radius: 50%;
    transform: none;
}

.randomView-nav-wrapper .slick-arrow button i {
    font-size: 14px;
}

.randomView-nav-wrapper .slick-prev:before,
.randomView-nav-wrapper .slick-next:before {
    content: "";
}

/* SectionView */

.sections-wrap {
    position: relative;
    margin-bottom: 50px;

}

.section-list-1,
.section-list-2,
.section-list-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

/* Featured (Carousel)*/


.lSSlideWrapper.usingCss {
    border-radius: 10px;
    box-shadow: rgb(223, 223, 223) 0px 0px 6px 0px;
    border: 1px solid rgb(223, 223, 223);

}

.property-content-carousel-slider {
    padding: 20px 40px 20px 10px;
}

/* .property-carousel-img img{
    height: 420px !important;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    object-position: center;

} */

.property-carousel-img {
    display: flex;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;


}

.featured-carousel-slider {
    background: #ffffff;
}

.property-content-carousel-slider .top-property-information .property-title {
    color: black;
    font-size: 24px;
    font-weight: 600;
    line-height: 1px;
}

.property-content-carousel-slider .body-property-information .row {
    padding: 20px 0px 10px 0px;

}

.property-content-carousel-slider .bottom-property-information .property-information-quantity-box {
    width: 100%;


}

.property-more-information-link-box {
    padding: 20px 0px;
    text-align: left;
}

.property-content-carousel-slider .bottom-property-information .property-information-quantity-box .property-information-quantity {
    padding: 5px 0;
}

.property-content-carousel-slider .bottom-property-information .property-information-quantity-box .property-information-quantity .property-value-label {
    font-size: 16px;
    padding: 0px 0px 0px;
    font-weight: 500;
    text-align: left;

}

.property-content-carousel-slider .bottom-property-information .property-more-information-link a {
    background: var(--button_background);
    color: var(--button_color);

}

.property-content-carousel-slider .bottom-property-information .property-more-information-link {
    text-align: right;
}

.property-content-carousel-slider .bottom-property-information {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.property-content-carousel-slider .body-property-information .property-description {
    height: 90px;
    max-height: 90px;
}


.bottom-property-information .property-information-quantity-box .property-information-quantity .price {
    color: black;
    font-weight: 700;
    font-size: 22px
}

.body-property-information .col img {
    width: 25px
}

.body-property-information .col .icon-info {
    margin: 10px
}

.body-property-information .col {
    text-align: center
}


.top-property-information .property-information-quantity .property-value-label {
    font-size: 16px;
    font-weight: 500;

}


.property-content-carousel-slider .body-property-information .property-information-quantity {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0px;
}



/* Property Box */
.property-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.property-box {
    padding: 10px;
}

.property-box a,
#property-featured-wrapper a {
    color: #525252;
}

.property-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #dfdfdf;
    border: 1px solid #d7d7d7;
}

.property-content .property-img {
    position: relative;
    width: 100%;
    padding: 10px;
}

.property-img img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.property-content .property-img .property-category,
.property-featured-carousel .property-featured-img .property-featured-category {
    position: absolute;
    top: 15px;
    right: 15px;
}

.property-content .property-img .property-category span,
.property-featured-carousel .property-featured-img .property-featured-category span {
    font-size: 14px;
    font-style: italic;
    color: #fff;
    background: var(--primary_color);
    padding: 2px 10px;
    border-radius: 5px;
}

.property-content .property-img .property-ref,
.property-featured-carousel .property-img .property-featured-ref {
    position: absolute;
    top: 40px;
    right: 15px;
}

.property-content .property-img .property-ref span,
.property-featured-carousel .property-img .property-featured-ref span {
    font-size: 14px;
    font-style: italic;
    color: var(--secondary_text_color);
    background: var(--secondary_color);
    padding: 2px 10px;
    border-radius: 5px;
}

.property-content .top-property-information {
    padding: 10px;
}

.property-content .property-title h5 {
    margin: 0 0 10px;
}

.property-content .bottom-property-information .property-information-quantity,
.property-featured-content .property-featured-bottom-information {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    background: #f7f7f7;
    padding: 10px;
}

.property-content .bottom-property-information .property-information-quantity .add-info,
.property-featured-content .property-featured-bottom-information .add-info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.property-content .bottom-property-information .property-information-quantity .qtd-value,
.property-featured-content .property-featured-bottom-information .qtd-value {
    font-size: 16px;
    font-weight: bold;
}

.property-content .bottom-property-information .property-information-quantity .icon-info,
.property-featured-content .property-featured-bottom-information .icon-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #cccccc;
    margin-right: 10px;
    border-radius: 50%;
}

.property-content .bottom-property-information .property-information-quantity .icon-info img,
.property-featured-content .property-featured-bottom-information .icon-info img {
    max-width: 20px;
}



.property-content .property-information-price {


    display: flex;
    justify-content: space-around;


}

.property-content .property-information-price .property-value {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 20px;
}

.property-value-label {
    font-size: 14px;
    text-align: center;
    /* padding: 0px 40px 0px; */
    font-weight: 500;

}

.property-content .property-information-price .property-value span {
    position: relative;
}

.property-content .property-information-price span:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    height: 2px;
    width: 50px;
    background: var(--secondary_color);
    transform: translate(-50%, 0);
}

.amenities-text {
    display: block !important;
    text-align: center;
    font-size: 14px;
}


/* Search */
#search-content {
    padding: 50px 0;
}

#search-content .result-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#search-content .result-paginate {
    margin-top: 40px;
}

#search-content .result-paginate .pagination {
    justify-content: center;
}

#sidebar .sidebar-section {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #b5b2b2;
    box-shadow: 0 0 3px 1px #c5c5c5;
}

#sidebar .sidebar-section:last-child {
    margin-bottom: 0;
}

#sidebar .sidebar-section .sidebar-title {
    font-size: 18px;
    text-align: center;
    color: #787878;
    background: linear-gradient(to bottom, #e1e1e1, #fdfdfd);
    margin-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid #b5b2b2;
}

#sidebar .sidebar-section .list-group {
    padding: 10px 15px;
}

#sidebar .sidebar-section .list-group a {
    color: #505050;
}

/* Banner */
.banner-box {
    width: 100%;
    height: 400px;
}

.box-details {
    padding: 20px
}

.banner-header {
    text-align: center !important;
    margin: 20px 0px;
    background-color: #cccccc;
    padding: 15px;
}

.banner-header h3 {
    color: #989898;
    font-weight: bolder;
    text-transform: uppercase
}

.banner-box.right {
    padding: 60px 30px
}

.banner-box.right h3,
hr {
    color: white;
    font-weight: bolder
}

#banner {
    background-color: var(--primary_color);
}

#banner ul.property-amenities {
    color: #fff;
}

#banner hr {
    background-color: white;
}

#menu-button i {
    cursor: pointer
}

/* Property Page */
#default-page .property-subtitle {
    margin-bottom: 25px;
}

#default-page .default-section .property-page-header {
    background: #fff;
    padding: 30px 0;
}

#default-page .property-page-header .main-image img {
    max-height: 540px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

#default-page .property-page-header .main-image iframe {
    max-height: 540px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

#property-gallery-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#property-gallery-wrapper .slick-prev:before,
#property-gallery-wrapper .slick-next:before {
    content: "";
}

#property-gallery .property-photo {
    padding: 5px;
}

#property-gallery img {
    border-radius: 5px;
}

#property-gallery-wrapper .slick-arrow {
    display: block !important;
}

#property-gallery-wrapper .slick-arrow button {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #fff;
    background: var(--primary_color);
    margin: 10px auto;
    transform: none !important;
}

#property-gallery-wrapper .slick-arrow button i {
    font-size: 14px;
}

.property-gallery-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 14px;
}

.property-gallery-grid .property-photo .gallery-img{
    border-radius: 5px !important;
}

#default-page .property-page-header .property-address,
#default-page .property-page-header .property-price {
    margin: 0;
}

#default-page .default-section .property-page-content {
    padding: 50px 0;
}

#default-page .default-section .property-information,
#default-page .default-section .property-features,
#default-page .default-section .property-location,
#default-page .default-section .property-widgets .property-contact,
#default-page .default-section .property-widgets .property-categories,
#default-page .default-section .property-widgets .property-featured {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

#default-page .default-section .property-information .property-description,
#default-page .default-section .property-information .property-details,
#default-page .default-section .property-features,
#default-page .default-section .property-location,
#default-page .default-section .property-widgets .property-contact,
#default-page .default-section .property-widgets .property-categories,
#default-page .default-section .property-widgets .property-featured {
    padding: 20px;
}

#default-page .default-section .property-information .property-description {
    border-bottom: 2px solid #ebebeb;
}

#default-page .default-section .property-information .property-description p {
    margin: 0;
}

#default-page .property-details .property-details-list {
    margin-bottom: 20px;
}

#default-page .property-details .property-rooms {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    align-items: center;
}

#default-page .property-details .property-rooms .property-room {
    text-align: center;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
}

#default-page .default-section .property-features,
#default-page .default-section .property-location,
#default-page .default-section .property-widgets .property-categories,
#default-page .default-section .property-widgets .property-featured {
    margin-top: 20px;
}

#default-page .default-section .property-widgets .property-categories-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#default-page .default-section .property-features .property-features-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

#default-page .default-section .property-features .property-features-group i {
    color: #298a29;
}

#default-page .default-section .property-widgets .property-categories-list a {
    color: var(--secondary_color);
}

#property-featured-wrapper .featured-nav-wrapper .slick-arrow {
    width: 100%;
}

#property-featured-wrapper .featured-nav-wrapper .slick-arrow .slick-prev {
    margin-bottom: 15px;
}

#property-featured-wrapper .featured-nav-wrapper .slick-arrow .slick-next {
    margin-top: 15px;
}

#property-featured-wrapper .featured-nav-wrapper .slick-arrow button {
    width: 100%;
    border-radius: 0;
}

.property-featured-carousel .property-featured-content {
    min-height: 100%;
    background: #fff;
    margin: 5px 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.property-featured-carousel .property-featured-content .property-featured-img {
    position: relative;
    width: 100%;
}

.property-featured-carousel .property-featured-content .property-featured-img img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.property-featured-carousel .property-featured-content .property-featured-img-information {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary_color);
    color: #fff;
    padding: 10px;
}

.property-featured-carousel .property-featured-content .property-featured-img-information h6 {
    margin: 0;
}

.property-featured-carousel .property-featured-content .property-featured-img-information .property-featured-value {
    text-align: right;
}

.property-featured-content .property-featured-bottom-information {
    padding: 10px;
}

/* Contact Page */
#contact-section .form-wrapper,
#contact-section .contact-wrapper {
    padding: 20px;
    background: #fff;
}

#contact-section .contact-wrapper .contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

#contact-section .contact-wrapper .contact-info:first-child {
    padding-top: 0;
}

#contact-section .contact-wrapper .contact-info:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#contact-section .contact-wrapper .contact-info .contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    font-size: 40px;
    color: #1f9aaa;
}

#contact-section .contact-wrapper .contact-info span {
    font-weight: 600;
}

#contact-section .contact-wrapper .contact-info a {
    color: #000;
}

.h-captcha-error {
    color: #ff0000;
    font-style: italic;
}

/* 404 */
.not-found {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 100px 0;
    padding: 20px;
}

.not-found .not-found-title {
    font-size: 130px;
    color: var(--primary_color);
}

.not-found .not-found-text {
    margin: 50px 0;
}

#side-filter .filter-content,
.no-results,
#contact-section .form-wrapper,
#contact-section .contact-wrapper,
.not-found {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #dfdfdf;
}

/* Footer */
#footer {
    color: var(--footer_font);
    background: var(--footer_color);
    padding: 20px;
}

#footer p,
#footer a {
    color: var(--footer_font);
}

#footer a:hover {
    color: var(--primary_color);
}

#footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

#footer ul li {
    margin: 5px 0;
}

#footer .logo-footer img {
    max-height: 100px;
}

#footer .footer-imoveis i {
    font-size: 14px;
    margin-right: 10px;
}

#footer .footer-line {
    border-top: 1px solid #464646;
}

#copyright {
    text-align: center;
    font-weight: bold;
    color: var(--footer_font);
}

@media only screen and (max-width: 1199px) {
    .property-featured-content .property-featured-bottom-information .icon-info {
        width: 26px;
        height: 26px;
    }

    .property-featured-content .property-featured-bottom-information .icon-info img {
        max-width: 14px;
    }
    
    #filter-menu{
        height: 720px;
    }

}

@media only screen and (max-width: 991px) {
    #top-bar .top-info .top-info-box a {
        font-size: 13px;
    }

    #menu ul a {
        font-size: 14px;
        padding: 6px 10px;
    }

    #filter-menu {
        min-height: 50vh;
    }

    .property-list,
    #amenities-modal .filtro-comodidades {
        grid-template-columns: repeat(2, 1fr);
    }

    #default-page .default-section .property-widgets .property-contact {
        margin-top: 20px;
    }

    #default-page .property-details .property-rooms {
        grid-template-columns: repeat(2, 1fr);
    }

    #contact-section .contact-wrapper {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #top-bar .top-social-media ul .social-media-icon {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 26px;
    }

    #top-bar .top-social-media ul {
        justify-content: center;
        margin-top: 10px;
    }

    #logo {
        text-align: center;
        margin-bottom: 10px;
    }

    #advanced-filter {
        bottom: 50%;
    }

    #advanced-filter .filtro-comodidades {
        grid-template-columns: repeat(2, 1fr);
    }

    #default-page .default-section .property-features .property-features-group,
    #amenities-modal .filtro-comodidades {
        grid-template-columns: repeat(2, 1fr);
    }

    #search-content .result-list,
    .property-list,
    .section-list-1,
    .section-list-2,
    .section-list-3 {
        grid-template-columns: auto;
    }

    #footer .logo-footer {
        text-align: center;
    }

    #footer h4 {
        margin-top: 15px;
    }



}

@media only screen and (max-width: 480px) {
    #top-bar .top-info {
        flex-direction: column;
        gap: 5px;
    }

    #logo {
        text-align: center;
        margin-bottom: 0;
    }

    #menu {
        display: none;
    }

    #mobile-button {
        display: block;
    }

    #mobile-button button {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: var(--header_font);
        margin: 0 auto;
    }

    #mobile-menu {
        position: fixed;
        display: block;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--header_color);
        color: var(--header_font);
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        overflow: scroll;
    }

    #mobile-menu.open {
        left: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
        z-index: 1000;
    }

    #mobile-menu .mobile-menu-wrapper {
        padding: 50px 20px;
    }

    #mobile-menu .mobile-menu-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobile-menu .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--primary_color);
        color: var(--header_font);
        padding: 10px 20px;
    }

    #mobile-menu .mobile-menu-header span {
        font-size: 20px;
        font-weight: 600;
    }

    #mobile-menu .mobile-menu-wrapper ul a {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: var(--header_font);
        padding: 10px 0;
        border-bottom: 1px solid #cacaca;
    }

    #mobile-menu .mobile-menu-wrapper ul li:last-child a {
        border-bottom: none;
    }

    #close-menu {
        font-size: 20px;
        color: var(--header_font);
    }

    /* .sections-wrap .section-list-1 .property-box{
        padding: 0px !important;
        padding-bottom: 10px !important;
    } */

    #filter-menu .nav-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    #filter-menu .nav-menu .nav-item .nav-link {
        width: 100%;
    }

    #filter-menu .nav-menu .nav-link.active:before {
        display: none;
    }


    #default-page .default-section .property-features .property-features-group,
    #amenities-modal .filtro-comodidades,
    .property-list,
    .result-list,
    .section-list-1,
    .section-list-2,
    .section-list-3 {
        grid-template-columns: auto;
    }


    /*
    *
    * Carousel 
    *
    */

    .property-content-carousel-slider {
        padding: 20px 20px 20px 20px
    }

    .property-content-carousel-slider .bottom-property-information {
        display: block;
    }


    .property-carousel-img {
        height: 250px;
        max-height: 250px;
    }

    .container.featured-carousel-container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .property-content-carousel-slider .body-property-information .property-description {
        height: 100px;
        max-height: 100px;
        line-height: 1.35;
    }

    .property-content-carousel-slider .top-property-information {
        min-height: 52px;
        line-height: 1.2;
    }

    .property-content-carousel-slider .top-property-information .property-title {
        font-size: 20px;
    }

    .bottom-property-information .property-information-quantity-box .property-information-quantity .price {
        font-size: 20px;
    }

    .property-content-carousel-slider .bottom-property-information .property-more-information-link {
        text-align: center;
    }

    .property-content-carousel-slider .bottom-property-information .property-more-information-link a {
        width: 100%;
    }



    /* Whatsapp form Mobile */




    .whatsapp-floating-form {

        width: 90%;

        right: 5%;

        top: 20%;



        height: 500px;

        max-height: 600px;

    }

    .whatsapp-floating-form .form-close {

        left: 95%;

        top: -2%;



    }

    .property-gallery-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 14px;
    }






}




.partner-text {
    margin-bottom: 5em;
}

.partner-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}


.partner-box {
    width: 150px;
    height: 150px;
    border: solid #8080804d;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 25px;
}


.partner-box img {
    width: 100%;
}
