.swiper-testimonio {
  width: 100%;
  padding-bottom: 74px;
}
.swiper-testimonio .swiper-slide {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 8px;
  background: var(--bg-alt-color);
  padding: 24px 20px;
}
.swiper-testimonio .swiper-slide .image-name-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 12px;
}
.swiper-testimonio .swiper-slide .foto {
  width: 56px;
  height: 56px;
}
.swiper-testimonio .swiper-slide .name {
  font-weight: 500;
  font-size: 24px;
}
.swiper-testimonio .swiper-slide .star {
  width: 24px;
  height: 24px;
}
.swiper-testimonio .review-link {
  text-decoration: none;
  display: flex;
  gap: 4px;
  align-items: center;
}
.swiper-testimonio .review-link:hover {
  color: var(--primary-color); /* Cambiar el color al hacer hover */
}
.swiper-testimonio span.swiper-pagination-bullet {
  border: 1px solid var(--primary-color);
  padding: 4px;
  height: 20px;
  width: 20px;
  background: transparent;
  opacity: 1;
}
.swiper-testimonio .swiper-pagination-bullet-active span {
  width: 100%;
  display: flex;
  background: var(--primary-color);
  height: 100%;
  border-radius: 9999.9rem;
}
