/*snmenu*/
.snmenu li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -99em;
}

li.facebook {
  background-image: url('/app/themes/sccreditoseguro/images/sn/facebook.svg');
}

li.twitter {
  background-image: url('/app/themes/sccreditoseguro/images/sn/twitter.svg');
}

li.linkedin {
  background-image: url('/app/themes/sccreditoseguro/images/sn/linkedin.svg');
}

