.muebles {
    display: grid;

    width: 100%;
}


.muebles .img-card {
    width: 100% !important;
    height: 200px;
    object-fit: cover !important;
}

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

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

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

    .muebles-header {
        transform: translateX(15px) !important;

    }
}

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

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

