
@import url('https://unpkg.com/swiper/swiper-bundle.min.css');

.empresas-swiper {
  width: 100%;
  padding: 2rem 0;
}

.empresas-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 1rem;
  height: 180px;
  text-align: center;
}

.empresas-swiper .swiper-slide img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.empresas-swiper .swiper-slide .no-logo {
  width: 100px;
  height: 100px;
  background: #666;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.swiper-button-prev,
.swiper-button-next {
  color: #0073e6;
}
