/* FONT AWESOME 4.7 (versión optimizada 25 íconos) */

@font-face {
  font-family: "FontAwesome";
  src: local("Font Awesome"),
       url("../fonts/icons.woff2") format("woff2");
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ICONOS DE INTERFAZ Y NAVEGACIÓN */

.fa-home:before { content: "\e910"; }
.fa-bars:before { content: "\e908"; }
.fa-search:before { content: "\e918"; }
.fa-user:before { content: "\e900"; }
.fa-minus:before { content: "\e901"; }
.fa-plus:before { content: "\e902"; }
.fa-clock-o:before { content: "\e906"; }
.fa-calendar:before { content: "\e907"; }
.fa-arrow-up:before { content: "\e90c"; }
.fa-arrow-right:before { content: "\e909"; }
.fa-arrow-down:before { content: "\e90b"; }
.fa-arrow-left:before { content: "\e90a"; }
.fa-shopping-bag:before { content: "\e903"; }
.fa-shopping-basket:before { content: "\e904"; }
.fa-shopping-cart:before { content: "\e905"; }
.fa-envelope:before { content: "\e90d"; }
.fa-mobile:before { content: "\e90e"; }
.fa-phone:before { content: "\e90f"; }

/* REDES SOCIALES */
.fa-linkedin:before { content: "\e911" }
.fa-whatsapp:before { content: "\e912" }
.fa-youtube:before { content: "\e913" }
.fa-instagram:before { content: "\e914" }
.fa-facebook:before { content: "\e915" }
.fa-x:before { content: "\e916" }
.fa-tiktok:before { content: "\e917" }