.cuerpoPrin{
    width: 100%;
    height: 1000px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contenProduct{
    width: 15%;
    height: 200px;
    background-color: #cfb53b;

    border-radius: 20px;
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 20px;
}

.producto{
    width:100%;
    height: 75%;
    background-color: #fff;
}