
body {
    font-family: 'Poppins', sans-serif; /* Regular 400, Medium 500, Bold 700 */
    font-size: 16px;
    color: #000;
}

body h1,
body h2,
body h3,
body h4 {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.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: 250px;
    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;
}




nav li {
    margin-top: 10px;
    margin-left: 20px;
}


nav li a {
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    transition: all 0.3s;
}

nav li:hover a {
    color: #fd6c41;
}



#sec-faq{
    background: #1c214b;
    text-align: center;
}

#sec-faq .container{
    padding: 50px 0;
}

#sec-faq h2{
    font-size: 40px;
    color: #fd6c41;
    margin-bottom: 30px;
}

#sec-faq h3{
    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;
    border-radius: 20px;
}

#sec-faq li p{
    margin-bottom: 10px;
}

#sec-faq li a{
    color: #fb633a;
}


#sec-faq li h2{
    font-size: 20px;
    margin-bottom: 0;
    color:#fd6c41;
}

#sec-faq ul{
    padding-bottom: 50px;
}

#mobile-navbar img{
    margin-bottom: 40px;
}

.uk-nav-default {
    font-size: 20px;
}

header{
    position: relative;
    overflow: hidden;
    background:#1e2459;
}
header:after {
    content: '';
    background: linear-gradient(to bottom, transparent, #141b51);
    height: 550px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
}
header video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
    filter: opacity(40%);
}

header #cobreVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
    opacity: .4;
    pointer-events: none;
}

header .container {
    justify-content: space-between;
    z-index: 10;
    position: relative;
}

header #topo{
    height: 140px;
    margin-bottom: 5%;
}
.effect{
    height: 200px;
    width: 200px;
    position: absolute;
    filter: blur(50px);
    mix-blend-mode: soft-light;
    background: white;
    border-radius: 50%;
    display: none;
}
#chamada{
    justify-content: space-evenly;
    margin-bottom: 200px;
}
div#chamada img:nth-child(2) {
    background: url(../img/5g-bg.webp);
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 96%;
}
#chamada svg {
    position: absolute;
    top: -3px;
    left: 33.4%;
    color: #fb633a;
    font-weight: 900;
    font-size: 2rem;
    width: 115px;
    filter: drop-shadow(0px 0px 20px currentcolor);
}
@media screen and (max-width:790px){
    #chamada svg{
        left: 59.4%;
    }
}

@media screen and (max-width:720px){
    #chamada svg{
        left:60.4%;
    }
}

@media screen and (max-width:660px){
    #chamada svg{
        left:61.4%;
    }
}


@media screen and (max-width:590px){
    #chamada svg{
        left:62.4%;
    }
}

@media screen and (max-width:560px){
    #chamada svg{
        left:63.4%;
    }
}
@media screen and (max-width:520px){
    #chamada svg{
        left:64.4%;
    }
}
@media screen and (max-width:520px){
    #chamada svg{
        left:65.4%;
    }
}

@media screen and (max-width:470px){
    #chamada svg{
        left:66.4%;
    }
}

@media screen and (max-width:440px){
    #chamada svg{
        left:67.4%;
        width: 33%;
    }
    div#chamada img:nth-child(2) {
        border-radius: 80px;
    }
}



.s1, .s2, .s3{
    animation: signal 1s infinite ease-in-out;
}
.s2{
    animation-delay: 100ms;
}
.s3{
    animation-delay: 200ms;
}
@keyframes signal {
    0%{ opacity: 0; }
    50%{  opacity: 1; }
    100%{  opacity: 0; }
}

#titulo-topo{
    text-align: right;
}
.tresd{
    justify-content: center;
    position: relative;
    width: 40%;
}
.tresd img{
    height: auto;
    position: absolute;
}
.tresd img:nth-child(1){
 width: 100%;
 z-index: 9;
filter: drop-shadow(0px 0px 30px #5668dd)
}


.tresd img:nth-child(2){
    width: 40%;
    top: -20% !important;
}

.tresd img:nth-child(3){
    width: 15%;
    left: 75% !important;
}

h1 p{
    color: #fb633a;
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 0.7;
}

p{
    color: #fff;
}

#sec-ofertas{
    background: #141b51;
    position: relative;
    z-index: 2;
}


#sec-ofertas .container{
    text-align: center;
}

#sec-ofertas  .cta{
    background: #fb633a;
    border: solid 5px #3e4eae;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
    font-size: 40px;
    transform: translateY(-40px);
}

#sec-ofertas .cta:hover{
    color: #fff;
    background: #329ae9; 
}



#sec-ofertas .uk-slider{
    transform: translateY(-100px);
}

#sec-ofertas ul{
    padding: 30px 0;
}

.box-produto{
    margin: 0 20px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.box-produto h3{
    margin: 15px;
    color: #777676;
    font-size: 20px;
    
}

.box-produto:hover{
    transform: scale(1.05) ;
}

.cta{
    color: #fff;
    padding: 10px 50px;
    background: #329ae9;
    border: solid 5px #dae4f5 ;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;

}

.cta:hover{
    background: #fb633a;
    border: solid 5px #ffe9e3 ;
    color: #fff;
}

#sec-oque{
    background: #141b51 url(../img/bg-azul-quadriculado.webp) center top no-repeat;
    padding-bottom: 200px;
}

#sec-oque .container{
    padding: 50px 0 200px;
}

#sec-oque h2{
        color: #fb633a;
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 20px;
}

#sec-oque h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
}

#sec-oque .texto{
    width: 40%;
}

#sec-oque p{
    margin-bottom: 20px;
}

#sec-oque li{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

#sec-oque li::before{
    content: url(../img/seta.webp);
    color: #fb633a;
    inset: 3px -5px;
    position: relative;
}

#sec-brasil{
    background: #fb633a;
    padding-bottom: 0;
}
#sec-brasil .container:after{
    content: '';
    height: 50px;
    width: 60%;
    background: radial-gradient(#4c6ebc 0%,transparent 70%);
    position: absolute;
    margin-inline: auto;
    inset: 91.5% 0% 0% 0%;
    background-position-y: 20px;
    background-repeat: no-repeat;
}

#sec-brasil .container{
    border-radius: 20px;
    background: #1b2a6d  center bottom no-repeat;
    padding: 30px 30px 100px;
    translate: 0 -150px;
    background-size: 60% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#icones{
    margin: 0 100px;
    transform: translateY(-100px);
    justify-content: space-between;
}
@media screen and (max-width:1100px) {
    #icones {
        flex-wrap: wrap;
        justify-content: center;
    }
    #icones li{
        height: 180px;
        width: 180px;
        text-align: center;
        line-height: 9;
    }
}
@media screen and (max-width:717px) {
 
    #icones li{
        height: 150px;
        width: 150px;
    }
}
@media screen and (max-width:660px) {
 
    #icones li{
        height: 140px;
        width: 140px;
    }
}

@media screen and (max-width:610px) {
 
    #icones li{
        height: 120px;
        width: 120px;
    }
}
@media screen and (max-width:570px) {
 
    #icones li{
        height: 100px;
        width: 100px;
    }
}
.line:after {
    height: 6px;
    width: 90%;
    content: '';
    background: #5981d8;
    position: absolute;
    margin-inline: auto;
    z-index: -1;
    justify-content: center;
    inset: 60% 0%;
    animation: widf 1s infinite;
}

@keyframes widf {
    0%{width: 0%;}
    100%{width: 90%;}
}
#icones li{
    background: radial-gradient(circle, rgba(59,68,131,1) 0%, rgba(59,68,131,1) 40%, rgb(126 139 217) 50%, rgba(82,116,198,1) 65%, rgba(59,68,131,1) 70%, rgba(64,77,158,1) 75%, rgba(64,77,158,1) 100%);
    padding: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: .2s;
}
#icones li:hover{
    box-shadow: 0 0 50px rgb(82 116 198);
    scale:1.09
}
#sec-brasil h2{
    color: #fb633a;
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 20px;
}

#sec-brasil p{
    margin-bottom: 10px;
}


#sec-brasil .texto{
    transform: translateY(-40px);
    padding: 0 10%;
}


#sec-brasil .cta{
    background: #fb633a;
    border: solid 5px #3e4eae;
    color: #fff;

    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
    translate:40% 0
}

#sec-brasil .cta:hover{
    color: #fff;
    background: #329ae9; 
}

#sec-oquemuda{
    background: #fb633a;
    text-align: center;
    padding: 10px 0 50px;
}

#sec-oquemuda h2{
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

#sec-oquemuda h3{
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

#sec-oquemuda p{
    margin-bottom: 20px;
}
#sec-oquemuda li{
    text-transform: uppercase !important;
}
#tabela-grande{
    justify-content: center;
    margin-bottom: 20px;
}

#tabela-grande ul, .diferenca-mobile{
    background-color: #292c49;
    color: #fff;
    border-radius: 20px;
    margin: 20px 10px;
}

.diferenca-mobile{
    padding-top: 20px;
    overflow: hidden;
    display: none;
    margin-bottom: 30px;
}

dt, dd{
    padding: 10px 20px;
}

dt{
    background:#2f3659;    
}

dd{
    background: #fff;
    color: #5f5f5f;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

dd::before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../img/icone-4g-cinza.webp) center center;
    background-size: cover;
}

dd::after{
    content: "";
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

dd.dd5g::before{
    background: url(../img/icone-5g-cinza.webp) center center;
}

dd.dd5g::after{
    background: url(../img/badge.webp) center center no-repeat;
    background-size: cover;
}

.dd5g{
    background-color: #dddddd;
}

#tabela-grande li{
    padding: 20px 30px;
}

#tabela-grande li:nth-child(even){
    background: #353958;
}
#tabela-grande li:first-child{
    height: 95px;
    font-size: 22px;
    padding: 5px 30px;
}

#tabela-grande .tab4g{ background: #fff; color: #5f5f5f;}
#tabela-grande .tab4g li:nth-child(even){ background: #dcdcdc;}
#tabela-grande .tab4g li:first-child{ background: #6a6b6f; border-radius: 20px 20px 0 0 ;}

#tabela-grande .tab5g{ background: #fff; color: #5f5f5f; position: relative;}
#tabela-grande .tab5g li:nth-child(even){ background: #dcdcdc;}
#tabela-grande .tab5g li:first-child{ background: #4b66b3; border-radius: 20px 20px 0 0 ;}
#tabela-grande .tab5g::before{content: url(../img/badge.webp); position: absolute; top: -15px; right: -15px;}

.simulacao{
    margin-bottom: 20px;
    justify-content: center;
}

.simulacao .icone-simula{
    display: flex;
    background: #6a6b6f url(../img/icone-4g-pq.webp) center center no-repeat;
    width: 84px;
    height: 84px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    margin-right: 20px ;

}

.barra5g .icone-simula{
    background: #329ae9 url(../img/icone-5g-pq.webp) center center no-repeat;;
}

.simulacao .legenda{
    width: 100px;
}

.barra-container{
    height: 109px;
    width: 500px;
    background: #ccc;
    border-radius: 50px;
    border: #f97c5b solid 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
 }

 @keyframes barraload4g {
    0%   {width: 0%;}
    95% {width: 110%;}
    98% {width: 110%;}
    100% {width: 0%;}
  }

  @keyframes barraload5g {
    0%   {width: 0%;}
    15% {width: 110%;}
    98% {width: 110%;}
    100% {width: 0%;}
  }

.barra-load{
    height: 109px;
    width: 0%;
    background: #6a6b6f;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    z-index: 2;
    animation-duration: 4s;
    animation-name: barraload4g;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#sec-oquemuda .barra-container p{
    position: relative;
    z-index: 3;
    margin: 0 0 0 20px;
    padding-left: 90px;
    line-height: 109px;
    text-align: left;
    background: url(../img/icone-video-pq.webp) left center no-repeat ;
}

.barra5g .barra-load{
    animation-name: barraload5g;
    background: #329ae9;
}

#sec-transforme{
    background: #141b51 url(../img/bg-azul-quadriculado.webp) center top no-repeat;
}

#sec-transforme .container{
    padding: 50px 0;
    max-width: 1100px;
}

#sec-transforme h2{
    text-align: center;
    color: #fb633a;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

#sec-transforme h3{
    color: #fb633a;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

#sec-transforme .conteudo{
    width: 60%;
}
.conteudo a {
    color: #329ae9;
}
#sec-transforme li{
    width: 100%;
    position: relative;
}

#sec-transforme .imagem{
    border-radius: 20px;
    margin-right: 50px;
    overflow: hidden;
}

#sec-transforme .blocoli{
    align-items:start;
}

#sec-transforme .transforme-icones{
    justify-content: flex-start;
}

.transforme-icones .icone{
    margin: 0 20px 20px 0;
    padding-bottom: 20px;
}

.transforme-icones .ativo{
    border-bottom: solid 5px #fb633a;
}

.transforme-icones img{
    padding: 10px;
}

.transforme-icones .ativo img{
    background-color: #252d6d;
    border-radius: 50%;
    display: block;    
}

#sec-transforme p{
    margin-bottom: 10px;
}

#sec-transforme .cta{
    margin-top: 50px;
    border-color: #334177;
    color: white;
}

#sec-transforme .btn-slide{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    text-align: center;
    z-index: 10;
}

.btn-slide a{
    background: url(../img/bg-hold-seta.webp);
    background-size: cover;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    line-height: 80px;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
}

.btn-slide a:hover{
    color: #252e6a;
}

#sec-news{
    background:#252e6a;
    text-align: center;
}

#sec-news .container{
    padding: 50px 0;
}

#sec-news h2{
    color: #fb633a;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}


#sec-news h3{
    color: #ccc;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: normal;
    padding: 130px 80px 0;
    transition: .2s;
}
#sec-news h3:hover{
    color: white;
    cursor: pointer;
}
#sec-news ul{
    margin-top: 40px;
}

#sec-news p{
    margin-bottom: 10px;
}

#sec-news .noticia{
    background: #1e2459 url(../img/icone-news.webp) center 30px no-repeat;
    border-radius: 20px;
    margin: 0 20px;
    height: 100%;
    
}

#sec-news .cta{
    border-color: #334177;
    margin-bottom: 30px;
}

@media screen and (max-width: 1480px) {

    .container{
        margin: 0 30px;
    }

    #sec-transforme .container, #sec-brasil .container{
        max-width: 1440px;
    }
    
    header .flex{
        flex-wrap: wrap;
    }

    .blocoli{
        flex-wrap: nowrap;
    }

    /* #sec-oque img{
        width: 30%;
    } */

    #tabela-grande li{
        padding: 20px 10px;
    }

}


@media screen and (max-width: 1000px) {
    nav li {
        margin-left: 0;
    }

    #sec-oque .texto {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    #sec-oque > .flex{
        flex-direction: column-reverse;
    }
    #icones {
        margin: 0;

        
}
ul.games5g li {
    text-align: left;
}
#tabela-grande{
    display: none;
}

.diferenca-mobile{
    display: block;
    max-width: 600px;
    margin: 0 auto 40px;
}

#sec-oquemuda .barra-container p{
    line-height: 70px;
}

.simulacao .icone-simula{
    transform: scale(0.8);
}

.barra-container, .barra-load{
    height: 70px;
}

#sec-transforme .btn-slide {
    position: relative;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

}

@media screen and (max-width: 825px) {
    #sec-oque li {
        margin-bottom: 15px;
    }
    #titulo-topo{
        margin-top: 20px;
    }

    #sec-brasil h2 {
        padding-top: 30px;
    }
    #sec-brasil .texto {
        padding:0
    }
    .cta{
        font-size: 30px;
        text-align: center;
    }


    .simulacao .icone-simula, .barra-container { 
        margin-bottom: 20px;
     }

     #sec-transforme .imagem, #sec-transforme .transforme-icones {
         display: none;
     }

     #logo-kabum-rodape{
         display: none;
     }

     #sec-transforme .conteudo {
         width: 100%;
     }
  
}
@media screen and (max-width: 640px) {
.simulacao{
    display: none;
}
}
@media screen and (max-width: 430px) {
    #chamada {
        margin-bottom: 80px;
    }

    #sec-oque h2 {
        padding: 0 40px;
}

}


@media screen and (max-width: 560px){
    header h1{
        text-align: center;
    }
    h1 p{
        font-size: 2.8rem;
    }
    .desc{
        font-size: .9rem !important;
        text-align: center;
    }
    .cta{
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 1.4rem !important;
        translate: 0 0 !important;
    }
}

@media screen and (max-width: 825px){
    .cta{
    
        translate:unset !important;
    }
}