/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 19:23:25 */
/* força slides e figures a seguirem o tamanho da imagem */
.aliados_carusel .swiper-slide {
  flex: 0 0 auto !important;
  width: 124px !important;
  height: 84px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* evita que figure expanda além da imagem */
.aliados_carusel .swiper-slide-inner {
  width: 124px !important;
  height: 84px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

/* imagem em contain dentro do frame fixo */
.aliados_carusel img.swiper-slide-image {
  width: 124px !important;
  height: 84px !important;
  object-fit: contain;
  display: block;
}

/* controle de espaçamento entre logos */
.aliados_carusel .swiper-wrapper {
  gap: 48px; /* ajuste o valor conforme desejar */
}