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

.wp-block-acf-productos-con-filtro .card-productos .badge {
  transition: 0.3s all ease;
}

.wp-block-acf-productos-con-filtro .card-productos:hover .badge {
  transition: 0.3s all ease;
  background-color: var(--primary) !important;
  color: #fff !important;
}

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

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

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

/* BOTON */

/* OWL */

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

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

.wp-block-acf-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;
}

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



.wp-block-acf-productos-con-filtro .owl-theme .owl-dots .owl-dot span {

  width: 12px !important;

  height: 12px !important;

  background: #fff;

  border: 1px solid var(--primary) !important;

}



.wp-block-acf-productos-con-filtro .owl-theme .owl-dots .owl-dot.active span,
.wp-block-acf-productos-con-filtro .owl-theme .owl-dots .owl-dot:hover span {

  background: var(--primary) !important;

}



.wp-block-acf-productos-con-filtro .item.item-productos-con-filtro {

  height: 150px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.wp-block-acf-productos-con-filtro .item.item-productos-con-filtro img {

  filter: grayscale(1);

}



.wp-block-acf-productos-con-filtro .owl-carousel .owl-prev,

.wp-block-acf-productos-con-filtro .owl-carousel .owl-next {

  position: absolute;

  top: 0;

  height: 30px;

  top: 40%;

}



.wp-block-acf-productos-con-filtro .owl-carousel .owl-prev:hover,

.wp-block-acf-productos-con-filtro .owl-carousel .owl-next:hover {

  position: absolute;

  top: 0;

  height: 30px;

  top: 40%;

  background-color: transparent !important;

}



.wp-block-acf-productos-con-filtro .owl-carousel .owl-prev {

  left: -60px;

}



.wp-block-acf-productos-con-filtro .owl-carousel .owl-next {

  right: -60px;

}

/* FILTROS */

.wp-block-acf-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;

}

.wp-block-acf-productos-con-filtro .nav-pills .nav-link {

  background: var(--white);

  color: var(--primary);

  text-decoration: none;

  font-size: 16px;

  border: 1px solid #E7E7E7;

  border-radius: 50rem;

  padding: 0.5rem 1.5rem;

}

.wp-block-acf-productos-con-filtro .nav-pills .nav-link:hover {

  background: var(--white);

  color: var(--primary) !important;

  text-decoration: none;

  font-size: 16px;

  border: 1px solid var(--primary);

  border-radius: 50rem;

  padding: 0.5rem 1.5rem;

}



/* .wp-block-acf-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;

}



.wp-block-acf-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;

} */



.wp-block-acf-productos-con-filtro .card-productos .img-productos {

  aspect-ratio: 4/3;

}



.wp-block-acf-productos-con-filtro .card-productos .badge {

  transition: 0.3s all ease;

}



.wp-block-acf-productos-con-filtro .card-productos:hover .badge {

  transition: 0.3s all ease;

  background-color: #84BD00 !important;

  color: #fff !important;

}



.wp-block-acf-productos-con-filtro .card-productos {

  transition: 0.3s all ease;

}



.wp-block-acf-productos-con-filtro .card-productos:hover {

  transition: 0.3s all ease;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

}



.wp-block-acf-productos-con-filtro .nav-pills {

  flex-wrap: nowrap;

  overflow: auto;

  scrollbar-width: none;

}



.wp-block-acf-productos-con-filtro .nav-pills .nav-item {

  flex: none;

}