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

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans.ttf');
}

@font-face {
	font-family: 'Inter Bold';
	src: url('../fonts/Inter-Bold.ttf');
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sf7rm3');
  src:  url('../fonts/icomoon.eot?sf7rm3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sf7rm3') format('truetype'),
    url('../fonts/icomoon.woff?sf7rm3') format('woff'),
    url('../fonts/icomoon.svg?sf7rm3#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-molcajete:before {
  content: "\e900";
}
.icon-esim:before {
  content: "\e902";
}
.icon-mision:before {
  content: "\e905";
}
.icon-valores:before {
  content: "\e909";
}
.icon-vision:before {
  content: "\e90b";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-tiktok:before {
  content: "\e901";
}
.icon-izq:before {
  content: "\e907";
}
.icon-der:before {
  content: "\e906";
}
.icon-correo:before {
  content: "\e903";
}
.icon-mapa:before {
  content: "\e904";
}
.icon-telefono:before {
  content: "\e90a";
}
.icon-buscar:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
