@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

*{
    box-sizing: border-box;
}

html {
    background-color: #e4e4e4;
}

body {
    font-size: 16px;
    color: #000000;
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Sofia Sans", serif;
    line-height: 1;
}

.container {
    max-width: 1080px;
    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
}

.gap {
    gap: 30px;
}

.wrap {
    flex-wrap: wrap;
}

footer {
    background-color: #242424
}



footer p {
    color: #e4e4e4;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}


nav ul {
    display: flex;
    gap: 5px
}

nav li a {
    color: #434242;
    transition: all .2s;
    font-family: "Sofia Sans", serif;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 30px 20px;
    display: inline-block;
    border-bottom: solid 4px rgba(0, 0, 0 , 0);
}

nav li:hover a,
nav li a.ativo {
    color: #009cff;
    border-bottom: solid 4px #009cff;
}

.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;
}

header {
    border-bottom: solid 1px #434242;
}





#faq{
    background: #03cdff;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
    font-weight: 600;
}


#faq li{
    background: #242424;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

#faq li p{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a{
    color: #03cdff;
}

main {
    background: url(../img/bg-cores.webp) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

main .container{
    background-image: url(../img/fluflu-esquerda.png), url(../img/fluflu-direita.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
}

main p.lancamento{
    background: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto 20px;
    text-transform: uppercase;
}

main p.lancamento img{
    filter: drop-shadow(0px 0px 5px rgba(0, 156, 255, 0.5) )
}

h1{
    font-size: 4rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

main p:not(.lancamento){
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 600;
}

main div.influ{
    padding: 5px;
    border: solid 1px #03cdff;
    width: fit-content;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}

main div.influ img{
    border-radius: 45px;
}

.linha{
    padding: 20px 0;    
    text-align: center;
}

.linha .titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.linha h2{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

#core .container{
    background: linear-gradient(270deg, rgba(83,79,191,1) 0%, rgba(25,69,227,1) 100%);
    padding: 50px;
    border-radius: 50px;
}

#core h2{
    color: #fff;
}

#core .titulo p{
    color: #fff;
    font-size: 1.4rem;
}


#pro .container{
    background: none;
    padding: 50px;
    border-radius: 50px;
    border: solid 1px #9a9a9a;
}

#pro h2{
    color: #414141;
}

#pro .titulo p{
    color: #414141;
    font-size: 1.4rem;
}


#creators .container{
    background: #959595;
    padding: 50px;
    border-radius: 50px;
}

#creators h2{
    color: #fff;
}

#creators .titulo p{
    color: #fff;
    font-size: 1.4rem;
}



#console .container{
    background: #aeaeae;
    padding: 50px;
    border-radius: 50px;
}

#console h2{
    color: #414141;
}

#console .titulo p{
    color: #414141;
    font-size: 1.4rem;
}

.produto{
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
}

.produto:last-child{
    margin: 0;
}


.produto .foto{
    width: 45%;
    position: relative;
    z-index: 1;
}

.produto .dados{
    width: 45%;
    position: relative;
    z-index: 1
}

.background{
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -10%;
    font-size: 20vw;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    z-index: 0;
    font-weight: 600;
    user-select: none;
}

.produto h3{
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-wrap: balance;
    font-weight: 700;
}

.produto .foto h3{
    font-size: 1rem;
    margin: 30px 0 10px;
}

.produto iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    border: solid 2px #fff;
    margin-bottom: 20px;
}

.produto .dados p{
    color: #fff;
    font-size: 0.8rem;
    text-align: left;
}

.links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.link{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    border-radius: 20px;
    transition: all 0.3s ;
    background: rgba (0, 0, 0, 0.0);
}

.link:hover{
    background: #03cdff;
}

.link strong{
    padding: 0 10px;
    color: #fff;
}

.link:hover strong{
    color: #000;
}


.link:hover strong{
    display: block;
    flex-grow: 1;   
}

.link::after{
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 50%;
    content: "";
    display: block;
    background: #fff;
}

.branco::after{ background: #fff; filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));}
.preto::after{ background: #000; filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));}
.rosa::after{ background: #ff1097; filter: drop-shadow(0 0 5px rgba(255, 16, 151, 0.8));}
.semcor::after{ display: none;}


#pro .produto h3, #console .produto h3 {
    color: #414141;
}

#pro .produto .dados p, #console .produto .dados p{
    color: #414141;
}

#pro .link, #console .link{
    border: solid 1px #414141;
}

#pro .link strong, #console .link strong{
    color: #414141;
}

#banners{
    padding: 50px 0;
}

#banners .container{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
}

#banners .banner{
    flex-grow: 1;
    border-radius: 30px;
    width: 50%;
}

#banners a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    height: 100%;
    gap: 15px;
}

#banner-logitechg{
    background: #000;
    color: #fff;
}

#banner-logitechg h3{
    color: #fff;
}

#banners .banner .cta{
    display: inline-block;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 15px;
    transition: all 0.3s;
}

#banner-logitechg .cta{
    background: #009cff;
    color: #fff;
}

#banner-logitechg:hover .cta{
    color: #000;
    background: #fff;
}

#banner-office .cta{
    background: #000;
    color: #fff;
}

#banner-office:hover .cta{
    color: #009cff;
    background: #fff;
}


#banner-office{
    background: #02fcd0 url(../img/bg-banner-01.webp) center top no-repeat;
    color: #000000;
}

#banners h3{
    font-size: 1.4rem;
    font-weight: 400;
}

#banners h3 strong{
    margin-top: 5px;
    font-size: 2rem;
    font-weight: 600;
    display: block;
}



@media screen and (max-width: 1160px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 960px) {

    #logo-kabum{
        order: 1;
    }

    #logo-logitech{
        order: 2;
    }

    nav{
        order: 3;
    }

    .background{
        display: none;
    }
}



@media screen and (max-width: 780px) {
    .linha .titulo{
        flex-direction: column;
    }

    .produto{
        flex-direction: column-reverse;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: solid 1px #03cdff;
    }

    .produto:last-child{
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .produto:nth-child(odd){
        flex-direction: column;
    }

    .produto .foto{
        width: 100%;
    }

    .produto .dados{
        width: 100%;
    }

    #banners .container{
        flex-wrap: wrap;
    }

    #banners .banner{
        width: 100%;
    }


    
    
}

@media screen and (max-width: 600px) {
    main .container{
        background: none;
    }

    h1{
        font-size: 3rem;
    }

    .links{
        flex-direction: column;
    }

    .links a{
        width: 100%;
    }

    .links a strong{
        flex-grow: 1;
        text-align: left;
        padding-left: 20px;
    }
}

@media screen and (max-width: 450px) {
    #logo-logitech{
        display: none;
    }
}

