 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,900&display=swap');

 body{
    font-family: 'Raleway', sans-serif; 
    color: #626060;
}

p{
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.6em;
}
h1,h2,h3,h4,h5{
  margin: 0 0 10px;
  line-height: 1.3;
}
strong,b{font-weight: 900;}
h2{font-size: 40px;font-weight: 900; color: #33d758;}
h3{font-size: 23px; font-weight: 700;}

img{max-width: 100%;}

section h2{}
section h2 b{font-weight: 800;}
section .titu{ margin-bottom: 50px; }


.pulsar {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse{
0%,100%{transform:scale(.9);opacity:.9;}
50%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes pulse{
0%,100%{-webkit-transform:scale(.95);opacity:.7}
50%{-webkit-transform:scale(1);opacity:1}
}
.bt-comprar{
  color:#FFF;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:1.2rem 0;
  background-color:#13b370;
  font-weight:800;
  font-size:20px;
  margin:30px 0px;
  position:relative;
  width:100%;
  border-radius:30px;
  z-index:999;
}
.bt-comprar:hover{
  text-decoration:none;
  color:#FFF;
  background-color:#23885e;
}
.bt-comprar a{
  color:#FFF;
}
.bt-comprar span{
  position:relative;
  z-index:1;
  right:19px;
}
.bt-comprar i{
  font-size:30px;
  box-shadow:0 0 16px -4px rgba(0, 0, 0, .71);
  width:50px;
  height:50px;
  border-radius:50%;
  position:absolute;
  right:7px;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:1;
}
.blur{position:absolute;top:6px;width:100%;height:100%;border-radius:50px;background-color:#13b370;opacity:0.68;-webkit-filter:blur(15px);filter:blur(15px);}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(29, 74, 12, 0.14);
}
#menu{
  margin-bottom: 20px;
}
#menu .nav-link{
  color: #FFF;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.3s;
}
#menu .nav-link:hover{
  opacity: 0.5;
}

#menu .ver-preco{
  border: solid #FFF 1px;
  border-radius: 5px;
  transition: 0.3s;
}
#menu .ver-preco:hover{
  box-shadow: none;
}
#header h1 {
    text-indent: -999999em;
    position: absolute;
}

#logo{ position: absolute; top:-15px;}

/*header*/
#header {
    background: url('../img/bg-header.png') no-repeat;
    background-size: contain;
    padding: 50px 0;
    color: #FFF;
}

#header p{
  font-size: 20px !important;
}

#header h2{
  font-size:40px;
  color:#FFF;
  text-transform: uppercase;
  font-style: italic;
}
#header h2 b{
  color:#FFF;
}
#header li{
  display:flex;
  align-items:center;
}
#list1 li{
  justify-content:end;
}
#list2 li{
  justify-content:start;
}
#header li p{
  line-height:1em;
  margin:15px 0 !important;
  display:inline-block;
  vertical-align:middle;
  font-size:17px;
  letter-spacing:0.01em;
}
#header li i{
  background-color:white;
  color:#026600;
  border-radius:80px;
  height:50px;
  width:50px;
  vertical-align:middle;
  font-size:30px;
  line-height:1.6em !important;
  margin-left:8px;
  text-align:center;
}
#header #list2 li i{
  margin-right:8px;
}
#img-header{
  position:relative;
  top:25px;
}

.gray {
    opacity: .68;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

#img-header2 {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 53%;
    bottom: -93px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}

/*beneficios*/

#beneficios{
  padding: 50px 0;
}
#beneficios h2{
  color: #000;
  font-weight: 300;
}
#beneficios h2 b{
  color:  #33d758;
}
#beneficios h3{
  color:  #33d758;
  text-transform: uppercase;
}
.reverse{transform: scaleX(-1);}
.arrow{opacity: 0.4;}

/*comprovado*/

#comprovacao{
  padding: 50px 0 0;
  background: #eff2f5;
}
#comprovacao img{
  top: 20px; 
  position: relative;
}

/*passos*/

#passos{
  padding: 40px 0 150px;
  background: #11998e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  position: relative;
  overflow: hidden;
}

#passos h2{

  color: transparent;
  -webkit-text-stroke: 2px #FFF;
  font-size: 50px;
}

.bt-transparente {
  display: block;
  font-size: 25px;
  margin: 0 auto;
  font-weight: 700;
  color: #FFF;
  padding: 20px;
  border: solid 2px #FFF;
  border-radius: 35px;
  text-align: center;

}
.bt-transparente:hover{
  text-decoration: none;
  opacity: 0.7;
  color: #FFF;
}

#wave-bonus{
  position: absolute;
  bottom: -100px;
}

#wave-bonus path{
  fill: #FFF;
}

#modelo{
    position: absolute;
    bottom: -336px;
    left: 0;
}
/*Bônus*/

#bonus{
  padding: 50px 0;
}
#bonus h2{
  font-size: 25px !important;
  font-style: italic;
  color: #626060;
}
#bonus h3{
  font-size: 25px !important;
}

#bonus h3  b{
  font-size: 35px;
  color: orangered;
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
}
.bonus {
    color: #ff8100;
    font-size: 57px;
    font-style: italic;
}
#bonus .valor{
  font-size: 25px;
  font-weight: 600;
}
.valor b{
  background: orangered;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
}

#bonus li{
  margin-bottom: 15px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.5em;
}
#bonus li i{
  color: #009900;
  font-size: 20px;
}



/*Ebooks*/

#ebooks2{
  background:#f2f2f28a;
  padding: 50px 0;
}

#ebooks2 h2{
  z-index: 9999;
  position: relative;
}
#ebooks2 h3{
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
#ebooks2 .taxa{
  font-size: 25px;
}

.taxa strike{
  color: #282626;
  font-weight: 700;
}

.free{
  border-radius: 25px;
  background: orangered;
  color: #FFF;
  padding: 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 12px;
}


/*Tab*/

#tab{
  padding: 80px 0;
 background: #11998e;
background: -webkit-linear-gradient(to right, #27ca64, #11998e);
background: linear-gradient(to right, #27ca64, #11998e);
  position: relative;
}
#tab h2{
  margin-bottom: 20px;
  color: #FFF;
}
#tab h2 b{ color: rgb(255, 193, 7); }
.tab{
  padding: 30px;
  background-color: #FFF;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
}
.tab h3{
  color: #F77707;
  font-size: 23px !important;
font-weight: 900;
}
.tab strike{
  font-size: 18px;
  margin-right: 15px;
  color: red;
}
.cifrao{
  font-weight: 900;
  font-size: 25px;
  position: relative;
  bottom: 5px;
  color: #F77707;
}
.centavos{
  font-weight: 900;
  font-size: 22px;
  position: relative;
bottom: 15px;
color: #F77707;
}
.valor{
  font-weight: 900;
  font-size: 60px;
  color: #F77707;
}

#tab li{
  margin-bottom: 20px;
  margin-left: calc((100% - 63%)/2);
  margin-right: calc((100% - 63%)/2);
}

.oferta{
  background: #F77707;
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-weight: 900;
  transform: rotate(-29deg);
  position: absolute;
  left: -88px;
  width: 50%;
  top: 16px;
}

#tab .fa-check-circle{
  color: #F77707;
  font-size: 18px;
}

#tab .btn{
   margin: 0 auto;
   padding: 18px;
   width: 80%;
   font-weight: 800;
   border-radius: 3.3rem;
}
.tempo{

}
.clock span{
  background-color: red;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
}

/*segurança*/

#seguranca{
  padding: 50px 0;
}

#seguranca{
  padding: 50px 0 30px;
  position: relative;

}
#seguranca h2{
  font-weight: 300;
  color: #000;
}
#seguranca b{
  color: #33d758;
  position: relative;
}
#seguranca h2{
  position: relative;
}
#seguranca h3{
  font-size: 17px !important;
  position: relative;
  z-index: 3;
}
#seguranca p{
  font-weight: normal;
  font-size: 15px !important;
  text-align: center;
  line-height: 1.4em !important;
  margin: 0;
  letter-spacing: 0.01em;
}


/*desafio*/

#desafio{
  padding: 50px 0 0px;
  position: relative;
}

#box-desafio{
  padding: 50px;
  color: #FFF;
  text-align: center;
  background: #11998e;
  background: -webkit-linear-gradient(to right, #27ca64, #11998e);
  background: linear-gradient(to right, #27ca64, #11998e);
  position: relative;
  box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.75);
  position: relative;
  z-index: 3;
}
#box-desafio h2{
  color: #FFF;
}
#box-desafio p{
  font-size: 20px !important;
}

#wave-3{
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#wave-3 path{
  fill: #f0eded;
}
.bt-transparente{
  color: #FFF;
  font-size: 20px;
  border: solid #FFF 1px;
  padding: 16px;
  display: block;
  border-radius: 25px;
}
.bt-transparente:hover{
  color: #FFF;
  text-decoration: none;
  background: #73183b;
}

/*Perguntas*/
.perguntas-frequentes{
  padding: 70px 0px 90px;
  position: relative;
  background: #f0eded;
}

.perguntas{
  margin-bottom: 30px;
  border: 1px solid #33d758;
  border-radius: 10px;
}
.pergunta{
  background:transparent;
  background-color: transparent;
  padding: 11px 15px;
  color:#33d758;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, .06);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pergunta i{
  -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.resposta{
  padding: 15px;
  background:#F9F6F633;
  position: relative;
  bottom: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.resposta p{
  font-size: 14px !important;
}

/*--- // FOOTER // ---*/
footer{
  padding: 50px 0;
  background: #11998e;
  background: -webkit-linear-gradient(to right, #27ca64, #11998e);
  background: linear-gradient(to right, #27ca64, #11998e);
  color: #FFF;
  position: relative;
  font-family: 'Fira Sans', sans-serif;
}

footer a, footer p{
  color: #FFF;
  font-size: 14px !important;
  display: block;
  font-weight: 300;
  margin-bottom: 3px;
}

footer a{
  margin-bottom: 15px;
}

footer a:hover{
  color: #ededed;
}

footer h4{
  color: #FFF;
  font-weight: 600;
  margin-bottom: 25px;
}
.rodape{
  background-color: rgba(43,43,43,0.98);
  font-size: 14px !important;
  padding: 10px 0;
  color: #FFF;
}

footer b {
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
footer b span{
  color: #df0e0f;
}
#zap{
  z-index: 9999;
}

/*-----//MODAL//-----*/

.modal-back{
  display: none;
  z-index: 999999;
  position: fixed;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #27292b;
  top: 0;
  left: 0;
}
.wrap-modal{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
}
.modal-back h2{
  color: #FFF;
  font-size: 40px !important;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 20px;
}
.modal-back p{
  color: #FFF;
  font-size: 25px !important;
}
.modal-back p b{
  font-weight: 800;
  color: yellow;
}
.modal-back span{
  background-color: yellow;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  padding: 5px;
}
.bt-modal{
  display: flex;
  margin-top: 15px;
}
.bt-sim{
  display: block;
    padding: 20px 44px;
    background: #13bb13;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
    margin: 20px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bt-nao{
  display: block;
    padding: 20px 44px;
    background: #e1390f;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
    margin: 20px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bt-sim:hover,.bt-nao:hover{
  text-decoration: none;
  color: #FFF;
  opacity: 0.8;
}

/*Responsivo*/

/*768*/

@media (max-width: 768px){

#header{
  background-size: 150%;
  background-position: 20% 0;
}

#img-header2 {
  width: 77%;
  bottom: -92px;
}
.ord{
  order: 3;
}

#beneficios img{
  display: block;
  margin: 0 auto;
}

#passos {
  padding: 40px 0 60px;
}
#modelo{
  position: relative;
  bottom: -10px;
}
#wave-bonus {
    position: absolute;
    bottom: -13px;
}
}

/*576*/

@media (max-width: 576px){

h2 {font-size: 30px;}

#header h2 {
  font-size: 29px;
}
#header{
  background-size: cover;
  background-position: 70% 0;
}
#img-header2 {
    width: 100%;
    bottom: -24px;
}

#beneficios img{ width: 70%; }
#beneficios .arrow{ width: 20% ; }

#modelo {
  position: relative;
  bottom: -50px;
}
.bonus {
  color: #ff8100;
  font-size: 40px;
}
#bonus h2 {
  font-size: 20px !important;
}
}

/*480*/

@media (max-width: 480px){

#header h2 {
    font-size: 23px;
}
#header p {
    font-size: 16px !important;
}
#img-header {
    position: relative;
    top: 25px;
    width: 77%;
}
#img-header2 {
    width: 97%;
    bottom: -89px;
}
#passos h2 {
    color: transparent;
    -webkit-text-stroke: 2px #FFF;
    font-size: 40px;
}
#bonus h2 {
    font-size: 18px !important;
}
#tab .btn {
  width: 100%;
}
#tab li {
    margin-bottom: 20px;
    margin-left: calc((100% - 90%)/2);
    margin-right: calc((100% - 63%)/2);
}
.oferta {
  left: -50px;
}
#box-desafio p {
    font-size: 15px !important;
}
.bt-quero,.bt-nao-quero{
  padding: 10px 15px;
  margin: 10px;
}
}

/*420*/

@media (max-width: 420px){
h2 {
    font-size: 25px;
}
.bck {
    display: block;
    padding-bottom: 24px;
}
}