@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2i1h7');
  src:  url('fonts/icomoon.eot?2i1h7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2i1h7') format('truetype'),
    url('fonts/icomoon.woff?2i1h7') format('woff'),
    url('fonts/icomoon.svg?2i1h7#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;
}

.icon-check-list:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/imgs/circle-line-78.svg');

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: brightness(0) saturate(100%) invert(60%) sepia(94%) saturate(364%) hue-rotate(15deg) brightness(94%) contrast(88%); */
  /* Este filter convierte la imagen al color #CB801B */
}


.Acordeon-custom .icon-check-list:before {
  content: "";
  display: inline-block;
  align-items: baseline;
  width: 4px;
  height: 4px;
  /*background-image: url('/imgs/circle-line.svg');*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #474747;
  border-radius: 50%;
  /* filter: brightness(0) saturate(100%) invert(60%) sepia(94%) saturate(364%) hue-rotate(15deg) brightness(94%) contrast(88%); */
  /* Este filter convierte la imagen al color #CB801B */
}


/* .icon-check-list:before {
  content: "\e919";
  color: #CB801B;
} */
.icon-filter:before {
  content: "\e918";
  color: #295135;
}
.icon-arrow-dowm-geo:before {
  content: "\e917";
  color: #295135;
}
.icon-waze:before {
  content: "\e915";
}
.icon-google-maps:before {
  content: "\e916";
}
.icon-edit:before {
  content: "\e913";
  color: #94989a;
}
.icon-check:before {
  content: "\e910";
}
.icon-x:before {
  content: "\e911";
}
.icon-print:before {
  content: "\e914";
  color: #f6f6f6;
}

.icon-print:before {
  content: "\e914";
  color: #f6f6f6;
}

.icon-point:before {
  content: "\e90f";
  color: #fff;
}

.icon-new-client:before {
  content: "\e90f";
  color: #fff;
}

.icon-exclamasion:before {
  content: "\e903";
  color: #474747;
}
.icon-phone:before {
  content: "\e912";
  color: #295135;
}
.icon-close:before {
  content: "\e91a";
}
.icon-calendar:before {
  content: "\e900";
  color: #474747;
}
.icon-escalera:before {
  content: "\e901";
  color: #474747;
}
.icon-currency:before {
  content: "\e902";
  color: #474747;
}
.icon-Huawei:before {
  content: "\e908";
  color: #295135;
}
.icon-Google-Play:before {
  content: "\e909";
  color: #295135;
}
.icon-AppStore:before {
  content: "\e90a";
  color: #295135;
}
.icon-resta:before {
  content: "\e904";
  color: #f6f6f6;
}
.icon-suma:before {
  content: "\e905";
  color: #f6f6f6;
}
.icon-arrow-next:before {
  content: "\e906";
  color: #538f61;
}
.icon-search:before {
  content: "\e907";
  color: #f6f6f6;
}
.icon-arrow-dowm:before {
  content: "\e90b";
  color: #f6f6f6;
}
.icon-user:before {
  content: "\e90c";
  color: #538f61;
}
.icon-maletin:before {
  content: "\e90d";
}

.icon-Menu::before {
  content: "\e90e";
  color: #f6f6f6;
  display: inline-flex;          
  align-items: center;
  justify-content: center;
  font-style: normal;         
}

@media (min-width: 768px) and (max-width: 1365.98px) {
  .icon-Menu::before {
    width: 36px;
    height: 28px;
    font-size: 28px;              
    line-height: 28px;          
  }
}

@media (min-width: 1366px) {
  .icon-Menu::before {
    width: 33.43px;
    height: 26px;
    font-size: 26px;              
    line-height: 26px;
  }
}


@media (min-width: 320px) and (max-width: 1024px) {
  .icon-search::before {
    font-size: 24px !important;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
}
