.elementor-251 .elementor-element.elementor-element-17ba269{--display:flex;--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-251 .elementor-element.elementor-element-28b1cd8{padding:0px 0px 0px 0px;text-align:center;}.elementor-251 .elementor-element.elementor-element-28b1cd8 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:36px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-251 .elementor-element.elementor-element-9b6df16{font-family:"Sora", Sans-serif;font-size:18px;font-weight:400;color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-251 .elementor-element.elementor-element-17ba269{--content-width:90%;}}@media(max-width:1024px) and (min-width:768px){.elementor-251 .elementor-element.elementor-element-17ba269{--content-width:90%;}}/* Start custom CSS for heading, class: .elementor-element-28b1cd8 *//* Classe personalizada para efeito de brilho laranja no texto */
.brilho {
    animation: brilho 3.4s linear infinite;
    background-image: linear-gradient(
        45deg, 
        #ff7b00,   /* Laranja intenso */
        #ffb347,   /* Laranja dourado */
        #ff7b00,   /* Repete para reforçar o loop */
        #ffb347
    );
    background-size: 400% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    transition: all .8s;
}

@keyframes brilho {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}/* End custom CSS */