.botao-social a {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-primary);
    border-radius: 10px;
}
.botao-social a:hover {
    background: var(--e-global-color-secondary);
}