@font-face {
    font-family: 'Brown-Light';
    src: url('../font/Brown-Light.woff2') format('woff2'),
        url('../font/Brown-Light.woff') format('woff'),
        url('../font/Brown-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown-BoldAlt';
    src: url('../font/Brown-BoldAlt.woff2') format('woff2'),
        url('../font/Brown-BoldAlt.woff') format('woff'),
        url('../font/Brown-BoldAlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown-Regular';
    src: url('../font/Brown-Regular.woff2') format('woff2'),
        url('../font/Brown-Regular.woff') format('woff'),
        url('../font/Brown-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*{
    box-sizing: border-box;
    user-select: none;
}

html {
    background-color: #F5F5F5;
}

body {
    font-size: 16px;
    color: #646464;
    font-family: 'Brown-Regular';
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    line-height: 1;
    color: #646464;

}

.container {
    max-width: 1240px;
    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 p {
    color: #646464;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}

#footer-social {
    background: #646464;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #646464;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #02FCD0;
    color: #000000
}



nav ul {
    display: flex;
    gap: 5px
}

nav li a {
    color: #000000;
    transition: all .2s;
    font-size: 1rem;
    font-family: 'Brown-Regular';
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    transition: all 0.3s;
}

nav li:hover a,
nav li a.ativo {
    color: #000000;
    background: #02FCD0;
}

.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 {
    padding: 30px 0;
}





#faq{
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    font-family: 'Brown-BoldAlt';
    color: #646464;
    text-wrap: balance;
    margin-bottom: 20px;
}


#faq li{
    background: #FFFFFF;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3{
    color: #777777;
    font-size: 1rem;
    font-family: 'Brown-BoldAlt';
}

#faq li p{
    color: #777777;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a{
    color: #02FCD0;
}

#bannertopo{
    background: url(../img/bg-banner-topo.webp) center center no-repeat;
    background-size: cover;
    height: 385px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#bannertopo::before{
    content: url(../img/banner-topo-01.webp);
    position: absolute;
    top: 0;
    left: 0;
}

#bannertopo::after{
    content: url(../img/banner-topo-02.webp);
    position: absolute;
    top: 0;
    right: 0;
}

#bannertopo p{
    font-size: 1.4rem;
}

h1{
    text-transform: uppercase;
    font-size: 2.4rem;
    color: #646464;
    font-weight: 700;
    margin-bottom: 50px;
}

h1 strong{
    font-weight: 700;
    border-bottom: solid 5px #02FCD0;
}

#produtos{
    padding: 50px 0;
    text-align: center;
}

#produtos h2{
    width: fit-content;
    padding: 20px;
    border-radius: 30px;
    border: solid 1px #02FCD0;
    font-family: 'Brown-Light';
    font-size: 1.6rem;
    margin: 0 auto 30px;
    color: #646464;
}

#produtos h2 strong{
    font-family: 'Brown-BoldAlt';
    text-transform: uppercase;
    font-weight: normal;
}

#containerprodutos{
    background: #fff;
    max-width: 1070px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

}

.produto{
    background: #F9F9F9;
    border-radius: 30px;
    display: flex;
}

.produto:nth-child(even){
    flex-direction: row-reverse;
}

.imgprincipal{
    flex-shrink: 0;
    border: solid 1px #CCCCCC;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.imgprincipal img {
    transition: opacity 0.2s ease-in-out;
    max-width: 395px;
}

.imgprincipal img.fade-out {
    opacity: 0;
}

.setas{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #02FCD0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.setas a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    color: #646464;
    transition: all 0.3s;   
}

.setas a:hover{
    color: #fff;
    background: #646464;
}

.texto{
    padding: 30px;   
    text-align: left; 
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
}

.texto h3{
    font-size: 1.4rem;
    color: #646464;
    font-family: 'Brown-Light';
}

.texto h3 strong{
    font-family: 'Brown-Regular';
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: normal;
}

.texto p{
    font-family: 'Brown-Light';
}

.botoes{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    width: 100%;
}

.botoes p{
    font-family: 'Brown-Regular';
}

.seletor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.seletor .cor{
    width: 80px;
    border-radius: 10px;
    border: solid 1px #CCCCCC;
    overflow: hidden;
    cursor: pointer;
}

.seletor .cor:hover{
    border: solid 1px #02FCD0;
}

.seletor .cor.ativo{
    border: solid 1px #000;    
    cursor: unset;
}

.botoes .cta a{
    background: #646464;
    padding: 10px 20px;
    color: #02FCD0;
    text-transform: uppercase;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.botoes .cta a:hover{
    color: #000;
    background: #02FCD0;
}



#video{
    padding: 50px 0;
}

#video .container{
    max-width: 1070px;
    justify-content: space-between;
}

#video .texto{
    max-width: 450px;
}

#video h2{
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'Brown-BoldAlt';
}

#video .cta{
    background: #646464;
    padding: 10px 20px;
    color: #02FCD0;
    border-radius: 20px;
    display: block;
    gap: 10px;
    transition: all 0.3s;

}

#video .cta:hover{
    color: #000;
    background: #02FCD0;
}

#sobre .container{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px 50px;
    flex-wrap: wrap;
}

#sobre .banner{
    flex-grow: 1;
    max-width: 510px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
}

#sobre .banner:hover{
    translate: 0 5px;
}

#bannerloja{
    background: #02FCD0 url(../img/bg-banner-01.webp) center top no-repeat;
}

#bannerlogitechg{
    background: url(../img/bg-banner-02.webp) center center no-repeat;
    background-size: cover;
}

#sobre .banner a{
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

#sobre .banner h2{
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    text-wrap: balance;
}

#sobre .banner p{
    font-size: 1.1rem;
    text-wrap: balance;
    font-weight: 400;
} 

#sobre .banner strong{
    text-transform: uppercase;
} 

#bannerloja h2{
    color: #000;
}

#bannerlogitechg h2{
    color: #fff;
}

#bannerloja p{
    color: #000;
}

#bannerlogitechg p{
    color: #fff;
}






@media screen and (max-width: 1160px) {
    .container {
        margin: 0 30px
    }

    #video .container{
        flex-direction: column;
    }

    #video .texto{
        max-width: none;
        gap: 15px;
    }
}

@media screen and (max-width: 1085px) {
    #sobre .banner{
        max-width: none;
    }
}


@media screen and (max-width: 1050px) {
    #bannertopo::before{
        scale: 0.5;
        transform-origin: left top;
    }

    #bannertopo::after{
        scale: 0.5;
        transform-origin: right bottom;
    }

    

    .imgprincipal{
        max-width: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
}

@media screen and (max-width: 870px) {
    .botoes{
        flex-direction: column;
        align-items: flex-start;
    }

}

@media screen and (max-width: 715px) {
    #bannertopo::before{
        scale: 0.3;
        transform-origin: left top;
    }

    #bannertopo::after{
        scale: 0.3;
        transform-origin: right bottom;
    }

    .produto, .produto:nth-child(even){
        flex-direction: column;
    }

    .imgprincipal{
        max-width: none;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media screen and (max-width: 600px) {
    #bannertopo::before{
        display: none;
    }

    #bannertopo{
        flex-direction: column;
        height: auto;
        padding-top: 50px;
        max-width: 437px;
        margin: 0 auto;
    }

    h1{
        margin-bottom: 30px;
    }

    #bannertopo p{
        margin-bottom: 30px;
    }

    #bannertopo::after{
        scale: 1;
        position: static;
        content: url(../img/banner-topo-mobile.webp);
    }
}

@media screen and (max-width: 460px) {
    h1{
        font-size: 1.6rem;        
    }

    #produtos h2{
        font-size: 1.2rem;
        text-wrap: balance;
    }

    .seletor{
        flex-wrap: wrap;
    }

    .seletor .cor{
        width: 50px;
    }

    .texto{
        gap: 15px;
    }

    .botoes{
        gap: 15px;
    }

    .botoes .cta{
        width: 100%;
    }


}


