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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-aceites:before {
  content: "\e900";
  color: #fff;
  font-size: xx-large;
}
.icon-curasemillas:before {
  content: "\e901";
  color: #fff;
  font-size: xx-large;
}
.icon-fungicidas:before {
  content: "\e902";
  color: #fff;
  font-size: xx-large;
}
.icon-herbicidas:before {
  content: "\e903";
  color: #fff;
  font-size: xx-large;
}
.icon-insecticidas:before {
  content: "\e904";
  color: #fff;
  font-size: xx-large;
}
.icon-provitta:before {
  content: "\e905";
  color: #fff;
  font-size: xx-large;
}
.icon-sigev:before {
  content: "\e906";
  color: #fff;
  font-size: xx-large;
}
.home {
  background-color: #005f31;
  color: #FFFFFF;
}
.laempresa {
  background-color: #005f31;
  color: #FFFFFF;
}
.curasemillas {
  background-color: #c34e26;
  color: #FFFFFF;
}
.fungicidas {
  background-color: #004f49;
  color: #FFFFFF;
}
.herbicidas {
  background-color: #6a7130;
  color: #FFFFFF;
}
.insecticidas {
  background-color: #5e3e16;
  color: #FFFFFF;
}
.aceites {
  background-color: #aa742a;
  color: #FFFFFF;
}
.provitta {
  background-color: #28357a;
  color: #FFFFFF;
}
.sigev {
  background-color: #07572e;
  color: #FFFFFF;
}