body {
  background-color: #F5F5F5;
}
header {
  background: url(../themes/demo/assets/images/hero.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0 140px;
  color: #fff;
  position: relative;
}
header .degrade {
  background: #e5622f;
  background: linear-gradient(180deg, #e5622f 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
header .logo {
  max-width: 300px;
  position: relative;
  z-index: 9;
}
header .info {
  margin-top: 80px;
  position: relative;
  z-index: 9;
}
header .info h1 {
  font-weight: bold;
  font-size: 80px;
  line-height: 70px;
  max-width: 500px;
}
header .info h2 {
  font-size: 24px;
  margin: 20px 0;
}
.btn {
  border-radius: 29px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}
.btn.btn-primary {
  background-color: #F05A28 !important;
  border-color: #F05A28 !important;
  color: #fff !important;
}
.btn.btn-secondary {
  background-color: #116A76 !important;
  border-color: #116A76 !important;
  color: #fff !important;
}
.about {
  background: #082B32;
  color: #fff;
  padding: 100px 0;
}
.about h2 {
  color: #F05A28;
  font-weight: bold;
  font-size: 75px;
  line-height: 60px;
  margin-bottom: 20px;
}
.about h3 {
  margin-bottom: 20px;
  font-size: 24px;
  max-width: 800px;
}
.about .box-info {
  margin: 30px 0;
}
.about .box-info .info {
  min-height: 76px;
  background-size: contain !important;
  margin-bottom: 8px;
  color: #082B32;
  font-weight: bold;
  font-size: 16px;
  max-width: 470px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  line-height: 20px;
}
.about .box-info .info img {
  max-width: 45px;
  margin-right: 25px;
}
.about .box-info .info._bg-1 {
  background: url(../themes/demo/assets/images/item-bg-1.svg) center no-repeat;
}
.about .box-info .info._bg-2 {
  background: url(../themes/demo/assets/images/item-bg-2.svg) center no-repeat;
}
.about .box-info .info._bg-3 {
  background: url(../themes/demo/assets/images/item-bg-3.svg) center no-repeat;
}
.about .box-info .info._bg-4 {
  background: url(../themes/demo/assets/images/item-bg-4.svg) center no-repeat;
}
.about .box-oportunidade {
  background: #116A76;
  margin-top: 80px;
  padding: 70px;
  border-radius: 33px;
}
.about .box-oportunidade h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  max-width: 400px;
  margin-bottom: 15px;
}
.point {
  background: url(../themes/demo/assets/images/bg-2.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 150px;
  margin-top: -250px;
}
.point h2 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 50px;
}
.point ul {
  font-weight: bold;
  padding-left: 15px;
  font-size: 20px;
}
.point ul li {
  margin-bottom: 10px;
}
.infos {
  padding: 60px 0;
}
.infos h2 {
  text-align: center;
  color: #116A76;
  font-size: 45px;
  line-height: 40px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto 50px;
}
.infos .box-infos .item {
  background-color: #fff;
  padding: 20px 20px 30px;
  border: solid 5px #E1E7E8;
  border-radius: 24px;
  height: 100%;
}
.infos .box-infos .item h4 {
  font-weight: bold;
  color: #116A76;
  font-size: 26px;
  line-height: 26px;
}
.infos .box-infos .item p {
  margin: 0;
}
.infos .box-infos .item img {
  margin: 0 auto;
  display: block;
  max-height: 80px;
}
.action .box-action {
  margin: 60px 0;
  border-radius: 95px;
  padding: 40px 60px;
  background: #09474f;
  background: linear-gradient(267deg, #09474f 0%, #f05a28 100%);
}
.action h5 {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.subscribe h2 {
  font-weight: bold;
  color: #F05A28;
}
.subscribe .form h4 {
  color: #727272;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.subscribe .form .alert button {
  display: none;
}
.subscribe .form .alert p {
  margin: 0;
}
.subscribe .form .form-control, .subscribe .form .form-select {
  line-height: 2.5;
}
.subscribe .form h6 {
  font-weight: bold;
  color: #727272;
  font-size: 20px;
}
.subscribe .form .pagamento {
  font-size: 14px;
}
footer {
  padding: 60px 0 100px;
}
footer .brands {
  margin-bottom: 60px;
}
footer .brands img {
  max-height: 80px;
  display: block;
  margin: 0 auto;
}
footer .info .item {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 3px;
}
footer .info .item .icon {
  color: #F05A28;
  margin-right: 8px;
  font-size: 22px;
}
@media (max-width: 992px) {
  header .logo {
    max-width: 50%;
    padding: 5px;
  }
  header .info h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 36px;
    max-width: 500px;
  }
  header .info .iatf {
    margin-top: 30px;
    max-width: 70%;
  }
  header .info h2 {
    font-size: 16px;
    margin: 20px 0;
  }
  .about h2 {
    font-size: 36px;
    line-height: 32px;
  }
  .about .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .about .box-oportunidade {
    padding: 40px;
  }
  .about .box-info .info {
    background-size: cover !important;
  }
  .point {
    background: url(../themes/demo/assets/images/bg-2.jpg) left bottom no-repeat;
  }
  .point h2 {
    font-size: 26px;
    line-height: 29px;
  }
  .point ul {
    font-size: 18px;
  }
  .about .box-oportunidade h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    max-width: 400px;
    margin-bottom: 15px;
  }
  .infos h2 {
    font-size: 36px;
    line-height: 35px;
  }
  .action h5 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .action .box-action {
    border-radius: 30px;
    padding: 28px;
  }
  .action .box-action .btn {
    margin-top: 10px;
  }
}
