@font-face {
  font-family: 'icono_cris';
  src:  url('fonts/icono_cris.eot?uvevw0');
  src:  url('fonts/icono_cris.eot?uvevw0#iefix') format('embedded-opentype'),
    url('fonts/icono_cris.ttf?uvevw0') format('truetype'),
    url('fonts/icono_cris.woff?uvevw0') format('woff'),
    url('fonts/icono_cris.svg?uvevw0#icono_cris') 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: 'icono_cris' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  color: #008A17;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu{
            display: block;
            float: right;
            margin-top: -45px;
            font-size: 40px;
            color: #828282;
             transition: all 300ms cubic-bezier(0,0,0,0);
    }
    
    .icon-cross{   
        float: right;
        margin-top: -45px;
        font-size: 40px;
        color: #828282;
         transition: all 300ms cubic-bezier(0,0,0,0);
    }

.icon-home:before {
  content: "\e9b8";
 font-size: 20px;
}


