@font-face {
    font-family: 'playmoveicons';
    src: url('../fonts/playmoveicons.eot?73890746');
    src: url('../fonts/playmoveicons.eot?73890746#iefix') format('embedded-opentype'), 
         url('../fonts/playmoveicons.woff2?73890746') format('woff2'), 
         url('../fonts/playmoveicons.woff?73890746') format('woff'), 
         url('../fonts/playmoveicons.ttf?73890746') format('truetype'), 
         url('../fonts/playmoveicons.svg?73890746#playmoveicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="playmoveicon-"]:before, [class*=" playmoveicon-"]:before {
    font-family: "playmoveicons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.playmoveicon-liga-dos-herois:before {
    content: '\e800';
}

.playmoveicon-dente-de-leao:before {
    content: '\e801';
}

.playmoveicon-academia:before {
    content: '\e802';
}
