.inmocms-buscador-search-mobile {
    display: none;

    @media only screen and (max-width: 992px) {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        padding: 24px 0;

        background: #EFEFEF;

        .inmocms-buscador-search-mobile-button {
            background: var(--base);

            color: #FFF;
            font-size: 16px;
            font-weight: 600;

            padding: 8px 21px;

            display: flex;
            align-items: center;
            justify-content: center;

            gap: 10px;

            width: 100%;
            max-width: 600px;

            margin: 0 24px;

            svg {
                width: 20px;
                height: 20px;
            }
        }
    }
}

.inmocms-buscador-search {
    background: #EFEFEF;

    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    .inmocms-buscador-search-fields {
        display: flex;

        gap: 24px;

        @media only screen and (max-width: 992px) {
            flex-direction: column;

            width: 100%;
            max-width: 600px;

            gap: 10px;

            margin: 0 24px;
        }

        .inmocms-buscador-search-field {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;

            @media only screen and (max-width: 992px) {
                width: 100%;
            }

            .inmocms-buscador-search-field-title {
                font-size: 13px;
                font-weight: 600;
                margin-bottom: 4px;

                padding-right: 24px;
            }

            button {
                height: 38px;

                padding: 0 1rem;
            }
        }
    }

    @media only screen and (max-width: 992px) {
        height: auto;

        padding: 24px 0;

        display: none;

        &.show {
            display: flex;
        }
    }
}

select,
textarea,
.inmocms-inputs,
.inmocms-inputs[type=date],
.inmocms-inputs[type=email],
.inmocms-inputs[type=number],
.inmocms-inputs[type=password],
.inmocms-inputs[type=search],
.inmocms-inputs[type=tel],
.inmocms-inputs[type=text],
.inmocms-inputs[type=url] {
    width: 100%;
    min-height: 38px;

    border: solid 1px #D0D0D0;

    border-radius: 4px;

    padding: 6px 10px;

    resize: vertical;

    display: block !important;

    &:focus {
        border-color: var(--base);
    }

    +.inmocms-inputs {
        margin-top: 8px;
    }
}

.inmocms-buscador-content {
    display: flex;
    align-items: flex-start;

    position: relative;

    background-color: #fbfbfb;

    width: 100dvw;

    .inmocms-buscador-list {
        flex-grow: 1;
        overflow: auto;
        padding: 24px;

        .inmocms-buscador-filter {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 16px;
            position: relative;

            .inmocms-buscador-filter-box {
                align-items: center;
                cursor: pointer;
                display: flex;
                height: 32px;
                justify-content: center;
                position: relative;
                width: 32px;

                .icon {
                    font-size: 26px;
                    opacity: .5;
                }
            }
        }

        .inmueble-horizontal-card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(62, 73, 84, .05);
            cursor: pointer;
            display: flex;
            margin-bottom: 24px;
            overflow: hidden;
            text-decoration: none;

            @media only screen and (max-width: 768px) {
                flex-direction: column;
            }

            .inmueble-horizontal-card-media {
                max-width: 300px;
                min-width: 300px;
                width: 300px;

                @media only screen and (max-width: 768px) {
                    max-width: 100%;
                    min-width: 100%;
                    width: 100%;

                    aspect-ratio: 16/9;
                }

                .inmueble-horizontal-card-media-elem {
                    align-items: center;
                    background-color: #eee;
                    background-position: 50%;
                    background-size: cover;
                    display: flex;
                    height: 100%;
                    justify-content: center;
                    position: relative;
                }
            }

            .inmueble-horizontal-card-content {
                flex-grow: 1;
                overflow: hidden;
                padding: 24px;

                .inmueble-horizontal-card-content-top {
                    align-items: flex-start;
                    display: flex;
                    overflow: hidden;
                    margin-bottom: 10px;

                    .inmueble-horizontal-card-content-top-text {
                        flex-grow: 1;
                        overflow: hidden;

                        .inmueble-horizontal-card-content-top-text-title {
                            color: #000;
                            font-size: 20px;
                            font-weight: 800;
                            line-height: 30px;
                            margin: 0;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;

                            @media only screen and (max-width: 768px) {
                                white-space: wrap;
                            }
                        }

                        .inmueble-horizontal-card-content-top-text-location {
                            color: #909090;
                            font-size: 12px;
                            letter-spacing: .2px;
                            line-height: 18px;
                            text-transform: capitalize;
                        }
                    }

                    .inmueble-horizontal-card-content-top-price {
                        border-left: 1px solid #000;
                        margin-left: 24px;
                        padding-left: 24px;

                        @media only screen and (max-width: 768px) {
                            display: none;
                        }

                        .inmueble-horizontal-card-content-top-price-text {
                            color: #000;
                            font-size: 12px;
                            font-weight: 500;
                            margin-bottom: 4px;
                            white-space: nowrap;
                        }

                        .inmueble-horizontal-card-content-top-price-value {
                            color: var(--base);
                            font-size: 22px;
                            font-weight: 500;
                        }
                    }
                }

                .inmueble-horizontal-card-content-description {
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    font-size: 14px !important;
                    margin-bottom: 12px;
                    overflow: hidden;
                    color: #909090 !important;
                    font-family: Roboto, sans-serif !important;
                    font-weight: 300 !important;
                    letter-spacing: normal !important;

                    @media only screen and (max-width: 768px) {
                        display: none;
                    }
                }

                .inmueble-horizontal-card-content-caracteristicas {
                    color: #000;
                    font-size: 12px;
                    font-weight: 500;
                    margin-bottom: 4px;
                }

                .inmueble-horizontal-card-content-tipo {
                    display: none;

                    @media only screen and (max-width: 768px) {
                        display: block;

                        color: #000;
                        font-size: 12px;
                        font-weight: 500;
                        margin-bottom: 4px;
                        white-space: nowrap;
                    }
                }

                .inmueble-horizontal-card-content-price {
                    display: flex;

                    margin-top: 24px;

                    @media only screen and (max-width: 768px) {
                        margin-top: 4px;
                    }

                    button {
                        height: 32px;

                        padding: 0 22px;

                        font-size: 13px;
                        font-weight: 600;

                        @media only screen and (max-width: 768px) {
                            display: none;
                        }
                    }

                    .inmueble-horizontal-card-content-price-llamar {
                        background: var(--base);

                        color: #FFF;
                    }

                    .inmueble-horizontal-card-content-price-ver-mas {
                        margin-left: 16px;
                    }

                    .inmueble-horizontal-card-content-price-value {
                        display: none;

                        @media only screen and (max-width: 768px) {
                            display: block;

                            color: var(--base);
                            font-size: 22px;
                            font-weight: 500;
                        }
                    }

                    .inmueble-horizontal-card-content-price-extra {
                        flex: 1;

                        display: flex;
                        justify-content: flex-end;

                        .inmueble-horizontal-card-content-price-extra-item {
                            cursor: pointer;

                            margin-left: 20px;

                            svg {
                                color: #909090;

                                width: 24px;
                                height: 24px;

                                &.active {
                                    fill: #909090;
                                }
                            }

                            &.hide {
                                display: none;
                            }

                            @media only screen and (max-width: 768px) {
                                margin-left: 24px;
                                margin-right: 0;
                            }
                        }
                    }
                }
            }
        }
    }

    .inmocms-buscador-map {
        background: #d8d8d8;
        min-width: 41dvw;
        width: 41dvw;
        position: sticky;
        top: 0;
    }

    @media only screen and (max-width: 992px) {
        flex-direction: column;

        .inmocms-buscador-list {
            order: 2;

            width: 100dvw;
        }

        .inmocms-buscador-map {
            order: 1;
            min-width: 100vw;
            width: 100vw;

            height: 300px !important;
            position: relative;
            top: 0;
        }
    }
}

.map-modal-media {
    border-radius: 3px;
}

.map-modal-title {
    margin-top: 6px;
    margin-bottom: 4px;

    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.map-modal-price {
    color: var(--base);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.map-modal-button {
    height: 32px;
    width: 100%;

    padding: 0;

    background: var(--base);

    color: #FFF;

    font-size: 13px;
    font-weight: 600;
}

.inmueble-estado-general {
    background: #909090;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    left: -59px;
    letter-spacing: .5px;
    padding: 5px 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    top: 29px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 200px;

    &.alquilado,
    &.vendido {
        background: #fc2e53
    }

    &.reservado {
        background: #2251f8
    }

    &.rebajado {
        background: #0b3
    }

    &.privado {
        background: #f2a93b
    }

    &.big {
        padding: 15px 0;
        font-size: 20px;

        top: 35px;
        left: -55px;

        width: 240px;

        &.banner {
            transform: none;

            padding: 0;

            height: 100px;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 38px;

            left: 0;

            top: calc(50% - (100px / 2));

            width: calc(100%);

            background: #FFF;
            color: #666;

            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);

            box-shadow: 0 0px 20px rgba(0, 0, 0, .5);

            opacity: .9;
        }
    }

    @media only screen and (max-width: 768px) {
        &.big {
            &.banner {
                height: 50px;

                top: calc(50% - (50px / 2));

                font-size: 20px;
            }
        }
    }
}


html:not(.avada-has-site-width-percent) #main, html:not(.avada-has-site-width-percent) .fusion-footer-copyright-area, html:not(.avada-has-site-width-percent) .fusion-footer-widget-area, html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-bottom .fusion-sliding-bar, html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-top .fusion-sliding-bar, html:not(.avada-has-site-width-percent) .tfs-slider .slide-content-container { padding: 0 !important; } .inmocms-buscador-content { width: 100% !important; }
#main .fusion-row, #slidingbar-area .fusion-row, .fusion-footer-widget-area .fusion-row, .fusion-page-title-row, .tfs-slider .slide-content-container .slide-content { max-width: 100% !important; }