body {
  color: #313131;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
}
header .logo {
  max-width: 250px;
}
header .nav-link {
  color: #313131;
  font-weight: bold;
}
header .nav-link:hover {
  color: #000;
}
header .midias a {
  color: #313131;
}
header .midias a i {
  font-size: 20px;
}
p {
  line-height: 30px;
}
.full-banner {
  background: url(../themes/ceeia/assets/images/hero-1.jpg) center no-repeat;
  background-size: cover;
  padding: 330px 0 220px;
}
.full-banner h1 {
  max-width: 600px;
  font-size: 80px;
  line-height: 68px;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.full-banner h2 {
  max-width: 440px;
  font-size: 26px;
  line-height: 26px;
}
.promover {
  background: #414141;
  background: linear-gradient(360deg, #414141 0%, black 100%);
  color: #fff;
  padding: 80px 0 380px;
}
.promover h2 {
  color: #E0AE46;
  font-size: 76px;
  line-height: 60px;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 40px;
}
.promover h3 {
  margin-bottom: 30px;
}
.promover img {
  max-width: 400px;
}
.parceria .box-parceria {
  background: #FCD993;
  background: linear-gradient(360deg, #fcd993 0%, #e0ae46 100%);
  border-radius: 16px;
  margin-top: -300px;
  position: relative;
}
.parceria .box-parceria .info {
  padding: 60px 0 60px 80px;
}
.parceria .box-parceria .info h2 {
  font-size: 46px;
  line-height: 44px;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.presidente {
  padding: 60px 0 0;
}
.presidente h3 {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
}
.orgaos-directivos {
  padding: 80px 0;
  background: #F5F5F5;
}
.orgaos-directivos h2 {
  color: #E0AE46;
  font-size: 66px;
  line-height: 60px;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.orgaos-directivos h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.orgaos-directivos h4 {
  color: #E0AE46;
  font-size: 22px;
}
.orgaos-directivos ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
.orgaos-directivos ul li {
  padding: 4px 0;
}
.action {
  background: url(../themes/ceeia/assets/images/action.jpg) center no-repeat;
  background-size: cover;
  border-radius: 28px;
  color: #fff;
  margin-top: 60px;
  padding: 40px 80px;
}
.action h3 {
  border: 0;
  font-size: 50px;
  line-height: 45px;
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-weight: bold;
  max-width: 320px;
}
.action h6 {
  font-size: 22px;
  margin-bottom: 20px;
}
.action img {
  max-width: 350px;
}
.action .btn.btn-action {
  background: #F05A28;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
.parcerias {
  background: #414141;
  background: linear-gradient(360deg, #414141 0%, black 100%);
  color: #fff;
  padding: 40px 0 60px;
  overflow-x: hidden;
}
.parcerias h2 {
  color: #E0AE46;
  font-size: 66px;
  line-height: 60px;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.parcerias img {
  display: block;
  position: relative;
  transform: translateX(100px);
}
.parcerias ul {
  list-style: none;
  padding: 0;
  color: #E0AE46;
  font-weight: bold;
  font-size: 20px;
}
.parcerias ul li {
  padding: 10px 0;
}
.noticias {
  padding: 60px 0;
  background: #F5F5F5;
}
.noticias img {
  margin-bottom: 20px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.noticias h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.noticias p {
  font-weight: normal;
}
.noticias a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.newsletter {
  padding: 30px 0 60px 0;
  background: #F5F5F5;
}
.newsletter .box-newsletter {
  background: #FCD993;
  background: linear-gradient(360deg, #fcd993 0%, #e0ae46 100%);
  border-radius: 33px;
  padding: 60px;
}
.newsletter .box-newsletter h2 {
  font-weight: bold;
}
.newsletter .box-newsletter p {
  line-height: 22px;
}
.newsletter .box-newsletter .btn.btn-send {
  background: #313131;
  color: #fff;
  border-radius: 14px;
  padding: 15px 20px;
}
.newsletter .box-newsletter .form-control {
  border-radius: 14px;
  padding: 15px 20px;
}
.newsletter .box-newsletter .alert button {
  display: none;
}
.newsletter .box-newsletter .alert p {
  margin-bottom: 0;
}
footer {
  padding: 0 0 60px;
  background: #F5F5F5;
}
footer .logo {
  max-width: 300px;
}
footer .info {
  margin: 30px 0;
}
footer .info .item {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 3px;
}
footer .info .item .icon {
  color: #E0AE46;
  margin-right: 8px;
  font-size: 22px;
}
footer small {
  font-size: 12px;
}
footer .nav-link {
  font-weight: bold;
}
footer .midias a {
  color: #000;
  font-size: 20px;
}
.internal-page {
  margin-top: 120px;
}
@media (max-width: 992px) {
  header {
    background: #ecb45c;
  }
  header .logo {
    max-width: 180px;
  }
  button.navbar-toggler {
    color: #000;
  }
  .full-banner h1 {
    max-width: 600px;
    font-size: 44px;
    line-height: 38px;
    letter-spacing: -2px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .full-banner h2 {
    max-width: 440px;
    font-size: 20px;
    line-height: 22px;
  }
  .full-banner {
    padding: 140px 0 320px;
  }
  .promover h2 {
    color: #E0AE46;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -2px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .promover h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .promover img {
    max-width: 100%;
    margin-top: 20px;
  }
  .parceria .box-parceria .info {
    padding: 30px;
  }
  .parceria .box-parceria .info h2 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .presidente h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
  }
  .orgaos-directivos h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .orgaos-directivos h2 {
    color: #E0AE46;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -2px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .action {
    padding: 30px;
  }
  .action h3 {
    border: 0;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: bold;
    max-width: 320px;
  }
  .action .btn.btn-action {
    background: #F05A28;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .action img {
    max-width: 100%;
    padding: 0 30px;
  }
  .parcerias h2 {
    color: #E0AE46;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .parcerias img {
    display: none;
  }
  .newsletter .box-newsletter {
    padding: 30px;
  }
  footer .info .item {
    font-size: 14px;
  }
}
