@charset "utf-8";

/* Only safari Windows */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .fa{
    text-rendering: optimizeLegibility;
  }
  ::i-block-chrome, .fas{
    text-rendering: optimizeLegibility;
  }
  ::i-block-chrome, .inputPesquisar {
    width: 85%
  }

}


/* Only safari MAC */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  /*
  @media {
    .inputPesquisar {
      width: 85%
    }
  }
  */
}