
#exampleSlider {
  position: relative;
  margin-top: 20px;
}

.logo-cliente{padding: 5px;}
.logo-cliente a img{width: 100%;}

@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  /*margin: 15px 5%;*/
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(255, 0, 0, 0);
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 16.66666667%;
  
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
    padding: 0 5px;
  }
}

@media (max-width: 660px) {
  #exampleSlider .MS-content .item {
    width: 100%;
    padding: 0 5px;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: block;
  }
}

@media (max-width: 660px) {
  #exampleSlider .MS-controls button {
    top: 110px;
  }
}
@media (max-width: 430px) {
  #exampleSlider .MS-controls button {
    top: 85px;
  }
}

@media (max-width: 390px) {
  #exampleSlider .MS-controls button {
    top: 75px;
  }
}

#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: -70px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: 30px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: -70px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: 30px;
  }
}

@media (max-width:660px) {
  #exampleSlider .MS-controls .MS-left {
    left: 10px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 10px;
  }
}