#novedades-con-filtro .card-novedades .novedades-img  {
    aspect-ratio: 1/1;
}

#novedades-con-filtro .card-novedades .novedades-titulo {
    min-height: 80px;
    overflow: hidden;
}

#novedades-con-filtro .card-novedades .novedades-descripcion {
    min-height: 90px;
    overflow: hidden;
}

#novedades-con-filtro .nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
}

#novedades-con-filtro .nav-pills .nav-item{
    flex: none;
}

@media (max-width: 576px)
{

    #novedades-con-filtro .card-novedades .novedades-titulo {
        height: auto;
        overflow: hidden;
    }
    
    #novedades-con-filtro .card-novedades .novedades-descripcion {
        height: auto;
        overflow: hidden;
    }

    

}

@media  (min-width: 577px) and (max-width: 767px)
{

    #novedades-con-filtro .card-novedades .novedades-titulo {
        height: auto;
        overflow: hidden;
    }
    
    #novedades-con-filtro .card-novedades .novedades-descripcion {
        height: auto;
        overflow: hidden;
    }

}

/* FILTROS */

#novedades-con-filtro .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-weight: 700;
    font-size: 0.938rem;
    color: white;
    background-color: var(--secondary);
    border: var(--secondary) 1px solid;
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}

#novedades-con-filtro .nav-pills .nav-link {
    font-weight: 700;
    font-size: 0.938rem;
    color: var(--secondary);
    background: transparent;
    border: var(--secondary) 1px solid;
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}

#novedades-con-filtro .nav-pills .show>.nav-link.first-item {
    font-weight: 700;
    font-size: 0.938rem;
    color: var(--white);
    background-color: var(--secondary);
    border: var(--secondary) 1px solid;
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}
#novedades-con-filtro .nav-pills .nav-link.active.first-item {
    font-weight: 700;
    font-size: 0.938rem;
    color: white;
    background-color: var(--secondary);
    border: var(--secondary) 1px solid;
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}

#novedades-con-filtro .nav-pills .nav-link {
    font-weight: 700;
    font-size: 0.938rem;
    background: transparent;
    border: var(--secondary) 1px solid;
    color: var(--secondary);
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}



#novedades-con-filtro .card-productos .img-productos {
    aspect-ratio: 4/3;
    border-radius: 4rem;
}

#novedades-con-filtro .card-productos .badge {
    transition: 0.3s all ease;
}

#novedades-con-filtro .card-productos:hover .badge {
    transition: 0.3s all ease;
    background-color: var(--primary) !important;
    color: #fff !important;
}

#novedades-con-filtro .card-productos {
    transition: 0.3s all ease;
}

#novedades-con-filtro .card-productos:hover {
    transition: 0.3s all ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*FUENTES*/

#novedades-con-filtro .card-novedades .novedades-descripcion {
  font-family: 'DINNextLTPro Regular';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0%;
}

@media (max-width: 576px)
{
  
  #novedades-con-filtro .card-novedades .novedades-descripcion {
    font-size: 0.875rem;
    line-height: 24px;
  }

}

@media  (min-width: 577px) and (max-width: 767px)
{
  
  #novedades-con-filtro .card-novedades .novedades-descripcion {
    font-size: 0.875rem;
    line-height: 24px;
  }

}

@media (min-width: 768px) and (max-width: 991px) 
{
  
  #novedades-con-filtro .card-novedades .novedades-descripcion {
    font-size: 0.938rem;
    line-height: 20px;
  }

}

@media (min-width: 992px) and (max-width: 1200px)
{

  #novedades-con-filtro .card-novedades .novedades-descripcion {
    font-size: 0.938rem;
    line-height: 20px;
  }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{
  #novedades-con-filtro .card-novedades .novedades-descripcion {
    font-size: 0.938rem;
    line-height: 20px;
  }

}

@media  (min-width: 1401px) and (max-width: 1600px)
{
  
  #novedades-con-filtro .card-novedades .novedades-descripcion {
    font-size: 0.938rem;
    line-height: 20px;
  }

}

