@font-face {
  font-family: 'bamboo';
  src:  url('fonts/bamboo.eot?1y7sb8');
  src:  url('fonts/bamboo.eot?1y7sb8#iefix') format('embedded-opentype'),
    url('fonts/bamboo.ttf?1y7sb8') format('truetype'),
    url('fonts/bamboo.woff?1y7sb8') format('woff'),
    url('fonts/bamboo.svg?1y7sb8#bamboo') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bamboo' !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;
}

.bs-ingeniero:before {
  content: "\e900";
}
