.CardNovedad__link{
    text-decoration: none;
}
.CardNovedad__link .card-body{
    height: 275px;
}
.Novedad__link{
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #1D1D1D;
    text-decoration: none;
  
}

.Novedad__category{
    color: #B22B3E;
    font-family: 'Roboto-Bold';
    /* font-weight: 800; */
    font-size: 14px;
    text-transform: uppercase;
}
.Novedad__title{
    color: #4D4E4E;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 32px;
}
.Novedad__shortDescription{
    color: #4D4E4E;
    font-family: 'Roboto-Regular';
    font-weight: 300;
    font-size: 20px;
    margin-top: 25px;
}