@font-face {
    font-family: 'icones';
    src:  url('../fonte/icones/icones.eot?rc6zfb');
    src:  url('../fonte/icones/icones.eot?rc6zfb#iefix') format('embedded-opentype'),
        url('../fonte/icones/icones.ttf?rc6zfb') format('truetype'),
        url('../fonte/icones/icones.woff?rc6zfb') format('woff'),
        url('../fonte/icones/icones.svg?rc6zfb#icones') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icones' !important;
    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-arrow-down:before {
    content: "\e900";
}
.icon-arrow-left:before {
    content: "\e901";
}
.icon-arrow-right:before {
    content: "\e902";
}
.icon-arrow-up:before {
    content: "\e903";
}
.icon-check:before {
    content: "\e906";
}
.icon-email:before {
    content: "\e909";
}
.icon-menu:before {
    content: "\e910";
}
.icon-phone:before {
    content: "\e911";
}
.icon-search:before {
    content: "\e916";
}
.icon-spinner:before {
    content: "\e917";
}
.icon-thin-arrow-right:before {
    content: "\e918";
}
.icon-user:before {
    content: "\e919";
}
.icon-x:before {
    content: "\e91b";
}

