/* Local fallback icons for tratamientos.html */

i[class*="fa-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    min-height: 1em;
    font-style: normal;
}

i[class*="fa-"]::before {
    display: block;
    line-height: 1;
}

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

.fa-wand-magic-sparkles::before,
.fa-hand-sparkles::before {
    content: "✦";
}

.fa-face-grin-stars::before {
    content: "✧";
}

.fa-gem::before {
    content: "◇";
}

.fa-vial::before {
    content: "🧪";
    font-size: 0.82em;
}

.fa-tower-broadcast::before {
    content: "◉";
}

.fa-pen::before {
    content: "✎";
}

.fa-droplet::before {
    content: "💧";
    font-size: 0.82em;
}

.fa-calendar-check::before {
    content: "◫";
}

.fa-clock::before {
    content: "◷";
}

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

.fa-check::before {
    content: "✓";
}

.fa-instagram::before {
    content: "◎";
}
