/*!
 * Bootstrap Icons v1.13.1 - subset para dormir.html
 * Iconos: house-door-fill, journal-medical, calendar-check-fill, heart-fill,
 *         bed-fill, stars, exclamation-triangle-fill, flower1, capsule,
 *         activity, moon-fill, clipboard-data, play-fill,
 *         facebook, instagram, whatsapp, chevron-up
 * Copyright 2019-2024 The Bootstrap Authors - MIT License
 */
@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-house-door-fill::before { content: "\f422"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-bed-fill::before { content: "\f7d2"; }
.bi-stars::before { content: "\f589"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-capsule::before { content: "\f7df"; }
.bi-activity::before { content: "\f66b"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-facebook::before { content: "\f344"; }
.bi-instagram::before { content: "\f437"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-chevron-up::before { content: "\f286"; }
