
@font-face {
    font-family: 'weecom';
    src: url('weecom.eot');
    src: url('weecom.eot?#iefix') format('embedded-opentype'),
         url('weecom.woff') format('woff'),
         url('weecom.ttf') format('truetype'),
         url('weecom.svg#Weecom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Animação do Logo da Weecom*/
@-moz-keyframes weecom { 100% { -moz-transform: rotate(360deg); color: #ee3d66; } }
@-webkit-keyframes weecom { 100% { -webkit-transform: rotate(360deg); color: #ee3d66; } }
@keyframes weecom { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); color: #ee3d66; } }

[class*='icon-weecom-']:before{
  display: inline-block;
  font-family: 'weecom';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
}

.icon-weecom-logo:before{content:'\0041';}

#logo-weecom i{
  display: inline-block;
  color: #fff;
  -webkit-animation:weecom 1s ease-in initial;
    -moz-animation:weecom 1s ease-in initial;
    animation:weecom 1s ease-in initial;
    width: 35px;
    line-height: 10px;
}

#logo-weecom i:hover{
  -webkit-animation:weecom 0.5s ease-out forwards;
    -moz-animation:weecom 0.5s ease-out forwards;
    animation:weecom 0.5s ease-out forwards;
}
