  /* ============ ICONOS ============
     Subconjunto de Font Awesome Free 6.5.1 Solid (CC BY 4.0, fontawesome.com)
     con los 63 glifos que usa el sitio. Sustituye a las 268 KB del CDN.
     Regenerar: pyftsubset fa-solid-900.woff2 --unicodes-file=... --flavor=woff2 */
  @font-face{
    font-family:"Geedgo Icons";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url("/assets/fonts/geedgo-icons.woff2") format("woff2");
  }
  .fa-solid,.fas{
    font-family:"Geedgo Icons";
    font-weight:900;
    font-style:normal;
    font-variant:normal;
    line-height:1;
    display:inline-block;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  .fa-spin{animation:fa-spin 2s linear infinite;}
  @keyframes fa-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
  @media (prefers-reduced-motion:reduce){.fa-spin{animation-duration:2s;animation-iteration-count:1;}}

  /* Los iconos de marca (WhatsApp, Facebook, Instagram) son SVG en linea
     reutilizados con <use href="#ico-*">: la familia Brands pesaba 115 KB. */
  .ico-wa,.ico-fb,.ico-ig{width:1em;height:1em;fill:currentColor;display:inline-block;vertical-align:-.125em;flex-shrink:0;}

  .fa-arrow-left::before{content:"\f060";}
  .fa-arrow-right::before{content:"\f061";}
  .fa-award::before{content:"\f559";}
  .fa-box-open::before{content:"\f49e";}
  .fa-brain::before{content:"\f5dc";}
  .fa-briefcase::before{content:"\f0b1";}
  .fa-building::before{content:"\f1ad";}
  .fa-building-columns::before{content:"\f19c";}
  .fa-calendar-check::before{content:"\f274";}
  .fa-calendar-day::before{content:"\f783";}
  .fa-check::before{content:"\f00c";}
  .fa-chevron-right::before{content:"\f054";}
  .fa-circle-check::before{content:"\f058";}
  .fa-circle-exclamation::before{content:"\f06a";}
  .fa-circle-question::before{content:"\f059";}
  .fa-clock::before{content:"\f017";}
  .fa-cloud::before{content:"\f0c2";}
  .fa-code::before{content:"\f121";}
  .fa-comments::before{content:"\f086";}
  .fa-compass::before{content:"\f14e";}
  .fa-cubes::before{content:"\f1b3";}
  .fa-diagram-project::before{content:"\f542";}
  .fa-dumbbell::before{content:"\f44b";}
  .fa-earth-americas::before{content:"\f57d";}
  .fa-envelope::before{content:"\f0e0";}
  .fa-file-invoice-dollar::before{content:"\f571";}
  .fa-globe::before{content:"\f0ac";}
  .fa-graduation-cap::before{content:"\f19d";}
  .fa-grip::before{content:"\f58d";}
  .fa-hand-holding-heart::before{content:"\f4be";}
  .fa-handshake::before{content:"\f2b5";}
  .fa-handshake-angle::before{content:"\f4c4";}
  .fa-headset::before{content:"\f590";}
  .fa-heart-pulse::before{content:"\f21e";}
  .fa-industry::before{content:"\f275";}
  .fa-landmark::before{content:"\f66f";}
  .fa-laptop-code::before{content:"\f5fc";}
  .fa-laptop-medical::before{content:"\f812";}
  .fa-layer-group::before{content:"\f5fd";}
  .fa-life-ring::before{content:"\f1cd";}
  .fa-lightbulb::before{content:"\f0eb";}
  .fa-location-dot::before{content:"\f3c5";}
  .fa-map-location-dot::before{content:"\f5a0";}
  .fa-microchip::before{content:"\f2db";}
  .fa-mobile-screen-button::before{content:"\f3cd";}
  .fa-paper-plane::before{content:"\f1d8";}
  .fa-pen-ruler::before{content:"\f5ae";}
  .fa-people-group::before{content:"\e533";}
  .fa-phone::before{content:"\f095";}
  .fa-plug-circle-bolt::before{content:"\e55b";}
  .fa-plug-circle-check::before{content:"\e55c";}
  .fa-quote-left::before{content:"\f10d";}
  .fa-quote-right::before{content:"\f10e";}
  .fa-rocket::before{content:"\f135";}
  .fa-route::before{content:"\f4d7";}
  .fa-satellite-dish::before{content:"\f7c0";}
  .fa-screwdriver-wrench::before{content:"\f7d9";}
  .fa-shield-halved::before{content:"\f3ed";}
  .fa-spinner::before{content:"\f110";}
  .fa-truck-fast::before{content:"\f48b";}
  .fa-user-gear::before{content:"\f4fe";}
  .fa-users::before{content:"\f0c0";}
  .fa-wifi::before{content:"\f1eb";}
