.marcas-conveniadas {
  padding: 60px 20px;
  background: #f9f9f9;
}

/* .marcas-conveniadas h2 {
  text-align: center;
  font-size: 28px;
  color: #004b8d;
  margin-bottom: 40px;
} */

.marca-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.marca-item img {
  max-width: 100px;
  max-height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marca-item img:hover {
  transform: scale(1.1);
}

/* Swiper customizado para marcas */
.marcas-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marcas-swiper .swiper-pagination-bullet {
  background: #004b8d;
}
