.CardNovedad__link{
    text-decoration: none;
    color: #B2B2B2;
}
.CardNovedad__category{
    color: #384F7E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.CardNovedad__title{
    color: #171717;
    font-size: 24px;
    font-weight: 700;
}
.CardNovedad__short-description{
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.CardNovedad__container-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 90%;
    bottom: 25px;
}
.CardNovedad__read-more{
    font-weight: 400;
    font-size: 16px;
}
