@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
.carruselclientes__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
}
.carruselclientes__content h3 {
  color: #393A39;
  font-size: 1.5rem; /*24*/
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  text-align: center;
  margin: 40px 0;
}
.carruselclientes__content h3 strong {
  font-weight: 700;
  color: #80BC00;
}
.carruselclientes__content .carruselclientes__content--slider {
  margin-bottom: 45px;
}
.carruselclientes__content .carruselclientes__content--slider .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.carruselclientes__content .carruselclientes__content--slider .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 10%;
  height: 100%;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.carruselclientes__content--img {
  width: 114px;
  height: 38px;
}
.carruselclientes__content--img img {
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: none;
  transform: none;
  position: static;
}/*# sourceMappingURL=carrusel-clientes.css.map */