/*!
 * FontAwesome 6.5.2 Solid — SUBSET MÍNIMO para Crúzate Ya!
 * Solo los 16 iconos usados (bridge, car, clock, etc).
 * Reemplaza all.min.css (104 KB) — este archivo pesa <2 KB.
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format('woff2');
}

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

/* Cada icono usado en la app (codepoint del glyph FA 6) */
.fa-bolt:before                 { content: "\f0e7"; }
.fa-bridge:before               { content: "\e4c8"; }
.fa-car:before                  { content: "\f1b9"; }
.fa-chevron-down:before         { content: "\f078"; }
.fa-circle-info:before          { content: "\f05a"; }
.fa-clock:before                { content: "\f017"; }
.fa-lightbulb:before            { content: "\f0eb"; }
.fa-location-dot:before         { content: "\f3c5"; }
.fa-money-bill-transfer:before  { content: "\e528"; }
.fa-money-bill-wave:before      { content: "\f53a"; }
.fa-person-walking:before       { content: "\f554"; }
.fa-right-left:before           { content: "\f362"; }
.fa-road:before                 { content: "\f018"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-truck:before                { content: "\f0d1"; }
.fa-xmark:before                { content: "\f00d"; }
