.CardNovedad__link{
    text-decoration: none;
    color: #00000080;
}
.CardNovedad__category{
    color: #294B97;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}
.CardNovedad__title{
    color: black;
    font-size: 24px;
    font-weight: 700;
}
.CardNovedad__short-description{
    color: black;
    font-size: 16px;
    font-weight: 400;
}
.CardNovedad__container-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 90%;
    bottom: 25px;
}
.CardNovedad__read-more{
    font-weight: 700;
    font-size: 16px;
}
