@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ok7w6y');
  src:  url('fonts/icomoon.eot?ok7w6y#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ok7w6y') format('truetype'),
    url('fonts/icomoon.woff?ok7w6y') format('woff'),
    url('fonts/icomoon.svg?ok7w6y#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-whats:before {
  content: "\e905";
  /* color: #fff; */
}
.icon-garantia:before {
  content: "\e900";
  /* color: #1f3e7b; */
}
.icon-idpe:before {
  content: "\e901";
  /* color: #1f3e7b; */
}
.icon-peso-pesado:before {
  content: "\e902";
  /* color: #1f3e7b; */
}
.icon-protecao-uv:before {
  content: "\e903";
  /* color: #1f3e7b; */
}
.icon-close:before {
  content: "\e904";
  color: var(--white);

}
.icon-menu:before {
  content: "\1f32a";
  color: var(--white);
}
