.elementor-kit-7{--e-global-color-primary:#FF5A00;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#656565;--e-global-color-accent:#FF5A00;--e-global-color-4e138a5:#142134;--e-global-color-01a80a6:#DAE0E7;--e-global-color-73ff61a:#5C6F8A;--e-global-color-51b8e6c:#FFFFFFA4;--e-global-color-4c47e67:#F9FAFB;--e-global-color-f2664c4:#0D3B3B;--e-global-color-e5a3401:#0D3B3BF2;--e-global-color-697fe11:#F2F2F2;--e-global-color-57a4ee8:#527A7A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;font-weight:800;}.elementor-kit-7 h2{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-header{padding-inline-end:0px;padding-inline-start:0px;}.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 *//* Cores e Gradientes */
:root {
    --primary: #FF5A00;
    --secondary: #0D3B3B;
    --orange-gradient: linear-gradient(135deg, rgb(203, 75, 11), rgb(249, 107, 6));
}

.text-gradient-orange {
    background: var(--orange-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* O SEGREDO ESTÁ AQUI: */
    padding-right: 0.15em; /* Dá espaço para a curva do S */
    margin-right: -0.15em; /* Anula o espaço extra para manter o alinhamento */
    
    /* Opcional: Garante que o fundo cubra o novo espaço */
    display: inline-block; 
}

/* Efeito de Vidro (Header) */
.backdrop-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Animação de Pulso no Botão */
.animate-pulse-orange {
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    70% { box-shadow: 0 0 0 15px rgba(249, 115, 22, 0); }
    100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
}/* End custom CSS */
