#subirTopo {
position: relative;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    min-height: 48px;
    background-color: rgb(105, 215, 51);
    color: rgb(4, 9, 2);
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    margin: 0px;
    padding: 8px 18px;
    border-color: transparent;
    border-radius: 4px;
}