
#btn-mas{
    display: none;
}
.container-redes {
    position: fixed;
    bottom: 55px;
    right: 5px;
    z-index: 999999;
    width: 150px !important;
}
.btn-mas label {
    display: block;
    text-decoration: none;
    background: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
    right: 0px !important;
    float: right;
}
.redes a {
    display: block;
    text-decoration: none;
    background: #25d366;
    color: #fff;
    width: 145px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 10px !important;
}
.redes a:hover{
    background: #25d366;
    color: #FFFFFF;
}
.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.btn-mas label{
    cursor: pointer;
    background: #25d366;
    font-size: 33px;
    right: 0px;
}
#btn-mas:checked ~ .btn-mas label{
    font-size: 31px;
}

.ali
{
    float: right;
    margin-right: 5px;
    line-height: 35px !important;
}

















