@font-face {
  font-family: 'pocoyo-icons';
  src: url('../font/pocoyo-icons.eot?27968026');
  src: url('../font/pocoyo-icons.eot?27968026#iefix') format('embedded-opentype'),
       url('../font/pocoyo-icons.woff2?27968026') format('woff2'),
       url('../font/pocoyo-icons.woff?27968026') format('woff'),
       url('../font/pocoyo-icons.ttf?27968026') format('truetype'),
       url('../font/pocoyo-icons.svg?27968026#pocoyo-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}


 .icon-user:before {
  font-family: "pocoyo-icons";
  font-style: normal;
  font-weight: bold;
  font-size:22px;
  content: '\e801';
  }

  .icon-huevo:before {

  font-family: "pocoyo-icons";
  font-style: normal;
  font-weight: bold;
  font-size:1.2em;
  content: '\e802';
  }



