#redes{
    /*height: 100px;
    width: 60px;*/
    position: fixed;
    background-color: rgba(255, 255, 255, 0.1);
    top: 80%;
    right: 1%;
    z-index: 999;
    padding: 5px;
    border-radius: 100%;
    border: solid 1px red;
    transition: all 0.2s ease-in-out;
}
#llamada{
    width: 60px;
    display: block;
    cursor: pointer;
}
#redes:hover{
    background-color: #eaeaea;
    border-radius: 100%;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.31);
    
}