img.imgDepoimento {
    width: 70px!important;
    border-radius: 55px;
}

.wow { visibility:hidden}

html { scroll-behavior: smooth}

body { margin:0; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-family: var(--font2); background-color: var(--preto); color: #FFF; }

a { text-decoration:none; transition: all .25s ease}
img { border:0; vertical-align:top; }

:root {
    --preto: #000;
    --verde: #03CE01;
    --cinza: #979797;

    --font1: 'Plus Jakarta Sans', sans-serif;
    --font2: 'Roboto', sans-serif;
}

p { line-height: 160%; font-size: 15px; }
.centra { width: 90%; max-width: 1100px; margin: 0 auto; }
.lados { width: calc(50% - 10px); }

.banner { width: 100%; height: 750px; box-sizing: border-box; padding: 80px 0 0 0; position: relative; }
.banner:after { content: ''; width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; z-index: 2; background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9010197829131653) 77%, rgba(0,0,0,1) 100%); }

.bgRule { background-position: center; background-size: cover; background-repeat: no-repeat; }

.mon1 { position: absolute; top: 70px; left: 0; width: 140px; z-index: 9}
.mon2 { position: absolute; top: 0; right: 0; width: 140px; z-index: 9}
.mon3 { position: absolute; bottom: -30px; left: 0; width: 200px; z-index: 9}
.mon4 { position: absolute; bottom: 80px; right: 0; width: 240px; z-index: 9}

h1, h2, h3 { font-family: var(--font2)}
.banner h1 { width: 100%; text-align: center; text-transform: uppercase; max-width: 550px; margin: 0 auto; display: block; }

@media screen and (min-width: 1100px)
{
    .banner h1 strong { display: table; margin: 0 auto; position:  relative; }
}
.banner h1 strong { color: var(--verde); }
.banner h1 strong:after { content: ''; position: absolute; width: 100%; height: 1px; background-color: var(--verde); bottom: 2px; left: 0}
.videoHome { width: 100%; max-width: 540px; height: 300px; border-radius: 10px; display: block; margin: 40px auto; }

.banner h3 { text-align: center; }

.saiba { background-color: var(--verde); width: 100%; max-width: 470px; padding: 18px 0; text-align: center; display: table; margin: 20px auto 0 auto; color:#FFF; text-transform: uppercase; font-weight: 700; border-radius: 5px;
-webkit-animation-duration: 2s; -webkit-animation-name: animar; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite;}

.saiba:hover, .saiba2:hover { transform: scale(1.1)}

@-webkit-keyframes animar {
    0% { box-shadow: 0px 0px 0px 0px #03CE01; } 
    40% { box-shadow: 0px 4px 69px 0px #03CE01; }
    100% { box-shadow: 0px 0px 0px 0px #03CE01; } 
}


.saiba2 { background-color: #FFF; width: 100%; max-width: 470px; padding: 18px 0; text-align: center; display: table; margin: 20px auto 0 auto; color:var(--preto); text-transform: uppercase; font-weight: 700; border-radius: 5px;
-webkit-animation-duration: 2s; -webkit-animation-name: animar2; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes animar2 {
    0% { box-shadow: 0px 0px 0px 0px #FFF; } 
    40% { box-shadow: 0px 4px 69px 0px #FFF; }
    100% { box-shadow: 0px 0px 0px 0px #FFF; } 
}


h2 { font-size: 25px;}

.sec1 { padding: 10px 0 50px 0;}
.sec1 h2 { text-align: center; width: 100%; max-width: 650px; margin: 0 auto; }
.sec1 h2 i { font-size: 40px; color: var(--verde); display: block; margin: 0 auto 10px auto; }

.blocosPessoas { width: 100%; margin: 30px auto; display: flex; align-items: stretch; justify-content: space-between; }

.dadosPessoas { width: calc(33.33% - 15px); padding: 55px 20px; box-shadow: 0px 4px 33px 0px #03CE01; display: flex; align-items: center; justify-content: center; flex-direction: column; flex-wrap: wrap; box-sizing: border-box; background-color: var(--verde); color: #FFF; border-radius: 10px;}
.dadosPessoas:nth-of-type(2) { background-color: #FFF; color: var(--verde); box-shadow: 0px 4px 33px 0px #FFF; }
.dadosPessoas b, .dadosPessoas strong { font-size: 36px; font-family: var(--font1);}
.dadosPessoas p { width: 100%; margin: 0; color: var(--preto); text-align: center; line-height: 130%; }

#trigger { width: 10px; height: 1px; margin: -135px 0 0 0; position: absolute; }


.sec2 {  background: var(--preto); background: linear-gradient(180deg, var(--preto) 0%, var(--preto) 50%, var(--verde) 50%, var(--verde) 100%); }
.sec2 h2 { display: flex; align-items: center; justify-content: flex-start; }
.sec2 h2 i { font-size: 33px; color: var(--verde); margin: 0 16px -8px 0;}

.sec2 .centra { max-width: 1200px; background-color: var(--preto); padding: 50px; box-sizing: border-box; border-radius: 10px;}
.chamadas { width:100%; box-sizing:border-box; padding:0; margin: 50px 0 0 0; }

.owl-nav {width:100%; height:1px}
.owl-nav div {width:45px; height:45px; display: flex!important; align-items: center; justify-content: center; border-radius: 50%; background-color: var(--cinza)!important; font-size:25px!important; color:#FFF!important; position:absolute; z-index:9; top:-80px; cursor:pointer; transition:all .2s ease}
.owl-nav div i { height: 26px;}
.owl-nav div:hover { background-color: var(--verde)!important}

.owl-prev {right:60px; transform: rotate(-90deg)}
.owl-next {right:0px; transform: rotate(90deg)}


.umAluno { }
.umAluno b { display: block; margin: 20px auto 0 auto; font-weight: 400; font-size: 17px; text-align: center; }

.owl-dots { display: none}

.videoAluno {width: 100%; height: 150px; border-radius: 10px; position: relative; overflow: hidden; }
.videoAluno:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,.2)}
.videoAluno i { font-size: 30px; transition: all .15s ease; color: #FFF; position: absolute; top: calc(50% - 15px); left: calc(50% - 15px); z-index: 2}
.videoAluno:hover i { transform: scale(1.2)}

.sec3 { padding: 60px 0; background-color: var(--verde); }

.sec3 .centra { position: relative; display: flex; align-items: center; justify-content: flex-end}

.sc3L1 { width: calc(50% - 20px); height: 430px; border-radius: 10px; position: absolute; top: calc(50% - 215px); left: 0;}
.sc3L2 { width: 75%; border-radius: 10px; padding: 60px 100px 80px 0; display: flex; align-items: center; justify-content: flex-end; background-color: var(--preto); box-sizing: border-box; }
.holdaS3 { width: 380px; }
.holdaS3 .saiba { margin: 30px 0 0 0;}

.sc3L2 h2 { max-width: 210px; line-height: 135%;}
.sc3L2 i { color: var(--verde); font-size: 26px; display: block; margin: 0 0 5px 0;}
.sc3L2 strong { color: var(--verde); text-decoration: underline; }

.sec4 { padding: 80px 0;}
.sec4 .centra { display: flex; align-items: stretch; justify-content: space-between;}
.sec4 .lados { display: flex; flex-wrap: wrap; }
.sec4 .centra .lados:nth-of-type(1) .infoBox { order: 1}
.sec4 .centra .lados:nth-of-type(1) .infoBox h2 { max-width: 230px;}
.sec4 .centra .lados:nth-of-type(1) .fotoBox { order: 2; margin: 20px 0 0 0;}
.sec4 .centra .lados:nth-of-type(1) .infoBox p { max-width: 350px;}

.sec4 .centra .lados:nth-of-type(2) .infoBox h2 { max-width: 370px;}
.sec4 .centra .lados:nth-of-type(2) .infoBox p { max-width: 430px;}

.infoBox { width: 100%; border: 1px solid var(--verde); min-height: 430px; flex-direction: column; box-sizing: border-box; padding: 0 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; border-radius:  10px; text-align: center; }
.infoBox h2 { line-height: 140%; margin-bottom: 5px;}
.infoBox p strong { font-weight: 800; }
.infoBox .saiba { max-width: 400px;}
.fotoBox { width: 100%; height: 200px; border-radius: 10px; margin: 0 0 20px 0;}

.sec4 h2 i { display: block; margin: 0 auto 5px auto; font-size: 36px; color: var(--verde); }

.sec5 { position: relative; padding: 80px 0 150px 0;}
.sec5:after { content: ''; width: 100%; height: 80px; position: absolute; top: 0; left: 0; z-index: 2; background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9010197829131653) 77%, rgba(0,0,0,1) 100%); }

.sec5 .centra { display: flex; max-width: 950px; align-items: center; justify-content: space-between; }

.ld51 { width: 250px;}
.ld51 h2 { max-width: 170px;}
.ld51 h2 i { display: block; font-size: 40px; color: var(--verde); margin: 0 0 5px 0;}
.ld52 { width: calc(100% - 270px);}

.beneficios { margin: 0; padding: 0;}
.beneficios li { margin: 0 0 15px 0; box-sizing: border-box; background-color: #171717; line-height: 140%; padding: 5px 10px; display: table; border-radius: 20px; list-style: none; }
.beneficios li:before { content: '✅'; margin: 0 5px 0 0; display: inline-table; }

.ld52 .saiba { margin: 30px 0 0 0; max-width: 435px;}

.faixa { width: 100%; height: 200px; position: absolute; left: 0; margin: -100px 0 0 0; background-repeat: no-repeat; background-position: center; background-size: 100%;}
.sec6 { padding: 120px 0 80px 0; background-color: var(--verde); }
.sec6 .centra { max-width: 1000px;}
.sec6 h2 { display: block; text-align: center; margin: 0 auto; max-width: 350px; color: var(--preto); }
.sec6 h2 i { display: block; font-size: 40px; margin: 0 auto 5px auto; color: #FFF;}

.conhecimentos { column-count: 3; column-gap: 30px; margin: 40px 0;}

.umConhecimento { width: 100%; display: inline-block; box-sizing: border-box; padding: 30px 20px 20px 30px; border-radius: 10px; background-color: var(--preto); margin-bottom: 30px; }
.umConhecimento strong { display: flex; align-items: center; justify-content: flex-start; color: var(--verde);  }
.umConhecimento strong i { font-size: 36px; margin: 0 10px -9px 0;}
.umConhecimento h3 { text-transform: uppercase; max-width: 240px; font-size: 26px; line-height: 140%; margin: 10px 0; }
.umConhecimento ul { margin: 20px 0 0 0; padding: 0;}
.umConhecimento ul li { padding: 0 0 0 20px; line-height: 140%; box-sizing: border-box; list-style: none; position: relative; margin: 0 0 10px 0;}
.umConhecimento ul li:before { content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #FFF; top: 8px; left: 4px; position: absolute}

.umConhecimento:last-child { background-color: #FFF; color: var(--preto); }
.umConhecimento:nth-of-type(1) { margin-top: 20px;}
.umConhecimento:nth-of-type(3) { margin-top: 40px;}

.sec7 { padding: 60px 0; }
.sec7 .centra { max-width: 1000px;}
.fullRow { display: flex; align-items: center; justify-content: space-between; }
.ian { width: calc(100% + 5vw); margin-right: -5vw}

.fullRow h2 { text-transform: uppercase; max-width: 300px; }
.fullRow p { max-width: 450px;}


.ticket { background-color: #FFF; overflow: hidden; max-width: 930px; border-radius: 10px; color: var(--preto); display: flex; align-items: stretch; justify-content: space-between; position: relative; }
.ticket:after, .ticket:before { content: ''; width: 44px; height: 44px; border-radius: 50%; background-color: #000; position: absolute; top: calc(50% - 22px)}
.ticket:after { right: -22px}
.ticket:before { left: -22px;}

.headTick { width: 170px; box-sizing: border-box; padding: 0 0 0 20px; background-color: var(--verde); color: #FFF; display: flex; align-items: center; justify-content: center}
.headTick h2 { transform: rotate(-90deg); text-align: center; display: block; text-transform: uppercase;}
.headTick h2 strong { display: block; width: 170px;}
.contBT { max-width: 520px;}

.bodyTick { width: calc(100% - 170px); border-left: 2px dashed var(--preto); box-sizing: border-box; padding: 50px;}
.bodyTick em { font-style: normal; font-weight: 700; margin: 0 0 20px 0; display: flex; align-items: center; justify-content: flex-start;}

.bodyTick i { font-size: 26px; color: var(--verde); margin: 0 5px -5px 0}
.bodyTick b { font-size: 22px; font-weight: normal; }
.bodyTick b strong { font-weight: 700;}
.bodyTick b strong u { color: var(--verde); }
.bodyTick p { font-weight: 700; max-width: 400px; font-size: 16px; margin: 30px 0 0 0;}


.riscado { position: relative; display: table; margin: 10px auto; padding: 0 2px; box-sizing: border-box; }
.riscado:after { content: ''; width: 100%; height: 1px; background-color: #FFF; position: absolute; top: calc(50% + 2px); left: 0;}


.valores { margin: 70px auto 0 auto; display: block; max-width: 800px;}
.valores h2 { color: var(--verde); margin: 0 auto; max-width: 300px; text-align: center;}
.valores p { text-align: center; margin: 0 auto 40px auto;}
.linhaValor { display: flex; margin: 10px 0; align-items: center; justify-content: space-between; }
.linhaValor b { margin:0 15px 0 0;  flex-shrink: 0; font-weight: normal; }
.linhaValor strong { margin: 0 0 0 15px; flex-shrink: 0; position: relative;}
.linhaValor strong:after { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; top: calc(50% + 2px); left: 0;}

.linhaValor i { flex-grow: 1; height: 1px; background-color: var(--verde);}

.viewEbook2 { width: 100%; margin: 40px auto 0 auto; max-width: 450px; box-sizing: border-box; color: #fff; padding: 0 20px; text-align: center;}
.viewEbook2 .saiba { margin: 20px auto}
.viewEbook2 .selos { margin: 0 auto; }

.viewEbook2 h2 {  display: block; margin: 0 auto; }

.preco { font-size: 32px; color: var(--verde); }

 .vantagens { width: 100%; max-width: 850px; margin: 60px auto; display: flex; align-items: stretch; justify-content: space-between;}
.umaVantagem { width: calc(33.33% - 25px); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column; height: 165px; border-radius: 10px; box-sizing: border-box; padding: 0 20px; background-color: #FFF;}
.umaVantagem i { font-size: 37px; color: var(--verde); }
.umaVantagem b { color: var(--preto); max-width: 137px; min-height: 50px; display: flex; align-items: center; justify-content: center; text-align: center; }

.infoZap { width: 100%; max-width: 400px; margin: 80px auto 0 auto; text-align: center; }
.zapLogo { display: block; text-align: center; margin: 0 auto; font-size: 40px; color: var(--verde); }
.infoZap h2 { text-transform: uppercase; margin: 0;}
.infoZap .saiba { display: flex; align-items: center; justify-content: center; }
.infoZap .saiba i { font-size: 26px; margin: 0 10px -5px 0}

.garantia { position: relative; padding: 40px 0 90px 0;}
.garantiaBox { width: 90%; max-width: 920px; padding: 30px 40px; border-radius: 10px; margin: 0 auto; background-color: var(--verde);  display: flex; align-items: center; justify-content: space-around; box-sizing: border-box; }

.selo { width: 170px;}
.ladoGarantia { width: calc(100% - 200px); max-width: 450px;}
.ladoGarantia h2 { text-transform: uppercase; }
.ladoGarantia p { color: var(--preto); }

.mon5 { width: 190px; position: absolute; bottom: 0; right: 0;}

.faqs { padding: 70px 0 30px 0; color: #FFF; }
.faqs .centra { max-width: 900px;}
.faqs h2 { text-transform: uppercase; }
.perguntas {margin: 40px 0 40px 0; padding: 0 0 30px 0; box-sizing: border-box; }

.umaPergunta:last-of-type { border: 0;}
.umaPergunta { margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #fff;}
.umaPergunta strong { position: relative; text-transform: uppercase; margin: 0; font-size: 18px; font-weight: 700; cursor: pointer; }
.umaPergunta strong:before {content: url('https://api.iconify.design/ri/arrow-up-line.svg?color=%2303ce01&width=23'); transform: rotate(90deg); transition: all .15s ease; position: absolute; top: -3px; left: -40px;}
.umaPergunta p { overflow: hidden; box-sizing: border-box; padding: 0 0 0 20px; width: 90%; margin: 0; height: 0px; transition: all .15s ease}

.faqAberta { padding: 0; border: 0;}
.faqAberta p { height: auto; margin: 20px 0 30px 0;}
.faqAberta strong:before { transform: rotate(180deg);}

.base { width: 90%; max-width: 1400px; padding: 50px 0 0 0; margin: 0 auto; text-align: center; border-top: 1px solid rgba(255,255,255,.5);}
.base p { font-size: 11px; max-width: 840px; margin:20px auto 10px auto;}
.geniuzz { width: 150px; display: block; margin: 0 auto; }
.base a { color: #FFF; text-decoration: underline;}
.base a:hover { color: var(--verde); }

.mon6 { width: 190px; position: absolute; left: 0; margin: -130px 0 0 0; }



@media screen and (max-width: 1100px)
{
    .mon1 {top: -75px; width: 117px; filter: blur(3px);}
    .mon2 {filter: blur(6px); top: 140px; width: 60px;}
    .mon3 { bottom: 270px; left: -20px; width: 90px;}
    .mon4 { bottom: -20px; right: -40px; width: 140px;}
    
    .centra { max-width: 450px; }
    
    .banner { overflow: hidden; height: 720px }
    .banner h1 { font-size: 26px; max-width: 300px;}
    .banner h1 strong { text-decoration: underline; }
    
    .videoHome {height:  195px; }
    
    .banner:after {height: 50px;}
    
    h2 { font-size: 25px;}
    
    .sec1 { padding: 10px 0}
    .sec1 h2 { font-size: 20px;} 
    .blocosPessoas { flex-wrap: wrap; }
    .dadosPessoas { width: calc(50% - 15px); padding: 30px 10px;}
    .dadosPessoas b, .dadosPessoas strong { font-size: 30px}
    .dadosPessoas:nth-of-type(3) { width: 100%; margin-top: 30px;}
    
    .sec2 h2 { display: block; text-align:center}
    .sec2 h2 i { display: block; margin: 0 auto 10px auto; }
    
    .sec2 .centra { padding: 30px 30px 120px 30px;}
    
    
    .sec3 { padding: 100px 0 60px 0;}
    
    .owl-nav div { top: auto; bottom: -70px;}
    
    .owl-prev { right: auto; left:calc(50% - 55px)}
    .owl-next { right: calc(50% - 55px)}
    
    .sc3L1 {  width: calc(100% - 40px); max-width: 400px; height: 220px; top: -50px; left: 20px}
    .sc3L2 { width: 100%; padding: 200px 20px 40px 20px;}

    .sec4 { padding: 40px 0;}
    .sec4 .centra {flex-wrap: wrap;}
    .lados { width: 100%;}

    .fotoBox { height: 140px; margin: 30px 0;}
    
    .sec4 .centra .lados:nth-of-type(1) .fotoBox { order: 1; margin: 30px 0;}
    .sec4 .centra .lados:nth-of-type(1) .infoBox { order: 2}
    
    .sec5 { padding: 80px 0;}
    .sec5 .centra { display: block;}
    .ld51 { text-align: center; width: 100%}

    .ld51 h2 { max-width: 300px; margin: 0 auto; }
    
    .ld52 { width: 100%; margin: 30px 0 0 0;}
    
    .faixa {height: 100px; margin: -50px 0 0 0; background-size: 880px;}
    
    .sec6 { padding: 80px 0 60px 0}
    .conhecimentos { column-count: 1; margin: 40px 0 0 0;}
    
    .umConhecimento:nth-of-type(1), .umConhecimento:nth-of-type(3) {margin-top: 0}
    
    .sec7 { padding: 40px 0 60px 0;}
    
    .fullRow {display: block; }
    .ian { width: calc(100% + 10vw); margin-right: auto; margin-left: -5vw;}
    
    .ticket { display: block }
    
    .headTick { width: 100%; padding: 50px 10px 30px 10px;}
    
    .headTick h2 { transform: rotate(0deg); max-width: 200px; margin: 0 auto; }
    .headTick h2 strong { width: 100%; }
    .bodyTick { width: 100%; border-left: 0; border-top: 2px dashed var(--preto);padding: 50px 25px 70px 25px;}
    
    .ticket:after, .ticket:before { left: calc(50% - 22px); right: auto;}
    .ticket:after { bottom: -22px; top: auto;}
    .ticket:before { top: -22px; background-color: #242324}
    
    
    .linhaValor b {text-align: left; display: inline; width: fit-content;}
    .linhaValor b span { display: block}
    
    .umaVantagem i {font-size: 34px;}
    .umaVantagem { width: calc(33.33% - 4px); height: 130px; padding: 0 5px;}
    .umaVantagem b { font-size: 13px;}
    
    .infoZap { margin: 60px auto 0 auto;}
    
    .garantia { padding: 40px 0 20px 0;}
    .faqs { padding: 30px 0 30px 0;}
    
    .garantiaBox { padding: 80px 20px 30px 20px; position: relative; }
    .selo { width: 120px; position: absolute; top: -60px; left: calc(50% - 60px)}
    .ladoGarantia {width: 100%}
    
    .mon5 { width: 90px; bottom: -130px;}
    
    .faqs h2 { max-width: 200px;}
    
    .umaPergunta strong { display: block; padding: 0 0 0 40px;}
    .umaPergunta strong:before { left: 0; top: calc(50% - 13px)}
    
    .umaPergunta p { padding: 0 0 0 40px;}
    
    .mon6 { width: 142px; left: -14px; margin: -103px 0 0 0; background: #000;}
    
}











