
/********************************* FONTELLO INICIO *********************************/
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?18963490');
    src: url('../fonts/fontello.eot?18963490#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2?18963490') format('woff2'),
        url('../fonts/fontello.woff?18963490') format('woff'),
        url('../fonts/fontello.ttf?18963490') format('truetype'),
        url('../fonts/fontello.svg?18963490#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    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;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* 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-facebook:before { content: '\e800'; }         /* '' */
.icon-instagram-2:before { content: '\e801'; }     /* '' */
.icon-twitter:before {content: '\e802'; }         /* '' */
.icon-youtube:before {content: '\e803'; }         /* '' */

.icon-facebook, .icon-instagram-2, .icon-twitter, .icon-youtube    {
    cursor: pointer;
}

/*********************************  FONTELLO FIN  *********************************/

/********************************* OTRAS FUENTES *********************************/
    /* Importación de fuente Van Helsing */
@font-face {
    font-family: 'Van Helsing';
    src: url('../fonts/vanhelsing.ttf');
}

    /* Importación de fuente RobotoSlab-Light */
@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/RobotoSlab-Light.ttf');
}

    /* Importación de fuente RobotoSlab-Regular */
@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/RobotoSlab-Regular.ttf');
}

    /* Importación de fuente RobotoSlab-Thin */
@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url('../fonts/RobotoSlab-Thin.ttf');
}

    /* Importación de fuente RobotoSlab-Bold */
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold.ttf');
}

/******************************* OTRAS FUENTES FIN *******************************/
