@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Monster';
    src: url('../font/MonsterFriendFore.woff2') format('woff2'),
        url('../font/MonsterFriendFore.woff') format('woff'),
        url('../font/MonsterFriendFore.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    accent-color: #ef7413
}

body {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1440px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

.gap{
    gap: 30px;
}

.wrap{
    flex-wrap: wrap;
}

#logo-kabum{
    width: 140px;
}

footer {
    background: #03337a;
}

#footer-social {
    padding: 30px 0;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#footer-social img {
    max-width: 140px
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #03337a;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #ef7413;
    color: #fff;
}

footer p {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    background: none;
    color: #b5d0ff;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    transition: all 0.3s;
}

nav li:hover a,
nav li a.ativo {
    color: #ee7412;
}

.uk-navbar-nav>li>a {
    color: #fff
}

.uk-navbar-nav>li>a:hover {
    color: #fff
}

#mobile-navbar{
    text-align: left;
}

#mobile-navbar img {
    margin-bottom: 40px;
    width: 140px;
}

.uk-nav-default {
    font-size: 20px;
}

main {
    background: #03337a url(../img/shape-bg.webp) center center no-repeat;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}


#faq {
    background: #03337a;
    padding: 50px 20px;
    text-align: center
}

#faq .titulo{
    margin-bottom: 30px;
}

#faq h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

#faq li p{
    margin-bottom: 10px;
    color: #fff;
}

#faq li {
    background: #002d6d;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: left
}

#faq li h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px
}



#faq li a {
    color: #FF7425;
    font-weight: 600
}

#faq li .uk-accordion-title::before {
    background: url(../img/seta-faq.webp) center center no-repeat;
    background-size: contain;
    rotate: 180deg;
    transition: all .3s
}

#faq .uk-open .uk-accordion-title::before {
    rotate: 0deg
}

header{
    padding: 30px 0;
}

.principal .infos{
    max-width: 600px;
    text-align: left;
}

.principal .infos p{
    margin-bottom: 20px;
}

h1{
    font-size: 4rem;
    color: #fff;
    margin-bottom: 20px;
}

main::after{
    width: 360px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 180px);
    background: #02214e;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    translate: 0 2px;
}

#rendaextra{
    background: #02214e;
    padding: 100px 0 0;
}

.cofre{
    background: #0e5ed3;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 15px 0 #03337a;
    position: relative;
}

.cofre-wrapper{
    position: relative;
}

.porquinho{
    animation: porquinho 0.5s ease-in-out infinite;
    transform-origin: center bottom;
}

.porquinho.sobreposto{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.moeda{
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    filter: none;
    translate: 0 0;
    animation: moedacofre 0.5s ease-in-out infinite;
    opacity: 0;
}

.moeda-voadora{
    position: absolute;
    animation: moedavoadora 3s linear infinite;
    transition: all 0.3s;
}

.moeda-voadora:hover{
    scale: 1.1;
}

#moeda01{
    left: -50px;
    top: 0;
    animation-duration: 3.8s;
}

#moeda02{
    left: -80px;
    top: 110px;
    animation-duration: 2.8s;
}

#moeda03{
    right: -40px;
    top: 20px;
    animation-duration: 3.4s;
}

#moeda04{
    right: -80px;
    top: 140px;
    animation-duration: 3s;
}

#rendaextra .infos{
    max-width: 500px;
    text-align: right;
}

#rendaextra .infos img{
    margin-bottom: 20px;
}

#rendaextra h2{
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 20px;
    text-wrap: pretty;
}

#rendaextra h2 strong{
    font-size: 2.4rem;
}


#rendaextra h2 strong::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 2rem;
    border: solid 3px #ef7413;
    border-right: none;
    translate: 5px 7px;
}

#rendaextra h2 strong::after{
    display: inline-block;
    content: "";
    width: 10px;
    height: 2rem;
    border: solid 3px #ef7413;
    border-left: none;
    translate: -5px 7px;
}

#rendaextra p{
    text-wrap: balance;
}

#rendaextra p strong{
    color: #ef7413;
}

#rendaextra .bgdividido{
    background: linear-gradient(0deg, rgba(3,51,122,1) 0%, rgba(3,51,122,1) 50%, rgba(3,51,122,0) 50%, rgba(3,51,122,0) 100%);
    padding: 50px 0;
    margin-top: 30px;
    text-align: center;
}

#rendaextra .bgdividido .container{
    background: #0e5ed3;
    border-radius: 30px;
    box-shadow: 0 15px 0 #0b204b;
    padding: 50px 30px;
    margin: 0 auto;
    max-width: 800px;
}

#rendaextra h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 30px;
}

.cta{
    color: #fff;
    background: #e06706;
    box-shadow: 0 10px 0 #0b204b;
    border: solid 2px #0b204b;
    border-radius: 20px;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.cta:hover{
    background: #fff;
    color: #e06706;

}

#passos{
    background: #03337a url(../img/shape-bg-passos.webp) center center no-repeat;
    background-size: contain;
    padding: 50px 0;
    text-align: center;
}

#passos h2{
    font-size: 2rem;
    color: #fff;
}

#passos span{
    margin-bottom: 30px;
    animation: seta 1s linear infinite;
}

#passos .passo{
    width: 250px;
    padding: 60px 20px;
    border-radius: 30px;
    box-shadow: 0 10px 0 #0b204b;
    border: solid 3px #0b204b;
    transition: all 0.3s;
    user-select: none;

}

#passos .passo:hover{
    translate: 0 10px;
}

#passos .flex{
    align-items: stretch;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#passos .flex::after{
    content: url(../img/ico-solzinho.webp);
    position: absolute;
    left: -20px;
    bottom: -20px;
}

#passos .flex::before{
    content: url(../img/ico-trofeu.webp);
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 2;
}

.passo img{
    margin-bottom: 30px;
}

.passo p{
    color: #fff;
}

.passo:nth-child(1){ background: #0f61da; }
.passo:nth-child(2){ background: #06b1f3; }
.passo:nth-child(3){ background: #e96f0e; }

#vantagens{
    background: #002d6e url(../img/shuriken-bg.webp) center center no-repeat;
    padding: 50px 0;
    position: relative;
}

#vantagens::after{
    width: 360px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 180px);
    background: #03337a;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    translate: 0 2px;
}

#vantagens::before{
    width: 360px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 180px);
    background: #03337a;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    translate: 0 -2px;
}

#vantagens h2{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

#vantagens .infos{
    max-width: 600px;
}

.vantagem{
    padding: 20px 50px;
    background: #02214e;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

.vantagem::before{
    content: url(../img/medalha.webp);
    position: absolute;
    left: -12px;
    top: 50%;
    translate: 0 -17px;
}


#vantagens .ninja{
    position: relative;
}

#vantagens .ninja::before{
    position: absolute;
    content: "";
    left: 5%;
    top: 40%;
    animation: seta 1s linear infinite;
    background: url(../img/moeda-cofre-voando-01.webp) center center no-repeat;
    background-size: cover;
    width: 8%;
    aspect-ratio: 36 / 43;
}

#como{
    background: #03337a url(../img/shape-bg-como.webp) center 30px no-repeat;
    background-size: contain;
    padding: 50px 0;
    text-align: center;
}

#como h2{
    color: #fff;
    font-size: 2rem;
}

#como span{
    color: #126bef;
    margin-bottom: 30px;
    animation: seta 1s linear infinite;
}

#como h2 strong{
    display: block;
}

#como .levels{
    align-items: stretch;
    max-width: 900px;
    margin: 0 auto;
}


#como .level{
    background: #1168e8;
    box-shadow: 0 10px 0 #0b204b;
    border: solid 3px #0b204b;
    border-radius: 20px;
    justify-content: center;
    align-items: stretch;
    width: 400px;
    flex-grow: 1;
}

#como .level .numero{
    font-family: 'Monster';
    background: #0b204b;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    flex-direction: column;
}

#como .level .acao{
    padding: 50px 20px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    text-align: left;
}

#como .level .acao p{
   font-size: 1rem;
}

#como .level .acao a{
    background: #0b204b;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.3s;
    display: inline-block;
 }

 #como .level .acao a:hover{
    background: #ee7412;
 }

#como .level .numero strong{
    font-size: 1.4rem;
}

#como .level .numero strong::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 1.6rem;
    border: solid 3px #06b8f3;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px;
    translate: 0 5px;
}

#como .level .numero strong::after{
    display: inline-block;
    content: "";
    width: 10px;
    height: 1.6rem;
    border: solid 3px #06b8f3;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
    translate: 0 5px;
}

#como .level.final{
    width: 100%;
    flex-direction: column;
}

#como .level.final .numero{
    padding: 20px;
}

#como .level.final .acao{
    align-items: center;
    text-align: center;
    width: 100%;
}

#como hr{
    max-width: 1200px;
    border: 0;
    height: 3px;
    width: 100%;
    background: #0d5acd;
    margin: 50px auto 0;
}

#quero{
    background: #02214e url(../img/shape-bg-inscricao.webp) center center no-repeat;
    background-size: cover;
}

#quero h2{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

#quero .infos{
    max-width: 600px;
}

#quero .infos img{
    margin-top: 30px;
}

#quero .ninja{
    scale: 1.05;
    transform-origin: right bottom;
}





@keyframes moedacofre {
    0% {
        opacity: 0;
        translate: 0 -120px;
    }

    40% {
        opacity: 1;
        translate: 0 -100px;
    }
    
    100%{
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes porquinho {
    0% {
        scale: 1;
    }

    80% {
        scale: 1;
    }

    90%{
        scale: 1.02;
    }
    
    100%{
        scale: 1.0;
    }
}

@keyframes moedavoadora {
    0% {
        translate: 0 -5px;
    }

    50%{
        translate: 0 0;
    }

    100% {
        translate: 0 -5px;
    }
}

@keyframes seta {
    0% {
       translate: 0 0px;
    }

    50%{
        translate: 0 5px;
    }

}


@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px
    }  
    
    #quero .ninja{
        max-width: 400px;
    }
}

@media screen and (max-width: 1110px) {
    #quero .infos{
        flex-direction: column;
        text-align: center;
        padding-top: 50px;
    }

    #quero .ninja{
        scale: 1;
    }
}

@media screen and (max-width: 750px) {
    #rendaextra .bgdividido .container{
    margin: 0 30px;
    }

}

@media screen and (max-width: 510px) {
    h1{
        font-size: 2rem;
    } 
    
    h1 strong{
        display: block;
    }

    #rendaextra h2{
        font-size: 1.6rem;
    }

    #rendaextra .infos{
        text-align: center;
    }

    #rendaextra .infos h2 strong{
        display: block;
    }

    .moeda-voadora{
        display: none;
    }

    #rendaextra .infos img{
        display: none;
    }

    #rendaextra h3{
        font-size: 1.6rem;
    }

    .cta{
        font-size: 1rem;
    }

    #passos .flex::before{
        display: none;
    }

    #passos h2{
        font-size: 1.6rem;
    }

    #vantagens h2{
        font-size: 1.4rem;
    }

    #como .level.final .numero strong::before, #como .level.final .numero strong::after{
        display: none;
    }

    #como .level .acao{
        width: 100%;
        text-align: center;
        align-items: center;
    }

    #faq h2{
        font-size: 1.4rem;
    }

    #faq .titulo img{
        display: none;
    }

    #faq li h3{
        font-size: 1rem;
    }

    #como .level .numero{
        padding: 20px;
    }
}
