@font-face {
    font-family: 'icomoon';
    src:
        url('fonts/icomoon.ttf?ryjop8') format('truetype'),
        url('fonts/icomoon.woff?ryjop8') format('woff'),
        url('fonts/icomoon.svg?ryjop8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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-iate:before {
    content: "\e901";
}
.icon-luva:before {
    content: "\e902";
}
.icon-bateria:before {
    content: "\e903";
}
.icon-capacete:before {
    content: "\e904";
}
.icon-servico:before {
    content: "\e905";
}
.icon-suspensao:before {
    content: "\e906";
}
.icon-bicicleta:before {
    content: "\e907";
}
.icon-caminhao:before {
    content: "\e908";
}
.icon-moto:before {
    content: "\e909";
}
.icon-caro:before {
    content: "\e90a";
}
.icon-motor:before {
    content: "\e900";
}
.icon-pneu:before {
    content: "\e90b";
}
.icon-escapamento:before {
    content: "\e90c";
}
.icon-som:before {
    content: "\e90d";
}
.icon-oleo:before {
    content: "\e90e";
}
.icon-mais:before {
    content: "\e90f";
}

