.carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 10;
}

.carousel-indicators .dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: width 0.4s ease, background-color 0.3s ease, border-radius 0.4s ease;
}

.carousel-indicators .dot.active {
  width: 32px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.85); /* Gris claro más visible */
}
