#content-carrusel {
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  align-content: center;
  /* margin-top: 180px; */
}
#carrusel {
  height: 620px;
  width: 5680px;
  padding: 0 5px;
}
#carrusel div {
  float: left;
  padding: 15px 5px;
}
#carrusel img {
  height: 100%;
  cursor: pointer;
  width: 270px;
}
.left-arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 52%;
  cursor: pointer;
}
.right-arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 52%;
  cursor: pointer;
}
.diseno-carrusel div {
  margin-right: 6px !important;
}
.diseno-carrusel img {
  width: 497px !important;
}
