.banner-images.image {
    opacity: 1;
    animation-name: image_fade_in;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: url(${data.data_table[num_banner].image}); */
    background-position: center;
    background-size: cover;
}

@keyframes image_fade_in {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes image2 {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* STYLES PAGE SEARCH */
.search-header-banner {
    background: url('/assets/images/header_banners/search-slider.webp');
    margin: 0;
    text-align: center;
    min-height: 180px;
    box-sizing: border-box;
    background-size: cover;
}

.properties-content {
    /*box-shadow: 0 0 0.625rem 0 rgb(0 0 0 / 12%);*/
    background: #FFFFFF;
}

.alt-bgcolor {
    background: #F6F1E9;
}

.alt-bgcolor-blue {
    background: #F5F5F9 url('/public/assets/images/icon.png');
    background-size: 10em;
    background-position: right top;
}

/* STYLES PAGE SEARCH COMPONENT LIST */
/* ADVERTS-GRID */
.service-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 1.2em;
    line-height: 1.13333em;
    margin: 0 0 1.563rem;
    word-wrap: break-word;
}

@media screen and (max-width: 40em) {
    .service-title {
        font-size: 1.275rem !important;
    }
}

.property-card {
    font-family: Poppins, sans-serif;
    color: #212529;
    transition: all .2s ease-in;
}

/*.property-card:hover,
.property-card:focus {
    transform: scale(1.01);
}*/

a.property-link {
    text-decoration: none;
    color: initial;
}

.property-card .property-header {
    position: relative;
}

.property-card .property-header .property-featured {
    position: absolute;
    margin-left: 0rem;
    margin-top: 1.25rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background: rgba(255, 243, 223, 0.8);
    font-size: 0.8em;
}

.property-card .property-header .property-entity {
    position: absolute;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 0;
    line-height: 1em;
    bottom: 0.938rem;
    width: 6em;
    height: 3em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    /*right: -100% !important;*/
    right: 0.75rem !important;
    top: 75%;
    transition: right 0.2s ease;
    background: #fff;
    overflow: hidden;
}

.property-card .property-header .property-entity img {
    object-fit: scale-down;
    padding: 0;
    object-position: center;
    width: 6em;
    height: 3em;
}

.property-link:hover .property-entity {
    right: -100% !important;
}

.property-card .property-body .property-description,
.property-card .property-body .property-description p {
    font-family: 'Poppins-Light';
}

.property-card .property-header .property-contact-icon {
    position: absolute;
    border-radius: 0.5rem 0 0 0.5rem;
    padding-top: 0.2em;
    background: rgba(255, 255, 255, 0.85);
    line-height: 1em;
    bottom: 0.625rem;
    width: 5.5em;
    height: 2.5em;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    right: -100% !important;
    top: 78%;
    transition: right 0.2s ease;
    z-index: 1;
    cursor: pointer;
}

@media screen and (max-width: 40em) {
    .property-card .property-header .property-contact-icon {
        left: 0rem !important;
        border-radius: 0 0.5rem 0.5rem 0;
    }
}

@media screen and (min-width: 40em) {
    .property-link:hover .property-contact-icon {
        right: 0rem !important;
    }
}

.property-card .property-header .property-favorite {
    position: absolute;
    right: 0.75rem;
    border-radius: 0.5rem 0 0 0.5rem;
    top: 1.25rem;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 0.2em;
    line-height: 1em;
    z-index: 1;
    cursor: pointer;
    /* Asegurar que está por encima de .property-entity */
}

.property-card .property-header .property-image {
    position: relative;
    width: 100%;
    min-height: 16em;
    background: #F5F5F9;
    background-size: cover !important;
    border-radius: 0.5rem !important;
    background-position: center center !important;
    overflow: hidden;
}

.property-card .property-header .property-image img.no-photo {
    width: 100%;
    object-fit: cover;
    height: 17em;
}

.property-card .property-body .property-address p {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9em;

}

.property-card .property-body {
    background: white;
    padding: 1em;
    border-radius: 0.5rem;
}

.property-card .property-body .property-address p i {
    font-size: 1.8em;
    margin-right: 0.375rem;
}

.property-card .property-body .property-description {
    color: #7A7A7A;
}


.property-card .property-body .property-details {
    border-top: 0.063rem solid #e8e8e8;
    margin-top: 2em;
}

@media screen and (max-width: 40em) {
    .property-card .property-body .property-details {
        box-shadow: 0.0625rem 0.3125rem 0.3125rem #f1efef;
        border-radius: 0 0 0.5rem 0.5rem;
    }
}

.property-card .property-body .property-details .property-features {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-end;
}

.property-card .property-body .property-details .property-features p {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-start;
}

.property-card .property-body .property-details .property-features p i {
    color: #7A7A7A;
}

.property-card .property-body .property-details .property-price p {
    font-weight: 500;
    font-size: 1.438rem;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}



.category-container {
    display: flex;
    flex-wrap: wrap;
}

.category-container :where(.form-group, .category-title) {
    width: 100%;
}

.room-box label {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    margin-top: 0.5em;
}

.room-box input {
    margin-top: 0;
    margin-bottom: 0;
}

.rooms_number,
.baths_number {
    width: 50% !important;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.container-icon {
    height: 1em;
}

:where(.rooms_number, .baths_number)>.room-box {
    flex-direction: column;
    padding: 0 0.5rem 1em 0;
    width: 100%;
    align-items: flex-start;
    /*aspect-ratio: 1 / 1.65;*/
}

:where(.rooms_number, .baths_number) .separator {
    height: 0.063rem;
    width: 60%;
    margin-top: 0.938rem;
}

:where(.rooms_number, .baths_number) .form-check {
    display: flex;
}

/*.conservation_status_type .room-box > label {
    width: 40%;
}*/

label[for="exact_rooms_number"],
label[for="exact_baths_number"] {
    font-size: .85em;
    white-space: nowrap;
}

.form-check-input {
    margin-top: 0;
}

#reset_form_filters {
    text-decoration: none;
}

#reset_form_filters {
    background-color: transparent;
    padding: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: var(--foralista-color-1);
    border-radius: 0.5rem;
    font-weight: 600;
    transition: 0.35s ease-in-out;
    font-size: .95em;
    width: 100%;
    text-align: center;
}

#reset_form_filters:hover {
    background-color: white;
    ;
    color: var(--foralista-color-1);
}

#modal_location_map {
    text-decoration: none;
}

#modal_location_map {
    background-color: #2F4858;
    padding: 0.2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: white;
    border-radius: 0.5rem;
    transition: 0.35s ease-in-out;
    border-style: solid;
    border-width: 0.063rem;
    border-color: #2F4858;
    font-size: .95em;
    width: 100%;
    text-align: center;
}

#modal_location_map:hover {
    background-color: white;
    ;
    color: #2F4858;
}

/* Pagination */
.page-item.active {
    span {
        background-color: var(--foralista-color-1);
        border-color: var(--foralista-color-1);
    }
}

.page-item:not(.active) {
    /*span {
        color: #000;
    }*/

    a {
        color: #000;
    }
}

.active>.page-link,
.page-link.active {
    background-color: var(--foralista-color-1);
    border-color: var(--foralista-color-1);
}

.accordion-body {
    background: #F5F5F9 url('/assets/images/lines-gb.webp');
    padding: 1em;
}

.accordion-item {
    background: transparent;
}

.modal-filter-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    background: #2F4858 !important;
    color: white !important;
    height: 2.7em;
}

.accordion-flush .accordion-item .modal-filter-button,
.accordion-flush .accordion-item .modal-filter-button.collapsed {
    border-radius: 0.375rem !important;
}

.accordion-flush .accordion-item a {
    text-decoration: none;
}

.modal-filter-button::after {
    filter: brightness(1) contrast(0);
}


#form-filter-search {
    font-family: 'Poppins-Light';
}

#form-filter-search h6 {
    font-family: 'Poppins';
}

.form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-right: 0.5em;
}

.chekbox-filter-appearance {
    font-size: .9em;
    cursor: pointer;
}

.chekbox-filter-appearance .form-check {
    background: #ffffff;
    padding: 0;
    margin: 0.188rem 0.25rem;
    border-radius: 0.375rem;
    text-align: center;
    border: 0.063rem solid #e0e0e0;
}

.chekbox-filter-appearance .form-check .form-check-label {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0.5rem 0;
}

.chekbox-filter-appearance.active .form-check {
    background: #FECAD3;
    color: #FB516C;
    font-weight: 600;
    border: 0.063rem solid #ffa0af;
}

.property-title h4 {
    font-size: 1.2em;
}

.property-contact-icon .show-email:hover,
.property-contact-icon .show-phone:hover {
    color: var(--foralista-color-1);
}

.search-no-results {
    font-family: 'Poppins-Light';
}

.search-no-results img {
    width: 16em;
}

.search-no-results h5 {
    font-size: 1.4em;
}

.section-location-map {
    background: transparent;
    border-bottom: 0.063rem solid #dee2e6;
    padding-bottom: 0.625rem;
    /*border-radius: 0.375rem;
    padding: 0.625rem;
    border: 0.063rem solid #dee2e6;
    background: url(/assets/images/f-bg.png) repeat, linear-gradient(0deg, #fff 100%, #fff 100%);
    background-size: 100vh;
    background-attachment: initial;
    animation: slide-background 40s linear infinite;*/
}

.alert-warning {
    border: 0;
    font-family: "Poppins-Light";
    font-size: 0.95em;
}

/* FILTERS BOX SHOW */
@media screen and (min-width: 768px) {
    #filter_box {
        z-index: 0;
    }

    #filter-collapse {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    body:not(.modal-open) #filter_box {
        position: sticky;
        top: 0;
        z-index: 5;
        background: white;
        padding: .5rem!important;
    }
}

.page-item.page-prev a,
.page-item.page-next a {
    padding: 0.375rem 0.625rem 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: #FB516C;
    border-color: #FB516C;
    color: white;
}

.page-link {
    color: #FB516C;
}

/* Tool box */
.border-bottom {
    border-bottom: 0.063rem solid #e8e8e8 !important;
}

.advanced-filters {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: center;
}

.search-type {
    border: 0rem;
    color: #212529;
    font-size: 1em;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-align: justify;
    padding: 0 0.3em;
}

.search-type span:not(.search-btn) {
    font-size: 0.95em;
    color: #5e5e5e;
}

.search-input {
    border: 0.063rem solid #dee2e6 !important;
    height: 2.188rem !important;
    border: 0rem;
    color: #222;
    padding: 0 0.313rem;
    font-weight: 200;
    font-family: Poppins, sans-serif;
    text-overflow: ellipsis;
    border-radius: 0.375rem !important;
}

@media screen and (min-width: 40em) {
    .search-input {
        font-size: 1em;
    }
}

.search-input::placeholder {
    color: #b3afaf;
    padding: 0;

    font-weight: 400;
}

.btn-secondary {
    background-color: #2F4858;
    border-radius: 0.5rem !important;
    color: #fff;
    border: 0.125rem solid #2F4858;
    font-family: Poppins, sans-serif;
}

.btn-primary {
    background-color: var(--foralista-color-1);
    border-radius: 0.313rem;
    color: #fff;
    border: 0.125rem solid var(--foralista-color-1);
    font-family: Poppins, sans-serif;
}

.btn-primary-light {
    background-color: #FECAD3;
    border-radius: 0.25rem;
    color: var(--foralista-color-1);
    border: 0.125rem solid #FECAD3;
    font-family: Poppins, sans-serif;
    padding: 0.4rem 0.45rem !important;
    width: 100%;
}

@media screen and (min-width: 40em) {
    .search-slider-content {
        margin-top: 20em !important;
    }
}

.search-title {
    font-size: 2.75rem;
    line-height: 1.186em;
    text-shadow: 0 0 2.188rem rgb(0 0 0 / 60%);
    font-family: Poppins, sans-serif;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 40em) {
    .search-title {
        font-size: 4.063rem;
    }
}

.search-title span {
    color: #FB516C;
}

.slider-images {
    background-image: url('/public/assets/images/slider/slider-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 0.938rem;
    border-radius: 0.75rem;
}

@media screen and (min-width: 40em) {
    .slider-images {
        min-height: 50em;
    }
}

.text-shadow {
    text-shadow: 0.188rem 0.125rem 0.25rem #000;
}

.nav-item a {
    background: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    font-size: 1em;
    font-family: 'Poppins';
    color: #5E5E5E !important;
    margin-right: .2em;
    border: 0rem !important;
    padding: 0.375rem 0.5rem;

    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: center;
}

.nav-item a.active,
.nav-item a:hover {
    background: white !important;
    color: #5E5E5E !important;

}

a.no-link-style {
    text-decoration: none !important;
    color: #212529;
}

/* END - Tool box */

/* Favorite modal */
.modal {
    font-family: 'Poppins-Light';
}

.modal .btn-primary {
    color: #fff;
    background-color: var(--foralista-color-1);
    border: 0.063rem solid var(--foralista-color-1);
}

.modal .modal-header {
    border-bottom: 0;
    font-family: 'Poppins-Light';
    background: transparent;
}

.modal .modal-header.p-absolute {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.modal .modal-body {
    padding-top: 0rem;
}

#box-favorite-form .contact-img {
    width: 240px;
}

#box-favorite-form .form-info {
    background: url(/assets/images/f-bg.png) repeat, linear-gradient(0deg, #f5f5f9 100%, #fff 100%);
    background-size: 35%;
    background-position: center center;
    background-attachment: fixed;
    animation: slide-background 40s linear infinite;
    padding: 1.25rem 0.938rem;
    border-radius: 0.375rem;
}

@media screen and (max-width: 40em) {
    #box-favorite-form .form-info {
        background-size: 300%;
        padding: 0.938rem;
    }
}

.box-favorite-form-title {
    font-family: 'Poppins-Light';
    font-size: 1.7em;
}

.box-favorite-form-action {
    color: #868686;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    font-family: 'Poppins-Light';
}

@media screen and (max-width: 40em) {
    .modal .agent-card {
        justify-content: center;
    }

    .modal .agent-image img {
        width: 6.25rem;
        height: 6.25rem;
    }
}

.modal .btn-secondary-bordered {
    cursor: pointer;
    font-family: Poppins, sans-serif;
    border: 0.063rem solid #c9cbce;
    color: var(--bs-body-color);
    border-radius: 0.25rem;
    font-size: 0.82em;
    padding: 0.625rem;
    position: relative;
    width: 100%;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.fade-in.show {
    opacity: 1;
}

.alert {
    border: 0;
}

/* END - Favorite modal */

/* Save search modal */

#box-savesearch-form .contact-img {
    width: 240px;
}

#box-savesearch-form .form-info {
    background: url(/assets/images/f-bg.png) repeat, linear-gradient(0deg, #f5f5f9 100%, #fff 100%);
    background-size: 35%;
    background-position: center center;
    background-attachment: fixed;
    animation: slide-background 40s linear infinite;
    padding: 1.25rem 0.938rem;
    border-radius: 0.375rem;
}

@media screen and (max-width: 40em) {
    #box-savesearch-form .form-info {
        background-size: 300%;
        padding: 0.938rem;
    }
}

.box-savesearch-form-title {
    font-family: 'Poppins-Light';
    font-size: 1.7em;
}

.box-savesearch-form-subtitle {
    font-family: 'Poppins-Light';
    font-size: 1em;
}

.box-savesearch-form-action {
    color: #868686;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    font-family: 'Poppins-Light';
}

@media screen and (max-width: 40em) {
    .modal .agent-card {
        justify-content: center;
    }

    .modal .agent-image img {
        width: 6.25rem;
        height: 6.25rem;
    }
}

.modal .btn-secondary-bordered {
    cursor: pointer;
    font-family: Poppins, sans-serif;
    border: 0.063rem solid #c9cbce;
    color: var(--bs-body-color);
    border-radius: 0.25rem;
    font-size: 0.82em;
    padding: 0.625rem;
    position: relative;
    width: 100%;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.fade-in.show {
    opacity: 1;
}

.alert {
    border: 0;
}

/* END - Save search modal */

/* Contact form */

#box-contact-form .contact-img {
    /*width: 100%;*/
    width: 200px;
}

#box-contact-form .form-info {
    background: url(/assets/images/f-bg.png) repeat, linear-gradient(0deg, #f5f5f9 100%, #fff 100%);
    background-size: 35%;
    background-position: center center;
    background-attachment: fixed;
    animation: slide-background 40s linear infinite;
    padding: 1.25rem 0.938rem;
    border-radius: 0.375rem;
}

@media screen and (max-width: 40em) {
    #box-contact-form .form-info {
        background-size: 300%;
        padding: 0.938rem;
    }
}

.box-contact-form-title {
    font-family: 'Poppins-Light';
    font-size: 1.7em;
}

.modal a {
    color: var(--foralista-color-1);
    text-decoration: none;
}

.modal a.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    font-family: 'Poppins-Light';
}

@media screen and (max-width: 40em) {
    .modal .agent-card {
        justify-content: center;
    }

    .modal .agent-image img {
        width: 6.25rem;
        height: 6.25rem;
    }
}

.alert-danger {
    border: 0;
    font-family: 'Poppins-Light';
    font-size: 0.95em;
}

.alert-danger i {
    font-size: 1.5em;
}

/* END - Contact form */
li.breadcrumb-item {
    font-family: 'Poppins-Light';
}

li.breadcrumb-item a {
    text-decoration: none;
    color: var(--foralista-color-1);
    ;
}

#list-entities-box {
    border-radius: 0.5rem;
    background: #F6F1E9 url('/public/assets/images/header_banners/entities-banner.webp');
    background-size: cover;
    background-position: center;
}

#list-entities-box .entities-list {
    background: rgba(0, 0, 0, .1);
    text-shadow: 0 0 2.188rem rgb(0 0 0 / 60%);
    font-family: Poppins, sans-serif;
    border-radius: 0.5rem;
}

#list-entities-box .entities-list .entities-btn {
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(4px) brightness(115%);
    border-radius: 0.5rem;
}

#list-entities-box .entities-list .entities-btn h6 {
    font-family: Poppins, sans-serif;
    color: #5E5E5E !important;
}

#list-entities-box .entities-list .entities-btn a {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--foralista-color-1);
    font-weight: 600;
}

.custom-pagination .pagination {
    --bs-pagination-padding-x: 0.70rem;
}