@import "../inmuebles/card.css";
.card-space {
    padding: 2%;
}

.imagenportada {
    min-height: 35vh;
    padding: 2%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    min-width: 0 !important;
}

.btn-primary {
    background-color: var(--visualinmu-theme-color-primary) !important;
    border-color: var(--visualinmu-theme-color-primary) !important;
}

.visualinmueble-formulario-widget-busqueda {
    margin-top: 5%;
}

i {
    color: var(--visualinmu-theme-color-primary);
}

.card-space {
    padding: 2%;
}

.imagenportada {
    min-height: 25vh;
    padding: 2%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    min-width: 0 !important;
}

a {
    text-decoration:  none !important;
}