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

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: Icones, serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

._icon {
    font-family: Icones, serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.icon-check:before {
    content: "\2101";
}

.icon-check-a:after {
    content: "\2101";
}

.icon-fone:before {
    content: "\2102";
}

.icon-fone-a:after {
    content: "\2102";
}

.icon-local:before {
    content: "\2103";
}

.icon-local-a:after {
    content: "\2103";
}

.icon-mail:before {
    content: "\2104";
}

.icon-mail-a:after {
    content: "\2104";
}

.icon-face:before {
    content: "\2105";
}

.icon-face-a:after {
    content: "\2105";
}

.icon-gplus:before {
    content: "\2106";
}

.icon-gplus-a:after {
    content: "\2106";
}

.icon-twitter:before {
    content: "\2107";
}

.icon-twitter-a:after {
    content: "\2107";
}

.icon-exit:before {
    content: "\2108";
}

.icon-exit-a:after {
    content: "\2108";
}

.icon-logout:before {
    content: "\2109";
}

.icon-logout-a:after {
    content: "\2109";
}

.icon-search:before {
    content: "\2110";
}

.icon-search-a:after {
    content: "\2110";
}

.icon-menu:before {
    content: "\2111";
}

.icon-menu-a:after {
    content: "\2111";
}

.icon-close:before {
    content: "\2112";
}

.icon-close-a:after {
    content: "\2112";
}