 * {
  box-sizing: border-box;
}

/*Productos de Linea*/
.container--sp {
  width: 50%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 1024px){
    .sp {
  display: flex;
  width: 300%;
  height: 250px;
  margin-left: -100%;
}

.sp__section {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 600px;
}

.sp__img {
  display: block;
  width: 100%;
}

.sp__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255 , 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.sp__btn:hover {
  background: #8F989E;
}

.sp__btn--left {
  left: 50px;
}

.sp__btn--right {
  right: 50px;
}

/*Productos Especiales*/

.container--sp2 {
  width: 50%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.sp2 {
  display: flex;
  width: 300%;
  height: 250px;
  margin-left: -100%;
}

.sp__section2 {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 600px;
}

.sp__img2 {
  display: block;
  width: 100%;
}
.sp__btn2 {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255 , 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.sp__btn2:hover {
  background: #2090E5;
}

.sp__btn--lef {
  left: 10px;
}

.sp__btn--righ {
  right: 10px;
}
}

@media (max-width: 1024px){
    .sp {
  display: flex;
  width: 300%;
  height: 90px;
  margin-left: -100%;
}

.sp__section {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 600px;
}

.sp__img {
  display: block;
  width: 100%;
}

.sp__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255 , 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.sp__btn:hover {
  background: #8F989E;
}

.sp__btn--left {
  left: 50px;
}

.sp__btn--right {
  right: 50px;
}

/*Productos Especiales*/

.container--sp2 {
  width: 50%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.sp2 {
  display: flex;
  width: 300%;
  height: 90px;
  margin-left: -100%;
}

.sp__section2 {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 600px;
}

.sp__img2 {
  display: block;
  width: 100%;
}
.sp__btn2 {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255 , 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.sp__btn2:hover {
  background: #2090E5;
}

.sp__btn--lef {
  left: 10px;
}

.sp__btn--righ {
  right: 10px;
}
}


