.clientes__slide {
  overflow: hidden;
}
.clientes__slide__wrapper {
  align-items: center;
}
.clientes__slide__item {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
}

.clientes__card {
  align-items: center;
  background: var(--primary-color);
  border: 1px solid var(--line-color);
  border-radius: 14px;
  color: var(--support-text-color);
  display: flex;
  font-size: var(--text-x-small);
  font-weight: 700;
  height: 60px;
  justify-content: center;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}
.clientes__card:is(a):hover, .clientes__card:is(a):focus {
  border-color: var(--secondary-color);
  box-shadow: 0 10px 24px rgba(13, 31, 36, 0.14);
  color: var(--support-text-color);
  transform: translateY(-2px);
}
.clientes__card img {
  display: block;
  height: auto;
  max-height: 55px;
  max-width: 116px;
  object-fit: contain;
  width: auto;
  filter: brightness(0) invert(1);
}
.clientes__card span {
  display: block;
}

.clientes__pagination {
  bottom: 0 !important;
  margin-top: 20px;
  position: relative;
}
.clientes__pagination .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.25;
}
.clientes__pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

/*# sourceMappingURL=card-cliente.css.map */
