.linha {
  width: 100%;
  height: 30px;
  background: #FFDB63;
}

.cabecalho {
  background: white;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.cabecalho__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  gap: 194px;
}

.cabecalho__navegacao ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 46px;
}

.cabecalho__item {
  font-size: 20px;
  list-style: none;
  font-weight: 600;
}


input {
  width: 258px;
  height: 40px;
  border-radius: 22px;
  border: none;
  padding: 10px;
  text-align: center;
  background: #F5F2F2;
}