/* ==========================================================================
   ARQUIVO: css/componentes/socicon.css - V0.4.0 // CEY MUSIC
   CONEXÃO DO BARRAMENTO VETORIAL COM CAMINHOS DE DIRETÓRIO ABSOLUTOS
   ========================================================================== */

   @charset "UTF-8";

   @font-face {
     font-family: "socicon";
     src: url("/fonts/socicon.woff") format("woff");
     font-weight: normal;
     font-style: normal;
     font-display: block;
   }
   
   [data-icon]:before {
     font-family: "socicon" !important;
     content: attr(data-icon);
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
   }
   
   [class^="socicon-"]:before,
   [class*=" socicon-"]:before {
     font-family: "socicon" !important;
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
   }
   
   /* MAPEAMENTO DOS SELETORES ATIVOS DO MENU */
   .socicon-linkedin:before   { content: "\e049"; }
   .socicon-github:before     { content: "\e030"; }
   .socicon-youtube:before    { content: "\e051"; }
   .socicon-instagram:before  { content: "\e057"; }
   .socicon-soundcloud:before { content: "\e04d"; }
   .socicon-mail:before       { content: "\e01f"; }
   