* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
html {
  scroll-behavior: smooth;
}
ul li {
  list-style-type: none;
}
.block {
  width: 100%;
  display: block;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.top {
  padding: 3em 0;
  background: url("../img/banner.jpg") no-repeat center;
  background-size: cover;
}
.menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu ul {
  display: flex;
}
.menu ul li {
  margin: 1em;
}
.menu ul li a {
  font-weight: 700;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.btn-inscreva {
  background: white;
  color: #86cf92 !important;
  text-shadow: none !important;
  padding: 0.7em 3em;
  border-radius: 50px;
  text-transform: uppercase;
}
.btn-inscreva:hover {
  background: #86cf92;
  color: white !important;
  transition: all 0.4s;
}
.title h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  text-transform: uppercase;
  margin-top: 2em;
}
.title p {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.title a {
  background: white;
  color: #3e3e3e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.9em 3em;
  margin: 2em 0;
  display: inline-block;
}
.grey-bg {
  background: #f6f6f6;
}
.sobre {
  padding: 5em 0;
  text-align: center;
}
.main-title {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  color: #4b4b4b;
  margin-bottom: 2em;
}
.sobre p {
  max-width: 80%;
  margin: 0 auto;
  color: #838383;
  font-weight: 400;
}
.sobre a {
  background: #ffd543;
  padding: 0.9em 3em;
  border-radius: 50px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 2em;
}
.is-center {
  text-align: center;
}
.modulos {
  padding: 5em 0;
}
.modulo-area {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.modulo-area div {
  width: 25%;
  background: #f3f3f3;
  padding: 1em;
  border-radius: 5px;
  margin: 0 1em;
  display: flex;
  flex-direction: column;
}
.modulo-area div span {
  font-size: 0.9em;
  color: #717171;
  font-weight: 400;
  margin-bottom: 1em;
}
.modulo-area div p {
  font-weight: 700;
  color: #717171;
}
.modulo-area div:first-child {
  margin-left: 0;
}
.modulo-area div:last-child {
  margin-right: 0;
}
.caracteristicas {
  margin: 4em 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.caracteristicas div {
  display: flex;
  align-items: center;
}
.caracteristicas div img {
  margin-right: 10px;
}
.caracteristicas div p {
  font-weight: 900;
  color: #3e3e3e;
}
.caracteristicas div p span {
  display: block;
  color: #888888;
}
.symbol-grey {
  background: url("../img/symbol_grey.png") no-repeat right top;
}
.certificado {
  background: url("../img/symbol_white.png") no-repeat right top #86cf92;
  padding: 3em;
  border-radius: 10px;
  display: flex;
}
.certificado .is-50 {
  width: 50%;
  display: flex;
  align-items: center;
}
.put-right {
  justify-content: flex-end;
}
.put-left {
  justify-content: flex-start;
}
.check {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 1.2em;
}
.check div {
  display: flex;
  align-items: center;
  margin: 2em;
}
.check img {
  margin-right: 15px;
}
.investimento {
  margin: 4em 0;
  display: flex;
  justify-content: center;
}
.is-50 {
  width: 50%;
}
.icon-line {
  display: flex;
  align-items: flex-start;
}
.icon-line .is-50 {
  display: flex;
  align-items: center;
}
.icon-line {
  font-size: 1.2em;
  font-weight: 700;
  color: #3e3e3e;
  margin-top: 2em;
}
.icon-line img {
  margin-right: 10px;
}
.right-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.right-content h1 {
  font-weight: 900;
  color: #4b4b4b;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.right-content h2 {
  font-size: 2.5em;
  color: #ffd543;
  font-weight: 900;
}
.right-content p {
  font-size: 0.8em;
  color: #838383;
  margin-top: 1em;
}
.yellow-btn a {
  background: #ffd543;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  padding: 1em 3em;
  border-radius: 50px;
  font-size: 1.2em;
  margin: 1em 0;
  display: inline-block;
}
.footer {
  background: #f6f6f6;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #585858;
  font-weight: 300;
  font-size: 0.9em;
}
.form {
  display: flex;
  margin: 5em 0;
}
.form .is-50 {
  padding-right: 1em;
}
.form p {
  font-size: 0.9em;
  color: #585858;
  margin-top: -2em;
}
.check-arrow {
  margin: 2em 0;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
}
.check-arrow div {
  margin: 1em 0;
}
.form-area {
  padding: 1em;
  border-radius: 10px;
  background: #e2e2e2;
  margin-top: 1.5em;
}
/* Sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.2em;
  color: #3e3e3e;
  display: block;
  transition: 0.3s;
  font-weight: 700;
  margin-bottom: 1em;
}

.sidenav a:hover {
  color: #1e3a4e;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.mobile-menu {
  display: none;
}
.certificado img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .mobile-menu {
    display: flex;
    color: #ffd543;
    background: white;
    padding: 1em;
    text-decoration: none;
  }
  .menu ul {
    display: none;
  }
  .sidenav .btn-inscreva {
    margin: 0 1em;
    background: #ffd543;
    color: white !important;
  }
  .wrapper {
    padding: 1em;
  }
  .modulo-area,
  .caracteristicas,
  .form,
  .certificado,
  .investimento,
  .icon-line,
  .footer-content {
    flex-direction: column;
  }
  .sobre,
  .modulos {
    padding: 3em 1em;
  }
  .sobre p {
    max-width: 100%;
  }
  .sobre a {
    font-size: 1em;
    width: 100%;
  }
  .modulo-area div {
    width: 100%;
    margin: 1em 0;
  }
  .caracteristicas div {
    margin: 1em 0;
  }
  .is-50,
  .certificado .is-50 {
    width: 100%;
  }
  .icon-line {
    margin-top: 0;
    padding: 0 2em;
  }
  .icon-line .is-50 {
    margin: 1em 0;
    text-align: center;
  }
  .right-content {
    border-left: 0;
    align-items: center;
  }
  .investimento {
    margin: 2em 0;
  }
  .yellow-btn a {
    font-size: 1em;
  }
  .top {
    padding: 1em 0;
  }
}
