@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

object,
embed,
video,
iframe {
  max-width: 100%;
  height: auto; }

/*iframe,['style']{
    max-width: 100%;
    height: auto;
}*/
img {
  max-width: 100%;
  vertical-align: middle; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

fieldset {
  border: 0; }

input,
select,
textarea {
  padding: 10px;
  width: 100%; }

input.btn {
  width: auto;
  cursor: pointer; }

.fontzero {
  font-size: 0; }

.clear {
  clear: both; }

@font-face {
  font-family: 'tt_normsbold';
  src: url("../css/fonts/ttnorms-bold-webfont.eot");
  src: url("../css/fonts/ttnorms-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/ttnorms-bold-webfont.woff2") format("woff2"), url("../css/fonts/ttnorms-bold-webfont.woff") format("woff"), url("../css/fonts/ttnorms-bold-webfont.ttf") format("truetype"), url("../css/fonts/ttnorms-bold-webfont.svg#tt_normsbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tt_normsmedium';
  src: url("../css/fonts/ttnorms-medium-webfont.eot");
  src: url("../css/fonts/ttnorms-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/ttnorms-medium-webfont.woff2") format("woff2"), url("../css/fonts/ttnorms-medium-webfont.woff") format("woff"), url("../css/fonts/ttnorms-medium-webfont.ttf") format("truetype"), url("../css/fonts/ttnorms-medium-webfont.svg#tt_normsmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tt_normsregular';
  src: url("../css/fonts/ttnorms-regular-webfont.eot");
  src: url("../css/fonts/ttnorms-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/ttnorms-regular-webfont.woff2") format("woff2"), url("../css/fonts/ttnorms-regular-webfont.woff") format("woff"), url("../css/fonts/ttnorms-regular-webfont.ttf") format("truetype"), url("../css/fonts/ttnorms-regular-webfont.svg#tt_normsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tt_norms_prolight';
  src: url("../css/fonts/tt_norms_pro_light-webfont.eot");
  src: url("../css/fonts/tt_norms_pro_light-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/tt_norms_pro_light-webfont.woff2") format("woff2"), url("../css/fonts/tt_norms_pro_light-webfont.woff") format("woff"), url("../css/fonts/tt_norms_pro_light-webfont.ttf") format("truetype"), url("../css/fonts/tt_norms_pro_light-webfont.svg#tt_norms_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tt_norms_probold';
  src: url("../css/fonts/tt_norms_pro_bold-webfont.eot");
  src: url("../css/fonts/tt_norms_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/tt_norms_pro_bold-webfont.woff2") format("woff2"), url("../css/fonts/tt_norms_pro_bold-webfont.woff") format("woff"), url("../css/fonts/tt_norms_pro_bold-webfont.ttf") format("truetype"), url("../css/fonts/tt_norms_pro_bold-webfont.svg#tt_norms_probold") format("svg");
  font-weight: normal;
  font-style: normal; }

#topo {
  height: 100vh;
  background: no-repeat center center/cover;
  padding: 3rem 0; }
  #topo .logotopo {
    width: 50%; }
  #topo h2 {
    font-family: 'tt_norms_probold';
    color: #222222;
    font-size: 42px;
    line-height: 55px;
    margin: 35px 0;
    max-width: 650px; }
    #topo h2 span {
      display: inline-block;
      color: #FFF;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background-color: #3f9fd9;
      padding: 5px; }
  #topo p {
    font-family: 'tt_normsmedium';
    color: #222222;
    font-size: 22px;
    line-height: 35px;
    margin: 15px 0;
    max-width: 650px; }
    #topo p strong {
      display: inline-block;
      font-family: 'tt_norms_probold';
      color: #408427;
      font-size: 30px; }
    #topo p span {
      display: inline-block;
      color: #FFF;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background-color: #3f9fd9;
      padding: 5px;
      font-family: 'tt_norms_probold'; }

.nav {
  background-color: #faeb16;
  padding: 15px 0; }
  .nav nav ul {
    text-align: center;
    margin-bottom: 0; }
    .nav nav ul li {
      display: inline-block;
      margin: 0 15px;
      font-family: 'tt_normsmedium';
      color: #222222;
      font-size: 20px;
      cursor: pointer; }

.form {
  padding-top: 3rem; }
  .form label {
    font-family: 'tt_normsmedium';
    color: #222222;
    font-size: 20px;
    margin: 10px; }
  .form input, .form select {
    border: 1px solid #6d6c6c;
    border-radius: 5px;
    font-family: 'tt_normsmedium';
    color: #6d6c6c; }
  .form input.btn-send {
    border-radius: 30px;
    background-color: #6f99f3;
    color: #FFF;
    text-align: center;
    max-width: 80%;
    margin: 20px auto;
    border: 1px solid #6f99f3;
    display: block;
    cursor: pointer; }
  .form .load-box {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -30px; }
    .form .load-box img.load-img {
      position: relative;
      bottom: 50px;
      width: 150px;
      opacity: 0;
      background-color: #6f99f3;
      padding: 0 55px;
      z-index: -1; }
  .form .cpf-text {
    display: none; }
  .form .renda div {
    display: inline-block;
    width: 49.5%; }
  .form .divida {
    margin-top: 30px; }
    .form .divida div {
      display: inline-block;
      text-align: center; }
      .form .divida div span {
        font-size: 13px;
        margin: 0 5px; }
      .form .divida div input[type=radio] {
        width: 15px;
        vertical-align: revert; }
      .form .divida div input[type=checkbox] {
        width: 15px;
        vertical-align: revert;
        margin: 0 5px; }
      .form .divida div label {
        font-size: 13px;
        height: 32px; }
      .form .divida div .switch-toggle {
        display: inline-block !important;
        background: gray;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        margin: 0; }
      .form .divida div .switch-toggle input {
        position: absolute;
        opacity: 0; }
      .form .divida div .switch-toggle input + label {
        padding: 7px;
        float: left;
        color: #fff;
        cursor: pointer; }
      .form .divida div .switch-toggle input:checked + .red {
        background: #6f99f3;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
      .form .divida div .switch-toggle input:checked + .green {
        background: #3c642e;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; }
      .form .divida div .switch-toggle label {
        height: auto;
        margin: 0;
        width: 43px; }
    .form .divida .wdt-small {
      width: 19.5%; }
    .form .divida .wdt-medium {
      width: 29.5%; }
  .form .step3 {
    margin-top: 20px; }
  .form .step4 .divida div, .form .step6 .divida div {
    display: block;
    text-align: left; }
    .form .step4 .divida div .switchToggle, .form .step6 .divida div .switchToggle {
      padding: 0 30px; }
    .form .step4 .divida div .title, .form .step6 .divida div .title {
      font-family: 'tt_normsmedium';
      color: #222222;
      font-size: 20px;
      margin: 10px; }
  .form .step4 .divida .step5 div, .form .step4 .divida .step7 div, .form .step6 .divida .step5 div, .form .step6 .divida .step7 div {
    width: 70%; }
  .form .step4 .divida .step5 label, .form .step4 .divida .step7 label, .form .step6 .divida .step5 label, .form .step6 .divida .step7 label {
    font-family: 'tt_normsmedium';
    color: #222222;
    font-size: 20px;
    margin: 10px;
    height: auto; }
  .form #sucesso {
    display: none; }
    .form #sucesso p {
      text-align: center;
      font-size: 30px; }
  .form .back div {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;
    padding: 0 5px; }
    .form .back div a.prevs {
      width: 150px;
      text-align: center;
      float: right;
      padding: 10px 30px;
      margin: 20px 0;
      background-color: #6f99f3;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      color: #FFF;
      font-family: 'tt_norms_probold';
      border: 1px solid #6f99f3; }
      .form .back div a.prevs:hover {
        text-decoration: none; }
    .form .back div a.nexts {
      background-color: #3c642e;
      width: 150px;
      float: left;
      border-radius: 0;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      border: 1px solid #3c642e;
      padding: 10px 25px;
      font-family: 'tt_norms_probold';
      color: #FFF; }
    .form .back div #envia-cva-step2 {
      background-color: #3c642e;
      width: 150px;
      float: left;
      border-radius: 0;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      border: 1px solid #3c642e;
      padding: 10px 30px;
      font-family: 'tt_norms_probold'; }
  .form .back .load-box {
    width: 100% !important;
    margin-left: 78px; }
    .form .back .load-box img.load-img {
      bottom: 55px;
      width: 135px;
      background-color: #3c642e;
      padding: 0 52px; }

.bg {
  height: 170vh;
  background: no-repeat center bottom/cover;
  background-color: #FFF; }

.oque {
  background-color: #202020;
  padding: 3rem 0; }
  .oque h2 {
    font-family: 'tt_norms_probold';
    font-size: 35px;
    color: #faeb16;
    margin-bottom: 30px; }
    .oque h2 span {
      color: #FFF; }
  .oque p {
    color: #FFF;
    font-family: 'tt_normsmedium';
    max-width: 730px;
    margin: 20px 0; }
    .oque p span {
      color: #faeb16; }
    .oque p:last-child {
      margin-bottom: 0; }
  .oque p:nth-child(4) {
    max-width: 645px; }

.bg-beneficio {
  height: 55vh;
  background: no-repeat center bottom/cover; }
  .bg-beneficio .texto {
    margin-top: 20vh; }
    .bg-beneficio .texto h2 {
      font-family: 'tt_norms_probold';
      font-size: 50px;
      color: #244140; }
      .bg-beneficio .texto h2 span {
        display: block; }

.itens {
  padding: 2rem 0 0;
  background-color: #FFF; }
  .itens ul li {
    background-image: url(../images/check.png);
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-size: 26px;
    margin: 20px 0px;
    font-family: 'tt_norms_prolight';
    font-size: 25px;
    color: #222222; }
  .itens h2 {
    color: #222222;
    font-family: 'tt_norms_probold';
    font-size: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #f9ea16;
    padding: 5px;
    margin: 50px auto;
    text-align: center; }
  .itens .objetivo {
    margin: 15px 0; }
    .itens .objetivo div {
      display: inline-block;
      vertical-align: middle; }
    .itens .objetivo .img {
      width: 15.5%; }
    .itens .objetivo .text {
      width: 83.5%; }
      .itens .objetivo .text p {
        margin-bottom: 0;
        font-family: 'tt_normsmedium';
        color: #222222;
        font-size: 20px; }
  .itens .info {
    text-align: center;
    padding: 1rem 3rem; }
    .itens .info h4 {
      font-family: 'tt_norms_probold';
      color: #222222;
      font-size: 20px;
      margin: 15px 0; }
  .itens .origem {
    max-height: 300px; }
  .itens .renda-f {
    margin-top: -105px; }

.j_objetivo {
  padding-bottom: 8rem; }

.comofunciona {
  padding: 3rem 0;
  background-color: #f9ea16; }
  .comofunciona .bg-funciona {
    text-align: right;
    height: 33vh;
    margin-right: 15px;
    max-width: 670px;
    position: absolute;
    right: 0;
    margin-top: -182px; }
  .comofunciona h2 {
    color: #244140;
    font-family: 'tt_norms_probold';
    font-size: 50px;
    padding: 5px;
    margin: 0 auto 30px;
    width: 100%;
    text-align: left;
    background-color: transparent; }
  .comofunciona ul li {
    background-image: url(../images/new-check.png);
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-size: 26px;
    margin: 17px 0px;
    font-family: 'tt_norms_prolight';
    font-size: 20px;
    color: #222222; }

.quempode {
  background-color: #2e3232;
  padding: 3rem 0; }
  .quempode h2 {
    font-size: 50px;
    color: #f9ea16;
    font-family: 'tt_norms_probold';
    text-align: center; }
    .quempode h2 span {
      display: block; }
  .quempode .bg-quempode {
    margin: 3rem 0;
    background: no-repeat center center/cover;
    height: 343px;
    background-color: #2e3232; }

.footer {
  padding: 2rem 0;
  background: #3a3a3a; }
  .footer img {
    display: block;
    margin: 0 auto;
    width: 100px; }

.error-form {
  border: 1px solid #f44336 !important; }

.valide-form {
  border: 1px solid #4caf50 !important; }

@media (min-width: 2049px) and (max-width: 2560px) {
  .quempode .bg-quempode {
    height: 640px; } }

@media (min-width: 1921px) and (max-width: 2048px) {
  #topo {
    height: 79vh; }
  .quempode .bg-quempode {
    height: 520px; } }

@media (min-width: 1731px) and (max-width: 1920px) {
  #topo {
    height: 79vh; }
  .quempode .bg-quempode {
    height: 480px; } }

@media (min-width: 1561px) and (max-width: 1600px) {
  #topo {
    height: 59vh; }
  .quempode .bg-quempode {
    height: 400px; } }

@media (min-width: 1441px) and (max-width: 1560px) {
  #topo {
    height: 77vh; }
  .quempode .bg-quempode {
    height: 360px; } }

@media (max-width: 1280px) {
  #topo {
    height: 90vh; }
  .quempode .bg-quempode {
    height: 325px; } }

@media (max-width: 1024px) {
  #topo {
    height: 90vh; }
    #topo h2 {
      max-width: 555px;
      font-size: 35px; }
    #topo p {
      font-size: 16px;
      max-width: 540px; }
      #topo p strong {
        font-size: 25px; }
  .comofunciona .bg-funciona {
    display: none; }
  .quempode .bg-quempode {
    height: 260px; }
  .form .divida .wdt-full {
    width: 60%; }
  .itens .origem {
    max-height: auto; }
  .itens .renda-f {
    margin-top: 0; } }

@media (max-width: 820px) {
  .desk {
    display: none; }
  #topo {
    background-image: url(../images/bg-mobile_v2.jpg) !important;
    background-size: contain;
    height: 428px; }
  .bg {
    height: 60vh; }
  .bg-beneficio {
    height: 17vh; }
    .bg-beneficio .texto {
      margin-top: 5vh; }
      .bg-beneficio .texto h2 {
        font-size: 20px; }
  .itens .objetivo .img {
    width: 100%;
    margin: 10px auto;
    text-align: center; }
  .itens .objetivo .text {
    width: 100%; }
  .quempode .bg-quempode {
    background-image: url(../images/bg-quempode-mobile.jpg) !important;
    height: 71vh;
    background-size: contain; }
  .form .renda div {
    width: 100%; }
  .form .divida .wdt-small,
  .form .divida .wdt-medium {
    width: 49%; } }

@media (max-width: 768px) {
  #topo {
    height: 402px; }
  .comofunciona .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .quempode .bg-quempode {
    height: 77vh; } }

@media (max-width: 568px) {
  .nav {
    display: none; }
  #topo {
    height: 284px; }
  .form .back .load-box {
    margin-left: 0; }
    .form .back .load-box img.load-img {
      left: 77px; }
  .offset-2 {
    margin-left: 0; }
  .oque img {
    max-width: 23%;
    display: block;
    margin: 20px auto; }
  .bg-beneficio {
    height: 19vh; }
  .itens .objetivo .text {
    text-align: center; }
  .j_objetivo {
    padding-bottom: 2rem; }
  .oque h2,
  .itens h2,
  .comofunciona h2,
  .quempode h2,
  .itens h2 {
    font-size: 30px;
    text-align: center; }
  .form .divida .wdt-small, .form .divida .wdt-medium, .form .divida .wdt-full {
    width: 100%;
    margin-bottom: 15px; }
  .form .divida div label {
    height: auto; }
  .form label {
    font-size: 18px; }
  .form .renda div {
    width: auto;
    display: block; }
  .form .step4 .divida .step5 div, .form .step4 .divida .step7 div, .form .step6 .divida .step5 div, .form .step6 .divida .step7 div {
    width: 100%; } }

@media (max-width: 414px) {
  #topo {
    height: 220px; }
  .form .back div {
    width: 47.5%;
    padding: 0; }
  .form .back .load-box img.load-img {
    left: 57px;
    bottom: 57px;
    width: 105px;
    padding: 0 40px; }
  .bg {
    height: 40vh; }
  .bg-beneficio {
    height: 12vh; }
    .bg-beneficio .texto {
      margin-top: 4vh; }
  .quempode .bg-quempode {
    height: 48vh; }
  .form .back div a,
  .form .back div #envia-cva-step2 {
    width: 125px;
    font-size: 13px; } }

@media (max-width: 375px) {
  .form .back .load-box img.load-img {
    left: 53px;
    bottom: 58px;
    width: 90px;
    padding: 0 33px; }
  .bg-beneficio {
    height: 14vh; }
    .bg-beneficio .texto h2 {
      font-size: 16px; }
  .quempode .bg-quempode {
    height: 58vh; } }

@media (max-width: 360px) {
  #topo {
    height: 189px; }
  .form label {
    font-size: 14px; } }

@media (max-width: 320px) {
  #topo {
    height: 168px; }
  .oque h2, .itens h2, .comofunciona h2, .quempode h2, .itens h2 {
    font-size: 25px; } }
