.share{
  font-size: 12px;
  padding: 0;
  font-family: 'fontello';
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  margin: 0;
  top: 118px;
  left: 25px;
}
.share li{
  list-style: none;
  margin-right: 7px;
}
.share span{
  display: none;
}
.share a{
  text-decoration: none;
  height: 2em;
  width: 2em;
  background-color: #2d67b1;
  display: block;
}
.share a::before{
  width: 1em;
  height: 1em;
  color: white;
  display: block;
}
.latestNews .field-item.even {
  margin-right: 0;
}
.icon-twitter:hover{
  background-color: #1da1f2;
}
.icon-twitter::before {
  content: '\e800';
  font-size: 1.4em;
  padding: .3em 0 0 .3em;
}
.icon-facebook:hover {
  background-color: #3b5998;
}
.icon-facebook::before {
  content: '\e801';
  font-size: 1.65em;
  padding: .3em 0 0 .5em;
}
.icon-whatsapp:hover{
  background-color: #4dc658;
}
.icon-whatsapp::before {
  content: '\e802';
  font-size: 1.18em;
  padding: .35em 0 0 .45em;
}
.icon-gplus{}
.icon-gplus:hover{
  background-color: #c83e2e;
}
.icon-gplus::before {
  content: '\e803';
  font-size: 1.1em;
  padding: .55em 0  0 .55em;
}
.icon-telegram{}
.icon-telegram:hover{
  background-color: #269cd7;
}
.telegram--img{
  width: 1em;
  height: 1em;
  margin:.55em 0 0 .46em;
}
.telegram--img-h {
  padding: 6px 0 0 5px;
  height: 16px;
  box-sizing: content-box;
}
.icon-rss:hover{
  background-color:#ff9900;
}
.rss--img{
  position: absolute;
  top: 6px;
  left: 6px;
  height: 16px;
}
.icon-head-redessociais {
  display: block;
  height: 32px;
  width: 32px;
  background-color: #2d67b1;
  border: 2px solid #fff;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.icon-head-redessociais:visited{
  color: #fff;
}
.icon-head-redessociais.icon-facebook::before {
  content: '\e801';
  font-size:20px !important;
  padding: 0 0 0 0 !important;
  position: absolute;
  top:5px;
  left:8px;
}
.icon-head-redessociais.icon-twitter::before {
  content: '\e800';
  font-size: 20px !important;
  padding: 0 0 0 0 !important;
  position: absolute;
  top: 4px;
  left: 5px;
}
#redesoc ul{
  font-family: 'fontello'
}
