/* AVN POP Slider - CSS Geral */

:root {
  --carousel-control-color: #26385e;
  --carousel-dot-color: #e9ecf2;
}

.carousel-inner {
  border-radius: 0 0 16px 16px;
}

.custom-banner-carousel {
  position: relative;
  padding-bottom: 40px;
  background: #ffffff;
}

.custom-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.custom-carousel-nav {
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 18px;
}

.custom-carousel-control {
  position: static !important;
  width: 17px !important;
  height: 17px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--carousel-control-color) !important;
  opacity: 1 !important;
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
  width: 9px !important;
  height: 9px !important;
  background-size: 100% 100% !important;
  filter: none !important;
}

.custom-carousel-indicators {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

.custom-carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background-color: var(--carousel-dot-color) !important;
  opacity: 1 !important;
}

.custom-carousel-indicators .active {
  width: 24px !important;
  background-color: var(--carousel-control-color) !important;
}
