@charset "UTF-8";
/* CSS Document */


.ir-arriba {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3F5B83;
    color: #fff;
    text-align: center;
    font-size: 40px;
    z-index: 9999;
}
.ir-arriba:hover, .ir-arriba:active, .ir-arriba:focus {
    color: #fff !important;
    opacity: .55 !important;
}




/*.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;
}*/
