.elementor-628 .elementor-element.elementor-element-6a00f26f{--display:flex;--min-height:400px;--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;--justify-content:center;--gap:040px 040px;--row-gap:040px;--column-gap:040px;--overflow:hidden;--border-radius:5px 5px 5px 5px;--padding-top:060px;--padding-bottom:060px;--padding-left:060px;--padding-right:060px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-628 .elementor-element.elementor-element-a583f43{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-628 .elementor-element.elementor-element-a583f43 .elementor-heading-title{font-family:var( --e-global-typography-heading_xl-font-family ), Sans-serif;font-size:var( --e-global-typography-heading_xl-font-size );font-weight:var( --e-global-typography-heading_xl-font-weight );line-height:var( --e-global-typography-heading_xl-line-height );color:var( --e-global-color-background );}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-628 .elementor-element.elementor-element-8f60c42{width:100%;max-width:100%;}#elementor-popup-modal-628 .dialog-widget-content{animation-duration:1.2s;background-color:#615C5CBA;border-radius:5px 5px 5px 5px;}#elementor-popup-modal-628{background-color:#00000082;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-628 .dialog-message{width:650px;height:400px;align-items:flex-start;}#elementor-popup-modal-628 .dialog-close-button{display:flex;font-size:21px;}#elementor-popup-modal-628 .dialog-close-button i{color:#F5F5F559;}#elementor-popup-modal-628 .dialog-close-button svg{fill:#F5F5F559;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-628 .elementor-element.elementor-element-a583f43 .elementor-heading-title{font-size:var( --e-global-typography-heading_xl-font-size );line-height:var( --e-global-typography-heading_xl-line-height );}.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );}#elementor-popup-modal-628 .dialog-message{width:580px;height:350px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-628 .elementor-element.elementor-element-a583f43 .elementor-heading-title{font-size:var( --e-global-typography-heading_xl-font-size );line-height:var( --e-global-typography-heading_xl-line-height );}.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );}#elementor-popup-modal-628 .dialog-message{width:100vw;height:250px;}}/* Start custom CSS for search, class: .elementor-element-8f60c42 */.pesquisa-custom .e-search-form {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #2c2c2f;
  padding: 16px 14px 16px 20px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

/* bloco do input */
.pesquisa-custom .e-search-input-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  background: transparent;
}

/* label com ícone */
.pesquisa-custom .e-search-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px 0 0;
  flex-shrink: 0;
}

/* ícone */
.pesquisa-custom .e-search-label svg {
  width: 18px;
  height: 18px;
  fill: #e2a69d;
  opacity: 1;
}

/* campo */
.pesquisa-custom .e-search-input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #a9afbb !important;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
}

/* placeholder */
.pesquisa-custom .e-search-input::placeholder {
  color: #737a86 !important;
  opacity: 1;
}

/* foco */
.pesquisa-custom .e-search-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* botão */
.pesquisa-custom .e-search-submit {
  min-width: 116px;
  height: 40px;
  padding: 0 22px;
  background: #efb0a6 !important;
  color: #5a2c2b !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pesquisa-custom .e-search-submit:hover {
  filter: brightness(1.03);
}

/* esconder botão limpar, se não quiseres */
.pesquisa-custom .e-font-icon-svg.e-fas-times {
  display: none !important;
}

/* remover qualquer bordo estranho do widget */
.pesquisa-custom .e-search,
.pesquisa-custom .e-search * {
  border-color: transparent;
}



/* MOBILE */
@media (max-width: 767px) {
  .pesquisa-custom .e-search-form {
    gap: 1px;
    padding: 12px 12px 12px 0px;
  }

  .pesquisa-custom .e-search-label {
    margin: 0 5px 0 0;
  }

  .pesquisa-custom .e-search-label svg {
    width: 16px;
    height: 16px;
  }

  .pesquisa-custom .e-search-input {
    font-size: 14px;
    min-height: 36px;
  }

  .pesquisa-custom .e-search-input::placeholder {
    font-size: 14px;
  }

  .pesquisa-custom .e-search-submit {
    min-width: auto;
    height: 36px;
    padding: 0 14px;
    font-size: 11px !important;
    letter-spacing: 1px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6a00f26f */.elementor-628 .elementor-element.elementor-element-6a00f26f {


    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}/* End custom CSS */