Hi Ricardo,
It’s being pulled from an inline style from somewhere within your script.
Here is the line:
<div class="dsq-tooltip-outer dsq-tooltip-big" style="position: absolute; z-index: 9999; visibility: visible; top: 1915px; left: 222px; display: block; background-position: 25px bottom; opacity: 0.95;">
You need to change the display: block;
to display: none;