body {
  overflow: hidden;
  background-image: url('../images/fondo-02.png');
}

.items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}

.items .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item.active {
  opacity: 1;
  z-index: 99;
}

.item.prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-125%, -50%);
}

.item.next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(25%, -50%);
}

.items .button-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  z-index: 100;
}

.button-container .button {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}

.button-container .button:hover {
  opacity: 1;
}

.button-container .button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: -99;
}

.button-container .button:nth-child(1) {
  float: left;
}

.button-container .button:nth-child(2) {
  float: right;
}
.title_producto{
  position: relative;
  top: -150px;
}
.superbolder-effect{
  font-weight: 900;
}
.modal-ubicacion{
  color: #010066;
}
a.modal-ubicacion:hover{
  color: #010066 !important;
}

/*Cambios Elías*/
.sols {
  height: 160px;
  transform: translate(0%, 6%);
  user-select: none;
}

.sols .sol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.sol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sol.active {
  opacity: 1;
  z-index: 99;
}

.sol.prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-125%, -50%);
}

.sol.next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(25%, -50%);
}

.sols .button-container {
  position: relative;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 165px;
  z-index: 100;
}
