/*Slider página principal*/
.swiper-pagination-custom-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  transition: font-weight 0.3s ease;
  margin: 0 5px;
}

.swiper-pagination-custom-btn.active {
  font-weight: 900;
}

.animated-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.swiper-slide-active .animated-text {
  opacity: 1;
}

/* Redimensionar imágenes */
.swiper-slide img {
  max-width: 25%;
  width: 25%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.elementor-1319 .elementor-element.elementor-element-2467196 .elementor-heading-title {
  margin-bottom: auto;
}

/* Precios caja cerrada */
.tiered-pricing-option[data-tiered-quantity="12"] .tiered-pricing-option__quantity::after {
  content: " (Por caja cerrada)";
  font-size: 0.9em;
  color: #666;
  margin-left: 4px;
}
