.pro-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px,1fr));
    gap: .20rem;
    margin-bottom: 20rem;
    padding-bottom: 80px;

}

.card {
    border: 1px solid black;
    background-color: white;
    padding: .2rem;
    
}

.card > .header {
    margin-bottom: .25rem;
}

.card > .body {

    font-size: .8rem;
    color: rgb(151, 141, 141);
}

.hide {
    display: none;
}


.cuerpo2:hover{
    background-color: rgb(0, 0, 0);
    color: rgba(226, 47, 47, 0.548);
    transition: 0.4s;
}
