@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    user-select: none;
}


body {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FE0C8D;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Inter", sans-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: #00177D;
}


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 {
    color: #fff;
    transition: all .2s;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

nav li:hover a,
nav li a.ativo {
    color: #FE0C8D;
}

.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}



.uk-nav-default {
    font-size: 20px;
}


#faq {
    background: url(../img/pattern.webp) center center repeat;
    padding: 100px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
    text-wrap: balance;
}

#faq p {
    margin-bottom: 30px;
}


#faq li {
    background: #00177D;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3 {
    color: #FE0C8D;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 900;
}

#faq li p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a {
    color: #FE0C8D;
}

#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-image: url(../img/vetor-livelo.svg), url(../img/bg-topo.webp);
    background-position: center top;
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay, normal;

    padding: 50px 0;
    text-align: center;
}

main .principal {
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

@keyframes float {

    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 5px;
    }
}

.float {
    position: absolute;
    max-width: 200px;
    animation: float linear infinite 2s;
    transition: all 0.3s;
}

#float01 {
    left: 0;
    top: 5%;
    animation-delay: 0.2s;
}

#float02 {
    right: 0;
    top: 0;
    animation-delay: 0.4s;
}

#float03 {
    right: 0;
    bottom: 0;
    animation-delay: 0.6s;
}

#float04 {
    left: -35%;
    top: 30%;
    animation-delay: 0.8s;
}

#float05 {
    right: -35%;
    top: 55%;
}

#float06 {
    left: -10%;
    bottom: 5%;
    animation-delay: 0.4s;
}

.float:hover {
    scale: 1.05;
}



h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
}

.principal p {
    font-size: 0.9rem;
    color: #FFE9C7;
}


.cta {
    color: #fff;
    background: #FF5900;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1.2rem;
    transition: all 0.3s;
    display: inline-block;
}

.cta:hover {
    background: #FE0C8D;
    color: #fff;
}

main .campanha {
    color: #2828A3;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1.2rem;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    max-width: 600px;
    text-wrap: balance;
}

.legal {
    font-size: 0.8rem;
    text-wrap: balance;
}



#guia {
    background: url(../img/pattern.webp) center center repeat;
    padding: 100px 0;
    text-align: center;
}

#guia h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
}

#guia p {
    margin-bottom: 30px;
    color: #FFE9C7;
    font-size: 1.2rem;
}

.passos {
    justify-content: center;
    align-items: stretch;
}

.passo {
    width: 220px;
}

#guia .passo h3 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 900;
}

#guia .passo p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

.passo img {
    margin-bottom: 20px;
}

#vitrine {
    background-color: #FF5900;
    background-image: url(../img/bg-vitrine-01.webp), url(../img/bg-vitrine-02.webp);
    background-position: right bottom, left top;
    background-size: 700px, 500px;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}

#vitrine h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
}

#vitrine p {
    margin-bottom: 30px;
}

.vitrine {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.vitrine:last-child {
    margin-bottom: 0px;
}


.vitrine .texto {
    width: 800px;
    padding: 30px 100px 30px 30px;
    translate: 90px 0;
    background: #fff;
    border-radius: 20px;
    text-align: left;
}

.vitrine h3 {
    font-size: 3rem;
    color: #FE0C8D;
    margin-bottom: 30px;
    font-weight: 900;
    text-wrap: balance;
}

#vitrine .vitrine p {
    color: #00003A;
    margin-bottom: 30px;
}

.vitrine .foto {
    translate: -90px 0;
}

.vitrine .foto img {
    width: 750px;
    scale: 1.1;
    transform-origin: left center;
}

#monteoseu {
    background-image: url(../img/bg-monte.webp), url(../img/bg-monte-seu-pc-vetor.webp), url(../img/pattern.webp);
    background-position: center bottom, right bottom, center center;
    background-size: 100%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    padding: 100px 0;
}

#monteoseu h2 {
    font-size: 3.5rem;
    text-wrap: balance;
    color: #8AE5FF;
    margin-bottom: 30px;
    font-weight: 900;
    text-wrap: balance;
}

#monteoseu p {
    margin-bottom: 30px;
}

#monteoseu .texto {
    max-width: 600px;
}

#monteoseu img {
    border-radius: 20px;
}

#app {
    background: url(../img/bg-app.webp) center center no-repeat;
    background-size: cover;
}

#app h2 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
    text-wrap: balance;
}

#app p {
    margin-bottom: 30px;
}

#app .texto {
    max-width: 600px;
}

#app img {
    scale: 1.05;
    transform-origin: bottom right;
}

#ofertas {
    background: #0F0F71;
    padding: 100px 0;
    text-align: center;
}

#ofertas h2 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
    text-wrap: balance;
}

#ofertas p {
    margin-bottom: 30px;
}

.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: #FE0C8D;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1;
}

#ofertas .box-produto p {
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
}

#ofertas .box-produto .cta {
    background: #FE0C8D;
    color: #fff;
    display: block;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    transition: all 0.3s;
}

#ofertas .box-produto .cta:hover {
    background: #0F0F71;
    color: #fff;
}

.box-produto h3 {
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    text-wrap: balance;
    font-size: 1;
    height: 3rem;
}

#ofertas .uk-dotnav>*>* {
    border: solid 1px #fff;
}

#ofertas .uk-dotnav>.uk-active>* {
    background: #fff;
}

.uk-dotnav>* {
    padding-left: 4px;
}

#regulamento {
    background: #FF5900;
    background-image: url(../img/bg-regulamento-01.webp), url(../img/bg-regulamento-02.webp);
    background-repeat: no-repeat;
    background-position: right center, left center;
    background-size: contain;
    padding: 50px 0;
    text-align: center;
}

#regulamento h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
}

#regulamento p {
    margin-bottom: 30px;
}

#regulamento .cta {
    background: #fff;
    color: #FF5900;
}

#regulamento .cta:hover {
    background: #2828A3;
    color: #fff;
}

#campanha-destaque{
   background: url(../img/bg-campanha-destaque.webp), radial-gradient(200.06% 192.15% at 77.99% 206.6%, rgba(18, 84, 255, 0.49) 0%, rgba(39, 100, 255, 0.00) 100%), #E3E6F1;
   background-repeat: no-repeat;
   background-size: contain, auto;
   display: none;
}

#campanha-destaque .texto{
    max-width: 600px;
}

#campanha-destaque h2{
    color: #FE0C8D;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 900;
}

#campanha-destaque p{
    color: #00003A;
    margin-bottom: 15px;
}

#campanha-destaque p:last-of-type{
    margin-bottom: 0;
}

#campanha-destaque .cta{
    background: #007DFF;
    margin-bottom: 15px;
}

#campanha-destaque .cta:hover {
    background: #FE0C8D;
    color: #fff;
}

#campanha-destaque .foto{
    flex-shrink: 0;
}




@media screen and (max-width: 1390px) {
    .container {
        margin: 0 30px
    }

    #float04,
    #float05 {
        display: none;
    }

    #vitrine {
        background-image: none;
    }

    #app {
        padding: 50px 0 0;
        text-align: center;
    }

    #app .container {
        flex-direction: column-reverse;
    }

    #app .foto img {
        max-height: 400px;
        scale: 1;
    }

    #regulamento {
        background-blend-mode: overlay;
    }

    main {
        background-size: cover, cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1201px) {

    #campanha-destaque{
        padding: 50px 0;
    }

    #campanha-destaque .container{
        flex-direction: column-reverse;
        text-align: center;
    }
}

@media screen and (max-width: 1020px) {

    #vitrine {
        padding: 50px 0 0;
    }

    #vitrine p {
        margin-bottom: 30px;
    }

    .vitrine {
        flex-direction: column-reverse;
        gap: 0;
        margin: 0;
    }

    .vitrine .texto {
        width: 100%;
        translate: 0 -60px;
        padding: 60px 30px 30px;
        text-align: center;
    }

    .vitrine .foto {
        translate: 0;
    }

    .vitrine .foto img {
        scale: 1;
    }

}

@media screen and (max-width: 860px) {
    .float {
        display: none;
    }

    main .principal {
        max-width: none;
        margin: 0 30px;
    }

    #regulamento {
        background-image: none;
    }
}

@media screen and (max-width: 460px) {
    h1 {
        font-size: 2rem;
    }

    main p,
    #vitrine p,
    #monteoseu p,
    #app p,
    #ofertas p,
    #regulamento p {
        font-size: 0.9rem;
    }

    #guia h2,
    #vitrine h2,
    #monteoseu h2,
    #app h2,
    #ofertas h2,
    #regulamento h2,
    #faq h2,
    .vitrine h3,
    #campanha-destaque h2 {
        font-size: 1.4rem;
    }

    main .campanha {
        font-size: 0.9rem;
    }

    #guia,
    #monteoseu,
    #ofertas,
    #faq {
        padding: 50px 0;
    }

    .passo {
        width: 100%;
    }

    #monteoseu {
        text-align: center;
    }

    .cta {
        font-size: 1rem;
        text-wrap: balance;
    }
}