@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?zexkx6');
  src:  url('../font/icomoon.eot?zexkx6#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?zexkx6') format('truetype'),
    url('../font/icomoon.woff?zexkx6') format('woff'),
    url('../font/icomoon.svg?zexkx6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\ea93";
}
.icon-youtube:before {
  content: "\ea9d";
}

.fixed-socialnetworks a.icon-youtube {
	background: #3b579d;
}
.fixed-socialnetworks a.icon-whatsapp {
	background: #c94638;
}