.container-setor2.linha-busca-com-botoes {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.search-box.linha-unica {
  flex: 1;
  display: flex;
  background-color: #fbf9f9;
  border-radius: 30px;
  padding: 6px 10px;
}

.search-box.linha-unica input {
  flex: 1;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  padding: 4px;
}

.search-button {
  min-width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23f58634' viewBox='0 0 24 24'><path d='M10.5 3a7.5 7.5 0 015.9 12.1l4.7 4.7a1 1 0 01-1.4 1.4l-4.7-4.7A7.5 7.5 0 1110.5 3zm0 2a5.5 5.5 0 100 11 5.5 5.5 0 000-11z'/></svg>");
}

/* Botões redondos lado a lado */
/* BOTOES DO SETOR 2 - MOBILE */

.botoes-circulares-inline {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
}

.botao-circular {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Botões com ícones da pasta images/icones */
.botao-fixo {
  background-color: #f58634;
  background-image: url('../images/icones/telefone.svg');
}

.botao-whatsapp {
  background-color: #25d366;
  background-image: url('../images/icones/whatsapp.svg');
}

.botao-contato {
  background-color: #f58634;
  background-image: url('../images/icones/contato.svg');
}
