@font-face {
  src: url(fonts/BiomePro-BlackNarrowIt.otf);
  font-family: Biome Pro Black Narrow Italic;
}

html {
  scroll-behavior: smooth;
}

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important
}

.p-20 {
  padding: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

nav {
  background: #f1f1f1 !important;
  box-shadow: 1px 1px 2px #ccc;
}

nav a.nav-link {
  color: #000 !important;
}

section.part1 {
  background: url(img/how3.png);
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh !important;
  position: relative;
  z-index: 999;
  padding: 140px 70px 0px 70px;
}

section.part1 h1 {
  font-family: source sans pro;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  font-size: 36px;
  margin-top: 30px;
}

section.part1 h6 {
  font-family: source sans pro;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

section.part2 {
  padding: 60px;
}

section.part2 h1 {
  font-family: source sans pro;
  font-weight: 400;
  text-align: left;
  font-size: 40px;
}

section.part2 p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0px;
}

section.part3 {
  background: #eee;
  padding: 60px;
}

section.part3 h1 {
  font-family: source sans pro;
  font-weight: 400;
  text-align: left;
  font-size: 40px;
  margin-bottom: 20px;
}

section.part3 .box {
  background: #444;
  text-align: center;
  padding: 8px;
  margin-bottom: 5px;
}

section.part3 .box p {
  margin: 0px;
  color: #fff;
  font-family: source sans pro;
  font-weight: 600;
}

section.part3 hr {
  margin-top: 25px;
  margin-bottom: 20px;
  border-width: 2px;
  border-color: #666;
}

section.part3 h6 {
  font-family: source sans pro;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  font-size: 20px;
}

section.part4 {
  background: url(img/background-novo.png);
  padding: 60px;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh !important;
  position: relative;
  z-index: 999;
}

section.part4 h1 {
  font-family: source sans pro;
  font-weight: 600;
  text-align: right;
  font-size: 38px;
  margin: 0px;
  color: #000;
}

section.part4 h1 span {
  font-weight: 700;
  font-size: 50px;
}

section.part4 h6 {
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
  color: #000;
}

section.part4 h6 .far {
  font-size: 12px;
  padding-right: 6px;
  color: #000;
}

section.part4 h2 {
  font-family: source sans pro;
  font-weight: 400;
  text-align: left;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 15px;
  color: #000;
}

section.part4 h5 {
  font-family: source sans pro;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 20px;
  color: #000;
}

section.part4 p {
  font-family: source sans pro;
  font-weight: 600;
  text-align: center;
  font-size: 17px;
  padding-top: 5px;
  margin-bottom: 25px;
  color: #000;
}

section.part4 p .fas {
  font-size: 15px;
}

section.part4 .caixa {
  padding: 12px;
  /*background: rgba(255, 255, 255, 0.4);*/
  background: none;
  text-align: center;
}

section.part5 {
  padding: 50px;
}

section.part5 h1 {
  font-family: source sans pro;
  font-weight: 400;
  text-align: left;
  font-size: 40px;
  margin-bottom: 15px;
}

section.part5 h2 {
  font-family: source sans pro;
  font-size: 28px;
  color: #000;
}

section.part5 h6 {
  font-family: source sans pro;
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
  color: #000;
}

section.part5 p {
  font-family: source sans pro;
  font-weight: 400;
  margin-left: 10px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}

section.part5 form .form-control {
  border-radius: 0px;
  margin-bottom: 10px;
  background: #bbb;
  box-shadow: 1px 1px 2px #ddd;
  border: none;
  color: #fff;
}

section.part5 form .form-control::placeholder {
  color: #fff;
}

section.part5 form .btn {
  border: none;
  border-radius: 0px;
  background: #666;
  box-shadow: 1px 1px 2px #ddd;
  text-transform: uppercase;
  font-family: source sans pro;
  font-weight: 400;
}

footer {
  background: #000;
  margin: 0px;
  font-family: source sans pro;
  padding: 10px;
}

footer p {
  margin: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
}

/****************** mobile ***************/

@media (max-width: 767.98px) {
  .mob-p-t-20 {
    padding-top: 20px !important;
  }

  .mob-p-t-10 {
    padding-top: 10px !important;
  }

  .yes-mobile {
    display: block !important;
  }

  .no-mobile {
    display: none !important;
  }

  section.part4 h1 {
    text-align: left;
    font-size: 25px;
    padding-bottom: 15px;
  }

  section.part4 h1 span {
    font-size: 35px;
  }

  section.part4 {
    height: auto !important;
  }

  section.part5 h2 {
    padding-top: 25px;
  }

}
