.elementor-458 .elementor-element.elementor-element-ee61c23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-458 .elementor-element.elementor-element-ee61c23.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-458 .elementor-element.elementor-element-859e318{width:100%;max-width:100%;}.elementor-458 .elementor-element.elementor-element-859e318.elementor-element{--align-self:center;}#elementor-popup-modal-458 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-458{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-458 .dialog-message{width:923px;height:auto;}@media(min-width:768px){.elementor-458 .elementor-element.elementor-element-ee61c23{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-859e318 */.elementor-shortcode {
    display: flex;
    justify-content: center; /* centraliza horizontalmente */
}

/* container geral (barra escura) */
.elementor-shortcode .searchandfilter.sf-custom {
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: none;
  max-width: 100%;
  box-sizing: border-box;
}

/* remove margens do formulário interno e organiza os itens em linha */
.elementor-shortcode .searchandfilter.sf-custom > div > ul {
  display: flex;
  gap: 0;                     /* sem gap para parecer uma barra única */
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* cada coluna do formulário (select / input / submit) */
.elementor-shortcode .searchandfilter.sf-custom > div > ul > li {
  margin: 0;
  padding: 0;
  display: block;
}

/* SELECT (lado esquerdo) */
.elementor-shortcode .searchandfilter.sf-custom select.postform {
  height: 54px;
  min-width: 160px;           /* ajuste para ficar como na imagem */
  padding: 0 14px;
  padding-right: 32px;        /* espaço interno para a seta */
  border: none;
  border-radius: 6px 0 0 6px; /* arredonda canto esquerdo */
  background: #FAFAFA;
  color: #222;
  font-size: 14px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
  line-height: 44px;
}

/* seta pequena à direita do select (usando pseudo-element via wrapper) */
.elementor-shortcode .searchandfilter.sf-custom select.postform {
  background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* Campo de busca (centro) — ocupa o espaço restante */
.elementor-shortcode .searchandfilter.sf-custom input[type="text"],
.elementor-shortcode .searchandfilter.sf-custom input[type="search"] {
  flex: 1;
  display: block;
  height: 54px;
  padding: 0 16px;
  width: 500px;
  border: none;
  border-left: 1px solid rgba(0,0,0,0.04);
  border-right: 1px solid rgba(0,0,0,0.04);
  border-top: 2px solid rgba(0,0,0,0.04) !important;
  border-bottom: 2px solid rgba(0,0,0,0.04) !important;
  border-radius: 0 !important;
  font-size: 15px;
  background: #fff;
  color: #222;
  box-sizing: border-box;
}

/* Botão submit (direita) */
.elementor-shortcode .searchandfilter.sf-custom input[type="submit"]{
  height: 54px;
  min-width: 120px;           /* largura do botão azul */
  padding: 0 18px 0 46px;     /* espaço à esquerda para o ícone */
  border: none;
  border-radius: 0 6px 6px 0; /* arredonda canto direito */
  background: #009DE1;
  color: #fff;
  font-weight:600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  box-shadow: none;
}

/* ícone de lupa no botão (SVG em data URI) */
.elementor-shortcode .searchandfilter.sf-custom input[type="submit"]{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line></svg>");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 18px;
}

/* placeholder color */
.elementor-shortcode .searchandfilter.sf-custom input[type="text"]::placeholder,
.elementor-shortcode .searchandfilter.sf-custom input[type="search"]::placeholder {
  color: #9aa0a6;
}

/* estilo da primeira opção do select */
.elementor-shortcode .searchandfilter.sf-custom select.postform option:first-child {
  font-weight: 700;
  background: #f7f7f7;
}

/* tamanho do texto das opções (quando abrir o dropdown) */
.elementor-shortcode .searchandfilter.sf-custom select.postform option {
  padding-left: 8px;
}

/* responsividade: empilha no mobile */
@media (max-width: 720px) {
  .elementor-shortcode .searchandfilter.sf-custom > div > ul {
    flex-direction: column;
  }
  .elementor-shortcode .searchandfilter.sf-custom select.postform,
  .elementor-shortcode .searchandfilter.sf-custom input[type="text"],
  .elementor-shortcode .searchandfilter.sf-custom input[type="submit"] {
    width: 100%;
    border-radius: 6px !important;
    margin: 6px 0;
    min-width: 0;
  }
  .elementor-shortcode .searchandfilter.sf-custom input[type="submit"] {
    padding-left: 40px;
    background-position: 12px center;
  }
}

.level-0 {
    font-weight: bold;
}/* End custom CSS */