@font-face {
  font-family: "Lumina Icons";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/lumina-icons-solid.woff2") format("woff2");
}

@font-face {
  font-family: "Lumina Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/lumina-icons-brands.woff2") format("woff2");
}

.fa,
.fa-solid,
.fas,
.fa-regular,
.far,
.fa-brands,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fa-solid,
.fas,
.fa-regular,
.far,
.btn-compartir i.fas {
  font-family: "Lumina Icons" !important;
  font-weight: 900 !important;
}

.fa-brands,
.fab {
  font-family: "Lumina Brands" !important;
  font-weight: 400 !important;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fa-spin {
    animation-duration: 1ms;
    animation-iteration-count: 1;
  }
}

.fa-align-left::before { content: "\f036"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-bible::before { content: "\f647"; }
.fa-book-open::before { content: "\f518"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-circle::before { content: "\f111"; }
.fa-circle-half-stroke::before { content: "\f042"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-cog::before { content: "\f013"; }
.fa-comment::before { content: "\f075"; }
.fa-comment-dots::before { content: "\f4ad"; }
.fa-copy::before { content: "\f0c5"; }
.fa-door-open::before { content: "\f52b"; }
.fa-edit::before { content: "\f044"; }
.fa-ellipsis-h::before { content: "\f141"; }
.fa-eye::before { content: "\f06e"; }
.fa-feather-alt::before { content: "\f56b"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-floppy-disk::before { content: "\f0c7"; }
.fa-forward-step::before { content: "\f051"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-google::before { content: "\f1a0"; }
.fa-history::before { content: "\f1da"; }
.fa-info::before { content: "\f129"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-link::before { content: "\f0c1"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-list-ol::before { content: "\f0cb"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-map-signs::before { content: "\f277"; }
.fa-microphone::before { content: "\f130"; }
.fa-moon::before { content: "\f186"; }
.fa-pen::before { content: "\f304"; }
.fa-play::before { content: "\f04b"; }
.fa-plus::before { content: "\2b"; }
.fa-qrcode::before { content: "\f029"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-rotate::before { content: "\f2f1"; }
.fa-route::before { content: "\f4d7"; }
.fa-scroll::before { content: "\f70e"; }
.fa-search::before { content: "\f002"; }
.fa-share-alt::before,
.fa-share-nodes::before { content: "\f1e0"; }
.fa-sliders::before { content: "\f1de"; }
.fa-spinner::before { content: "\f110"; }
.fa-star::before { content: "\f005"; }
.fa-stop::before { content: "\f04d"; }
.fa-sun::before { content: "\f185"; }
.fa-times::before { content: "\f00d"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-volume-up::before { content: "\f028"; }
.fa-wifi::before { content: "\f1eb"; }
