*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#fondo {
  width: 100%;
  height: 100vh;
  /*background-color: #fe7f88;*/
  background-image: url("../../assets/img/fondo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.colorear {
  background-image: linear-gradient( rgba(120,122,135,0.3), rgba(52,51,72,0.59) );
  /*height: 480px;*/
  /*width: 720px;*/
}

.parallax {
  height: 500px;
  background-image: url("../../assets/img/fondo.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

