@media screen and (max-width:1366px){
    html{
        zoom:.9;
        
    }
}
body {
    font-family: 'Montserrat', sans-serif;
    /* Regular 400, Medium 500, Bold 700, Black 900 */
    font-size: 16px;
    color: #fff;
}

body h1,
body h2,
body h3,
body h4 {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1440px;
    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;
}

footer {
    background-color: #061a3a;
}

#footer-social {
    background: #082352;
    height: 200px;
}

#footer-social .container {
    position: relative;
}

#footer-social ul {
    width: 250px;
    margin: 0 auto;
}

#footer-social li {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 100px;
}

#logo-kabum-rodape {
    position: absolute;
    top: 85px;
    right: 0;
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #262626;
    transition: all 0.3s;
}

#footer-social li span:hover {
    background-color: #f3d165;
    color: #fff;

}

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    clear: both;
}


nav li a {
    background: #74cdfd;
    color: #14124f;
    padding: 10px 20px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 700;
}

nav li:hover a,
nav li a.ativo {
    background: #ffda0b;
    color: #14124f;
}


#mobile-navbar img {
    margin-bottom: 40px;
}

.uk-nav-default {
    font-size: 20px;
}

#topo {
    justify-content: space-between;

}

header {
    background: #03020a url(../img/bg-escuro.png) center top no-repeat;
    padding: 30px 0;
    background-size: contain;
}

#video {
    padding: 100px 50px 50px;
    background: url(../img/bg-video.png) center top no-repeat;
    background-size: 93%;
    background-position: 16% 28%;
}
#video iframe {
    box-shadow: 0 0 110px black;
}
#head .texto {
    max-width: 370px;
    text-align: justify;
    transform: translateX(150px);
    z-index: 2;
}
#head p strong {
    color: #5cdeff;
    font-weight: 900;
}
#head p b {
    font-weight: 900;
    color: #ffda0b;
}
#head .texto img {
    margin-bottom: 30px;
}

#gauninja p {
    width: 60%;
    padding: 20px;
    text-align: center;
    background: #f3d165;
    color: #171c32;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
}
div#gauninja {
    background: url(../img/bg-gauninja.png);
    background-position: center 55%;
    background-repeat: no-repeat;
    background-size: 62%;
    padding-top: 80px;
}

#gauninja img.uk-scrollspy-inview {
    position: relative;
    top: -90px;
    left: -0px;
    max-width: 100%;
}


/* .blackFriday{
    background: url(../img/bg-dobra-bf.webp);
    background-position: center;
    background-size: cover;
    padding: 0 0px;
    overflow: hidden;
      position: relative;
  }
  .blackFriday img{
    cursor: pointer;
  }
  .effect{
    background: url(../img/effect-dobra-bf.webp);
    background-position: 100% 0%;
    max-height: 720px;
    width: 100%;
    position: absolute;
    mix-blend-mode: plus-lighter;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: contain;
    height: 100%;
  }
  @media screen and (max-width:960px) {
    .effect{
      display: none;
    }
  }
  .blackFriday .uk-flex{
    padding: 70px 40px;
    gap: 20px;
    align-items: center;
  }
  
  @media screen and (max-width:960px){
    .bfFlex > div{
        flex-direction: column;
        align-items: center;
    }
  }
  .bfFlex{
    position: relative;
    z-index: 1;
  } */

.cyber{
    background: url(../img/bg-cyber.webp);
    background-position: center;
    background-size: cover;
    padding: 0;
  }
.cyber div img{
    cursor: pointer;
}
  .cyber .flexCyber {
    padding: 20px 0 0 0;
}
@media screen and (max-width:960px){
    .flexCyber{
        flex-wrap: wrap;
        justify-content: center;
    }
    .cyber .four{
        translate: 0 -3%;
    }
    .three:after{
        display: none;
    }
}

.cyber .one {
    translate: 0 -10%;
    filter: drop-shadow(0px 0px 8px lightblue);
}
.cyber .two {
    align-self: flex-end;
    translate: 0 -20%;
}
.cyber .three{
    align-self: flex-end;
    position: relative;
}
.three:after {
    background: url(../img/effect-cyber.webp);
    content: '';
    position: absolute;
    height: 100%;
    width: 124%;
    z-index: 999;
    mix-blend-mode: plus-lighter;
    left: -16%;
    background-repeat: no-repeat;
    background-size: cover;
}
.cyber .four{
    align-self: center;
}
#acoes {
    background: #03020a url(../img/bg-escuro-degrade.jpg) center top no-repeat;
    text-align: center;
}

#acoes h2{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
    margin: 0 50px;
}

#acoes .chamada::before, #acoes .chamada::after {
    content: "";
    width: 20%;
    height: 5px;
    background: #00beee;
    display: block;
    transform: translateY(20px);
}

#acoes .chamada{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#acoes h2 strong{
    font-size: 5rem;
    color: #ffda0b;
    display: block;
    font-weight: 900;
    
}

#acoes li{
    margin: 0 20px 0;
    width: 100%;
}

#acoes li .descricao{
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 100px 40px 20px;
    transform: translateY(-70px);
    width: 65%;
    margin: 0 auto;
}
.descricao a {
    background: url(../img/setas-chamada.png) #FFDA0B;
    padding: 15px 30px 15px 70px;
    position: relative;
    top: 30px;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #1b2453;
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 1.3rem;
}
.descricao a:hover{
    animation: arrow 1s infinite;
}
@keyframes arrow{
    0%{ background-position: 5px center; }
    50%{ background-position: 20px center; }
    100%{ background-position: 5px center; }

}
#acoes li .box {
    background: radial-gradient(#9fe1f8, #78b9e4);
    color: #2b3447;
    padding: 30px;
    border-radius: 50px;
    font-weight: 900;
    text-align: center;
    transform: translateY(0);
    -webkit-box-shadow: inset 0px 0px 10px 10px #A1E7FF;
    box-shadow: inset 0px 0px 10px 10px #A1E7FF;
    text-transform: uppercase;
    height: 100%;
    transition: all 0.3s;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 200px;
}

#acoes li .box:hover {
    transform: translateY(10px);
}
#acoes li .box::before{
    margin-bottom: 20px;
    display: block;
}
#acoes li .trofeu::before {
    content: url(../img/icone-campeonatos.png);
    
}

#acoes li .ticket::before {
    content: url(../img/icone-cupons.png);
}

#acoes li .percent::before {
    content: url(../img/icone-ofertas.png);
}

#acoes li .hat::before {
    content: url(../img/icone-subs-bits.png);
}

#sec-guerreiro .texto {
    max-width: 586px;
    margin-left: 30px;
    text-align: left;
    align-self: self-start;
    transform: translate(10px,-40px);
}
.texto hr {
    width: 20%;
    position: relative;
    left: -4%;
    height: 1px;
    background: white;
}
#sec-guerreiro .texto img {
    margin-bottom: 30px;
    margin-left: -18%;
}

#sec-guerreiro .texto p {
    font-size: 1.3rem;
    width: 90%;
}
#sec-guerreiro .texto p.grande {
    font-size: 25px;
}



#sec-guerreiro .texto em {
    color: #fff;
    font-weight: 700;
}

#sec-guerreiro .texto .amarelo {
    color: #ffda0b;
}

.azul {
    color: #74cdfd;
}

#sec-guerreiro .texto .brasileirinhos {
    font-size: 26px;
    padding: 5px 15px;
    background-color: #f3d165;
    border-radius: 10px;
    color: #03020a;
    text-align: center;
    width: 85%;
}

#sec-produtos {
    background: #00beee url(../img/bg-claro.jpg) center top no-repeat;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec-guerreiro:after {
    content: url(../img/selecao-do-gau.png);
    height: 630px;
    width: 640px;
    position: absolute;
    transform:translate(-60%,100%);
    z-index:9;
    filter: drop-shadow(-15px -45px 30px rgba(0,0,0,.3));
}

#sec-produtos h2 {
    transform: translateY(-150px);
}

#sec-produtos h3 {
    transform: translateY(-100px);
    text-align: center;
    font-size: 30px;
    color: #14124f;
    font-weight: 700;
}


#sec-produtos .container {
    position: relative;
    top: 30%;
    left: 0%;
    transform: translate(-0%,-50%);
}

.box-produto {
    margin: 0 20px 40px;
    transition: all 0.3s;

}

.box-produto:hover {
    transform: translateY(20px);
}




.box-produto a {
    border-radius: 20px;
    background: #fff;
    display: block;

}

.box-produto img {
    padding: 15px;
}

.box-produto .precos {
    background: #ffda0b;
    padding: 10px 40px;
    line-height: normal;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
}

.precos p {
    color: #14124f;
}

.precos::before {
    content: "⬅";
    position: absolute;
    top: -25px;
    right: -20px;
    color: #14124f;
    padding: 2px 5px;
    border-radius: 5px;
    border: solid 2px #14124f;
    font-weight: 900;
    font-size: 30px;
}

a .precos p.preco-antigo {
    text-decoration: line-through;
    margin-bottom: 0;
}

a .precos p.preco-novo {
    font-size: 20px;
}

a .precos p.preco-novo strong {
    font-size: 40px;
    font-weight: 900;
}

.btn-slide a {
    background: #14124f;
    color: #fff;
    padding: 20px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-slide a:hover {
    color: #ffda0b;
}

.cta {
    text-align: center;
    background: url(../img/seta-cta.png) #fff;
    padding: 10px 30px 10px 100px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #14124f;
    font-size: 2rem;
    line-height: 1.37;
    letter-spacing: 10px;
    background-size: contain;
    transition: .2s;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
    background-repeat: no-repeat;
}
.cta:hover {
    background: url(../img/seta-cta.png) #14124f;
    background-repeat: no-repeat;
    background-size: contain;
    color: #00beee;
    animation: seta .8s infinite;
}
@keyframes seta {
    0%{ background-position: 0 center; }
    50%{ background-position: 15% center; }
    0%{ background-position: 0 center; }
}
#spoiler {
    background: #03020a url(../img/bg-escuro.jpg) center top no-repeat;
}

#spoiler .texto {
    margin-left: 30px;
}

#spoiler .container {
    padding: 80px;
}

#spoiler h3 {
    font-size: 60px;
    color: #b41212;
    text-transform: uppercase;
    font-weight: 900;
}

#spoiler p {
    color: #fff;
    font-size: 40px;
}

#challenge {
    background: URL(../img/bg-challenge.png) center top no-repeat;
    padding: 120px 0;
    margin: 150px 0;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}

#logochallenge {
    left:50%;
    top: -45%;
    transform:translate(-50%);
    position: relative;
    grid-area: 1 / 1 / 2 / 3;
}

#challenge .bloco h3 {
    background: #5cdeff;
    padding: 6px 0px;
    font-weight: 900;
    font-family: 'Montserrat';
    border-radius: 30px;
    width: 270px;
    font-size: 2rem;
}

.bloco h3:before {
    content: '';
    height: 20px;
    width: 20px;
    background: #ffda0c;
    position: absolute;
    border-radius: 50%;
    transform: translate(-17px, 22px);
}

.blocos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    height: 100px;
    width: 100%;
    grid-area: 1 / 2 / 3 / 3;
    transform: translateY(-50px);
}
.blocos p{
    text-align: left;
    padding: 10px 40px;
}
.um  { grid-area: 1 / 2 / 2 / 3; }
.dois { grid-area: 2 / 1 / 3 / 2; }
.tres { grid-area: 2 / 2 / 3 / 3; }
.quatro{display: none;}

#challenge .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
#text-challenge {
    grid-area: 1 / 1 / 3 / 2;
    width: 50%;
    margin-left: 10%;
    text-align: left;
    font-size: 1.2rem;
    color: #1b2453;
}  
#text-challenge p {
    font-family: 'Montserrat';
    font-weight: 500;
}
#text-challenge hr {
    background: #1b2453;
    height: 8px;
    border: 0;
    border-radius: 20px;
    width: 120px;
    position: relative;
    left: -40px;
}
a#vemgame {
    background: url(../img/arrow-vemgame.png) #ffda0c;
    padding: 10px 20px 10px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #1b2453;
    position: absolute;
    transform: translate(100px,20px);
}
#vemgamemobile {
    display: none;
    background: url(../img/arrow-vemgame.png) #ffda0c;
    padding: 10px 20px 10px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #1b2453;
    grid-area: 4 / 1 / 4 / 1;
    position: relative;
    top: 40%;
}
#selecaomobile{display: none;}
@media screen and (max-width:960px){
    html{
        overflow-x: hidden;
    }
    #challenge{
        background: url(../img/pattern-muro.png) center repeat;
        padding: 40px 15px 70px;
        margin: 0px 0;
    }
    
    #challenge .container {
    display: flex;
    flex-direction: column;
    grid-row-gap: 50px
}
    #logochallenge { 
    grid-area: 1 / 1 / 2 / 2; 
    left: 0;
    transform: translateX(0);
}
    #text-challenge { 
        width:100%;
        grid-area: 1 / 1 / 4 / 2; 
        color: white;
        margin-left: 0%;
    }
    #text-challenge hr{background:white}
    /* .blocos { grid-area: 3 / 1 / 4 / 2; } */
    
    .blocos {
        display: flex;
        flex-direction: column;
        height: auto;
        transform: translateY(0);
        grid-row-gap: 50px;
    }
        
        /* .um { grid-area: 1 / 1 / 2 / 2; }
        .dois { grid-area: 2 / 1 / 3 / 2; }
        .tres { grid-area: 3 / 1 / 4 / 2; } */
        #challenge .bloco h3 {
            font-size: 1.8rem;
        }
        #sec-guerreiro {
            transform: translateY(0%);
        }
        #vemgame{display: none;}
        #vemgamemobile{
            display: block;
        }
        #sec-guerreiro .texto {
            margin-left: 0px;
            transform: translate(0px,-40px);
            max-width: 90%;
        }
        #sec-guerreiro .texto img {
            margin-left: 0px;
            width: 100%;
        }
        #sec-guerreiro .texto p {
            width: 100%;
        }
        #sec-guerreiro .texto .brasileirinhos {
            width: 95%;
        }
        #sec-produtos {
            align-items: center;
        }
        #sec-guerreiro:after {
            display: none;
        }
        /* .button { grid-area: 4 / 1 / 5 / 2; } */
        #selecaomobile{
            display: block;
        }
        #sec-produtos .container {
            display: flex;
            flex-direction: column;
            position: relative;
            top: 30%;
            left: 0%;
            transform: translate(-0%,-50%);
        }
    }
    @media screen and (max-width:560px){
        #acoes h2 {
                font-size: 2rem;
            }
        #acoes h2 strong{
                font-size: 3.2rem;
            }
        #sec-produtos {
                height: auto;
                padding: 50px 0;
            }
        #sec-produtos .container{
                transform: translate(-0%,0%);
            }
    }
@media screen and (max-width: 1480px) {

    .container {
        margin: 0 30px;
    }


    iframe {
        max-width: 100%;
    }

    #video {
        padding: 130px 50px 80px 20px;
    }

    #head .texto {
        transform: translateX(0);
        width: 50%;
    }

    #head {
        transform: translatey(0px);
    }

    #gauninja {
        max-width: 50%;
    }

    #gauninja p {
        width: 80%;
    }

    #acoes li {
        margin: 0 10px 20px;
    }

    #sec-guerreiro {
        padding-top: 100px;
    }

    #sec-guerreiro .texto {
        max-width: 50%;
        margin-bottom: 30px;

    }
    #gauninja img.uk-scrollspy-inview {
        top: -60px;
    }
    #sec-produtos h2 {
        transform: translatey(0px);
        padding: 30px 0;
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }

    #sec-produtos h3,
    #sec-produtos .produtos {
        transform: translatey(0px);
        padding-bottom: 50px;
    }

    #sec-produtos .produtos {
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    #sec-guerreiro .texto p {
        font-size: 16px;
    }

    #sec-guerreiro .texto p.grande {
        font-size: 20px;
    }
}

@media screen and (max-width: 1060px) {
    #sec-guerreiro {
        align-items: flex-end;
    }
}

@media screen and (max-width: 960px) {
    
    .flex{
        flex-wrap: wrap;
    }

    #chamada-video{
        margin: 20px;
    }

    #head .texto, #gauninja{
        width: 100%;
        max-width: 100%;
    }

    #acoes li {
        width: 40%;
        margin: 0 0 30px;
        box-sizing: border-box; 
    }

    #guerreiro{
        display: none;
    }

    #sec-guerreiro .texto{
        max-width: 100%;
    }
    
    #logo-kabum-rodape{
        display: none;
    }

    .cta strong{
        font-size: 20px;
    }

    #sec-produtos h2{
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #acoes li {
        width: 100%;
        margin: 0 0 30px;
        box-sizing: border-box; 
    }
    iframe{
        height: 200px;
    }
}

