#productos-con-filtro .card-productos .img-productos {
    aspect-ratio: 4/3;
}

#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(--primary) !important;
    color: #fff !important;
}

#productos-con-filtro .card-productos {
    transition: 0.3s all ease;
    border-radius: 30px !important;
}

#productos-con-filtro .card-productos:hover {
    transition: 0.3s all ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#productos-con-filtro .list-group-item:last-child {
    border-width: 0 0 1px 0 !important;
}

/* BOTON */

/* OWL */

#productos-con-filtro .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ccc;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot.active span,
#productos-con-filtro .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #fff;
    border: 1px solid var(--primary) !important;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot.active span,
#productos-con-filtro .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
}

#productos-con-filtro .item.item-productos-con-filtro {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productos-con-filtro .item.item-productos-con-filtro img {
  filter: grayscale(1);
}

#productos-con-filtro .owl-carousel .owl-prev,
#productos-con-filtro .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

#productos-con-filtro .owl-carousel .owl-prev:hover,
#productos-con-filtro .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#productos-con-filtro .owl-carousel .owl-prev {
  left: -60px;
}

#productos-con-filtro .owl-carousel .owl-next {
  right: -60px;
}

/* FILTROS */

#productos-con-filtro .nav-pills .nav-link {
    background: var(--white);
    color: var(--secondary);
    text-decoration: none;
    font-size: 16px;
    border: 1px solid var(--secondary);
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
}

#productos-con-filtro .nav-pills .nav-link:hover {
    background: var(--secondary);
    color: var(--white);
    text-decoration: none;
    border: 1px solid var(--secondary);
    border-radius: 50rem;
    font-weight: 500;
}

#productos-con-filtro .nav-pills .nav-link.active,
#productos-con-filtro .nav-pills .show > .nav-link {
    background: var(--secondary);
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    border: 1px solid var(--secondary);
    border-radius: 50rem;
    padding: 0.5rem 1.5rem;
}

#productos-con-filtro .card-productos .img-productos {
    aspect-ratio: 4/3;
}

#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: #84BD00 !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;
}

#productos-con-filtro .nav-pills {
    flex-wrap: nowrap;
    overflow: visible;
    scrollbar-width: none;
}

#productos-con-filtro .nav-pills .nav-item {
    flex: none;
}

#productos-con-filtro .text-btn-01 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}