@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa-brands-400.woff2") format("woff2"), 
  url("fonts/fa-brands-400.woff") format("woff"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), 
  url("fonts/fa-regular-400.woff") format("woff"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), 
  url("fonts/fa-solid-900.woff") format("woff"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-phone:before {
  content: "\f095";
}
.fa-map-marker-alt:before{
	content:"\f3c5";
}
.fa-shopping-cart:before{
	content:"\f07a";
}
.fa-bars:before{
  content:"\f0c9";
}
.fa-calendar-alt:before{
  content:"\f073";
}
.fa-search:before{
  content:"\f002";
}
.grecaptcha-badge{display: none !important}
.fa-share-alt:before {content: "\f1e0"; }
.fa-whatsapp:before {content: "\f232"; }
.fa-weixin:before {content: "\f1d7"; }
.fa-eye:before {content: "\f06e"; }
.fa-angle-double-right:before {content: "\f101"; }
.fa-arrow-right:before { content: "\f061";}