.event-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ccbb-banner-principal-section .swiper-pagination-bullet {
  background: white;
  border: 2px solid #7b7f8b;
  width: 10px;
  height: 10px;
}
.ccbb-banner-principal-section .swiper-pagination-bullet-active {
  background: #FFF7B5;
  border-color: #FFF7B5;
}

.ccbb-banner-principal-section .swiper-pagination {
  position: relative;
  top: initial !important;
  bottom: initial !important;
  margin-top: -2px !important;
}