/* Font Awesome local: no CDN ni peticiones a terceros. */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.woff2") format("woff2");
}

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

.fa,
.fa-solid,
.fas {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-brands,
.fab {
  display: inline-block;
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Solo se declaran los glifos que usa el proyecto. */
.fa-gauge-high::before { content: "\f625"; }
.fa-book-open::before { content: "\f518"; }
.fa-table-cells-large::before { content: "\f009"; }
.fa-user-graduate::before { content: "\f501"; }
.fa-file-signature::before { content: "\f573"; }
.fa-chart-column::before { content: "\e0e3"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-gear::before { content: "\f013"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-bell::before { content: "\f0f3"; }
.fa-plus::before { content: "\2b"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-check::before { content: "\f00c"; }
.fa-grip-vertical::before { content: "\f58e"; }
.fa-stopwatch::before { content: "\f2f2"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-star::before { content: "\f005"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-phone::before { content: "\f095"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-comments::before { content: "\f086"; }
.fa-tag::before { content: "\f02b"; }
.fa-lock::before { content: "\f023"; }
.fa-headset::before { content: "\f590"; }
.fa-receipt::before { content: "\f543"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-users::before { content: "\f0c0"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-hourglass-half::before { content: "\f252"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-youtube::before { content: "\f167"; }
.fa-chalkboard-user::before { content: "\f51c"; }
.fa-ticket::before { content: "\f145"; }
.fa-house::before { content: "\f015"; }
.fa-image::before { content: "\f03e"; }
.fa-images::before { content: "\f302"; }
.fa-eye::before { content: "\f06e"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-link-slash::before { content: "\f127"; }
.fa-xmark::before { content: "\f00d"; }

/* Editor de código del panel */
.fa-code::before { content: "\f121"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-palette::before { content: "\f53f"; }
.fa-floppy-disk::before { content: "\f0c7"; }
.fa-clock-rotate-left::before { content: "\f1da"; }
.fa-rotate-left::before { content: "\f2ea"; }
