#clients-logos {
  padding: 5vh 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: column wrap !important;
  flex-flow: column wrap !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #FAFAFA;
}

#clients-logos .wrapper {
  display: block;
  width: 100%;
  max-width: 1300px !important;
}

#clients-logos h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  /* identical to box height, or 124% */

  text-align: center;

  color: #091037;
  margin-bottom: 90px;
}

#clients-logos .carousel-cell {
  background-color: #FAFAFA;
  max-width: 150px;
}

#clients-logos .carousel-cell img {
  mix-blend-mode: darken;
}


#clients-logos .flickity-prev-next-button.previous {
  left: 0px;
}

#clients-logos .flickity-prev-next-button.next {
  right: 0px;
}

#clients-logos .logosClientes-carousel {
  /* padding: 0 70px; */
}


#clientesLogos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: multiply;
}

.no-title h1 {
  display: none !important
}