#avisoCookies {
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 6rem;
    right: 1rem;
    color: rgb(0, 0, 0);
    display: none !important;
    width: 54px;
    height: 54px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    text-transform: uppercase;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border-radius: 150px;
    padding: 0px 6px;
    transition: 0.2s ease-out;
}