main .caixadebusca{
    justify-content: space-around;
    position: relative;
    display: flex;
    float: none;
    margin-top: 30px;
    
}

main #barra-pesquisa {
    background-color: rgb(202, 202, 202);
    width: 500px;
    height: 50px;
    padding: 10px;
    border-radius: 40px;
  
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #texto-pesquisa {
      background: none;
      border-radius: 50px;
      outline: 0;
      width: 720px;
      height: 50px;
      padding: 0;
      font-size: 24px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      color: #000000;
    
  }
  .lupa {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

