#shareBar{
  font-size: 2.6rem;
  margin: 112px 0 56px 0;
  color: #111;
}

#header #shareBar {
  right:0;
}
#shareBar i {
  display:block; float:left;
  text-decoration: none;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer !important;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;*/
}

#shareBar i:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#shareBar i span{
  font-size: 1.4rem;
  vertical-align: bottom;
  padding: 0 12px 0 6px;
  overflow: auto;
  display: none;
}