body{
    font-family: 'Nexa Regular' !important;
}

p{
    color: #fff;
}

section{
    max-width: 990px;
}

.container{
    padding: 0px 25px !important;
    max-width: 990px !important;
    text-align: center;
}

#topo{
    background-image: url('produto.png');
    background-repeat: no-repeat;
    background-position: top;
    height: 1543px;
}

#topo .produto-mobile{
    display: none;
}

#topo .topo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#topo .logo{
    padding-top: 110px;
    margin-bottom: 30px;
}

#topo .descricao{
    font-family: 'Nexa Regular';
    font-size: 34px;
    margin-top: 77px;
    line-height: 42px;
    margin-bottom: 100px;
    letter-spacing: 1px;
}

#topo .descricao strong{
    font-family: 'Nexa Black';
}

#topo .img-produto{
    margin-bottom: 30px;
    padding-bottom: 50px;
}

#caracteristicas .container{
    background-color: #191919;
}

#caracteristicas .caracteristicas-wrapper{
    padding: 90px 30px;
}

#caracteristicas .caracteristica{
    display: flex;
    flex-direction: row;
    padding-bottom: 110px;
}

#caracteristicas .caracteristica:last-child{
    padding-bottom: 0;
}

#caracteristicas .caracteristica .right{
    text-align: left;
}

#caracteristicas .caracteristica .right .titulo{
    font-family: 'Nexa Black';
    font-size: 39px;
    font-weight: 800;
    line-height: 46px;
    margin-bottom: 18px;
    color: #00ff55;
    letter-spacing: 1.5px;
}

#caracteristicas .caracteristica .right .descricao{
    font-family: 'Nexa Book';
    font-size: 24px;
    line-height: 28px;
}

#video{
    background-color: #000000;
    text-align: center;
}

#video p, h2{
    color: #ffffff;
}

#video .titulo-mouse{
    color: #00ff55;
    text-transform: uppercase;
    font-family: 'Nexa Black';
    margin-bottom: 40px;
}

#video .titulo-principal{
    font-size: 46px;
}

#video .texto-video{
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 5px;
}

#video iframe{
    border: 1px solid #ffffff;
}

#video .container .video-wrapper{
    padding: 100px 25px;
}

#video .sociais{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
}

#video .sociais .icones .sociais-texto{
    font-family: 'Nexa Black';
    font-size: 20px;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

#video .sociais .icones img{
    padding: 10px;
    max-width: 80px;
}

@media (min-width: 768px) and (max-width: 768px){
    #topo{
        height: 130vw !important;
    }

    #topo .logo {
        width: 145px !important;
    }

    #topo .container .topo-wrapper .produto {
        max-width: 430px !important;
    }

    #topo .produto-mobile{
        margin-top: 70px !important;
        max-width: 690px !important;
    }
}

@media (max-width: 768px){
    body{
        overflow-x: hidden;
    }

    #topo{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background-image: url('bf-produto.png');
        background-position: center;
        background-size: cover;
        height: 569px;
    }

    #topo .produto-mobile{
        display: block;
        margin-top: 48px;
        max-width: 322px;
    }

    #topo .topo-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container{
        padding: 0px 36px !important;
    }

    #topo .logo{
        padding-top: 30px;
        margin-bottom: 20px;
        height: auto;
        width: 90px;
    }

    #topo .descricao{
        font-size: 17px;
        margin-top: 35px;
        line-height: 21px;
        font-weight: 500;
    }

    #topo .img-ghs1{
        margin-right: 46px;
        margin-top: 30px;
        width: auto;
        height: 300px;
    }

    #caracteristicas .caracteristica{
        padding-bottom: 57px;
    }

    #caracteristicas .caracteristica:last-child{
        padding-bottom: 57px;
    }

    #caracteristicas .caracteristicas-wrapper{
        padding: 0;
        padding-top: 55px;
    }

    #caracteristicas .caracteristica .left img{
        max-width: 155px;
    }

    #caracteristicas .caracteristica .right{
        margin-top: 20px;
        text-align: center;
    }

    #caracteristicas .caracteristica .right .titulo{
        font-size: 23px;
        line-height: 27px;
    }

    #caracteristicas .caracteristica .right .descricao{
        font-size: 15px;
        line-height: 18px;
    }

    #video .titulo-principal {
        font-size: 27px;
    }

    #video .texto-video {
        font-size: 25px;
        margin-top: 60px;
        margin-bottom: 5px;
    }

    #video .sociais .icones img {
        padding: 10px;
        max-width: 53px;
        height: 50px;
    }

    #video .sociais .icones .sociais-texto {
        margin-top: 14px;
        font-size: 18px;
    }

    #video .container .video-wrapper {
        padding: 0;
        padding-top: 55px;
        padding-bottom: 57px;
    }

    #topo .container .topo-wrapper .img-teclado {
        margin-top: 20px;
        width: 320px;
        height: auto;
        max-width: 340px;
    }

}

@media (min-width: 540px) and (max-width: 540px){
    #topo{
        height: 615px;
    }
}

@media (max-width: 280px){
    #topo{
        height: 494px;
    }

    #topo .produto-mobile{
        margin-top: 30px;
        width: 280px;
    }
}