@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/nunito-sans/NunitoSans-Light.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/nunito-sans/NunitoSans-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/nunito-sans/NunitoSans-SemiBold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/nunito-sans/NunitoSans-Bold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'fontello';
  src: url('/assets/fonts/fontello/fontello.eot?99039830');
  src: url('/assets/fonts/fontello/fontello.eot?99039830#iefix') format('embedded-opentype'),
       url('/assets/fonts/fontello/fontello.woff2?99039830') format('woff2'),
       url('/assets/fonts/fontello/fontello.woff?99039830') format('woff'),
       url('/assets/fonts/fontello/fontello.ttf?99039830') format('truetype'),
       url('/assets/fonts/fontello/fontello.svg?99039830#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/assets/fonts/fontello/fontello.svg?99039830#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-musica:before { content: '\e800'; }
.icon-calendar:before { content: '\e801'; }
.icon-plus:before { content: '\e802'; }
.icon-sorpresa:before { content: '\e803'; font-size: 24px;}
.icon-cancel:before { content: '\e804'; }
.icon-mail:before { content: '\e807'; }
.icon-user:before { content: '\e808'; }
.icon-dancer:before { content: '\e809'; }
.icon-yin-yang:before { content: '\e80a'; }
.icon-key:before { content: '\e80b'; }
.icon-derecha:before { content: '\e80f'; }
.icon-left:before { content: '\e810'; }
.icon-trash:before { content: '\e811'; }
.icon-users:before { content: '\e812'; }
.icon-abajo:before { content: '\e813'; }
.icon-logout:before { content: '\e814'; }
.icon-arriba:before { content: '\e816'; }
.icon-search:before { content: '\e817'; }
.icon-ok:before { content: '\e818'; }
.icon-cog:before { content: '\e819'; }
.icon-login:before { content: '\e81a'; }
.icon-cancel-circled:before { content: '\e81b'; }
.icon-menu:before { content: '\e81c'; }
.icon-right:before { content: '\e81d'; }
.icon-award:before { content: '\e81e'; }
.icon-asterisco:before { content: '\e81f'; }
.icon-tags:before { content: '\e820'; }
.icon-doc:before { content: '\e822'; }
.icon-tag:before { content: '\e825'; }
.icon-pencil:before { content: '\e828'; }
.icon-eye:before { content: '\e829'; }
.icon-minus:before { content: '\e82a'; }
.icon-filter:before { content: '\e831'; }
.icon-link:before { content: '\f07b'; }
.icon-copy:before { content: '\f0c5'; }
.icon-money:before { content: '\f0d6'; }
.icon-bell:before { content: '\f0f3'; }
.icon-flag-cuadros:before { content: '\f11e'; }
.icon-help:before { content: '\f128'; }
.icon-bank:before { content: '\f19c'; }
.icon-lifebuoy:before { content: '\f1cd'; }
.icon-diamond:before { content: '\f219'; }
.icon-grupo:before { content: '\f248'; }


