/*!
* Font Awesome Free - Versão Final (Expandida)
*/
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Definição de Família (Compatível com v5 e v7) */
.fa-brands, .fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.fa-solid, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fa-regular, .far { font-family: "Font Awesome 5 Free"; font-weight: 400; }

/* --- 1. ÍCONES DA HOME E NAVEGAÇÃO --- */
.fa-bars:before { content: "\f0c9"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-angle-right:before { content: "\f105"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check:before { content: "\f00c"; }

/* --- 2. ÍCONES DE DIFERENCIAIS (Quadrados Verdes) --- */
.fa-graduation-cap:before { content: "\f19d"; } /* Experiência */
.fa-medal:before { content: "\f5a2"; }          /* Certificações */
.fa-globe-americas:before { content: "\f57d"; } /* Vivência Multicultural */
.fa-user-check:before { content: "\f4fc"; }     /* Abordagem Personalizada */

/* --- 3. ÍCONES DE VALORES (Lista Horizontal Nova) --- */
/* Confidencialidade */
.fa-lock:before { content: "\f023"; }
.fa-user-shield:before { content: "\f505"; }
.fa-shield-alt:before { content: "\f3ed"; }

/* Profissionalismo */
.fa-briefcase:before { content: "\f0b1"; }
.fa-user-tie:before { content: "\f508"; }
.fa-certificate:before { content: "\f0a3"; }

/* Desenvolvimento Contínuo */
.fa-chart-line:before { content: "\f201"; }
.fa-book-reader:before { content: "\f5da"; }
.fa-seedling:before { content: "\f4d8"; }

/* Suporte e Confiança */
.fa-hand-holding-heart:before { content: "\f4be"; }
.fa-hands-helping:before { content: "\f4c4"; }
.fa-headset:before { content: "\f590"; }
.fa-heart:before { content: "\f004"; }

/* --- 4. ÍCONES GERAIS E SOCIAL --- */
.fa-user:before { content: "\f007"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-instagram:before { content: "\f16d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-facebook:before { content: "\f09a"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }

/* --- DEFINIÇÃO DAS FONTES --- */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}

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

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