/* Minimal Font Awesome subset for control-de-acceso landing */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

@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");
}

.fa-building:before { content: "\f1ad"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle:before { content: "\f111"; }
.fa-clock:before { content: "\f017"; }
.fa-code:before { content: "\f121"; }
.fa-door-closed:before { content: "\f52a"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-fingerprint:before { content: "\f577"; }
.fa-headset:before { content: "\f590"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-lock:before { content: "\f023"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-moon:before { content: "\f186"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-play:before { content: "\f04b"; }
.fa-server:before { content: "\f233"; }
.fa-sun:before { content: "\f185"; }
.fa-times:before { content: "\f00d"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-users:before { content: "\f0c0"; }
.fa-whatsapp:before { content: "\f232"; }
