.elementor-kit-9{--e-global-color-primary:#0076DD;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0E2840E0;--e-global-color-accent:#FDC146;--e-global-color-bdc2bc9:#FFFFFFF5;--e-global-color-3c023fa:#F1F7FF;--e-global-color-844d395:#FF3453;--e-global-color-d5c0dd9:#7AC1FF;--e-global-color-6cd2c4a:#0E2840;--e-global-color-efd7735:#001B2B;--e-global-color-645714e:#F1F7FF04;--e-global-color-e02f73b:#F1F7FF7D;--e-global-color-d88ebc4:#FFFFFFBD;--e-global-color-3c5f225:#E8F2FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;--e-global-typography-55652fd-font-family:"Manrope";--e-global-typography-55652fd-font-size:48px;--e-global-typography-55652fd-font-weight:700;--e-global-typography-55652fd-line-height:124%;--e-global-typography-279413e-font-family:"Manrope";--e-global-typography-279413e-font-size:40px;--e-global-typography-279413e-font-weight:700;--e-global-typography-279413e-line-height:48px;--e-global-typography-279413e-letter-spacing:0.2px;--e-global-typography-1ac10e8-font-family:"Manrope";--e-global-typography-1ac10e8-font-size:14px;--e-global-typography-1ac10e8-font-weight:400;--e-global-typography-1ac10e8-letter-spacing:0.4px;--e-global-typography-83aba39-font-family:"Manrope";--e-global-typography-83aba39-font-size:16px;--e-global-typography-83aba39-font-weight:300;--e-global-typography-83aba39-line-height:1.2lh;--e-global-typography-83aba39-letter-spacing:0.4px;--e-global-typography-adb36b2-font-family:"Manrope";--e-global-typography-adb36b2-font-size:16px;--e-global-typography-adb36b2-font-weight:400;--e-global-typography-adb36b2-line-height:1.2lh;--e-global-typography-adb36b2-letter-spacing:0.3px;--e-global-typography-a58c61c-font-family:"Manrope";--e-global-typography-a58c61c-font-size:24px;--e-global-typography-a58c61c-font-weight:700;--e-global-typography-a58c61c-line-height:32px;--e-global-typography-a58c61c-letter-spacing:0.4px;--e-global-typography-cf94536-font-family:"Manrope";--e-global-typography-cf94536-font-size:18px;--e-global-typography-cf94536-font-weight:700;--e-global-typography-cf94536-line-height:1.2lh;--e-global-typography-cf94536-letter-spacing:0.4px;--e-global-typography-a3520d8-font-family:"Manrope";--e-global-typography-a3520d8-font-size:14px;--e-global-typography-a3520d8-font-weight:600;--e-global-typography-a3520d8-letter-spacing:0.4px;--e-global-typography-fdf66a3-font-family:"Manrope";--e-global-typography-fdf66a3-font-size:16px;--e-global-typography-fdf66a3-font-weight:600;}.elementor-kit-9 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);}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-279413e-font-size:32px;--e-global-typography-279413e-line-height:40px;--e-global-typography-a58c61c-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-55652fd-font-size:36px;--e-global-typography-1ac10e8-font-size:12px;--e-global-typography-a3520d8-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Aplicação via Classe Específica (Recomendado) */
.container-base {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
}

/* Auditoria de Responsividade (Ajuste para Mobile) */
@media (max-width: 767px) {
    .container-base{
        margin-top: 64px !important;  /* Redução sugerida para evitar excesso de scroll em telas menores */
        margin-bottom: 64px !important;
    }
}

.meu-destaque {
    color: #0076DD;
}

  .button-card {
            width: fit-content;
        }
      
        .button-card:hover {
            color: #004C99;
        }
     
        
        
    /* Container Principal (Pílula) */
.eyebrow-pill {
    display: inline-flex !important;
    align-items: center;
    background-color: #f1f7ff; /* Tom claro do print */
    border: 1px solid #007bff;     /* Borda azul */
    border-radius: 100px;
    padding: 2px 16px 2px 8px;     /* Compensação para o ícone circular */
    gap: 8px;
    width: fit-content !important;
}

/* Ícone Circular */
.eyebrow-pill .elementor-widget-icon,
.eyebrow-pill .elementor-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
  

}

/* Texto */
.eyebrow-pill .elementor-widget-heading,
.eyebrow-pill span {
    color: #007bff;
    font-weight: 500;
    font-size: 14px;
    margin: 0 !important;
}

/* --- OVERRIDE CTA BUTTON --- */
.cta-button {
  /* Restringe a transição apenas para a cor de fundo (suavidade no brilho) */
  transition: background-color 0.2s ease !important; 
}

.cta-button:hover {
  /* 1. Trava a cor do texto na cor original (branco) */
  color: #FFFFFF !important; 
  
  /* 2. Mantém a borda original intacta */
  border-color: none !important; 
  
  /* 3. Remove qualquer animação de escala, pulo ou movimento */
  transform: none !important; 
  
  /* 4. Aplica um brilho sutil no fundo (15% de branco sobre o fundo transparente/escuro) */
  background-color: rgba(255, 255, 255, 0.15) !important; 
}/* End custom CSS */