/* Bootstrap Icons mínimo para index.html — solo los 7 íconos usados como font icon (<i class="bi bi-*">).
   Los demás íconos en la página son <svg> inline y no necesitan este archivo.
   Generado: 2026-04-30 */
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("./fonts/bootstrap-icons.woff2") format("woff2"),
       url("./fonts/bootstrap-icons.woff") format("woff");
}
.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-whatsapp::before        { content: "\f618"; }
.bi-person-badge::before    { content: "\f4d3"; }
.bi-people-fill::before     { content: "\f4cf"; }
.bi-star-fill::before       { content: "\f586"; }
.bi-hospital-fill::before   { content: "\f773"; }
.bi-bag-plus-fill::before   { content: "\f175"; }
