body{
  font-family: 'Montserrat', sans-serif;
}
header{
  background-image: url(../images/bg_header.png);
  background-size: cover;
  background-attachment: fixed;
}
header .box-header{
  color: #fff;
  padding: 140px 0px;
  width: 600px;
  text-align: center;
  text-transform: uppercase;
  font-size: 62px;
  font-weight: bold;
}
.navbar{
  padding: 25px;
}
.navbar .navbar-brand{
  font-weight: bold;
  line-height: 36px;
}
.navbar .nav-item{
  padding-left: 10px;
}
#missao{
  padding: 30px;
}
#missao h3{
  text-align: center;
  color: #333d89;
  margin-bottom: 40px;
}
#missao h4{
  font-family: 'Pacifico', cursive;
  text-align: center;
  margin: 60px;
}
#missao p{
  text-align: center;
  margin: 20px;
}
#destaques img{
  width: 100%;
}
#destaques h2{
  text-align: center;
  font-size: 18px;
  color: #3d7684;
  margin: 20px auto;
  font-weight: 600;
}
#destaques p{
  text-align: center;
  margin: 30px auto;
}
#barra-mvtransforma{
  background-image: url(../images/bg_header.png);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 30px;
  text-align: center;
  margin: 30px auto;
}
#barra-mvtransforma a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: #9e7a7a;
  padding: 8px 24px;
  border-radius: 20px;
}
#barra-mvtransforma a:hover{
  background: #8b97fd;
}
#carousel .box-right h3{
  font-family: 'Pacifico', cursive;
  color: #3d7684;
  font-size: 45px;
}
#carousel .box-right p{
  font-family: 'Caveat', cursive;
  font-size: 25px;
  line-height: 48px;
}
#contact{
  text-align: center;
  padding: 40px;
}
#contact h3{
  color: #333d89;
  margin-bottom: 30px;
}
#contact p{
  margin: 7px;
}
#contact a{
  color: #000;
  text-decoration: none;
}
footer{
  background-image: url(../images/bg_header.png);
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 40px;
  font-size: 16px;
  font-weight: 600;
}
footer .powered{
  padding: 10px;
  font-size: 14px;
}
#social-networks{
  position: fixed;
  top: 150px;
}
#social-networks ul li{
  list-style: none;
  margin: 20px -10px;
}
#social-networks ul li a{
  color: #fff;
  background: #9e7a7a;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 25px;
}
#social-networks ul li a:hover{
  background: #8b97fd;
}

#page{
  margin: 50px;
}
#page_contato{
  margin: 40px;
}
#page_contato h1{
  color: #3d7684;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
#page_historia{
  margin-bottom: 40px;
}
#page_historia h1{
  background-image: url(../images/bg_header.png);
  background-size: cover;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding: 40px;
  font-size: 28px;
}
#page_historia h3{
  font-size: 18px;
  margin: 40px auto;
  color: #3d7684;
  font-weight: 600;
}
#page_historia h2{
  font-size: 18px;
  text-align: center;
  margin: 30px;
}
#page_historia p{
  text-align: justify;
}

/* AJUSTES RESPONSIVO */
.navbar-nav{
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 992px){
  #carousel .box-right{
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 590px){
  #social-networks{
    display: none;
  }
  header .box-header {
    padding: 40px 0px;
    font-size: 42px;
  }
  #barra-mvtransforma a {
    font-size: 10px;
  }
  footer {
    font-size: 11px;
  }
}

.bg-dark{
  background-color: #000 !important;
}
.text-underline{
  text-decoration: underline;
}