@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%
  }

  ::-webkit-input-placeholder { /* Edge */
    color: rgba(37, 37, 37, .4) !important; 
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(37, 37, 37, .4) !important;
  }

  ::placeholder {
    color: rgba(37, 37, 37, .4) !important;
  }

}


/* Only safari MAC */

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