Hi dcornejo,
I saw your website and the issue is with the theme.
It is overlaying the social icons on top of the announcement hence the announcement and the buttons inside it are not clickable.
The previous CSS I gave is the fix for this case. But it is not present in your website.
Can you please copy and paste that CSS in your theme settings or wherever CSS can be inserted ?
@media (min-width: 992px) {
.header-transparent header.main-header {
top: 50px !important;
}
}
Once inserted, the social icons will move down like in the screenshot below.
Thanks,
Aakash