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

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/Poppins-Light.ttf");
}

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

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

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tjq3az');
  src:  url('../fonts/icomoon.eot?tjq3az#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tjq3az') format('truetype'),
    url('../fonts/icomoon.woff?tjq3az') format('woff'),
    url('../fonts/icomoon.svg?tjq3az#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-hierbas:before {
  content: "\e901";
}
.icon-linea:before {
  content: "\e902";
}
.icon-olivo:before {
  content: "\e903";
}
.icon-olivo2:before {
  content: "\e904";
}
.icon-tomate:before {
  content: "\e905";
}
.icon-tripadvisor:before {
  content: "\e906";
}
.icon-uvas:before {
  content: "\e907";
}
.icon-molcajete:before {
  content: "\e900";
}
.icon-google:before {
  content: "\ea88";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-yelp:before {
  content: "\ead7";
}

