.propiedades-inversion {
    display: grid;

    width: 100%;
}

.propiedades-inversion .img-card{
    object-fit: cover !important;
}



.propiedades-inversion .img-card {
    width: 100% !important;
    height: 200px;
}

.propiedades-inversion .btn-industrial {
    background: #046d31;
}

.titulo-propiedades-inversion {
    font-size: x-large;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #8C8C8C;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #046d31;
    border-color: #046d31;
    display: table;
}

.propiedades-inversion h4 {

    font-size: 0px !important;

    color: white;
    font-size: 19px !important;

}

@media(min-width:318px)and (max-width:767px) {

    .propiedades-inversion-header {

        margin: auto !important;
    }

}

@media screen and (min-width:1444px) and (max-width:2559px){
    .propiedades-inversion .img-card{
        height: 250px!important;
    }
}

@media screen and (min-width:2560px) {
    .propiedades-inversion .img-card{
        height: 350px!important;
    }
}

