/*botón up*/
#boton_up{
    display: none;
    background: #EE8164;
    border-radius: 50px;
    position: fixed;
    right: 2em;
    bottom:26%;
    z-index: 999999999;
}
/*evento hover*/
#boton_up:hover{
    background: #000000;
}
/*estilos para el tag i*/
#boton_up span{
    color: #fff;
}