@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');

* {
    box-sizing: border-box;
}


body {
    font-size: 16px;
    color: #000000;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FFBF00;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", serif;
    line-height: 1;
    color: #000;
}

.container {
    max-width: 1080px;
    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;
}

footer {
    background-color: #003efe;
}

#footer-social {
    background: #FFBF00;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0
}

#footer-social li span {
    padding: 8px;
    background-color: #AF7311;
    border-radius: 50%;
    color: #FFBF00;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #003efe;
    color: #FFBF00
}


footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}



nav ul {
    display: flex;
    gap: 5px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
}

nav li:hover a,
nav li a.ativo {
    background: #FFBF00;
    color: #000;
}

.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}



#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

header {
    background: #003efe;
    padding: 30px 0;
}





#faq {
    background: #003efe;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 1.4rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
    font-weight: 600;
}


#faq li {
    background: #002CB4;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

#faq li p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a {
    color: #FFBF00;
}

#faq li .uk-accordion-title::before {
    background: url(../img/seta-faq.webp) center center no-repeat;
    background-size: contain;
    rotate: 0;
    transition: all .3s
}

#faq .uk-open .uk-accordion-title::before {
    rotate: 45deg
}


main {
    background: url(../img/bg-topo.webp) center center no-repeat;
    background-size: cover;
    padding: 100px 0 50px;
    text-align: center;
}

main #logo {
    margin-bottom: 30px;
    position: relative;
}

main #logo .logo {
    display: inline-block;
    position: relative;
    z-index: 2;
    scale: 0.9;
}

@keyframes tremetreme {
    0% {
        rotate: 0;
    }

    50% {
        rotate: 5deg;
        translate: 0 -5px;
    }

}

.fluflu {
    position: absolute;
    z-index: 1;
    animation: tremetreme 0.5s ease-in-out infinite;
}

.fluflu:nth-child(2) {
    top: 0;
    left: 0;
    animation-delay: 0.2s;
}

.fluflu:nth-child(3) {
    bottom: 0;
    right: 0;
    animation-delay: 0.2s;
}

.fluflu:nth-child(4) {
    bottom: 0;
    left: 15%;
}

.fluflu:nth-child(5) {
    top: -20%;
    right: 20%;
}

h1 {
    font-size: 1.4rem;
    color: #000;
}

main p.data {
    font-size: 1.8rem;
    color: #000;
    font-weight: 900;
}

#discord {
    margin: 30px 0;
}

#discord h2 {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 30px;
}

#discord .flex div {
    background: #AB37FF;
    padding: 30px 50px;
    border-radius: 30px;
    max-width: 250px;
}

#discord .flex div p {
    color: #fff;
    font-weight: 600;
}

main a {
    background: #003EFE;
    padding: 10px 50px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 30px auto 0;
    text-align: left;
    transition: all 0.3s;
    font-weight: 600;
}

main a:hover {
    background: #000;
    color: #fff;
}

#cadastro {
    background: #003EFE;
    padding: 50px 0;
    text-align: center;
    
}

#cadastro .container{
    position: relative;
}

@keyframes tremetreme {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.9;
    }

}

.estrela{
    position: absolute;
    animation: tremetreme 1s ease-in-out infinite;
}

.estrela:nth-child(2){
    top: 0;
    left: 0;
}


.estrela:nth-child(3){
    bottom: 0;
    right: 0;
}

.estrela:nth-child(4){
    bottom: 5%;
    right: 5%;
    transform: scale(0.8);
    animation-delay: 0.2s;

}


#cadastro h2 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: 600;
}

form {
    max-width: 700px;
    margin: 0 auto;
    background: #002CB4;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
}

#aniversario {
    display: none;
}

#cadastro .datas {
    justify-content: flex-start;
    gap: 10px;
}

#cadastro .datas select {
    flex-grow: 1;
}

#cadastro form {
    margin-top: 30px;
}

#cadastro label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

#cadastro input[type=text],
#cadastro input[type=email] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    background: #fff;
}

#cadastro select {
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
}

#cadastro .boxcheckbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    gap: 5px;
}

#cadastro label.checkbox {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
}

#cadastro .formulario .containerform .form input[type=checkbox] {
    width: auto;
    margin: 0;
}

#cadastro p.legal {
    font-size: 0.7rem;
    margin: 20px 0;
    color: #fff;
}

#cadastro p.legal a {
    color: #fff;
    text-decoration: underline;
}

#cadastro input[type=submit] {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: 20px;
    background: #FF8A00;
    color: #fff;
}

#cadastro input[type=submit]:hover {
    background: #FFBF00;
    color: #000;
}

@keyframes faixa {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1182px 0;
    }

}

hr{
    height: 200px;
    background: url(../img/faixa.webp) repeat-x;
    margin: 0;
    border: none;
    animation: faixa 10s linear infinite;
}

#app{
    background: #DEE1EB;
}

#app h2{
    color: #003EFE;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 600;
}

#app .vantagens{
    align-items: stretch;
    margin: 10px 0;
}

.box{
    padding: 20px;
    border-radius: 30px;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.box:nth-child(1){
    background: #0061F8;
}

.box:nth-child(2){
    background: #AB37FF;
}

.box:nth-child(3){
    background: #FF8A00;
}

.box h3{
    color: #fff;
    font-weight: 600;
}

.box p{
    color: #fff;
    font-size: 0.9rem;
}

#app a {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    background: #FF8A00;
    color: #fff;
    display: inline-block;
}

#app a:hover {
    background: #FFBF00;
    color: #000;
}

.ninja{
    translate: -10px 0;
}

#discord.obrigado h2, #discord.obrigado p{
    font-weight: 600;
}

#app .legal{
    font-size: 0.7rem;
    margin-top: 10px;
}





@media screen and (max-width: 1160px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 960px) {
    #app{
        padding-top: 50px;
        text-align: center;
    }

    #app .container{
        flex-direction: column;
        gap: 30px;
    }

    .ninja{
        translate: 0 0;
    }
}

@media screen and (max-width: 870px) {
    .fluflu:nth-child(2), .fluflu:nth-child(3){
        display: none;
    }

    .vantagens{
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 450px) {
    #cadastro .datas {
        flex-direction: column;
    }

    #cadastro select {
        width: 100%;
    }

    .fluflu, .estrela{
        display: none;
    }

    main p.data{
        font-size: 1.4rem;
    }

    h1, #discord h2{
        font-size: 1.2rem;
    }

    main a{
    text-align: center;
    width: 100%;
    }

    main a img{
        display: none;
    }

    .box, #discord .flex div{
        width: 100%;
        max-width: none;
    }
    
    #cadastro label.checkbox{
        font-size: 0.8rem;
    }

    

}