/* ==========================================================================
   Redes Sociais
   ========================================================================== */

#shareBar{
  position: absolute;
  width: 110px;
  height: 40px;
  top: 14px;
  right: 20px;
  z-index: 99999999999;
}
#shareBar a{
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a span{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  margin-top: 40px;
}
#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }

#shareBar a {
  position: relative;
  display: inline;
}

#shareBar a:hover {
  opacity: 1;
}

#shareBar a span {
  position: absolute;
  width:60px;
  color: #FFFFFF;
  background: #1A2C37;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 0 0 25px 25px;
}
#shareBar a  span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #1A2C37;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#shareBar a:hover span {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 50%;
  margin-left: -30px;
  z-index: 999;
}