/* Font Awesome 6.4.0 — subset (40 icons) — gerado a partir de cdnjs */
@font-face {
  font-family: 'FA Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'FA Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-subset.woff2) format('woff2');
}

.fa, .fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas { font-family: 'FA Solid'; font-weight: 900; }
.fab { font-family: 'FA Brands'; font-weight: 400; }

@keyframes fa-spin { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
.fa-spin { animation: fa-spin 2s infinite linear; }

.fa-arrow-right:before { content: "\f061"; }
.fa-barcode:before { content: "\f02a"; }
.fa-bars:before { content: "\f0c9"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-book:before { content: "\f02d"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-clock:before { content: "\f017"; }
.fa-copy:before { content: "\f0c5"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-gift:before { content: "\f06b"; }
.fa-heart:before { content: "\f004"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-lock:before { content: "\f023"; }
.fa-music:before { content: "\f001"; }
.fa-play:before { content: "\f04b"; }
.fa-qrcode:before { content: "\f029"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-ring:before { content: "\f70b"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-spinner:before { content: "\f110"; }
.fa-star:before { content: "\f005"; }
.fa-surprise:before { content: "\f5c2"; }
.fa-tag:before { content: "\f02b"; }
.fa-times:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-truck:before { content: "\f0d1"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-twitter:before { content: "\f099"; }
.fa-whatsapp:before { content: "\f232"; }
