   .busca-imovel-banner .img-fundo {
        display: none;
    }

    .busca-imovel-banner .img-fundo.mobi {
        display: none;
    }

    @media(max-width: 750px) {
        .busca-imovel-banner .img-fundo.mobi {
            display: block;
        }

        .busca-imovel-banner .img-fundo.desk {
            display: none;
        }

        .busca-imovel-banner .img-fundo {
            background-attachment: scroll;
        }
    }


    .busca-imovel-banner .pesquisa {
        width: 100%;
        padding: 0px;
    }

    .busca-imovel-banner .pesquisa-form__label {
        float: inherit;
        height: 100%;
    }

    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection {
        border-radius: 0px;
        padding: 0px 15px;
        border: none;
    }

    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection .placeholder,
    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection span.select2-selection__rendered,
    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection ul.select2-selection__rendered.has-selected,
    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection .placeholder {
        padding-top: 1px;
        font-size: 19px;
    }

    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection .select2-selection__arrow:before {
        font-size: 28px;
    }

    .busca-imovel-banner .pesquisa .select2-container .selection .select2-selection .select2-selection__arrow {
        margin-top: 10px;
        margin-right: 7px;
    }

    .busca-imovel-banner .card-busca-modelo-2 .pesquisa .select2-container,
    .busca-imovel-banner .card-busca-modelo-2 .pesquisa-form__label {
        height: 50px;
    }

    .exibeBorda .pesquisa .select2-container .selection {
        border: 1px solid #333;
    }

    .busca-imovel-banner .card-busca-modelo-2 .exibeBorda .pesquisa .select2-container,
    .busca-imovel-banner .card-busca-modelo-2 .exibeBorda .pesquisa-form__label {
        height: 35px !important;
    }

    .exibeBorda .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin: 0px;
        height: 35px;
    }

    .busca-imovel-banner .exibeBorda .pesquisa .select2-container .selection .select2-selection .placeholder {
        padding-top: 0px !important;
        font-size: 1em !important;
        color: #666;
        font-weight: 300;
    }

    .busca-imovel-banner .exibeBorda .pesquisa .select2-container .selection .select2-selection .select2-selection__arrow {
        margin-top: 0px;
        margin-right: 10px;
    }

