*  {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.no-js{
    font-family: Flexo;
}
body {
    user-select: none;
}
.top-hd{
    background-color: #313741;
}
.content-sn{
    display: flex;
    flex-direction: row;
    padding: 10vw 6vw 6vw;
}
aside{
    display: flex;
    width: 50%;
}
.img-sn{
    width: 100%;
}
section {
    width: 50%;
    padding-right: 7vw;
    color: #313741;
}
.title-sn{
    font-size: 6.5vw;
    text-transform: uppercase;
    color: #5DEA72;
    margin: 7vw 0 0;
}
.text-sn{
    font-size: 1.77vw;
    font-weight: 200;
    line-height: 2.5vw;
    margin: 3vw 0;
}
.bottomText-sn{
    font-size: 2vw;
    font-weight: 600;
}

.bottom-sn{
    background-color: #313741;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3vw 6vw;
    align-items: center;
}
.logo-sn{
    height: 7.5vw;
}
.midiaContent-sn{
    display: flex;
    flex-direction: row; 
}
.midiaImg-sn{
    display: flex;
    height: 5.6vw;
}
.termos-sn{
    color: #fff;
    font-size: 0.95vw;
    text-align: center; 
}

/* Mobile */

@media screen and (max-width: 800px){
    .content-sn{
        flex-direction: column;
        padding: 20vw 8vw 8vw;
    }
    .title-sn {
        font-size: 13vw;
        margin: 3vw 0 0;
        text-align: left;
    }
    .text-sn {
        font-size: 4.7vw;
        line-height: 5.5vw;
        margin: 5vw 0;
    }
    .bottomText-sn {
        font-size: 5.4vw;
        margin-bottom: 7vw;
    }
    section{
        padding-right: 0;
        width: auto;
    }
    aside{
        width: auto;
    }
    .imgMobile-sn{
        width: 100%;
    }
}