@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"),
       url("../fonts/bootstrap-icons/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: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ícones usados */
.bi-house::before { content: "\f425"; }
.bi-heart::before { content: "\f417"; }
.bi-share::before { content: "\f52d"; }
.bi-geo-alt::before { content: "\f3f4"; }
.bi-image::before { content: "\f427"; }
.bi-map::before { content: "\f3ed"; }
.bi-door-open::before { content: "\f101"; }
.bi-droplet::before { content: "\f147"; }
.bi-car-front::before { content: "\f1b2"; }
.bi-rulers::before { content: "\f4ef"; }
.bi-calendar::before { content: "\f1bf"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-person::before { content: "\f4da"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
