@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;
}

@font-face {
    font-family: 'Tungsten';
    src: url('../font/Tungsten-Bold.woff2') format('woff2'),
        url('../font/Tungsten-Bold.woff') format('woff'),
        url('../font/Tungsten-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TungstenBlack';
    src: url('../font/Tungsten-Black.woff2') format('woff2'),
        url('../font/Tungsten-Black.woff') format('woff'),
        url('../font/Tungsten-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}






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: 1160px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

#logo-kabum{
    width: 140px;
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

.gap {
    gap: 30px;
}

.wrap {
    flex-wrap: wrap;
}

footer {
    background-color: #379AE8;
}

#footer-social {
    background: #379AE8;
}

#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: #379AE8;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #FF6A00;
    color: #fff;
}


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: inline-block;
}

nav li:hover a,
nav li a.ativo {
    color: #FF6A00;
}



.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;
    max-width: 120px;
}

.uk-nav-default {
    font-size: 20px;
}


#faq {
    background-color: #0A0B0F;
    padding: 50px 0;
    text-align: center;
}

#faq p {
    color: #fff;
    margin-bottom: 20px;
}

#faq h2 {
    color: #FF6A00;
    font-size: 3rem;
    font-family: 'TungstenBlack';
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    text-wrap: balance;
    margin-bottom: 20px;
}

#faq ul {
    margin-bottom: 50px;
}


#faq li {
    background: #161820;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3 {
    color: #FF6A00;
    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 {
    position: relative;
}

header {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0px;
}

main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(11, 13, 28, 0.00) 47.19%, #0B0D1C 87.15%), linear-gradient(0deg, rgba(11, 13, 28, 0) 47.19%, rgba(11, 13, 28, 0.8) 87.15%), linear-gradient(257deg, rgba(11, 13, 28, 0.00) 0.94%, #0B0D1C 96.26%), linear-gradient(180deg, rgba(11, 13, 28, 0.00) 86.14%, #0B0D1C 109.07%);
    z-index: 2;
}

#slide01 {
    background: url(../img/banner-topo-01.webp) center center no-repeat;
    background-size: cover;
}

#slide02 {
    background: url(../img/banner-topo-02.webp) center center no-repeat;
    background-size: cover;
}

#slide03 {
    background: url(../img/banner-topo-03.webp) center center no-repeat;
    background-size: cover;
}

#slide04 {
    background: url(../img/banner-topo-04.webp) center center no-repeat;
    background-size: cover;
}

#slide05 {
    background: url(../img/banner-topo-05.webp) center center no-repeat;
    background-size: cover;
}

#slide06 {
    background: url(../img/banner-topo-06.webp) center center no-repeat;
    background-size: cover;
}

h1 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
}

h1 strong {
    font-size: 8rem;
    color: #fff;
    font-family: 'TungstenBlack';
    display: block;

}

main .titulo {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    top: 50%;
    translate: 0 -40%;
}

main .fluflu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

main hr {
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: #122EFF;
    max-width: 1160px;
    margin: 0 auto;
    height: 25px;
    border: none;
    translate: 0 3px;
}

#sobre {
    background: #122EFF;
    padding: 100px 0;
}

@keyframes capas {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -3330px 0;
    }
}

.capas {
    position: relative;
    width: 367px;
    aspect-ratio: 1;
    background: url(../img/capas.webp) left top no-repeat;
    animation: capas linear infinite;
    animation-duration: 40s;
    flex-shrink: 0;
    background-position: 0 0;
}

.capas::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 30px;
    height: 367px;
    background: linear-gradient(270deg, rgba(18, 46, 255, 0) 0%, rgba(18, 46, 255, 1) 100%);
}

.capas::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 367px;
    background: linear-gradient(90deg, rgba(18, 46, 255, 0) 0%, rgba(18, 46, 255, 1) 100%);

}


#sobre h2 {
    font-size: 3rem;
    color: #fff;
    font-family: 'TungstenBlack';
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    text-wrap: balance;
    margin-bottom: 20px;
}

#sobre p {
    color: #fff;
    margin-bottom: 10px;
}

#sobre p:last-child {
    margin-bottom: 0px;
}

#ofertas {
    padding: 100px 0;
    background: #FF6422 url(../img/bg-setas.webp) center center no-repeat;
    background-size: contain;
    text-align: center;
}

#ofertas h2 {
    font-size: 4rem;
    color: #fff;
    font-family: 'TungstenBlack';
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    text-wrap: balance;
    margin-bottom: 20px;
}

.produtos {
    margin-top: 30px;
    align-items: stretch;
}

.box-produto {
    background: linear-gradient(214deg, #001EFF 5.83%, #000A51 166.36%);
    padding: 20px;
    box-sizing: border-box;
    margin: 0 10px 10px;
    transition: all 0.3s;
}

.box-produto img {
    width: 100%;
    margin-bottom: 10px;
}

#ofertas .box-produto .preco {
    color: #fff;
    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: #fff;
}



.box-produto h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
    text-wrap: balance;
    font-size: 0.9rem;
    height: 3rem;
}

#ofertas .uk-dotnav {
    background: #FFA57E;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;

}

#ofertas .uk-dotnav>*>* {
    border: solid 1px #fff;
    background: #fff;
}

#ofertas .uk-dotnav>.uk-active>* {
    background: #742300;
    border: solid 1px #742300;
}

.uk-dotnav>* {
    padding-left: 4px;
}

.box-produto p.btcomprar {

    color: #0B0D1C;
    padding: 10px 20px;
    font-size: 1rem;
    margin-top: 10px;
    transition: all 0.3s;
    border: solid 1px #fff;
}

.box-produto:hover p.btcomprar {
    background: linear-gradient(84deg, #F80 -0.07%, #FF5900 99.93%);
    color: #0B0D1C;
    padding: 10px 20px;
    font-size: 1rem;
    margin-top: 10px;
    transition: all 0.3s;
    border: solid 1px #FF5900;
}

#gta6 {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

#bgdegrade {
    background: linear-gradient(85deg, #04061F -8.65%, rgba(4, 6, 31, 0.00) 149.35%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

#video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

#hero-canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gta6 .boxcontainer {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#gta6 h2 {
    color: #FFB7ED;
    font-size: 4rem;
    font-family: 'TungstenBlack';
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    text-wrap: balance;
    margin-bottom: 20px;
    text-align: center;
}

#gta6 p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.boxcontainer .ico {
    position: absolute;
}

.boxcontainer .container {
    position: relative;
    z-index: 2;
    border: 1.5px solid #4C61A7;
    background: rgba(12, 13, 43, 0.15);
    backdrop-filter: blur(12.5px);
    padding: 60px;
    border-radius: 50px;
}

#rockstar {
    left: 20px;
    top: -10px;
    z-index: 3;
}

#gg {
    right: -50px;
    top: 80px;
    z-index: 3;
}

#z {
    right: -30px;
    top: 50%;
    z-index: 3;
}

#kabum {
    right: 30px;
    bottom: -20px;
    z-index: 3;
}

#estrela {
    left: -50px;
    bottom: -20px;
    z-index: 3;
}

#seta {
    left: -50px;
    top: 40%;
    z-index: 0;
}

#orcamentos {
    background: #0D1126;
    padding: 50px 0;
}

#orcamentos .texto {
    border: 1px solid #FFF;
    padding: 50px;
    border-radius: 50px;
    flex-shrink: 1;
    max-width: 500px;
}

#orcamentos h2 {
    color: #FF6522;
    font-size: 3.4rem;
    font-family: 'TungstenBlack';
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    text-wrap: balance;
    margin-bottom: 20px;
}

#orcamentos h2 strong {
    color: #2A94FF;
    display: block;

}

#orcamentos .texto p {
    color: #FFF9CB;
    font-size: 1rem;
}

#orcamentos .valores {
    border-left: solid #fff 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    gap: 10px;
}

.jogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-align: center;

}

.jogo::before {
    content: "•";
    display: block;
    color: #fff;
    font-size: 3rem;
    translate: -0.65rem 0;
    line-height: 1;
}

.jogo .nome {
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FF6422;
    padding: 10px 20px;
    color: #0F122A;
    width: 360px;
}

.jogo .orcamento {
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #2A94FF;
    padding: 10px 20px;
    color: #fff;
    width: 190px
}

.valores .legal {
    text-align: right;
    color: #2A94FF;
    width: 100%;
    font-size: 0.7rem;
}

#compre {
    background: #0D1126;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

#compre .texto {
    max-width: 500px;
    text-align: left;
}

#compre .texto img {
    margin-bottom: 10px;
    max-width: 140px;
}

#compre h2 {
    color: #fff;
    font-size: 4rem;
    font-family: 'TungstenBlack';
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    text-wrap: balance;
    margin-bottom: 20px;
}

.beneficios {
    align-items: stretch;
    margin: 20px 0;
}

.beneficio {
    width: 250px;
    background: #FF6422;
    padding: 20px 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ative p {
    margin-bottom: 20px;
}

.ative .cta {
    border-radius: 15px;
    border: 1px solid #007FFF;
    background: #002BB7;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    transition: all 0.3s;
}

.ative .cta:hover {
    background: #fff;
    color: #002BB7;
}












@media screen and (max-width: 1190px) {
    .container {
        margin: 0 30px
    }

    #orcamentos .texto {
        max-width: none;
        text-align: center;
    }

    #orcamentos .valores {
        width: 100%;
    }

    .jogo {
        width: 100%;
    }

    .jogo .nome {
        width: 60%;
    }

    .jogo .orcamento {
        width: auto;
        flex-grow: 1;
    }


    #compre .texto{
        text-align: center;
    }

    #compre .chamada{
        flex-direction: column-reverse;
    }

    main hr{
        max-width: 80%;
    }

}

@media screen and (max-width: 960px) {
    h1 {
        font-size: 2rem;
        text-wrap: balance;
    }

    h1 strong {
        font-size: 3rem;
    }

    #sobre .container {
        flex-direction: column-reverse;
    }


}

@media screen and (max-width: 650px) {

    #orcamentos .valores {
        border: none;
    }

    .jogo::before {
        display: none;
    }

    .jogo {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .jogo .nome, .jogo .orcamento{
        width: 100%;
    }

    .valores .legal{
        text-align: center;
    }

}

@media screen and (max-width: 550px) {
    .capas {
        width: 250px;
        background-size: auto 250px;
    }

    .capas::after,
    .capas::before {
        height: 250px;
    }

    @keyframes capas {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -2269px 0;
        }
    }

    #sobre h2 {
        font-size: 2.4rem;
    }

    #sobre {
        text-align: center;
        padding: 50px 0;
    }

    #ofertas {
        padding: 50px 0;
    }

    #ofertas h2 {
        font-size: 2.4rem;
    }

    #gta6 {
        padding: 50px 0;
    }

    #video-container,
    #z,
    #gg {
        display: none;
    }

    #gta6 h2 {
        font-size: 2.4rem;
    }

    .boxcontainer .container {
        padding: 30px;
    }

    #estrela {
        left: 30px;
    }

    #bgdegrade {
        background-image: linear-gradient(85deg, #04061F -8.65%, rgba(4, 6, 31, 0.00) 149.35%), url(../img/bg-gta6.webp);
        background-size: auto, cover;
        background-repeat: no-repeat;
    }

    #orcamentos h2, #compre h2, #faq h2{
        font-size: 2.4rem;
    }

    .beneficio{
        width: 100%;
        padding: 10px 15px;
        text-wrap: balance;
    }

    #gta6 p{
        font-size: 0.9rem;
    }

    #orcamentos .texto p{
        font-size: 0.9rem;
    }
}