 .text-glow {
        text-shadow: 0 0 15px rgba(34, 197, 94, 0.5);
      }

      .swiper-pagination-bullet {
        background: #333 !important;
        opacity: 1;
        width: 12px;
        height: 12px;
      }
      .swiper-pagination-bullet-active {
        background: #ff5722 !important;
        box-shadow: 0 0 15px rgba(255, 87, 34, 0.6);
        width: 30px;
        border-radius: 6px;
      }
      .swiper-slide {
        transition: transform 0.3s ease;
      }
      .swiper-slide-active {
        transform: scale(1.05); /* Destaca levemente a imagem central */
      }