	/*
  	Social icon font: Social
  	Creation date: 24/09/2020 10:06
  	*/

@font-face {
  font-family: "Social";
  src: url("/fonts/Social.eot?v2");
  src: url("/fonts/Social.eot?#iefix") format("embedded-opentype"),
       url("/fonts/Social.woff2?v2") format("woff2"),
       url("/fonts/Social.woff?v2") format("woff"),
       url("/fonts/Social.ttf?v2") format("truetype"),
       url("/fonts/Social.svg?v2#Social") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Social";
    src: url("/fonts/Social.svg#Social") format("svg");
  }
}

[class^="social-"]:before, [class*=" social-"]:before,
[class^="social-"]:after, [class*=" social-"]:after {
  font-family: Social;
  font-style: normal;
}

.social-instagram:before { content: "\f100"; }
.social-youtube:before { content: "\f101"; }
.social-facebook:before { content: "\f102"; }
.social-whatsapp:before { content: "\f103"; }
.social-linkedin:before { content: "\f104"; }
.social-twitter:before { content: "\f105"; }
.social-skype:before { content: "\f106"; }