@font-face {
    font-family: 'gothambold';
    src: url('../font/gothambold-webfont.woff2') format('woff2'),
        url('../font/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambook';
    src: url('../font/gothambook-webfont.woff2') format('woff2'),
        url('../font/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('../font/gothammedium-webfont.woff2') format('woff2'),
        url('../font/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'gothambook';
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

body h1,
body h2,
body h3,
body h4 {
    line-height: normal;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

footer {
    background-color: #112859;
}

#footer-social {
    height: 150px;
}

#footer-social .container {
    position: relative;
}

#footer-social ul {
    width: 200px;
    margin: 0 auto;
}

#footer-social li {
    line-height: 150px;
    float: left;
    width: 20%;
    text-align: center;
}

#logo-kabum-rodape {
    position: absolute;
    top: 45px;
    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: #f88a00;
    color: #fff;

}

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

header {
    background-color: #173368;
    -webkit-box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 5);
    box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 200;
}

header .container {
    height: 100px;
}

header .flex {
    justify-content: space-between;
}

#topo {
    background: url(../img/bg-topo.jpg), linear-gradient(to right, #153365 20%, #f57622 20%);
    padding-top: 20px;
    overflow: visible;
    text-align: center;
    background-repeat: no-repeat;
}

#topo .flex {
    justify-content: space-between;
}



nav li {
    margin-top: 10px;
    margin-left: 40px;
    font-family: 'gothambold';
}


nav li a {
    color: #fff;
}

nav li a::after {
    content: "";
    width: 20px;
    height: 5px;
    background-color: #ff9000;
    margin: 5px auto 0;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
}

nav li:hover a {
    color: #fff;
}

nav li:hover a::after {
    width: 100%;
}

h1{
        text-align: center;
        font-family: 'gothambold';
        font-size: 40px;
        color: #fff;
        margin-bottom: 30px;
}

#chamada{
    transform: translateY(50px);
}



#caixas {
    position: relative;
   

}


.caixa {
    z-index: 50;
    position: relative;
}



#caixas p {
    text-align: left;
    position: absolute;
    top: 220px;
    left: -100px;
    z-index: 1;
    width: 150px;
    font-family: 'gothambold';
    background: #183367 url(../img/seta-laranja.png) 30px center no-repeat;
    color: #ff9000;
    padding: 10px 0 10px 70px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#pattern01 {
    background: url(../img/pattern-faixa-01.jpg) repeat-x;
    background-position: 0px 0px;
    border: none;
    height: 124px;
    margin: 0;
}

#pattern02 {
    background: url(../img/pattern-faixa-02.jpg) repeat-x;
    background-position: 0px 0px;
    border: none;
    height: 124px;
    margin: 0;
}


#sec-video {
    background: #03153b url(../img/bg-video.jpg) center top no-repeat;
}

hr.laranja {
    border: none;
    height: 17px;
    background: url(../img/hr-laranja.png) center center no-repeat;
    padding: 40px 0;
    margin: 0;
}


#sec-video #video {
    width: 840px;
    height: 480px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: solid 10px #224480;
    position: relative;
}


iframe {
    width: 100%;
    height: 100%;
}

#sec-oque {
    background: #1f3b77 url(../img/bg-o-que.jpg) center top repeat-x;
    text-align: center;
}

#sec-oque .flex {
    justify-content: space-between;
}

.cinquenta {
    width: 40%;
    padding: 50px 0 80px;
    text-align: left;
}

.cinquenta:first-child {
    text-align: right;
}

.cinquenta:first-child .laranja {
    background-position: right center;
    padding: 0;
}

.cinquenta h2 {
    font-family: 'gothambold';
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
}

.cinquenta h2 span {
    font-size: 90px;
    color: #f88a00;
}

.cinquenta p {

    color: #fff;
    margin-bottom: 30px;
}

.cta {
    background: #f88a00;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    font-family: 'gothambold';
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
}

.cta:hover {
    background: #fff;
    color: #f88a00ff;
}

#sec-como {
    text-align: center;
    background: url(../img/bg-laranja.jpg) center top;
}


#sec-como a{
    color: #f88a00;
    font-weight: bold;
}

#sec-como a:hover{
    color: #03153b;
}

#sec-como ul{
    margin-bottom: 50px;
}

#sec-como .container {
    padding: 50px 0;
}

#sec-como h2 {
    font-family: 'gothambold';
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

#sec-como h3 {
    font-family: 'gothambook';
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

#sec-como h4 {
    font-family: 'gothambold';
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.comopassos {
    padding: 30px 0;
}

.passo p {
    padding-bottom: 20px;
}

.passo{
    transition: all .2s ease-in-out;
}

.passo:hover{
    transform: scale(103%);
}

.comopassos .passo {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    padding: 0 30px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
    margin: 0 30px;
    height: 100%;
}

.comopassos img {
    margin-top: 20px;
}

#sec-como svg {
    display: none;
}



.comopassos .numero {
    background: #f88a00;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-family: 'gothambold';
    -webkit-box-shadow: inset 1px 1px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 15px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
}

#sec-como .comopassos h3 {
    font-family: 'gothambold';
    color: #172f62;
}

#sec-como .comopassos p {
    color: #172f62;
    margin-bottom: 10px;
}

#sec-produtos {
    background: #1f3b77 url(../img/bg-azul.jpg) center top no-repeat;
    text-align: center;
    background-size: 100%;
    padding: 80px 0;
}


#sec-produtos h2 {
    font-family: 'gothambold';
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.quadradoproduto {
    background: url(../img/bg-papelao.png) center center repeat-y;
    width: 237px;
    height: 194px;
    overflow: hidden;
    margin: 0 20px 40px;
}

.quadradoproduto h3 {
    padding-top: 20px;
    font-family: 'gothambold';
    font-size: 40px;
    color: rgba(23, 47, 98, 0.8);
}

#sec-produtos .flex {
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.quadradoproduto:nth-child(1) h3::after {
    content: url(../img/ico-tech.png);
}

.quadradoproduto:nth-child(2) h3::after {
    content: url(../img/ico-games.png);
}

.quadradoproduto:nth-child(3) h3::after {
    content: url(../img/ico-connect.png);
}

.quadradoproduto:nth-child(4) h3::after {
    content: url(../img/ico-smart.png);
}

.quadradoproduto h3::after {
    transform: translateY(10px);
    display: block;
    transition: all 0.3s;
}

.quadradoproduto:hover h3::after {
    transform: translateY(-5px);
}

#sec-beneficios {
    background: #1f3b77 url(../img/bg-azul.jpg) center top no-repeat;
}


#sec-beneficios .flex{
    padding: 0;
    margin: 0 auto;
    justify-content:space-between;
}


#sec-beneficios .cinquenta{
    padding: 30px 0;
    flex-grow: 1;
    
}

#sec-beneficios .cinquenta:nth-child(1){
    border-right: solid 1px #fff;
    text-align: left;
}

#sec-beneficios .cinquenta p{
    margin-bottom: 0;
    padding: 0 50px;
}

#sec-beneficios h3{
    font-family: 'gothambold';
    font-size: 40px;
    color: #fff;
    background: url(../img/seta-laranja.png) left center no-repeat;
    padding-left: 50px;
    display: inline-block;
} 

.beneficio {
    background: #03153b;
    border-top: #f88a00 solid 6px;
    border-bottom: #f88a00 solid 6px;
    padding: 20px 0;
    position: relative;
}

.beneficio::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
    display: block;
    transition:all .8s ease;
}

.beneficio:hover::before{
    left: 100%;
}

.beneficio:nth-child(2){
    border: none;
    background: none;
}

.beneficio:nth-child(3){
    border-color: #51ffed;
}

#sec-faq{
    background: #1f3b77;
    text-align: center;
    padding: 50px 0;
}

#sec-faq h2{
    font-family: 'gothambold';
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

#sec-faq h3{
    font-family: 'gothambook';
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

#sec-faq li{
    background-color: #03153b;
    color: #fff;
    text-align: left;
    padding: 20px;
    transition: all 0.3s;
}

#sec-faq li .uk-accordion-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#sec-faq li .uk-accordion-content a:hover {
    color: #03153b;
}

#sec-faq li p{
    margin-bottom: 10px;
}

#sec-faq li.uk-open{
    background-color: #f88a00;
}

#sec-faq li.uk-open h2{
    color: #fff;
}

#sec-faq li h2{
    font-size: 20px;
    margin-bottom: 0;
    color:#f88a00;
}

#sec-faq ul{
    padding-bottom: 50px;
}

.uk-slidenav{
    background: #f88a00;
    border-radius: 10px;
    padding: 5px 8px;
}

#mobile-navbar img{
    margin-bottom: 40px;
}

.uk-nav-default {
    font-size: 20px;
}




@media screen and (max-width: 1480px) {

    .container, #sec-beneficios .flex {
        margin: 0 20px;
    }
    
    .flex{
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1330px) {

    #topo{
        background: url(../img/bg-topo-pq.jpg) center top repeat-y;
    }

    #logo, #chamada{
        flex-grow: 1;
    }

}

@media screen and (max-width: 959px) {
    nav li a::after {
        display: none;
}

#footer-social img{
    display: none;
}

#sec-video #video{
    width: 90%;
}

}

@media screen and (max-width: 800px) {
    #sec-oque .flex{
        display: block;
    }

    #sec-oque .cinquenta{
        width: 100%;
        padding: 50px 0 20px;
    }

    #sec-oque h2{
        font-size: 40px;
    }

    #sec-oque h2 span{
        font-size: 60px;
    }

    #sec-oque .cinquenta{
        text-align: center;
    }

    .cinquenta:first-child .laranja {
        background-position: center;
    }
}

@media screen and (max-width: 650px) {
    #sec-beneficios .flex{
        display: block;
        text-align: center;
    }

    #sec-beneficios .cinquenta{
        width: 100%;
        text-align: center;
    }

    #sec-beneficios .cinquenta:nth-child(1){
        border: none;
    }

    #sec-beneficios h3 {
        text-align: center;
        display: block;
        padding:0;
    }

    

    #sec-video #video{
        height: 300px;
}

}
.categories{
    padding: 70px 0;
}
.categories .uk-flex{
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}
.categoria{
    background: url(../img/ctg.webp) #fc7a00;
    background-position: center;
    background-size: contain;
    transition: .2s;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    max-width: 289px;
    min-height: 280px;
    width: 100%;
    height: 100%;
}

.categoria:hover{
    background: url(../img/hover-ctg.webp) #fff;
    background-position: center;
    background-size: contain;
    transition: .2s;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    max-width: 289px;
    min-height: 280px;
    width: 100%;
    height: 100%;
}
.categoria img{
    max-width: 210px;
    translate: 0 -30%;
    width: 100%;
    transition: .2s;
}
.categoria:hover img{
    cursor: pointer;
    scale: 1.05;
}
.categoria *:not(img){
    color: #fff;
    padding: 0 10px;
    text-wrap: balance;
    max-width: 90%;
    margin-inline: auto;
    line-height: .9;
}
.categoria:hover *{
    color: #3f3b3f;
}
.categoria a{
    margin-top: -30px;
}
.categoria strong{
    font-weight: 900;
    -webkit-text-stroke: 0.8px;
    font-size: 1.3rem;
    margin: 0px 0 8px 0;
    display: inline-block;

}

#sec-seguro{
    background: #ddd;
    padding: 60px 0;
    text-align: center;
}

#sec-seguro h2{
    color: #222;
    font-family: 'gothambold';
    font-size: 2rem;
    margin-bottom: 40px;
}
#sec-seguro .flex{
    justify-content: center;
    gap: 20px;
}
#sec-seguro img{
    max-width: 120px;
    mix-blend-mode: multiply;
}