#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;
  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 .title-prod{
  height: 60px;
}

#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;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #84BD00;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: #fff;
  border: 1px #84BD00 solid !important;
}

#productos-con-filtro .owl-theme .owl-dots .owl-dot.active span, #productos-con-filtro .owl-theme .owl-dots .owl-dot:hover span {
  background: #84BD00 !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.active, .nav-pills .show>.nav-link {
  color: var(--white);
  font-weight: 700;
  background-color: var(--primary);
  font-size: 16px;
  border: 1px solid var(--primary);
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
}

#productos-con-filtro .nav-pills .nav-link {
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #E7E7E7;
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
}
#productos-con-filtro .nav-pills .nav-link:hover {
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
  border: 1px solid var(--primary);
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
}

/* #productos-con-filtro .nav-pills .nav-link.active.first-item, .nav-pills .show>.nav-link.first-item {
  color: var(--white);
  font-weight: 700;
  background-color: var(--primary);
  font-size: 16px;
  border: 1px solid var(--primary);
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
}

#productos-con-filtro .nav-pills .nav-link.first-item {
  color: var(--white);
  font-weight: 700;
  background-color: var(--primary);
  font-size: 16px;
  border: 1px solid var(--primary);
  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: auto;
  scrollbar-width: none; 
}

#productos-con-filtro .nav-pills .nav-item{
    flex: none;
}