@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;
    user-select: none;
}


body {
    font-size: 16px;
    color: #000000;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FFEC00;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", serif;
    line-height: 1;
}

.container {
    max-width: 1360px;
    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: #FF7800;
}

#footer-social {
    background: #FF7800;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0 0
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #FF7800;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #FFF600;
    color: #FF7800;
}


footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}



nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #00FFF1;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}

nav li:hover a,
nav li a.ativo {
    color: #FFF600;
}

nav li a#btapp {
    color: #28036D;
    background: #FFF600;
}

nav li:hover a#btapp {
    color: #28036D;
    background: #00FFF1;

}

.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 {
    padding: 30px 0px;
    background: #28036D;
}


#faq {
    background-color: #2C0137;
    padding: 50px 0;
    text-align: center;
}

#faq p {
    color: #fff;
    margin-bottom: 20px;
}

#faq h2 {
    font-size: 1.6rem;
    color: #68E4FF;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

#faq ul {
    margin-bottom: 50px;
}


#faq li {
    background: #580040;
    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: #FF7800;
}

#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
}

main {
    background: url(../img/bg-topo-gamer.webp) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

main #logocampanha {
    max-width: 500px;
}

main p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

main p:last-child {
    margin-bottom: 0px;
}

main .texto {
    max-width: 500px;
}

main .cta {
    margin: 0 auto;
}


.cta {
    background: #FF7800;
    color: #fff;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 1rem;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 30px;
}

.cta::after {
    content: url(../img/setinha.webp);
    transition: all .2s;
}

.cta:hover {
    background: #28036D;
    color: #FFF600;
}

.cta:hover::after {
    padding-left: 10px;
}

h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#comoparticipar {
    background: url(../img/bg-participar.webp) center center repeat;
    background-size: 150px;
    text-align: center;
    padding: 50px 0;
    position: relative;
}


#comoparticipar h2 {
    font-size: 1.6rem;
    color: #28036D;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

#comoparticipar p {
    color: #fff;
    margin-bottom: 10px;
}

#passos {
    margin-top: 20px;
}

#comoparticipar .passo {
    width: 330px;
    background: #FFF600;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.cupom01::before {
    content: url(../img/ico-1-cupom.webp);
}

.cupom02::before {
    content: url(../img/ico-2-cupons.webp);
}

#comoparticipar .passo p {
    color: #FF7800;
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 0;
    text-wrap: balance;
}

.passo p strong {
    color: #28036D;
    font-size: 1rem;
    display: block;
}

#comoparticipar .cta {
    background: #580040;
    color: #fff;
    margin: 20px auto;
    font-weight: 600;
}

#comoparticipar p.legal {
    margin: 0 auto;
    max-width: 550px;
    font-size: 0.8rem;
}

#comoparticipar p.legal a {
    color: #580040;
    font-weight: 600;
}

#comoparticipar p.legal a:hover {
    color: #111;
    font-weight: 600;
}



#ganhador{
    background: url(../img/bg-participar.webp) center center repeat;
    background-size: 150px;
    text-align: center;
    position: relative;
}

#ganhador .foto img{
    scale: 1.02;
    transform-origin: bottom right;
}


#ganhador h2 {
    font-size: 2rem;
    color: #28036D;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

#ganhador p {
    color: #fff;
    margin-bottom: 10px;
}

.boxganhador{
    max-width: 450px;
    margin: 0 auto;
    background: #FFF600;
    padding: 30px 50px;
    border-radius: 20px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}



#ganhador .boxganhador p {
    color: #FF7800;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.boxganhador  h3 {
    color: #28036D;
    font-size: 1.4rem;
    font-weight: 600;
}

.boxganhador  p strong {
    color: #28036D;
    font-size: 1rem;
    font-weight: 600;
}


#ganhador p.legal {
    margin: 0 auto;
    max-width: 550px;
    font-size: 0.8rem;
}

#ganhador p.legal a {
    color: #580040;
    font-weight: 600;
}

#ganhador p.legal a:hover {
    color: #111;
    font-weight: 600;
}


#ninjaparticipe {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -550px 0;
    scale: 0.7;
    transform-origin: left bottom;
}


#calendario {
    background: #28036D;
    padding: 50px 0;
    text-align: center;
}

#calendario h2 {
    font-size: 1.6rem;
    color: #00FFF1;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

#calendario p {
    color: #fff;
}

#calendario .flex {
    align-items: stretch;
    margin: 20px auto;
    position: relative;
}

#calendario .flex::after {
    width: 920px;
    height: 5px;
    background: #FF7800;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% + 3px);
}

.data {
    padding: 20px;
    border-radius: 20px;
    background: #1A004C;
    border: solid 2px #5D00C1;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: border 0.3s;
}

.data:hover {
    border: solid 2px #FF7800;
}

.data h3 {
    font-size: 1rem;
    color: #FFF600;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#calendario .data p {
    font-size: 0.8rem;
    line-height: 1rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

#calendario hr {
    width: 20px;
    aspect-ratio: 1;
    background: #FFF600;
    border-radius: 50%;
    border: solid 5px #FF7800;
    margin: 0;
    position: relative;
    z-index: 3;

}


#app {
    background: #1A004C;
    background-size: cover;
    text-align: center;
    padding: 0 0;
}

#app .container {
    align-items: flex-end;
}

#app .foto {
    scale: 1.1;
    transform-origin: right bottom;
}

#app .texto {
    max-width: 700px
}



#app .texto h2 {
    color: #00F8FB;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

#app .texto p {
    color: #fff;
}

#app .texto .vantagensapp {
    align-items: stretch;
    margin: 30px auto
}

#app .texto .vantagensapp .box {
    background: #FF7800;
    border: solid 1px #FF9900;
    border-radius: 20px;
    padding: 20px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#app .texto .vantagensapp .box h3 {
    color: #28036D;
    margin-bottom: 5px;
    font-weight: 600;
}

#app .texto .vantagensapp .box p {
    color: #fff;
    font-size: 0.8rem;
}

#app .texto .cta {
    margin: 20px auto 50px;
    background: #00FFF1;
    color: #1A004C;
    font-weight: 600;
}

#app .texto .cta::after {
    display: none;
}

#app .texto .cta:hover {
    background: #FFEC00;
}

#ofertas {
    background: #FF7800;
    padding: 50px 0;
    text-align: center;
}

#ofertas h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFF600;
    margin-bottom: 20px;
}

#ofertas p {
    color: #fff;
}

.produtos {
    margin-top: 30px;
    align-items: stretch;
}

.box-produto {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 10px 10px;
}

.box-produto img {
    width: 80%;
    margin-bottom: 10px;
}

#ofertas .box-produto .preco {
    color: #0C1165;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
}

#ofertas .box-produto p {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
}

.box-produto .cta {
    background: #04FBFC;
    color: #000;
    display: block;
    border-radius: 10px;
    border: solid 2px #000;
    padding: 15px;
    margin-top: 20px;
    transition: all 0.3s;
}

#ofertas .box-produto .cta:hover {
    color: #04FBFC;
    background: #0A0C25;
    border: solid 2px #04FBFC;
}

.box-produto h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    text-wrap: balance;
    font-size: 1;
    height: 3rem;
}

#ofertas .uk-dotnav>*>* {
    border: solid 1px #000;
}

#ofertas .uk-dotnav>.uk-active>* {
    background: #000;
}

.uk-dotnav>* {
    padding-left: 4px;
}

#ofertas .cta {
    margin: 20px auto 0;
    background: #00FFF1;
    color: #1A004C;
    font-weight: 600;
}

#ofertas .cta::after {
    display: none;
}

#ofertas .cta:hover {
    background: #FFEC00;
}

#monteoseu {
    text-align: center;
    background: #1e1e1e url(../img/bg-monte-o-seu.webp) center top no-repeat;
    background-size: cover;
    padding: 50px;
    color: #fff;
    position: relative;
}

#monteoseu::before {
    background: url(../img/pc-monte-02.webp) center center no-repeat;
    content: "";
    background-size: contain;
    aspect-ratio: 432 / 405;
    width: 300px;
    left: 50px;
    top: 50%;
    translate: 0 -50%;
    position: absolute;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.7));
}

#monteoseu::after {
    background: url(../img/pc-monte-01.webp) center center no-repeat;
    content: "";
    background-size: contain;
    aspect-ratio: 432 / 421;
    width: 300px;
    right: 50px;
    top: 50%;
    translate: 0 -50%;
    position: absolute;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.7));
}


#monteoseu .flex {
    justify-content: center;
    gap: 50px;
}

#monteoseu img {
    max-height: 400px;
}

#monteoseu h2 {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    color: #FCC34A;
    margin-bottom: 20px;
}

#monteoseu .passos {
    border: solid 1px #FF7800;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
    width: fit-content;
    margin: 30px auto;
    background: #131314;
}

#monteoseu .passo {
    background: #191D27;
    border-radius: 20px;
    overflow: hidden;
    width: 203px;
}

#monteoseu .passo p {
    color: #fff;
    padding: 20px;
    font-size: 0.8rem;
    text-align: center;
}

.customiza {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


#monteoseu .separador {
    display: flex;
    justify-content: center;
    align-items: center;
}

#monteoseu a {
    background: #FF7800;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
    width: 150px;
}

#monteoseu a:hover {
    background: #0081F2;
    color: #fff;
}

#monteoseu p.adicional {
    background: #131314;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

#monteoseu p.adicional strong {
    color: #FF7800;
}

@media screen and (max-width: 1480px) {

    #monteoseu::before,
    #monteoseu::after {
        display: none;
    }
}


@media screen and (max-width: 1390px) {
    .container {
        margin: 0 30px
    }

    #app {
        padding-top: 50px
    }

    #app .texto {
        max-width: none
    }

    #app .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    #app .foto {
        display: none;
    }

    #ninjaparticipe {
        display: none;
    }


}

@media screen and (max-width: 1195px) {

    #calendario .flex::after,
    #calendario hr {
        display: none;
    }
}

@media screen and (max-width: 960px) {

    #monteoseu .separador {
        display: none;
    }


}


@media screen and (max-width: 830px) {

    #app .texto .vantagensapp {
        flex-wrap: wrap;
    }

    #monteoseu {
        text-align: center;
        padding-top: 50px;
    }

    #monteoseu .flex {
        flex-direction: column;
    }

    #ganhador{
        padding-top: 50px;
    }

    #ganhador .container{
        flex-direction: column-reverse;
    }

    #ganhador .foto img{
        max-height: 250px;
    }

    #ganhador h2{
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 650px) {

    #monteoseu .separador {
        display: flex;
    }

    #monteoseu .passos {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    #monteoseu .separador img {
        rotate: 90deg;
    }
}




@media screen and (max-width: 460px) {

    #app .texto .vantagensapp .box {
        width: 100%
    }

    #monteoseu h2 {
        font-size: 1.4rem;
        line-height: 1;
    }
}