*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background: whitesmoke;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    /*user-select: none;         /* padrão */
    /*-webkit-user-select: none; /* Safari/Chrome */
    /*-moz-user-select: none;    /* Firefox */
    /*-ms-user-select: none;     /* Internet Explorer/Edge */
}
i{
    background: none;
}
.fi-rr-angle-right,.fi-rr-angle-left{
    color: white;
}
.separa{
    color: white;
}
::-webkit-scrollbar{
    width: 0px;
}