/*!
 * Font Awesome Custom - Apenas icones usados pelo RDSWEB
 * Baseado em Font Awesome 6.5.1
 * Reduzido de ~80 KiB para ~3 KiB
 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format("woff2"),
       url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2) format("woff2"),
       url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format("woff2"),
       url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.ttf) format("truetype");
}

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

.fa-regular,
.far {
  font-weight: 400;
}

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

.fa-display {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Brands */
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-youtube::before { content: "\f167"; }
.fa-tiktok::before { content: "\e2d7"; }
.fa-google::before { content: "\f1a0"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-wordpress::before { content: "\f19a"; }

/* Solid - Navigation */
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-down::before { content: "\f078"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-external-link-alt::before { content: "\f35d"; }

/* Solid - UI */
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-times-circle::before { content: "\f057"; }
.fa-circle-xmark::before { content: "\f057"; }
.fa-circle-info::before { content: "\f129"; }
.fa-info-circle::before { content: "\f129"; }
.fa-question-circle::before { content: "\f059"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-minus::before { content: "\f068"; }
.fa-plus::before { content: "\f067"; }
.fa-star::before { content: "\f005"; }
.fa-clock::before { content: "\f017"; }
.fa-tag::before { content: "\f02b"; }
.fa-search::before { content: "\f002"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-rotate::before { content: "\f2f1"; }

/* Solid - Contact */
.fa-phone::before { content: "\f095"; }
.fa-phone-volume::before { content: "\f3a9"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-map-pin::before { content: "\f276"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-globe::before { content: "\f0ac"; }
.fa-paper-plane::before { content: "\f1d8"; }

/* Solid - Business */
.fa-briefcase::before { content: "\f0b1"; }
.fa-building::before { content: "\f1ad"; }
.fa-industry::before { content: "\f275"; }
.fa-store::before { content: "\f54e"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-gift::before { content: "\f06b"; }
.fa-trophy::before { content: "\f091"; }
.fa-medal::before { content: "\f5a2"; }
.fa-award::before { content: "\f55e"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-chart-simple::before { content: "\e2d3"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-search-dollar::before { content: "\f688"; }

/* Solid - Tech */
.fa-code::before { content: "\f121"; }
.fa-laptop-code::before { content: "\f5fc"; }
.fa-database::before { content: "\f1c0"; }
.fa-server::before { content: "\f233"; }
.fa-plug::before { content: "\f1e6"; }
.fa-robot::before { content: "\f544"; }
.fa-microchip::before { content: "\f2db"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-shield::before { content: "\f132"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-bug::before { content: "\f188"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-cogs::before { content: "\f085"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-tools::before { content: "\f552"; }
.fa-gauge-high::before { content: "\f624"; }
.fa-tachometer-alt::before { content: "\f624"; }
.fa-rocket::before { content: "\f135"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-fire::before { content: "\f06d"; }

/* Solid - People */
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-user-tie::before { content: "\f508"; }
.fa-user-secret::before { content: "\f21b"; }
.fa-headset::before { content: "\f590"; }
.fa-people-group::before { content: "\e533"; }
.fa-people-arrows::before { content: "\e537"; }

/* Solid - Content */
.fa-book-open::before { content: "\f518"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-images::before { content: "\f300"; }
.fa-camera::before { content: "\f030"; }
.fa-pen-ruler::before { content: "\f5ae"; }
.fa-clipboard-list::before { content: "\f0ae"; }

/* Solid - Location */
.fa-city::before { content: "\f64f"; }
.fa-house::before { content: "\f015"; }
.fa-home::before { content: "\f015"; }
.fa-house-chimney::before { content: "\e3af"; }
.fa-road::before { content: "\f018"; }
.fa-train-subway::before { content: "\f7da"; }
.fa-map-marked-alt::before { content: "\f5a5"; }
.fa-map-location-dot::before { content: "\f5a5"; }
.fa-location-crosshairs::before { content: "\f651"; }

/* Solid - Misc */
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbs-down::before { content: "\f165"; }
.fa-comments::before { content: "\f086"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-brain::before { content: "\f5dc"; }
.fa-graduation-cap::before { content: "\f501"; }
.fa-stethoscope::before { content: "\f0f1"; }
.fa-tooth::before { content: "\f5c9"; }
.fa-hospital::before { content: "\f0f8"; }
.fa-dumbbell::before { content: "\f44b"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-scissors::before { content: "\f0c4"; }
.fa-flag-checkered::before { content: "\f11e"; }
.fa-mobile-screen::before { content: "\f3cf"; }
.fa-mobile-retro::before { content: "\e537"; }
.fa-th-large::before { content: "\f009"; }
.fa-globe-americas::before { content: "\f57d"; }
.fa-magnifying-glass-chart::before { content: "\f5a6"; }
.fa-store-slash::before { content: "\e071"; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-user-times::before { content: "\f508"; }
.fa-ban::before { content: "\f05e"; }
.fa-html5::before { content: "\f13b"; }
.fa-css3-alt::before { content: "\f39b"; }
.fa-js::before { content: "\f3b8"; }
.fa-php::before { content: "\f457"; }
.fa-microscope::before { content: "\f1fc"; }

/* Blog specific icons */
.fa-clock-rotate-left::before { content: "\f1da"; }
.fa-ranking-star::before { content: "\e561"; }
.fa-table-list::before { content: "\f00b"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-diagram-project::before { content: "\f542"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-cube::before { content: "\f1b2"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-gear::before { content: "\f013"; }
.fa-sliders::before { content: "\f1de"; }
.fa-toggle-on::before { content: "\f205"; }
.fa-palette::before { content: "\f53f"; }
.fa-paint-brush::before { content: "\f1fc"; }
.fa-wand-magic-sparkles::before { content: "\e2ca"; }
.fa-sparkles::before { content: "\f5b0"; }
.fa-bullseye::before { content: "\f140"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-dart-board::before { content: "\e2ee"; }
.fa-arrows-spin::before { content: "\e494"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-sync::before { content: "\f021"; }
.fa-rotate::before { content: "\f2f1"; }
.fa-spinner::before { content: "\f110"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-database::before { content: "\f1c0"; }
.fa-table::before { content: "\f0ce"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-folder::before { content: "\f07b"; }
.fa-envelope-open::before { content: "\f2b6"; }
.fa-inbox::before { content: "\f01c"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-cloud-arrow-up::before { content: "\f0ee"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-share::before { content: "\f064"; }
.fa-share-nodes::before { content: "\f1e0"; }
.fa-link::before { content: "\f0c1"; }
.fa-unlink::before { content: "\f127"; }
.fa-copy::before { content: "\f0c5"; }
.fa-clone::before { content: "\f24d"; }
.fa-trash::before { content: "\f2ed"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-edit::before { content: "\f304"; }
.fa-pen::before { content: "\f304"; }
.fa-pen-to-square::before { content: "\f304"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-minus-circle::before { content: "\f056"; }
.fa-check-square::before { content: "\f14a"; }
.fa-square::before { content: "\f0c8"; }
.fa-circle::before { content: "\f111"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-sort::before { content: "\f0dc"; }
.fa-sort-up::before { content: "\f0de"; }
.fa-sort-down::before { content: "\f0dd"; }
.fa-filter::before { content: "\f0b0"; }
.fa-sliders-h::before { content: "\f337"; }
.fa-expand::before { content: "\f065"; }
.fa-compress::before { content: "\f066"; }
.fa-maximize::before { content: "\f31e"; }
.fa-minimize::before { content: "\f31d"; }
.fa-window-maximize::before { content: "\f2d0"; }
.fa-window-minimize::before { content: "\f2d1"; }
.fa-print::before { content: "\f02f"; }
.fa-pdf::before { content: "\f1c1"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-file-word::before { content: "\f1c2"; }
.fa-file-excel::before { content: "\f1c3"; }
.fa-file-powerpoint::before { content: "\f1c4"; }
.fa-file-image::before { content: "\f1c5"; }
.fa-file-video::before { content: "\f1c8"; }
.fa-file-audio::before { content: "\f1c7"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-file-zipper::before { content: "\f1c6"; }
.fa-file-archive::before { content: "\f1c6"; }
.fa-file-contract::before { content: "\f56e"; }
.fa-file-signature::before { content: "\f573"; }
.fa-file-invoice::before { content: "\f570"; }
.fa-file-invoice-dollar::before { content: "\f571"; }
.fa-file-prescription::before { content: "\f572"; }
.fa-file-medical::before { content: "\f477"; }
.fa-file-medical-alt::before { content: "\f478"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file::before { content: "\f15b"; }
