/*
 * Font Awesome Free 6.5.1 — subconjunto usado somente na Home.
 * Icons: CC BY 4.0; Fonts: SIL OFL 1.1; Code: MIT License.
 * https://fontawesome.com/license/free
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/fa-solid-900-home.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400-home.woff2") format("woff2");
}

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

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

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

.fa-bars::before { content: "\f0c9"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-search::before { content: "\f002"; }
.fa-dna::before { content: "\f471"; }
.fa-file-medical-alt::before { content: "\f478"; }
.fa-hand-holding-heart::before { content: "\f4be"; }
.fa-ribbon::before { content: "\f4d6"; }
.fa-microscope::before { content: "\f610"; }
.fa-procedures::before { content: "\f487"; }
.fa-heart::before { content: "\f004"; }
.fa-syringe::before { content: "\f48e"; }
.fa-vial::before { content: "\f492"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-star::before { content: "\f005"; }
.fa-cookie-bite::before { content: "\f564"; }
.fa-lock::before { content: "\f023"; }
.fa-spinner::before { content: "\f110"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-google::before { content: "\f1a0"; }

.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, linear);
}

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