@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2mapny');
  src:  url('fonts/icomoon.eot?2mapny#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2mapny') format('truetype'),
    url('fonts/icomoon.woff?2mapny') format('woff'),
    url('fonts/icomoon.svg?2mapny#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@media screen and (min-width: 769px){
  .icon-emblem {
    display: inline-block;
  }
  #btn-fixed .icon-emblem {
    display: block;
  }
}
.icon-emblem:before {
  content: "\e900";
  color: #ffffff;
  font-size: 1.2em;
  margin-right: 1rem;
}
.list-blue {
  background: #ffffff;
  border: 6px solid #c6a620;
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.2));
}
.list-blue li {
  color: #000;
  font-size: 4.35vw;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 769px){
  .list-blue li {
    font-size: 2rem;
  }
}
ul.list-blue li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icomoon' !important;
  content: "\e900";
  color: #c6a620;
}
@media only screen and (min-width: 467px) and (max-width: 767px){
  ul.list-blue li:before {
    left: -16px;
  }
}
ol.list-blue {
  background: #000;
}
ol.list-blue li {
  color: #fff;
}
ol li:before {
  margin-left: -30px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  float: left;
  background-color: #c6a620;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
}