.clientes-section {
  background-color: #f8f8f8; /* Ou uma cor que combine com seu tema */
  padding: 60px 0;
  overflow: hidden; /* Importante para garantir que os slides não causem scroll indesejado */
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.clientes-section .lead {
  color: #555;
  outline: none;
}

.logo-swiper {
  width: 100%;
  padding: 20px 0; 
}

.logo-swiper .swiper-slide a {
  pointer-events: none;
  cursor: default;
}

.logo-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  height: 120px;
}

.logo-swiper img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

