.boton_slider_medios {
  position: absolute;
  top: calc(90% - 30px);
  cursor: pointer;
}

.slider_titulo_medios {
  color: #e4e4e4;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}

/*Estilos Boton*/
.boton_slider_medios i {
  color: #666666;
  font-size: 40px;
}

.boton_slider_medios.inactive i {
  color: #009eff;
}

.boton_slider_medios:hover i {
  color: #009eff;
}

.boton_slider_medios:first-of-type {
  left: 0px;
}

.boton_slider_medios:last-of-type {
  right: 0px;
}

.item_slider_medios {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.item_slider_medios .slider_medio_imagen {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 1px;
}

.item_slider_medios .slider_medio_imagen img {
  object-fit: cover;
  /*width: 100%;*/
  height: 100%;
  margin: auto;
}

@media only screen and (max-width: 901px) {

  .slider_producto_titulo_medios {
    font-size: 30px;
    line-height: 37px;
  }

}