.contenedorCentrar {
    width: 100%;
  }
  .contLWM {
      width: 100%;
    }
  .cycle-slideshow {
        width: 100%;
    }
  .cycle-slideshow img{
        width: 100%;
    }
    .contSlider {
        height: 318px;
    }
    .contentClientes {
        position: relative;
    }
    img#prev, img#next {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
        z-index: 30;
}
img#next {
    left: 104px;
  }
  .algunosClientes {
    height: 610px;
}
  .contentClientes > .cycle-slideshow > div{
        flex-wrap: wrap;
            margin-top: 63px;
                text-align: center;
  }
.contentClientes > .cycle-slideshow img {
      width: auto;
  }
