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

    font-weight: 500;
    font-size: 16px;
    color: #22222280;
}

.Novedad__category{
    color: #3C364C;

    font-weight: 600;
    font-size: 16px;
}
.Novedad__title{
    color: black;

     font-weight: 400;
    font-size: 24px;
    margin-top: 22px;
}
.Novedad__shortDescription{
    color: black;
    opacity: 0.7;
    font-weight: 400;
    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;
}
.Novedad__btn{
    background-color: #21223A;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 0px;
}
.Novedad__btn:hover{
    background-color: white;
    color: #21223A;
    border: 1px solid #21223A;
}
