/*
 * Bootstrap Icons — fallback local (sin CDN)
 * Sustituye los íconos más usados con caracteres Unicode/emoji.
 * Cuando se disponga de bootstrap-icons.min.css + fuentes, reemplazar
 * esta referencia por la real.
 */
.bi { display:inline-block; font-style:normal; line-height:1; vertical-align:-.1em; }

.bi-check2::before          { content: "✓"; }
.bi-check2-circle::before   { content: "✓"; }
.bi-check-circle-fill::before { content: "✓"; }
.bi-x::before               { content: "✕"; }
.bi-stars::before           { content: "✦"; }
.bi-rocket-takeoff::before  { content: "↑"; }
.bi-play-circle::before     { content: "▶"; }
.bi-send-fill::before       { content: "➤"; }
.bi-robot::before           { content: "◈"; }
.bi-shield-check::before    { content: "✔"; }
.bi-lightning-charge::before{ content: "⚡"; }
.bi-code-slash::before      { content: "</>"; font-size:.8em; }
.bi-file-earmark-text::before { content: "📄"; }
.bi-code-square::before     { content: "⌨"; }
.bi-moon-stars::before      { content: "◑"; }
.bi-building::before        { content: "🏢"; }
.bi-chat-left-text::before  { content: "💬"; }
.bi-palette2::before        { content: "🎨"; }
.bi-info-circle::before     { content: "ℹ"; }
.bi-envelope-fill::before   { content: "✉"; }
.bi-box-arrow-in-right::before { content: "→"; }
.bi-linkedin::before        { content: "in"; font-weight:700; font-size:.8em; }
.bi-twitter-x::before       { content: "𝕏"; }
.bi-github::before          { content: "⊙"; }
