svg {
  /* estrellas de hoteles */
  &.icon-hotel-stars-0 {
    width: 0;
    height: 0;
  }
  &.icon-hotel-stars-1 {
    width: 12px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-stars-2 {
    width: 26px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-stars-3 {
    width: 39px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-stars-4 {
    width: 53px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-stars-5 {
    width: 67px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-stars-gl, &.icon-hotel-stars-6 {
    width: 86px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }

  /* Llaves de apartamentos */
  &.icon-hotel-keys-0 {
    width: 0;
    height: 0;
  }
  &.icon-hotel-keys-1 {
    width: 9px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-keys-2 {
    width: 22px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-keys-3 {
    width: 35px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-keys-4 {
    width: 48px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
  &.icon-hotel-keys-5 {
    width: 61px;
    height: 12px;
    &, & * {
      fill:#f6a623;
    }
  }
}

/* icono de bioscore */
.bioscore_icon {
  display: block;
  width: 34px;
  height: 34px;
  background: center center no-repeat;
  background-size: 100%;

  &:hover {
    cursor: pointer;
  }

  &_Aplus {
    background-image: url('/headers/ilusion/'+ $assets-folder +'/dist/svg/icon-ownfill-graph-ratingbio-aplus.svg');
  }

  &_A {
    background-image: url('/headers/ilusion/'+ $assets-folder +'/dist/svg/icon-ownfill-graph-ratingbio-a.svg');
  }

  &_B {
    background-image: url('/headers/ilusion/'+ $assets-folder +'/dist/svg/icon-ownfill-graph-ratingbio-b.svg');
  }

  &_C {
    background-image: url('/headers/ilusion/'+ $assets-folder +'/dist/svg/icon-ownfill-graph-ratingbio-c.svg');
  }

  &_D {
    background-image: url('/headers/ilusion/'+ $assets-folder +'/dist/svg/icon-ownfill-graph-ratingbio-d.svg');
  }
}

