/* Font Awesome Minimal - Todos os ícones usados no site */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/fa-solid-900.woff2) format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/fa-brands-400.woff2) format('woff2');
}

.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fas, .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;
}

/* Solid Icons */
.fa-angle-right:before { content: "\f105"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-award:before { content: "\f559"; }
.fa-ban:before { content: "\f05e"; }
.fa-band-aid:before { content: "\f462"; }
.fa-bandage:before { content: "\f462"; }
.fa-battery-full:before { content: "\f240"; }
.fa-bone:before { content: "\f5d7"; }
.fa-book:before { content: "\f02d"; }
.fa-building:before { content: "\f1ad"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-chart-line:before { content: "\f201"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-double:before { content: "\f560"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-circle-check:before { content: "\f058"; }
.fa-clinic-medical:before { content: "\f7f2"; }
.fa-clock:before { content: "\f017"; }
.fa-compress-arrows-alt:before { content: "\f78c"; }
.fa-crown:before { content: "\f521"; }
.fa-cut:before { content: "\f0c4"; }
.fa-scissors:before { content: "\f0c4"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-expand-arrows-alt:before { content: "\f31e"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-fire:before { content: "\f06d"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-hand:before { content: "\f256"; }
.fa-hands:before { content: "\f2a7"; }
.fa-hands-helping:before { content: "\f4c4"; }
.fa-heart:before { content: "\f004"; }
.fa-heart-pulse:before { content: "\f21e"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-home:before { content: "\f015"; }
.fa-house:before { content: "\f015"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-link:before { content: "\f0c1"; }
.fa-magic:before { content: "\f0d0"; }
.fa-wand-magic-sparkles:before { content: "\f0d0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-microscope:before { content: "\f610"; }
.fa-palette:before { content: "\f53f"; }
.fa-phone:before { content: "\f095"; }
.fa-pills:before { content: "\f484"; }
.fa-play:before { content: "\f04b"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-question:before { content: "\f128"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-running:before { content: "\f70c"; }
.fa-person-running:before { content: "\f70c"; }
.fa-search:before { content: "\f002"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-search-minus:before { content: "\f010"; }
.fa-shapes:before { content: "\f61f"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-shoe-prints:before { content: "\f54b"; }
.fa-smile:before { content: "\f118"; }
.fa-face-smile:before { content: "\f118"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-star:before { content: "\f005"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-syringe:before { content: "\f48e"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-gauge-high:before { content: "\f3fd"; }
.fa-thermometer-half:before { content: "\f2c9"; }
.fa-temperature-half:before { content: "\f2c9"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-tint:before { content: "\f043"; }
.fa-droplet:before { content: "\f043"; }
.fa-tired:before { content: "\f5c8"; }
.fa-face-tired:before { content: "\f5c8"; }
.fa-tools:before { content: "\f7d9"; }
.fa-screwdriver-wrench:before { content: "\f7d9"; }
.fa-trophy:before { content: "\f091"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-user-doctor:before { content: "\f0f0"; }
.fa-users:before { content: "\f0c0"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-high:before { content: "\f028"; }
.fa-walking:before { content: "\f554"; }
.fa-person-walking:before { content: "\f554"; }
.fa-wave-square:before { content: "\f83e"; }

/* Brand Icons */
.fa-whatsapp:before { content: "\f232"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
