.elementor-kit-12{--e-global-color-primary:#FFDF00;--e-global-color-secondary:#8A6D3B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E0E0E0;--e-global-color-3133294:#0A090C;--e-global-color-3644f83:#312F2F;--e-global-color-afdade0:#0E1512;--e-global-color-f4b3716:#E8B923;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container do buscador */
.buscador-dsp {
  max-width: 400px;
  margin: 0 auto 20px;
}

/* Campo de busca */
.buscador-dsp input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

/* Foco no campo (quando o usuário clica) */
.buscador-dsp input[type="text"]:focus {
  border-color: #e30613; /* vermelho padrão (pode trocar) */
  box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.15);
}

/* Placeholder (texto dentro do campo) */
.buscador-dsp input[type="text"]::placeholder {
  color: #999;
  font-size: 13px;
}/* End custom CSS */