.flickity-button {
  background: none !important;
  color: #393d93 !important;
}

.flickity-button:hover {
  background: none !important;
  color: #000000 !important;
  cursor: pointer !important;
}

.flickity-prev-next-button {
  top: 90% !important;
  transform: translateY(10%);
}

.flickity-page-dots {
  position: relative !important;
  bottom: -25px;
  width: 60%;
  margin: 0 auto;
}

.flickity-page-dots .dot {
  width: 5px !important;
  height: 5px !important;
  background: #393d93 !important;
}

.flickity-button-icon {
  width: 20px !important;
  height: 20px !important;
}

.capas-flex .flickity-prev-next-button {
  transform: translateY(40px);
}

.capas-flex .flickity-page-dots {
  bottom: -15px;
}