.slider-eventos span.swiper-pagination-bullet{
    border: 1px solid #fff; 
}

.slider-eventos .swiper-pagination{
    bottom: 70px !important;
}

.custom-pagination-container {
  position: absolute !important;
  bottom: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 60px !important;
  width: auto !important;
  z-index: 20 !important;
}

.custom-pagination-container .elementor-swiper-button-prev,
.custom-pagination-container .elementor-swiper-button-next {
  position: static !important;
  transform: none !important;
  color: #fff !important;
  opacity: 0.8 !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
}

.custom-pagination-container .elementor-swiper-button-prev:hover,
.custom-pagination-container .elementor-swiper-button-next:hover {
  opacity: 1 !important;
  color: #ccc !important;
}

.custom-pagination-container .swiper-pagination {
  position: static !important;
  width: auto !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.custom-pagination-container .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  opacity: 0.6 !important;
  transition: all 0.3s ease !important;
}

.custom-pagination-container .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.slider-eventos .elementor-swiper-button-prev,
.slider-eventos .elementor-swiper-button-next {
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: transparent !important;
  border: none !important;
  opacity: 0.9 !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.slider-eventos .elementor-swiper-button-prev {
  background-image: url("/wp-content/uploads/2025/10/arrow-right.svg") !important;
}

.slider-eventos .elementor-swiper-button-next {
  background-image: url("/wp-content/uploads/2025/10/arrow-left.svg") !important;
}

.slider-eventos .elementor-swiper-button-prev svg,
.slider-eventos .elementor-swiper-button-next svg {
  display: none !important;
}

@media (min-width: 767px) {
    
    #slider-eventos-mobile{
        display:none !important;
    }
    
}

@media (max-width: 767px) {
    
    #slider-eventos-desktop{
        display:none !important;
    }
    
}
