vh-100 {
  height: 100vh;
}

.tituloIndex {
  font-size: 6vw;
}

.parallax {
  /* The image used */
  background-image: url("../img/fundoAnimado.gif");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about, #integrantes {
  background-color: #f6f7fd;
}

html {
  scroll-behavior: smooth;
}

.hash_about_tag {
  margin-top: -50px;
  position: absolute;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
  background-attachment: fixed;
}

#about:before {
  content: "";
  background: rgba(255, 126, 0, 0.71);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}