#productos-con-filtro .card-productos .productos-img  {
    aspect-ratio: 4/3;
}

#productos-con-filtro .card-productos .productos-titulo {
    height: 75px;
    overflow: hidden;
}

#productos-con-filtro .card-productos .productos-descripcion {
    height: 150px;
    overflow: hidden;
}

#productos-con-filtro .nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
}

#productos-con-filtro .nav-pills .nav-item{
    flex: none;
}

@media (max-width: 576px)
{

    #productos-con-filtro .card-productos .productos-titulo {
        height: auto;
        overflow: hidden;
    }
    
    #productos-con-filtro .card-productos .productos-descripcion {
        height: auto;
        overflow: hidden;
    }

}

@media  (min-width: 577px) and (max-width: 767px)
{

    #productos-con-filtro .card-productos .productos-titulo {
        height: auto;
        overflow: hidden;
    }
    
    #productos-con-filtro .card-productos .productos-descripcion {
        height: auto;
        overflow: hidden;
    }

}

/* FILTROS */

#productos-con-filtro .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--white);
    font-weight: 700;
    background-color: #ffffff00;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid var(--white)!important;
}

#productos-con-filtro .nav-pills .nav-link {
    background: #ffffff00;
    border: 0px;
    padding: 0px;
    border-radius: 0rem;
    color: var(--white);
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    border-left: 1px solid var(--white)!important;
}

#productos-con-filtro .nav-pills .show>.nav-link.first-item {
    color: var(--secondary);
    font-weight: 700;
    background-color: #ffffff00;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 0px;
    border-left: 0px solid var(--white)!important;
}
#productos-con-filtro .nav-pills .nav-link.active.first-item {
    color: var(--secondary);
    font-weight: 700;
    background-color: #ffffff00;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 0px;
    border-left: 0px solid var(--white)!important;
    text-decoration: none!important;
}

#productos-con-filtro .nav-pills .nav-link {
    background: #ffffff00;
    border: 0px;
    padding: 0px;
    border-radius: 0rem;
    color: var(--white);
    padding-right: 15px;
    padding-left: 0px;
    font-size: 16px;
    border-left: 0px solid var(--white)!important;
}



#productos-con-filtro .card-productos .img-productos {
    aspect-ratio: 4/3;
    border-radius: 4rem;
}

#productos-con-filtro .card-productos .badge {
    transition: 0.3s all ease;
}

#productos-con-filtro .card-productos:hover .badge {
    transition: 0.3s all ease;
    background-color: var(--secondary) !important;
    color: #fff !important;
}

#productos-con-filtro .card-productos {
    transition: 0.3s all ease;
}

#productos-con-filtro .card-productos:hover {
    transition: 0.3s all ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

