.CardNovedad__link{
    text-decoration: none;
}
.CardNovedad__link .card-body{
    height: 215px;
}
.Novedad__link{

    font-weight: 400;
    font-size: 16px;
    color: #00000091;
}

.Novedad__category{
    color: #F08519;

    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.Novedad__title{
    color: black;

     font-weight: 400;
    font-size: 24px;
    margin-top: 22px;
}
.Novedad__shortDescription{
    color: #000000;

    font-weight: 300;
    font-size: 16px;
    margin-top: 15px;
    position: relative;
}
.CardNovedad__link:hover .card-body{
    background-color:#FAFAF9;
    border-radius:8px;
}
.Novedades__Filtro__SeccionCategoria{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: black;
}
.Novedades__Filtro__Categoria{
    color: #00000080;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}
.Novedades__Filtro__CategoriaCantidad{
    background-color: #F5F5F5;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Novedades__Filtro__SeccionArchivo{
    font-size: 21px;
    font-weight: 500;
    color: black;
}

