.img-imovel {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.grid-imoveis .card-imovel{
   height: 100%;
}

.card-body-a{
    padding: .5em !important;
}

.bairro-imovel {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    color: #5f5f5f;
}

.info-imovel{
    font-size: .9rem;
    color: #5f5f5f;
}

.icons-info-imovel{
    font-size: .9rem !important;
    color: #5f5f5f;
}

.form-a .form-control.form-control-a{
    min-height: 35px !important;
    border-radius: 3px !important;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0px !important;
}

.select2-container .select2-selection--single{
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0px !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
