.redes-sociales {
display: flex;
justify-content: end;
align-items: center;
background-color: transparent;
height: 15px;
}
.social-icon {
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
border-radius: 50%;
color: #eee;
margin: 0 5px;
background-color: #333;
transition: background-color 0.3s ease;
}
.social-icon:hover {