@font-face {
    font-family: 'productos';
    src:    url('../font/productos.eot?v31sbv');
    src:    url('../font/productos.eot?v31sbv#iefix') format('embedded-opentype'),
        url('../font/productos.ttf?v31sbv') format('truetype'),
        url('../font/productos.woff?v31sbv') format('woff'),
        url('../font/productos.svg?v31sbv#productos') 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: 'productos' !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-productos:before {
    content: "\e900";
}

