/* ================================
   FONT AWESOME MINIMAL BUILD
   ================================ */

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-solid-900.977e2c2d.woff2") format("woff2"), url("../fonts/fa-solid-900.a3c6e01f.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.91a08dbe.woff2") format("woff2"), url("../fonts/fa-brands-400.ebc41dfb.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Evita <i> ficar itálico quando usado como ícone */
.fa, .fas, .fa-solid, .fab, .fa-brands {
  font-style: normal;
  line-height: 1;
}
/* Base */
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

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

/* ================================
   ÍCONES UTILIZADOS
   ================================ */

/* Brands */
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-whatsapp:before { content: "\f232"; }

/* Solid */
.fa-clock:before { content: "\f017"; }
.fa-plus:before { content: "\2b"; }
.fa-radiation:before { content: "\f7b9"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }