/* SLIDER ====================================================== */
.bx-wrapper,
.bx-window {
  width: 100% !important;
  background: var(--gris-2);
  height: 60px;
}

.bx-wrapper .bx-viewport {
  height: 100% !important;
}

.slider-container {
  background: #222;
  width: 845px;
  height: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#slider {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}

#slider li {
  margin: 0 15px;
  width: auto !important;
  display: flex;
  align-items: center;
}

#slider li picture {
  display: flex;
}

#slider img {
  margin: 0px;
  display: inline-block;
  height: 40px;
}
