@font-face {
  font-family: 'IconosPropios';
  src:
    url('fonts/IconosPropios.ttf?l15j20') format('truetype'),
    url('fonts/IconosPropios.woff?l15j20') format('woff'),
    url('fonts/IconosPropios.svg?l15j20#IconosPropios') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IconosPropios' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-photoshop:before {
  content: "\e901";
}
.ico-indesign:before {
  content: "\e902";
}
.ico-premiere:before {
  content: "\e903";
}
.ico-illustrator:before {
  content: "\e904";
}
.ico-afterEffects:before {
  content: "\e905";
}
.ico-comillas:before {
  content: "\e900";
}
