.elementor-kit-10{--e-global-color-primary:#041B81;--e-global-color-secondary:#FF6B01;--e-global-color-text:#333333;--e-global-color-accent:#4CAF50;--e-global-color-ab60e43:#F4F4F4;--e-global-color-fbee5de:#E3E8FF;--e-global-color-e71fc76:#D32F2F;--e-global-color-2bc6309:#DDDDDD;--e-global-color-32efd4c:#FF8533;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ==============================
   DISPEMAQ - FiboSearch Final Styles (Elementor Site Settings)
   Palette: #FF6B01 #FF8533 #041B81 #E3E8FF #0A2ECC #F4F4F4 #333333 #4CAF50 #D32F2F
   ============================== */

/* container */
.dispemaq-fibosearch .dgwt-wcas-search-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #F4F4F4;
  border-radius: 12px;
  border: 1px solid #E3E8FF;
  box-shadow: 0 6px 18px rgba(4,27,129,0.10);
  position: relative;
  overflow: visible;
}

/* input */
.dispemaq-fibosearch .dgwt-wcas-search-input {
  background: transparent !important;
  border: none !important;
  height: 52px !important;
  padding: 0 86px 0 18px !important; /* espaço para mic+submit */
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 500;
}

/* placeholder */
.dispemaq-fibosearch .dgwt-wcas-search-input::placeholder {
  color: #041B81 !important;
  opacity: 0.85;
  font-style: normal;
}

/* lupa (submit) */
.dispemaq-fibosearch .dgwt-wcas-search-submit {
  background: transparent !important;
  color: #0A2ECC !important;
  border-radius: 0 10px 10px 0 !important;
  width: 56px !important;
  font-size: 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .18s ease, color .18s ease;
  border: none !important;
}

/* lupa hover */
.dispemaq-fibosearch .dgwt-wcas-search-submit:hover,
.dispemaq-fibosearch .dgwt-wcas-search-submit:focus {
  color: #FF6B01 !important;
  transform: scale(1.08);
}

/* microfone button absolute */
.dispemaq-fibosearch .dgwt-wcas-voice-search-btn {
  position: absolute;
  right: 66px; /* ajuste se precisar */
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  color: #0A2ECC !important;
  font-size: 20px;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease;
  z-index: 20;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* microfone hover */
.dispemaq-fibosearch .dgwt-wcas-voice-search-btn:hover,
.dispemaq-fibosearch .dgwt-wcas-voice-search-btn:focus {
  color: #FF8533 !important;
  transform: translateY(-50%) scale(1.12);
}

/* microfone ativo (listening) - pulso */
.dispemaq-fibosearch .dgwt-wcas-voice-search-btn.listening {
  color: #FF6B01 !important;
  animation: pulse-mic 1.2s infinite ease-in-out;
}

@keyframes pulse-mic {
  0% { text-shadow: 0 0 0 rgba(255,107,1,0.35); transform: translateY(-50%) scale(1.0); }
  50% { text-shadow: 0 0 14px rgba(255,107,1,0.85); transform: translateY(-50%) scale(1.12); }
  100% { text-shadow: 0 0 0 rgba(255,107,1,0.35); transform: translateY(-50%) scale(1.0); }
}

/* tooltip (estilizado) */
.dispemaq-fibosearch .dgwt-wcas-voice-search-btn .dispemaq-mic-tooltip {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #041B81;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  white-space: nowrap;
  z-index: 9999;
}
.dispemaq-fibosearch .dgwt-wcas-voice-search-btn:hover .dispemaq-mic-tooltip { opacity: 1; }

/* dropdown results styling */
.dispemaq-fibosearch .dgwt-wcas-suggestions-wrapp {
  border-radius: 12px;
  border: 1px solid #E3E8FF;
  box-shadow: 0 10px 26px rgba(4,27,129,0.12);
  overflow: hidden;
  margin-top: 8px;
}

/* suggestion item */
.dispemaq-fibosearch .dgwt-wcas-suggestion {
  padding: 10px 14px;
  display:flex;
  align-items:center;
  gap:12px;
  border-bottom:1px solid #F0F4FF;
  background: #ffffff;
}
.dispemaq-fibosearch .dgwt-wcas-suggestion:hover { background:#E3E8FF; }

/* suggestion title and price */
.dispemaq-fibosearch .dgwt-wcas-suggestion-title { color:#041B81 !important; font-weight:600; }
.dispemaq-fibosearch .dgwt-wcas-suggestion-price { color:#FF6B01 !important; font-weight:700; }

/* RESPONSIVE tweaks */
@media (max-width: 768px) {
  .dispemaq-fibosearch .dgwt-wcas-search-input { height:46px !important; padding: 0 64px 0 12px !important; font-size:15px; }
  .dispemaq-fibosearch .dgwt-wcas-search-submit { width:48px !important; font-size:18px; }
  .dispemaq-fibosearch .dgwt-wcas-voice-search-btn { right:54px; font-size:18px; }
  .dispemaq-fibosearch .dgwt-wcas-voice-search-btn .dispemaq-mic-tooltip { display:none; }
}/* End custom CSS */