/*header*/
.header_sobre {
  background: #12181b;
  width: 100%;
  padding: 10px 0;
  height: 120px;
}
/*introdução*/
.introducao_sobre {
  background: url("../img/sobre/BG_SOBRE.jpg") no-repeat center;
  background-size: cover;
  height: 540px;
  padding: 15px 0;
}
.introducao_sobre h1 {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  margin-top: 375px;
}
.introducao_sobre h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: -40px;
}
/*história*/
.historia {
  padding: 60px 0 45px 0;
}
.historia h2 {
  font-size: 58px;
  line-height: 71px;
  text-transform: uppercase;
  margin-top: 70px;
}
.historia p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}
/*missão*/
.missao {
  background: #063333;
  padding: 60px 0;
}
.missao h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.missao_itens {
  color: #fff;
  text-align: center;
}

.missao_itens li img {
  padding: 30px 0;
}
.missao_itens li p {
  max-width: 380px;
  margin-left: 30px;
  text-align: center;
}
.missao_itens li:last-child p {
  padding-bottom: 8px;
}
