#box-1 {
  background: url("../../assets/img/Parallax/parallaxJordan.jpg") top / cover no-repeat fixed;
}

#box-2 {
  background: url("../../assets/img/Parallax/PARALLAX-witch.jpg") top / cover fixed;
  display: table;
}

#box-3 {
  height: 100vh;
  width: 100%;
  display: table;
  background: url("../../assets/img/Parallax/parallax.productos.jpg") top / cover fixed;
}

#box-4 {
  height: 100vh;
  width: 100%;
  display: table;
  background: url("../../assets/img/Parallax/corte-laser.jpg") top left / cover fixed;
}

#box-5 {
  height: 100vh;
  width: 100%;
  background: url("../../assets/img/Parallax/cursos.jpg") top right / cover no-repeat fixed;
  display: table;
}

#box-6 {
  height: 100vh;
  width: 100%;
  display: table;
  background: url("../../assets/img/Parallax/PARALLAX-specter.jpg") top / cover fixed;
}

#box-7 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/Parallax/parallaxJordan.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-8 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/Parallax/parallaxJordan.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-9 {
  height: 100vh;
  width: 100%;
  background-image: url(i3.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-10 {
  height: 100vh;
  width: 100%;
  background-image: url(i3.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-11 {
  height: 100vh;
  width: 100%;
  background-image: url(i3.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-12 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/Parallax/parallaxJordan.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

h1 {
  font-family: arial black;
  font-size: 50px;
  color: #00fdd3;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

