/* FontAwesome Local - Fixed paths */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2");
}

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

/* FontAwesome base styles */
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular, .far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

.fa, .fas, .far, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* FontAwesome Icon Definitions */

/* Solid Icons */
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-search:before { content: "\f002"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-cog:before { content: "\f013"; }
.fa-settings:before { content: "\f013"; }
.fa-gear:before { content: "\f013"; }
.fa-bars:before { content: "\f0c9"; }
.fa-menu:before { content: "\f0c9"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-file:before { content: "\f15b"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-image:before { content: "\f03e"; }
.fa-video:before { content: "\f03d"; }
.fa-music:before { content: "\f001"; }
.fa-star:before { content: "\f005"; }
.fa-heart:before { content: "\f004"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-share:before { content: "\f064"; }
.fa-link:before { content: "\f0c1"; }
.fa-external-link:before { content: "\f08e"; }
.fa-print:before { content: "\f02f"; }
.fa-save:before { content: "\f0c7"; }
.fa-copy:before { content: "\f0c5"; }
.fa-cut:before { content: "\f0c4"; }
.fa-paste:before { content: "\f0ea"; }
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-sync:before { content: "\f021"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-key:before { content: "\f084"; }
.fa-shield:before { content: "\f132"; }
.fa-warning:before { content: "\f071"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info:before { content: "\f129"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-question:before { content: "\f128"; }
.fa-question-circle:before { content: "\f059"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-flag:before { content: "\f024"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-map-marker:before { content: "\f041"; }
.fa-location:before { content: "\f041"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-money:before { content: "\f0d6"; }
.fa-dollar:before { content: "\f155"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-dashboard:before { content: "\f0e4"; }
.fa-tachometer:before { content: "\f0e4"; }
.fa-list:before { content: "\f03a"; }
.fa-table:before { content: "\f0ce"; }
.fa-th:before { content: "\f00a"; }
.fa-th-list:before { content: "\f00b"; }
.fa-grid:before { content: "\f00a"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-signal:before { content: "\f012"; }
.fa-battery-full:before { content: "\f240"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-mute:before { content: "\f026"; }
.fa-microphone:before { content: "\f130"; }
.fa-camera:before { content: "\f030"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-backward:before { content: "\f04a"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f048"; }
.fa-eject:before { content: "\f052"; }
.fa-random:before { content: "\f074"; }
.fa-repeat:before { content: "\f01e"; }
.fa-globe:before { content: "\f0ac"; }
.fa-world:before { content: "\f0ac"; }
.fa-language:before { content: "\f1ab"; }
.fa-translate:before { content: "\f1ab"; }

/* Regular Icons */
.fa-regular.fa-user:before { content: "\f007"; }
.fa-regular.fa-envelope:before { content: "\f0e0"; }
.fa-regular.fa-star:before { content: "\f005"; }
.fa-regular.fa-heart:before { content: "\f004"; }
.fa-regular.fa-bookmark:before { content: "\f02e"; }
.fa-regular.fa-flag:before { content: "\f024"; }
.fa-regular.fa-comment:before { content: "\f075"; }
.fa-regular.fa-comments:before { content: "\f086"; }
.fa-regular.fa-thumbs-up:before { content: "\f164"; }
.fa-regular.fa-thumbs-down:before { content: "\f165"; }
.fa-regular.fa-calendar:before { content: "\f133"; }
.fa-regular.fa-clock:before { content: "\f017"; }
.fa-regular.fa-file:before { content: "\f15b"; }
.fa-regular.fa-folder:before { content: "\f07b"; }
.fa-regular.fa-folder-open:before { content: "\f07c"; }
.fa-regular.fa-image:before { content: "\f03e"; }
.fa-regular.fa-bell:before { content: "\f0f3"; }
.fa-regular.fa-eye:before { content: "\f06e"; }
.fa-regular.fa-eye-slash:before { content: "\f070"; }
.fa-regular.fa-hand:before { content: "\f256"; }
.fa-regular.fa-paper-plane:before { content: "\f1d8"; }

/* Brand Icons */
.fa-brands.fa-facebook:before { content: "\f09a"; }
.fa-brands.fa-twitter:before { content: "\f099"; }
.fa-brands.fa-instagram:before { content: "\f16d"; }
.fa-brands.fa-linkedin:before { content: "\f08c"; }
.fa-brands.fa-youtube:before { content: "\f167"; }
.fa-brands.fa-github:before { content: "\f09b"; }
.fa-brands.fa-google:before { content: "\f1a0"; }
.fa-brands.fa-apple:before { content: "\f179"; }
.fa-brands.fa-microsoft:before { content: "\f3ca"; }
.fa-brands.fa-amazon:before { content: "\f270"; }
.fa-brands.fa-paypal:before { content: "\f1ed"; }
.fa-brands.fa-stripe:before { content: "\f429"; }
.fa-brands.fa-discord:before { content: "\f392"; }
.fa-brands.fa-telegram:before { content: "\f2c6"; }
.fa-brands.fa-whatsapp:before { content: "\f232"; }
.fa-brands.fa-skype:before { content: "\f17e"; }
.fa-brands.fa-slack:before { content: "\f198"; }
.fa-brands.fa-twitch:before { content: "\f1e8"; }
.fa-brands.fa-tiktok:before { content: "\e07b"; }
.fa-brands.fa-snapchat:before { content: "\f2ab"; }
.fa-brands.fa-pinterest:before { content: "\f0d2"; }
.fa-brands.fa-reddit:before { content: "\f1a1"; }
.fa-brands.fa-tumblr:before { content: "\f173"; }
.fa-brands.fa-dribbble:before { content: "\f17d"; }
.fa-brands.fa-behance:before { content: "\f1b4"; }
.fa-brands.fa-figma:before { content: "\f799"; }
.fa-brands.fa-wordpress:before { content: "\f19a"; }
.fa-brands.fa-shopify:before { content: "\e057"; }

/* Additional commonly used solid icons */
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-magic:before { content: "\f0d0"; }
.fa-rocket:before { content: "\f135"; }
.fa-fire:before { content: "\f06d"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-spinner:before { content: "\f110"; }
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-gift:before { content: "\f06b"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }
.fa-crown:before { content: "\f521"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-pen:before { content: "\f304"; }
.fa-pencil:before { content: "\f040"; }
.fa-eraser:before { content: "\f12d"; }
.fa-ruler:before { content: "\f545"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-mobile:before { content: "\f10b"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-keyboard:before { content: "\f11c"; }
.fa-mouse:before { content: "\f8cc"; }
.fa-headphones:before { content: "\f025"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-tv:before { content: "\f26c"; }
.fa-database:before { content: "\f1c0"; }
.fa-server:before { content: "\f233"; }
.fa-code:before { content: "\f121"; }
.fa-terminal:before { content: "\f120"; }
.fa-bug:before { content: "\f188"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-screwdriver:before { content: "\f54a"; }
.fa-toolbox:before { content: "\f552"; }

/* Missing icons from templates */
.fa-tachometer-alt:before { content: "\f3f4"; }
.fa-users:before { content: "\f0c0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-blog:before { content: "\f781"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-globe:before { content: "\f0ac"; }

/* Additional icons used in templates */
.fa-receipt:before { content: "\f543"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-friends:before { content: "\f500"; }
.fa-building:before { content: "\f1ad"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-check-circle:before { content: "\f058"; }
.fa-times-circle:before { content: "\f057"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-cogs:before { content: "\f085"; }
.fa-align-left:before { content: "\f036"; }
.fa-sticky-note:before { content: "\f249"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-times:before { content: "\f00d"; }
.fa-save:before { content: "\f0c7"; }
.fa-eye:before { content: "\f06e"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-plus:before { content: "\f067"; }
.fa-search:before { content: "\f002"; }
.fa-tag:before { content: "\f02b"; }
.fa-copy:before { content: "\f0c5"; }
.fa-download:before { content: "\f019"; }

/* Icons found in public templates that were missing */
.fa-brain:before { content: "\f5dc"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-tools:before { content: "\f7d9"; }
.fa-heart:before { content: "\f004"; }
.fa-users:before { content: "\f0c0"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-star:before { content: "\f005"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-spinner:before { content: "\f110"; }
.fa-check:before { content: "\f00c"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-blog:before { content: "\f781"; }
.fa-rocket:before { content: "\f135"; }
.fa-cogs:before { content: "\f085"; }
.fa-code:before { content: "\f121"; }
.fa-server:before { content: "\f233"; }
.fa-desktop:before { content: "\f108"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-chalkboard-teacher:before { content: "\f51c"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-chart-line:before { content: "\f201"; }
.fa-brain:before { content: "\f5dc"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-chalkboard:before { content: "\f51b"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-eye:before { content: "\f06e"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-clock:before { content: "\f017"; }
.fa-calendar:before { content: "\f133"; }
.fa-user:before { content: "\f007"; }
.fa-tag:before { content: "\f02b"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-chart-line:before { content: "\f201"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-edit:before { content: "\f044"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-cogs:before { content: "\f085"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-github:before { content: "\f09b"; }
.fa-twitter:before { content: "\f099"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-facebook:before { content: "\f09a"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-blog:before { content: "\f781"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-search:before { content: "\f002"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-python:before { content: "\f3e2"; }
.fa-js-square:before { content: "\f3b8"; }
.fa-react:before { content: "\f41b"; }
.fa-node-js:before { content: "\f3d3"; }
.fa-database:before { content: "\f1c0"; }
.fa-docker:before { content: "\f395"; }

/* Icons para tecnologías de proyectos */
.fa-leaf:before { content: "\f06c"; }
.fa-vuejs:before { content: "\f41f"; }
.fa-css3-alt:before { content: "\f38b"; }

/* Icons faltantes del dashboard */
.fa-euro-sign:before { content: "\f153"; }
.fa-file-signature:before { content: "\f573"; }
.fa-folder-plus:before { content: "\f65e"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-play-circle:before { content: "\f144"; }
.fa-fingerprint:before { content: "\f577"; }
.fa-calendar-plus:before { content: "\f271"; }
.fa-life-ring:before { content: "\f1cd"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-compass:before { content: "\f14e"; }

/* Icons adicionales para páginas legales */
.fa-shield-alt:before { content: "\f3ed"; }
.fa-ban:before { content: "\f05e"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-certificate:before { content: "\f0a3"; }