/* ===================================
   DHARMA LABS - FONTES LOCAIS
   Melhora performance removendo CDNs
   =================================== */

/* ===== INTER FONT FAMILY ===== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-medium.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-semibold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/inter-extrabold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== FONT AWESOME 6 - LOCAL ===== */

/* Font Awesome Solid (fas) */
@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'),
    url('../webfonts/fa-solid-900.ttf') format('truetype');
}

/* Font Awesome Regular (far) */
@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'),
    url('../webfonts/fa-regular-400.ttf') format('truetype');
}

/* Font Awesome Brands (fab) */
@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'),
    url('../webfonts/fa-brands-400.ttf') format('truetype');
}

/* ===== FONT AWESOME CLASSES ===== */
.fa,
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* ===== ÍCONES USADOS NO SITE ===== */
/* Solid Icons */
.fa-rocket:before {
  content: "\f135";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-check:before {
  content: "\f00c";
}

.fa-xmark:before {
  content: "\f00d";
}

.fa-times:before {
  content: "\f00d";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-phone:before {
  content: "\f095";
}

.fa-location-dot:before {
  content: "\f3c5";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-clock:before {
  content: "\f017";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-days:before {
  content: "\f073";
}

.fa-user:before {
  content: "\f007";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-star:before {
  content: "\f005";
}

.fa-heart:before {
  content: "\f004";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-halved:before {
  content: "\f3ed";
}

.fa-lock:before {
  content: "\f023";
}

.fa-code:before {
  content: "\f121";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-mobile-screen:before {
  content: "\f3cf";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-server:before {
  content: "\f233";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-chart-simple:before {
  content: "\e473";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-gauge-high:before {
  content: "\f625";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-headset:before {
  content: "\f590";
}

.fa-comments:before {
  content: "\f086";
}

.fa-message:before {
  content: "\f27a";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-gear:before {
  content: "\f013";
}

.fa-gears:before {
  content: "\f085";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-screwdriver-wrench:before {
  content: "\f7d9";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-diagram-project:before {
  content: "\f542";
}

.fa-list-check:before {
  content: "\f0ae";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-circle-check:before {
  content: "\f058";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-circle-xmark:before {
  content: "\f057";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-circle-info:before {
  content: "\f05a";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-circle-question:before {
  content: "\f059";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-circle-exclamation:before {
  content: "\f06a";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-sun:before {
  content: "\f185";
}

.fa-moon:before {
  content: "\f186";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-target:before {
  content: "\f140";
}

.fa-award:before {
  content: "\f559";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-crown:before {
  content: "\f521";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-rotate:before {
  content: "\f2f1";
}

.fa-sync:before {
  content: "\f021";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-arrow-up-right-from-square:before {
  content: "\f08e";
}

.fa-download:before {
  content: "\f019";
}

.fa-upload:before {
  content: "\f093";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-lines:before {
  content: "\f15c";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-edit:before {
  content: "\f044";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pencil:before {
  content: "\f303";
}

.fa-pen-to-square:before {
  content: "\f044";
}

.fa-search:before {
  content: "\f002";
}

.fa-magnifying-glass:before {
  content: "\f002";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-nodes:before {
  content: "\f1e0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-volume-high:before {
  content: "\f028";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-volume-xmark:before {
  content: "\f6a9";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-video:before {
  content: "\f03d";
}

.fa-camera:before {
  content: "\f030";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paintbrush:before {
  content: "\f1fc";
}

.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-building-columns:before {
  content: "\f19c";
}

.fa-home:before {
  content: "\f015";
}

.fa-house:before {
  content: "\f015";
}

.fa-store:before {
  content: "\f54e";
}

.fa-shop:before {
  content: "\f54f";
}

.fa-cart-shopping:before {
  content: "\f07a";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-bag-shopping:before {
  content: "\f290";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-box:before {
  content: "\f466";
}

.fa-boxes-stacked:before {
  content: "\f468";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-fast:before {
  content: "\f48b";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-map:before {
  content: "\f279";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-flag:before {
  content: "\f024";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-percent:before {
  content: "\f295";
}

.fa-hashtag:before {
  content: "\23";
}

.fa-at:before {
  content: "\40";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-earth-americas:before {
  content: "\f57d";
}

/* Ícones Adicionais */
.fa-hand-holding-dollar:before {
  content: "\f4c0";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-ticket-simple:before {
  content: "\f3ff";
}

.fa-bug:before {
  content: "\f188";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-face-frown:before {
  content: "\f119";
}

.fa-frown:before {
  content: "\f119";
}

.fa-face-smile:before {
  content: "\f118";
}

.fa-smile:before {
  content: "\f118";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

/* Números */
.fa-0:before {
  content: "\30";
}

.fa-1:before {
  content: "\31";
}

.fa-2:before {
  content: "\32";
}

.fa-3:before {
  content: "\33";
}

.fa-4:before {
  content: "\34";
}

.fa-5:before {
  content: "\35";
}

.fa-6:before {
  content: "\36";
}

.fa-7:before {
  content: "\37";
}

.fa-8:before {
  content: "\38";
}

.fa-9:before {
  content: "\39";
}

/* Animações Font Awesome */
.fa-beat {
  animation: fa-beat 1s ease infinite;
}

.fa-bounce {
  animation: fa-bounce 1s ease infinite;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}

@keyframes fa-beat {

  0%,
  90% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.25);
  }
}

@keyframes fa-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Brands Icons */
.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-github:before {
  content: "\f09b";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-apple:before {
  content: "\f179";
}

.fa-android:before {
  content: "\f17b";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-react:before {
  content: "\f41b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-angular:before {
  content: "\f420";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-php:before {
  content: "\f457";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-aws:before {
  content: "\f375";
}

.fa-docker:before {
  content: "\f395";
}

.fa-figma:before {
  content: "\f799";
}

.fa-slack:before {
  content: "\f198";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-discord:before {
  content: "\f392";
}