@charset "UTF-8";
/* CSS Document */


.ir-arriba {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #17a2b8;
    color: #fff;
    text-align: center;
    font-size: 45px;
    z-index: 9999;
    opacity: 0.9;
}

.ir-arriba:hover,
.ir-arriba:active,
.ir-arriba:focus {
    background: #000;
    opacity: .8;
    color: #fff;
    border-color: #ff214f
}


/*.ir-arriba {
 padding: 20px;
    display: inline-block;
    background: rgba(0,0,0,.30);
    color: #fff;
    position: fixed;
    text-align: center;
    font-size: 2em;
    bottom: 20px;
    width: 80px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 10000001;
    border-radius: 40px;
}*/