@charset "utf-8";
/* CSS Document */ 

@font-face {
	font-family: 'Campton';
	src: url("../fonts/Campton-Book.otf");
}

@font-face {
	font-family: 'Campton Bold';
	src: url("../fonts/Campton-SemiBold.otf");
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rndre2');
  src:  url('../fonts/icomoon.eot?rndre2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rndre2') format('truetype'),
    url('../fonts/icomoon.woff?rndre2') format('woff'),
    url('../fonts/icomoon.svg?rndre2#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: never;
  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-calidad:before {
  content: "\e900";
}
.icon-compromiso:before {
  content: "\e902";
}
.icon-equipo:before {
  content: "\e903";
}
.icon-honestidad:before {
  content: "\e904";
}
.icon-molcajete:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eac9";
}

