body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family:'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: white;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00599e;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  background-color: white;
}
.nav-links {
  font-family:'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #00599e;
  font-size: 13px;
  font-weight: 700;
}
.nav-links:hover {
  color: #81c9f2;
}
.nav-menu {
  padding-top: 12px;
}
.logo-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.inspirados-paragraph {
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 19px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  text-align: justify;
}
.section-blue {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url('../images/section-1b.jpg');
  background-size: cover;
}
.textos-paragraph {
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.textos-paragraph.blue {
  font-family:'Varela Round', sans-serif;
  color: #00599e;
  font-weight: 400;
}
.section-header {
  height: 420px;
  background-image: url('../images/538-small.jpg');
  background-position: 0% 36%;
  background-size: cover;
}
.section-white {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #333;
}
.blue {
  font-family:'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #00599e;
  font-weight: 700;
}
.equipe-paragraph {
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.contato-paragraph {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #00599e;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
.contato-paragraph.endereco {
  color: #00599e;
  font-size: 18px;
}
.section-darkblue {
  background-color: #086bff;
}
.copyright {
  color: white;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 991px) {
  .drop-down-menu {
    border: 2px solid #81c9f2;
    background-color: transparent;
    color: #81c9f2;
  }
  .drop-down-menu.w--open {
    border: 2px solid #81c9f2;
    background-color: #81c9f2;
  }
  .drop-down-menu---barra {
    background-color: white;  
  }
}  

@media (max-width: 767px) {
  .section-header {
    background-position: 75% 40%;
  }
  .drop-down-menu {
    margin-top: 5px;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .section-header {
    background-position: 59% 50%;
  }
}

