.body {
	position: relative; 
}

.img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-image: url('../images/img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sm {
  display: block;
  width: 60px;
  height: 19px;
  margin-right: auto;
  margin-bottom: 133px;
  margin-left: auto;
  background-image: url('../images/sm.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.supermarket {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.body {
  height: 100%;
  background-color: #f2f3f2;
  background-image: url('../images/codigo-barras.png');
  background-position: 100% 78%;
  background-repeat: no-repeat;
}

.div-logo {
  padding-top: 50px;
}

.div-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.giros {
  height: 42px;
  margin-bottom: 50px;
  background-image: url('../images/giros.png');
  background-position: 50% 50%;
  background-size: 489px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .div-info {
    padding-right: 30px;
    padding-left: 30px;
  }
  .giros {
    display: block;
    width: 502px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .sm {
    margin-bottom: 80px;
  }
  .body {
    padding-right: 30px;
    padding-left: 30px;
    background-position: 100% 68%;
  }
  .giros {
    width: 100%;
    height: 39px;
    background-size: 454px;
  }
  .link-block {
    width: 59%;
  }
}

@media (max-width: 479px) {
  .img {
    width: 100%;
  }
  .sm {
    margin-bottom: 40px;
  }
  .giros {
    width: 100%;
    height: 23px;
    margin-bottom: 30px;
    background-size: contain;
  }
  .link-block {
    width: 224px;
    height: 20px;
  }
}