@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,900;1,600&display=swap');




html {
    background-color: #002649;
}

body {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

body h1,
body h2,
body h3,
body h4 {
    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: #000000;
}

#footer-social {
    background: #3b0094;
    padding: 30px 0;
}

#footer-social .container {
    position: relative;
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0;
}



#logo-kabum-rodape {
    position: absolute;
    top: 45px;
    right: 0;
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #3b0094;
    transition: all 0.3s;
}

#footer-social li span:hover {
    background-color: #ffac49;
    color: #063057;

}

footer p {
    color: #ccc;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

section {
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

header {
    text-align: center;
    font-weight: 600px;
    font-style: italic;
}



nav li a {
    color: #fff;
    transition: all 0.2s;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
    font-size: 1rem;
    padding: 10px 15px;
}

nav li a.menuapp {
    background: #fff;
    border-radius: 10px;
    color: #e15112;
}

#lplive nav li:hover a,
#lplive nav li a.ativo {
    color: #333;
}

nav li:hover a,
nav li a.ativo {
    color: #f2d100;
}

.uk-navbar-nav>li>a {
    color: #fff;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
}

#mobile-navbar img {
    margin-bottom: 40px;
}

.uk-nav-default {
    font-size: 20px;
}

main {
    background: url(../img/bg-topo.webp) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0 0 100px;
}

#logo-kabum {
    background: url(../img/bg-logo.webp) center top no-repeat;
    background-size: contain;
    padding: 40px 115px;
    translate: 0 -20px;
}

@keyframes bounce {
    0% { transform: scale(1); }
    50%{ transform: scale(1.03); }
}

.logo-logitech{
    animation-name: bounce;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease; 

}


main h1 {
    color: #fff;
    font-size: 2rem;
    text-wrap: balance;

}

main h1 strong {
    color: #ffb94f;
}


main p {
    max-width: 800px;
    margin: 0 auto;
}

main a {
    color: #f74f12;
}

main a:hover {
    color: #fff;
}

main .flex {
    gap: 30px;
}

.navegador {
    position: relative;
    border: solid 2px #fff;
    border-radius: 20px;
    background-size: contain;
    min-width: 420px;
    margin-bottom: 50px;
}

.navegador .navagacao {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px 20px;
    gap: 10px;
    border-bottom: 2px solid #fff;
}

.navegador .conteudo {
    padding: 30px 30px 0;
}

.roxo {
    background: #37077f;
}

.azul {
    background: #176fd4;
}

.amarelo{
    background: #ffb94f;
}

.navegador .destaque{
    translate: 0 50%;
}

.navegador .titinflu .destaque{
    translate: 0;
    margin-bottom: 1rem;
}

.destaque {
    position: relative;
    display: inline-block;
}

.destaque .blocofrente{
    border: solid 2px #000;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.destaque .blocofundo{
    position: absolute;
    bottom: -6px;
    left: -6px;
    display: block;
    content: "";
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: solid 2px #000;
    z-index: 1;
    transition: all 0.3s;
}

a .destaque:hover .blocofundo{
    bottom: -9px;
    left: -9px;

}

main h2{
    color: #fff;
    font-size: 1.4rem;
    text-wrap: balance;
}

main h2 strong{
    color: #ffb94f;
}

main .infos{
    max-width: 500px;
}

@keyframes float {
    0% { transform: scale(1); rotate: 0deg; }
    50%{ transform: scale(1.08); rotate: 10deg;}
}

#voltaasaulas{
    background: #009be2;
    position: relative;
    
}

#voltaasaulas:after{
    content: url(../img/ico-caneta.webp);
    position: absolute;
    top: -15px;
    right: 15px;
    scale: 1;
    animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;   
}


#voltaasaulas h2{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
}

.titulo{
    margin-bottom: 20px;
}

.boxinflu{
    background: #006fd8;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0;
    gap: 30px;
    align-items: center;
}

.boxinflu:nth-child(even){
    flex-direction: row-reverse;
}

.fotoinflu{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fotoinflu p{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.boxinflu .conteudo h3{
    color: #1c043f;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
}

.fotoinflu a{
    color: #1c043f;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
}

.boxinflu .navegador{
    flex-grow: 1;
}

.boxinflu .navegador a p{
    color: #340083;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
}

.boxinflu .conteudo p{
    max-width: 200px;
    font-size: 1.8rem;
}

#ofertas{
    background: #ffba52;
    position: relative;
}

#ofertas:after{
    content: url(../img/ico-livro.webp);
    position: absolute;
    top: -15px;
    left: 15px;
    scale: 1;
    animation-name: float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;   
}

#ofertas h2{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
}

#ofertas p{
    font-size: 1.6rem;
}

#ofertas .navegador a p{
    color: #340083;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
}

#ofertas .conteudo{
    background: rgb(254,190,75);
    background: radial-gradient(circle, rgba(254,190,75,1) 46%, rgba(255,172,73,1) 58%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#carrossel h2{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    
}
#carrossel{
    background: #ffba52;
    position: relative;
}
#carrossel ul{
    padding: 50px 0;
    margin-top: 10px;
}
#carrossel li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap: 1rem;
    transition: .2s;
    overflow: auto;
}
#carrossel li a{
    background: #006fd8;
    padding: 10px 25px;
    border-radius: 30px;
    display: block;
    width: 40%;
    margin-inline: auto;
    color:#fff;
    transition: .2s;
}
#carrossel li:hover img{
    translate:0 -5px;
}
#carrossel li a:hover{
    background: #fff;
    color: #006fd8;
}
#carrossel li div{
    padding: 10px;
    background:white;
    border-radius: 20px;
    overflow: hidden;
    width: 80%;
    margin-inline: auto;
}
#carrossel li img{
    border-radius: 20px;
    max-width: 100%;
    margin-inline: auto;
    transition: .2s;
}
#carrossel li span{
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 600;
    width: 80%;
    display: -webkit-box;
    margin-inline: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2; 
    height: 37px;
}
#carrossel:after{
    content: url(../img/ico-livro.webp);
    position: absolute;
    top: -15px;
    left: 15px;
    scale: 1;
    animation-name: float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;   
}
#carrossel span{
    font-size: 1.6rem;
}
#carrossel a[uk-slider-item]{
    background-color: #006fd8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#sorteio{
    background: #3b0094;
    position: relative;
}

#sorteio:after{
    content: url(../img/ico-mouse.webp);
    position: absolute;
    top: -15px;
    right: 15px;
    scale: 1;
    animation-name: float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;   
}

#sorteio h2{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
}

#sorteio h2 strong{
    color: #176fd4;
}

#sorteio .navegador{
    width:fit-content;
    margin:  30px auto;
}

#sorteio .navegador a{
    color: #ffb94f;
}

#sorteio .conteudo{
    margin:  0 auto;
    justify-content: flex-start;
    flex-direction: column;
    text-wrap: balance;
}

#sorteio .numero{
    border-radius: 50%;
    border: solid 2px #ffb94f;
    color: #ffb94f;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.passo{
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.instrucao{
    gap: 30px;
    margin-bottom: 30px;
    border-left: solid 1px #ffb94f ;
    width: calc( 100% - 50px);
    justify-content: center;
}

#sorteio .navegador .destaque p{
    color: #3d0098;
    font-weight: 600;
    min-width: 150px;
}

#sorteio .navegador .destaque{
    translate: 0;
}

.legal{
    font-size: 0.6rem;
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
}

#faq{
    background: #009be2;
}

#faq h2{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 30px;
}

#faq h2 strong{
    color: #e8ca00;
    
}

#faq li{
    background: #3b0094;
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;

}

#faq li h3{
    color: #e8ca00;
    text-align: left;
    font-weight: 600;
}

#faq li p{
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
}

#faq li a{
    color: #e8ca00;
}



@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px;
    }
}

@media screen and (max-width: 1200px) {

    .boxinflu{
        flex-wrap: wrap;
    }
}



@media screen and (max-width: 950px) {
    main .flex{
        flex-wrap: wrap;
    }

    .boxinflu{
        flex-wrap: wrap;
    }

    .boxinflu .navegador .conteudo .flex{
        flex-wrap: wrap;
    }


    #sorteio .navegador .conteudo .flex{
        flex-wrap: wrap;
    }

    .passo {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .instrucao{
        border: none;
    }

    #sorteio .navegador {
        width: auto;
}

}

@media screen and (max-width: 600px) {
    #voltaasaulas h2, main h1, .boxinflu .conteudo p, #ofertas h2, #ofertas p, #sorteio h2, #faq h2, #faq li h3 {
        font-size: 1.2rem;
    }
    
}


@media screen and (max-width: 490px) {
    main .flex{
        flex-wrap: wrap;
    }

    #logo-kabum {
        background: none;
        padding: 0;
        translate: 0;
    }

    .navegador {
        min-width: auto;
    }

    .navegador .navagacao{
        justify-content: flex-end;
    }

    .navegador .navagacao img:nth-child(2) {
        display: none;
    }

    
}