.Finishes .filterfinishes button{
    border: 4px solid transparent!important;
    padding: 0 1rem!important;
    background-size: cover!important;
    background-position: center!important;
    min-width: 99px!important;
}
.Finishes .filterfinishes button:hover{
    border: 4px solid var(--negro)!important;
}
.Finishes .filterfinishes button:active{
    font-weight: bold!important;
}
.Finishes .filterfinishes button.active{
    font-weight: bold!important;
    border: 4px solid var(--negro)!important;
}
.Finishes .hacheTres{
    color: var(--gris-osc);
}
.Finishes .finishdescription .title-desc{
    font-family: "WhitneyBold";
}
.Finishes .cuadroFinishes{
    border: 1px solid var(--gris-osc);
    aspect-ratio: 1;
}
@media (width: 768px){
    .Finishes .cuadroFinishes{
        height: 333px;
    }
}
@media (min-width: 992px){
    .Finishes .filterfinishes button{
        padding: 0.2rem 1rem!important;
    }
}
@media (min-width: 1400px) {
    .Finishes .cuadroFinishes{
        height: 204px;
    }
    .finishdescription div {
        width: 75%;
    }
}

