/* ===========================================================
   FONTAWESOME-CUSTOM.CSS
   Versión reducida y auto-hospedada de Font Awesome 5.8.
   Incluye SOLO los íconos que usa este sitio (9 íconos),
   en vez de cargar la librería completa (miles de íconos).

   Esto reemplaza:
   <link rel="stylesheet" href="https://use.fontawesome.com/...">

   Si en el futuro agregas un ícono nuevo que no esté en esta
   lista, revisa https://fontawesome.com/v5/search para encontrar
   su código unicode y agrégalo siguiendo el mismo patrón.
=========================================================== */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.woff") format("woff");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.woff") format("woff");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa,
.fas,
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* ===== Íconos usados en este sitio ===== */

.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-right:before       { content: "\f105"; }
.fa-arrow-right:before       { content: "\f061"; }
.fa-sign-in-alt:before       { content: "\f2f6"; }
.fa-star:before               { content: "\f005"; }
.fa-times:before              { content: "\f00d"; }
.fa-chevron-left:before       { content: "\f053"; }
.fa-chevron-right:before      { content: "\f054"; }

.fa-apple:before        { content: "\f179"; }
.fa-facebook:before     { content: "\f09a"; }
.fa-google-play:before  { content: "\f3ab"; }
.fa-google-plus:before  { content: "\f2b3"; }
