@import url('https://fonts.googleapis.com/css2?family=Anton&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: #FF6422;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", serif;
    line-height: 1;
}

.container {
    max-width: 1320px;
    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-social {
    background: #00177D;
}

#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: #00177D;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #FF6C00;
    color: #00177D;
}


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: #fff;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 1rem;
    display: flex;
    gap: 10px;
}

nav li:hover a,
nav li a.ativo {
    color: #FF6C00;
}



.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}

#logo-kabum {
    width: 140px;
}

#mobile-navbar img {
    margin-bottom: 30px;
    width: 140px;
}

.uk-nav-default {
    font-size: 20px;
}


#faq {
    background: linear-gradient(133deg, #FF6C00 19.48%, #FFAA74 73.94%);
    padding: 50px 0;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
}

#faq p {
    color: #fff;
    margin-bottom: 20px;
}

#faq h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-wrap: balance;
    margin-bottom: 30px;
}

#faq ul {
    margin-bottom: 50px;
}


#faq li {
    background: #00177D;
    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: #FF6A00;
}

#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 {
    position: relative;
    background: url(../img/bg-topo.webp) center top no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

header {
    padding: 30px 0;
}

main .titulo {
    text-align: center;
}

main .blocoh1 {
    margin-bottom: 50px;
    position: relative;
}

h1 {
    color: #FFE5D2;
    font-size: 1.2rem;
}

main .titulo {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

main .titulo p {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #fff;
    line-height: 1;
}

main .chamada01,
main .chamada02 {
    color: #fff;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;

}

main .chamada01 {
    text-align: right;
    align-items: flex-end;
    text-wrap: balance;
}

main .chamada02 {
    text-align: left;
    align-items: flex-start;
    text-wrap: balance;
}

main h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
}

main .titulo a img {
    scale: 1;
    transition: all 0.3s;
}

main .titulo a:hover img {
    scale: 1.05;
}



.cta {
    padding: 10px 20px;
    border-radius: 20px;
    background: #FF6C00;
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s;
}

.cta:hover {
    color: #FF6C00;
    background: #fff;
}

.legal {
    font-size: 0.7rem;
}

#vantagens {
    background: linear-gradient(133deg, #FF6C00 19.48%, #FFAA74 73.94%);
    padding: 50px 0 100px;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
}

#vantagens h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}

#vantagens .flex {
    align-items: stretch;
}

.vantagem {
    width: 250px;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

.vantagem h3 {
    color: #007BFF;
    font-size: 1.3rem;
    font-weight: 600;
    text-wrap: balance;
    margin-bottom: 20px;
}

.vantagem img {
    margin-bottom: 10px;
}

.vantagem p {
    font-size: 0.9rem;
}

.vantagem strong {
    color: #FF6C00;
}

#vantagens .destaque {
    background: #0052A1;
    position: relative;
    max-width: 900px;
    padding: 20px 30px 20px 70px;
    margin: 30px auto 0;
    border-radius: 30px;
    color: #fff;
    font-size: 0.9rem;
}

#vantagens .destaque::before {
    content: url(../img/ico-loading.webp);
    position: absolute;
    left: -40px;
    top: -7px;

}

#monteoseu {
    background-image: url(../img/hud-monte-o-seu.webp), url(../img/bg-monte-o-seu.webp);
    background-size: contain, cover;
    background-position: center -20px, center top;
    background-repeat: no-repeat;
    padding: 50px 0 100px;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
}


#monteoseu h2 {
    color: #FF6A00;
    font-size: 4rem;
    font-style: italic;
    text-transform: uppercase;
    text-align: right;
}

#monteoseu h2 strong {
    font-weight: 600x;
    font-style: normal;
}

#monteoseu .titulo img {
    border-radius: 30px;
}

#monteoseu .titulo .chamada {
    max-width: 300px;
    text-align: right;
    color: #fff;
}

.passos {
    align-items: stretch;
    margin-top: 30px;
}

.passo {
    width: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
}

.passo p.ordem {
    font-family: "Anton", sans-serif;
    color: #FF6A00;
    font-size: 1.4rem;
    line-height: 1;
}

.passo h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
}

.passo p {
    color: #fff;
    font-size: 0.9rem;
    text-wrap: balance;
}

#categorias {
    background: #1131A4 url(../img/bg-setas.webp) center center no-repeat;
    background-size: cover;
    padding: 50px 0 100px;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
}

#categorias h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

#categorias p {
    color: #fff;
    margin-bottom: 30px;
}

.categorias {
    align-items: stretch;
}

.categoria {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 15.1%, rgba(0, 0, 0, 0.00) 100%), #0F216C;
    box-shadow: 0 43.539px 39.074px 0 rgba(0, 0, 0, 0.16);
    width: 250px;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.categoria:hover {
    background: #E95400;
}

.categoria h3 {
    color: #E95400;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.categoria:hover h3 {
    color: #fff;
}

#prime {
    background: url(../img/bg-prime.webp) center top no-repeat;
    background-size: cover;
    padding: 0 0 50px;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
}

#prime .foto {
    scale: 1.05;
    transform-origin: left bottom;
    flex-shrink: 0;
}

#prime .infos {
    max-width: 600px;
}

#prime h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: right;
}

#prime h2 strong {
    color: #FF6C00;
    font-weight: 600;
    display: block;

}

#prime p {
    color: #fff;
    font-size: 1.6rem;
    max-width: 300px;
    text-align: left;
    text-wrap: balance;
}

.vantagemprime {
    align-items: stretch;
    margin-top: 30px;
}

.vantagemprime .vantagem {
    background: radial-gradient(88.04% 89.02% at 69.78% 123.19%, #61A0FF 0%, rgba(0, 102, 255, 0.00) 100%), #000D37;
    width: 280px;
    position: relative;
    overflow: hidden;
}

#prime .vantagemprime .vantagem p {
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
}

#prime .vantagemprime .vantagem img {
    position: absolute;
    right: -10px;
    top: 0;
    transition: all 0.3s;
}

#prime .vantagemprime .vantagem:hover img {
    scale: 1.1;
    transform-origin: center center;
}

#prime a {
    display: inline-block;
    color: #fff;
}

#prime a:hover {
    color: #FF6C00;
}

#prime .links {
    margin-top: 30px;

}

#howto {
    background: url(../img/bg-setas.webp), linear-gradient(180deg, #0048FF 59.45%, #FF6C00 125.1%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 150px;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
}


#howto h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.portahow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.boxhow {
    background: #001345;
    padding: 30px 50px;
    border-radius: 30px;
    gap: 15px;
    width: fit-content;
    margin: 0 auto;
}

.boxhow .passos {
    width: 204px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;

}

.boxhow .passos p {
    background: #002279;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 0.8rem;
    text-wrap: balance;
    height: 80px;
}

.boxhow .passos p strong {
    color: #FF6C00;
    font-size: 1rem;
}

.boxhow .passos a {
    color: #FF6C00;
}

.boxhow .separador {
    flex-shrink: 0;
}

.boxhow .texto {
    flex-grow: 1;
    width: 350px;
}

.boxhow .texto h3 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 15px;

    text-align: left;
}

.boxhow .texto h3 strong {
    color: #FF6C00;
}

.boxhow .texto p {
    color: #fff;
    font-size: 0.9rem;
}



@media screen and (max-width: 1350px) {
    .container {
        margin: 0 30px
    }

    #prime .foto {
        scale: 1;
    }

    .boxhow .texto h3 {
        font-size: 2rem;
    }

    .boxhow .texto {
        width: 250px;
    }


}

@media screen and (max-width: 1220px) {
    #prime {
        padding-top: 50px;
    }

    #prime .infos {
        max-width: none;
        width: 100%;
    }

    .vantagemprime {
        width: 100%;
    }

    .vantagemprime .vantagem {
        width: 40%;
    }

    #prime .foto {
        max-width: 350px;
    }


}

@media screen and (max-width: 1175px) {

    main .container:nth-child(3) {
        flex-direction: column;
    }

    main .chamada01 {
        text-align: center;
        flex-direction: row;
        max-width: 700px;
        align-items: center;
        justify-content: center;
        text-wrap: none;
    }

    main .foto {
        order: 3;
        max-width: 300px;
    }

    main h2 {
        text-wrap: auto;
    }

    main .chamada02 {
        max-width: none;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #monteoseu .titulo .chamada {
        text-align: center;
    }

    .boxhow .texto {
        width: 100%;
    }

    .boxhow .texto h3 {
        text-align: center;
        line-height: 1;
        margin: 0;
    }

    .boxhow .passos{
        margin-top: 0;
    }

}

@media screen and (max-width: 900px) {

    #vantagens .destaque {
        padding: 20px 30px;
    }

    #vantagens .destaque::before {
        display: none;
    }

    #monteoseu {
        background-position: center top, center top;
    }

    #monteoseu h2 {
        text-align: center;
    }

    .separador{
        display: none;
    }



}

@media screen and (max-width: 560px) {
    main .titulo p {
        font-size: 3rem;
    }

    main .chamada01 {
        flex-direction: column;
    }

    main .chamada01 img {
        order: 2;
    }

    #monteoseu .passo {
        width: 100%;
    }

    #monteoseu h2 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .vantagemprime .vantagem {
        width: 100%;
    }

    .boxhow{
        flex-direction: column;
    }

    .separador{
        display: block;
        rotate: 90deg;
    }

    #howto{
        padding: 50px 0 100px;
    }

    main .titulo .flex{
        gap: 10px;
    }

    h1{
        margin: 0 auto;
        text-wrap: balance;
        font-size: 1.2rem;
        font-weight: 600;
    }


}

@media screen and (max-width: 460px) {
    main .titulo p {
        font-size: 2rem;
    }

    .categoria {
        width: 100%;
    }

}