/*
** 45.0 Back to Top
*/
.lnr-arrow-up {
    font-family: 'Material Icons Outlined';
    font-size: 24px;
    position: absolute;
}

@media (min-width: 1000px){
    .page .fixed {
        position: fixed;
        bottom: 9rem;
        left: 94.2%;
        margin: 0px;
        /* padding: 0; */
        /* padding: 0px 0rem 0px 0px; */
        max-width: inherit;
        width: inherit;
        /* background: rebeccapurple; */
    }
}

a.to-the-topa {
    /* position: fixed; */
    /* z-index: 9; */
    /* top: 92%; */
    /* right: 1.61rem; */
    /* opacity: 0; */
}

.sin-opacidad {
    opacity: 1 !important;
}


/**/

span.to-the-top-long {
    overflow: hidden;
    text-transform: uppercase;
    line-height: 0;
    letter-spacing: 0;
    text-decoration: none;
    border: 1px solid #070707;
    font-size: 1.7rem;
    padding: 1.5rem 0.8rem;
    border-radius: 50px;
    opacity: .8;
    background: #070707;
    color: white;
    /* margin: 0; */
    height: 60px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent none medium;
    margin-right: 16px;
    margin-left: 16px;
    width: 60px;
}

.to-the-top-long {
    display: inline;
}

.to-the-top-long {
    display: none;
}

@media (min-width: 700px){
    .to-the-top-long {
        display: inline;
    }
}

.to-the-top-long {
    display: none;
}

/**/

.lnr-arrow-up:before {
    content: "\e316";
    font-family: 'Material Icons Outlined';
    font-size: 24px;
}

/**/

.to-the-top-short {
    display: none;
}

@media (min-width: 700px){
    .to-the-top-short {
        display: none;
    }
}

#to-the-topa {
    display: none;
}

span.to-the-top-long {
    /* position: absolute; */
    /* z-index: 999; */
    right: 0px;
    /* left: auto; */
}

a#to-the-topa {
    /* box-sizing: border-box !important; */
    /* outline: none !important; */
    /* display: block; */
}


a#to-the-topa:hover::after {
    content: "";
    /* right: 16px; */
    width: 60px;
    height: 60px;
    z-index: -1;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: eepp-icon-float-away;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    background: rgb(0 0 0);
    border-radius: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 16px;
}

a#to-the-topa::after {
      display: list-item;
      /* text-align: center; */
      /* cursor: pointer; */
      margin-right: 0 !important;
    }