/* Section Imagenes Parallax */

body, html{
  height:100%;
  margin:0;
  font-size:16px;
  font-family:"Lato", sans-serif;
  font-weight:400;
  line-height:1.8em;
  color:#666;
}

.section {
  text-align:center;
  padding:50px 80px;
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
}

.pimg1, .pimg2, .pimg3{
  position:relative;
  /* opacity:0.70; */
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  /*
    fixed = parallax
    scroll = normal
  */
  /* background-attachment:fixed; */
}

.pimg1{
  background-image: url('../img/yeezy2.jpg');
  min-height: 100vh;
  background-attachment:scroll;
}

.pimg2{
  background-image: url('../img/celphone.jpg');
  min-height: 400px;
  background-attachment:scroll;
}

.pimg3{
  background-image: url('../img/zapas.jpg');
  min-height: 470px;
  background-attachment:scroll;
}

.ptext{
  position:absolute;
  top:35%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:5px;
  text-transform:uppercase;
}

.ptext2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* position: absolute; */
  /* top: 92%; */
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.texto-parallax{
  background-color:#111;
  color:#fff;
  padding:20px;
}

.texto-parallax:hover {
  color: #ccb0b05e;
}

.ptext .texto-parallax.trans{
  background-color:transparent;
}

.twoLabels {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wide {
  width: 60%;
}

span a {
  color: #fff;
}

@media (min-width: 768px) {

  .pimg2, .pimg1{
    background-attachment:fixed;
  }

}
