.ep-carrusel-slick {
  margin: 0 auto;
}

.ep-slide-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  border: none;
  outline: none;
  background: #333333;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #bdbdbd;
}

.ep-carrusel-slick img.ep-flecha {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px !important;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: rgb(255 255 255 / 9%);
  border-radius: 50%;
  padding: 10px;
}

.ep-flecha-izq {
  left: 10px;
}

.ep-flecha-der {
  right: 10px;
}
