@font-face {
    font-family: 'logo';
    src: url('../fonts/logo.eot?nys2i3');
    src: url('../fonts/logo.eot?nys2i3#iefix') format('embedded-opentype'),
    url('../fonts/logo.ttf?nys2i3') format('truetype'),
    url('../fonts/logo.woff?nys2i3') format('woff'),
    url('../fonts/logo.svg?nys2i3#logo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'logo' !important;
    /*speak: never;*/
    speak: none;
    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;
}

/*.icon-EncuetroWeb:before {*/
/*    content: "\e900";*/
/*    color: #fff;*/
/*}*/


.icon-logo:before {
    content: "\e900";
    color: #fff;
}