.controles-carrousel {
  display: block;
  max-height: 100%;
  position: relative;
  width: 100%;
}

.controles-carrousel .wpicon {
  border: solid 1px #eaeaea;
  background: #fff;
  bottom: 0;
  cursor: pointer;
  height: 4rem;
  left: 0;
  margin-left: -20px;
  padding: 1.25rem 0.5rem;
  position: absolute;
  top: 10rem;
  width: 2rem;
  z-index: 1004;
}

.controles-carrousel .wpicon:hover {
  background: #5F91AA;
  color: #ffffff;
}
.controles-carrousel .wpicon-chevron-right {
  left: auto;
  margin-left: 0px;
  margin-right: -20px;
  right: 0;
  text-align: right;
}

ul.custom-carrousel {
  padding-top: 0;
}

.h2-titulo-bloque {
  color: #5F91AA;
  font-size: 1.15rem;
  font-weight: bold;
}

@media only screen and (max-width:650px){
  #productscategory {
    margin-top: -50px;
  }

  .controles-carrousel{
    display: none !important;
  }
}

@media only screen and (min-width:959px) and (max-width:1025px){
  .controles-carrousel .wpicon-chevron-right {
    margin-left: -23px;
  }

  .controles-carrousel .wpicon-chevron-right {
    margin-right: -23px;
  }

  .item-custom-carrousel {
    width: 23% !important;
  }
}