.CardNovedad__link{
    text-decoration: none;
}
.CardNovedad__link .card-body{
    height: 275px;
}
.Novedad__link{
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #1D1D1D;
    position: absolute;
    bottom: 20px;
}

.Novedad__category{
    color: #008037;
    font-family: 'Inter-Bold';
    /* font-weight: 800; */
    font-size: 16px;
    text-transform: uppercase;
}
.Novedad__title{
    color: #1D1D1D;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 25px;
}
.Novedad__shortDescription{
    color: #1D1D1D;
    font-family: 'Inter-Regular';
    font-weight: 300;
    font-size: 18px;
    margin-top: 25px;
}