html {
    scroll-behavior: smooth;
}

body {
    max-width: 1440px;
    margin: 0 auto;
    color: #00003C;
}

h2 {
    font-family: 'Bebas Neue';
}

h3, p {
    font-family: 'Barlow';
}

a {
    font-family: 'Raleway';
}

.home {
    background: url(../images/capa\ 2.png) no-repeat;
    background-size: 1440px;
    background-position-y: -20px;
    height: 700px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 10px 10px #c5c5e0b9;
    margin-bottom: 70px;
}

.home .info-home {
    padding: 160px 0 10px 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home .info-home img {
    width: 200px;
    margin-bottom: 30px;
}

.home .info-home p {
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    width: 540px;
    margin-bottom: 25px;
}

.home .info-home p span {
    font-weight: 900;
}

.home .info-home a {
    font-size: 23px;
    font-weight: 300;
    padding: 6px 22px;
    border-radius: 14px;
    background-color: #00003C;
    width: 414px;
    transition: 0.4s;
    margin-bottom: 40px;
}

.home .info-home a span {
    font-weight: 800;
}

.home .info-home a img {
    position: absolute;
    width: 58px;
    transform: translate(-64px, -24px);
}

.home .info-home a:hover {
    background-color: #fff;
    color: #00003C;
    border: solid 1px #00003C;
}

.home .info-home .fa-chevron-circle-down {
    font-size: 28px;
    background-color: #fff;
    border-radius: 50%;
}

.apresentacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-bottom: 90px;
}

.apresentacao .info-apresentacao {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.apresentacao .info-apresentacao p {
    font-size: 29px;
    width: 500px;
}

.apresentacao .info-apresentacao p .negrito {
    font-weight: 800;
}

.apresentacao .info-apresentacao p .fundo {
    background-color: #FE949D;
    border-radius: 10px;
}

.apresentacao .info-apresentacao h2 {
    font-size: 91px;
    font-weight: 400;
    line-height: 81px;
    letter-spacing: -3px;
    width: 570px;
}

.apresentacao video {
    width: 871px;
    height: 490px;
    border-radius: 44px;
    background-color: #D9D9D9;
}

.apresentacao a {
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    padding: 10px 40px;
    border-radius: 24px;
    width: 580px;
    transition: 0.4s;
}

.apresentacao a span {
    font-weight: 800;
}

.apresentacao a img {
    position: absolute;
    width: 90px;
    transform: translate(-88px, -34px);
}

.apresentacao a:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.aprendizado {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: url(../images/wMOU4I.tif.png) no-repeat;
    background-size: 350px;
    background-position: 1120px 60px;
    margin-bottom: 70px;
}

.aprendizado .inicial {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.aprendizado .inicial h2 {
    font-size: 91px;
    font-weight: 400;
    line-height: 81px;
    text-align: center;
    width: 900px;
    margin-bottom: 30px;
}

.aprendizado .inicial ul li {
    padding: 10px 50px;
    width: 735px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.aprendizado .inicial ul li:nth-child(odd) {
    background-color: #c5c5e0;
}

.aprendizado .inicial ul li:nth-child(even) {
    background-color: #c5c5e077;
}

.aprendizado .inicial h3 {
    font-size: 29px;
    font-weight: 700;
}

.aprendizado .inicial p {
    font-size: 21px;
}

.aprendizado .mais {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.aprendizado .mais h2 {
    font-size: 91px;
    font-weight: 400;
    line-height: 81px;
    text-align: center;
    width: 300px;
    margin-bottom: 30px;
}

.aprendizado .mais ul li {
    padding: 10px 0 10px 50px;
    width: 735px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.aprendizado .mais ul li:nth-child(odd) {
    background-color: #E8C2C6;
}

.aprendizado .mais ul li:nth-child(even) {
    background-color: #e8c2c677;
}

.aprendizado .mais h3 {
    font-size: 29px;
    font-weight: 700;
}

.aprendizado .mais p {
    font-size: 21px;
}

.aprendizado a {
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    padding: 10px 40px;
    border-radius: 24px;
    width: 580px;
    transition: 0.4s;
}

.aprendizado a span {
    font-weight: 800;
}

.aprendizado a img {
    position: absolute;
    width: 90px;
    transform: translate(-88px, -34px);
}

.aprendizado a:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.destinatario {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.destinatario .para-quem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 80px;
    background: url(../images/rocket-flying-through-space.jpg) no-repeat;
    background-size: 2400px;
    background-position-y: -480px;
    color: #fff;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.destinatario .para-quem h2 {
    font-size: 91px;
    font-weight: 400;
    margin-bottom: 15px;
}

.destinatario .para-quem .tipos-destinatario {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.destinatario .para-quem .tipos-destinatario p {
    font-family: 'Bebas Neue';
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #00003C;
    padding: 13px 25px 10px 55px;
    border-radius: 17px;
    display: flex;
    align-items: center;
}

.destinatario .para-quem .tipos-destinatario .fundo-alterado {
    background-color: #52527E;
}

.destinatario .para-quem .tipos-destinatario p img {
    position: absolute;
    width: 26px;
    transform: translate(-38px, -3px);
}

.destinatario .para-quem .tipos-destinatario p .img-views {
    width: 34px;
    transform: translate(-42px, -3px);
}

.destinatario .para-quem .tipos-destinatario p .img-mao {
    width: 22px;
    transform: translate(-38px, -3px);
}

.destinatario .para-quem .tipos-destinatario p .img-rec {
    width: 44px;
    transform: translate(-49px, -1px);
}

.destinatario .info-destinatario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.destinatario .info-destinatario h2 {
    font-size: 76px;
    font-weight: 400;
    letter-spacing: -3px;
}

.destinatario .info-destinatario p {
    font-family: 'Bebas Neue';
    font-size: 53px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    width: 800px;
    margin-bottom: 30px;
}

.destinatario .info-destinatario .fa-chevron-circle-down {
    font-size: 32px;
    margin-bottom: 30px;
}

.destinatario .info-destinatario a {
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    padding: 10px 40px;
    border-radius: 24px;
    width: 580px;
    transition: 0.4s;
}

.destinatario .info-destinatario a span {
    font-weight: 800;
}

.destinatario .info-destinatario a img {
    position: absolute;
    width: 90px;
    transform: translate(-88px, -34px);
}

.destinatario .info-destinatario a:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.sobre {
    width: 1050px;
    height: 507px;
    background-color: #00003C;
    color: #fff;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    border-radius: 32px 29px 29px 32px;
}

.sobre img {
    width: 441px;
    height: 554px;
    border-radius: 47px;
    box-shadow: 6px 0 0 0 #0000004d;
}

.sobre .info-sobre {
    padding: 20px 0 20px 30px;
    height: 507px;
}

.sobre .info-sobre .nome {
    font-family: 'Barlow Condensed';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.sobre .info-sobre h2 {
    font-size: 63px;
    font-weight: 400;
    color: #FF394A;
}

.sobre .info-sobre p {
    font-size: 27px;
}

.sobre .info-sobre p .negrito {
    font-weight: 800;
}

.sobre .info-sobre .font-alterada {
    font-family: 'Caveat';
    color: #ffffff5b;
    font-size: 70px;
    letter-spacing: -3px;
    position: absolute;
    transform: translate(100px, 28px) rotate(-5deg);
}

.outras-redes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.outras-redes .insights {
    display: grid;
    grid-template-columns: repeat(4, 233px);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.outras-redes .insights .insight img {
    border-radius: 21px;
    width: 220px;
    height: 433px;
    transform: translate(-12px, 4px);
    box-shadow: 4px 8px 10px 6px #0000002f;
}

.outras-redes .insights .insight {
    width: 220px;
    height: 433px;
}

.outras-redes .insights .insight:nth-child(odd) {
    border: solid 3px #00003C;
    border-radius: 21px;
}

.outras-redes .insights .insight:nth-child(even) {
    border: solid 3px #E63C4B;
    border-radius: 21px;
}

.outras-redes a {
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    padding: 10px 40px;
    border-radius: 24px;
    width: 580px;
    transition: 0.4s;
}

.outras-redes a span {
    font-weight: 800;
}

.outras-redes a img {
    position: absolute;
    width: 90px;
    transform: translate(-88px, -34px);
}

.outras-redes a:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.compra {
    background: url(../images/rocket-flying-through-space.jpg) no-repeat;
    background-position-y: -700px;
    background-size: 3000px;
    color: #000;
    display: flex;
    justify-content: center;
    height: 760px;
    border-radius: 34px;
}

.compra .conteudo {
    display: grid;
    grid: "aviso valor garantia"
    "aviso decisao decisao"
    "btn btn btn";
    gap: 20px;
    margin: 50px;
}

.compra .aviso {
    grid-area: aviso;
    font-family: 'Caveat';
    color: #fff;
    font-size: 30px;
    line-height: 27px;
    width: 230px;
    margin-top: 90px;
}

.compra .aviso .atencao {
    color: #E63C4B;
}

.compra .valor {
    grid-area: valor;
    background-color: #8DFCCE;
    color: #000;
    width: 282px;
    height: 282px;
    padding: 20px;
    border-radius: 29px;
    transform: rotate(-3deg);
}

.compra .valor img {
    width: 30px;
    height: 20px;
    margin-bottom: 30px;
}

.compra .valor h2 {
    font-size: 44px;
    font-weight: 400;
}

.compra .valor p {
    font-size: 20px;
    width: 220px;
    font-family: 'Barlow Condensed';
}

.compra .valor span {
    font-size: 59px;
    color: #206233;
    font-family: 'Barlow Condensed';
}

.compra .garantia {
    grid-area: garantia;
    background-color: #fff;
    width: 540px;
    height: 282px;
    padding: 20px;
    border-radius: 29px;
}

.compra .garantia img {
    width: 36px;
    height: 40px;
    margin-bottom: 10px;
}

.compra .garantia h2 {
    font-size: 73px;
    font-weight: 400;
    color: #00AA63;
}

.compra .garantia p {
    font-size: 24px;
    font-family: 'Barlow Condensed';
}

.compra .decisao {
    grid-area: decisao;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 840px;
    height: 223px;
    border-radius: 29px;
    padding: 20px 20px 20px 40px;
}

.compra .decisao h2 {
    font-size: 73px;
    font-weight: 400;
    line-height: 68px;
    width: 350px;
    color: #FF394A;
}

.compra .decisao ul li {
    list-style: disc;
    font-family: 'Barlow Condensed';
    font-size: 24px;
    width: 320px;
}

.compra .decisao ul li .vermelho{
    font-weight: 700;
    color: #E63C4B;
}

.compra .decisao ul li .verde {
    font-weight: 700;
    color: #5CB45F;
}

.compra .btn {
    grid-area: btn;    
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    margin: 0 auto;
    padding: 10px 80px 10px 40px;
    border-radius: 24px;
    width: 560px;
    transition: 0.4s;
}

.compra .btn span {
    font-weight: 800;
}

.compra .btn img {
    position: absolute;
    width: 80px;
    transform: translate(-26px, -30px);
}

.compra .btn:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.professor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 29px;
    background-color: #EAEAEA;
    box-shadow: 0 0 10px 15px #00000023;
}

.professor .principal {
    display: flex;
    align-items: center;
    margin-top: 90px;
    gap: 20px;
}

.professor .principal .foto-marlon {
    width: 441px;
    height: 988px;
    background: url(../images/Prancheta\ 2.png) no-repeat;
    background-size: 800px;
    background-position-x: -180px;
    border-radius: 47px;
    box-shadow: 7px 0 #0000003f;
}


.professor .principal .info-professor .font-alterada-2 {
    font-family: 'Caveat';
    color: #00003c3f;
    font-size: 70px;
    position: absolute;
    transform: translate(180px, -120px) rotate(-5deg);
}

.professor .principal .info-professor h2 {
    font-size: 63px;
    font-weight: 400;
    color: #FF394A;
}

.professor .principal .info-professor p {
    font-size: 24px;
    width: 600px;
    margin-bottom: 20px;
}

.professor .principal .info-professor p .negrito {
    font-weight: 700;
}

.professor .principal .info-professor p .sublinhado {
    text-decoration: underline;
}

.professor .principal .info-professor h3 {
    font-family: 'Bebas Neue';
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    width: 630px;
}

.professor .nome {
    font-family: 'Barlow Condensed';
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px auto 40px;
    width: 560px;
    color: #00003c2a;
}

.professor a {
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    padding: 10px 80px 10px 40px;
    border-radius: 24px;
    width: 560px;
    transition: 0.4s;
    margin-bottom: 50px;
}

.professor a img {
    position: absolute;
    width: 80px;
    transform: translate(-26px, -30px);
}

.professor a span {
    font-weight: 800;
}

.professor a:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.perguntas-f {
    display: flex;
    margin: 80px auto 0;
    justify-content: center;
}

.perguntas-f .itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.perguntas-f .itens .titulo {
    width: 442px;
}

.perguntas-f .itens .titulo h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 70px;
    width: 320px;
}

.perguntas-f .itens .titulo h2 span {
    color: #E63C4B;
}

.perguntas-f .itens .item {
    background-color: #e4e4f3;
    padding: 10px;
    border-radius: 20px;
}

.perguntas-f .itens .item .titulo-clique {
    font-size: 28px;
    width: 442px;
    margin-bottom: 6px;
    cursor: pointer;
}

.perguntas-f .itens .item p {
    font-size: 22px;
    letter-spacing: -1px;
    width: 452px;
}

.perguntas-f .itens .item .texto-oculto {
    display: none;
}

.perguntas-f .itens .item .active {
    display: block;
}

.perguntas-f .itens .item p span {
    font-weight: 700;
}

.btn-perguntas-f {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.btn-perguntas-f a { 
    font-size: 31px;
    font-weight: 300;
    background-color: #E63C4B;
    margin: 10px auto 40px;
    padding: 10px 80px 10px 40px;
    border-radius: 24px;
    width: 560px;
    transition: 0.4s;
}

.btn-perguntas-f a img {
    position: absolute;
    width: 80px;
    transform: translate(-26px, -30px);
}

.btn-perguntas-f a:hover {
    background-color: #fff;
    color: #E63C4B;
    border: solid 1px #E63C4B;
}

.btn-perguntas-f span {
    font-weight: 800;
}

.duvidas {
    display: flex;
    align-items: center;
    margin: 40px auto;
}

.duvidas .contato {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px auto;
    width: 916px;
}

.duvidas .contato h2 {
    font-size: 91px;
    font-weight: 400;
    line-height: 81px;
    width: 660px;
}

.duvidas .contato h2 span {
    color: #E63C4B;
}

.duvidas .contato .btn-contato {
    color: #5CB45F;
    font-family: 'Bebas Neue';
    width: 241px;
    height: 328px;
    border-radius: 46px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: 0.4s;
}

.duvidas .contato .btn-contato .foto-contato img {
    position: relative;
    width: 241px;
    transform: translateY(-21px);
    transition: 0.4s;
}

.duvidas .contato .btn-contato span {
    font-size: 44px;
    background-color: #F1F1F1;
    padding:  10px 30px;
    border-radius: 46px;
    margin: 0 auto;
    position: absolute;
}

.duvidas .contato .btn-contato span .fa-whatsapp {
    font-size: 30px;
}

.duvidas .contato .btn-contato .foto-contato img:hover {
    transform: scale(1.1) rotate(3deg) translateY(-22px);
}

.hidden {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s;
}

.show {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}