.elementor-743 .elementor-element.elementor-element-41763f9{--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;}.elementor-743 .elementor-element.elementor-element-41763f9:not(.elementor-motion-effects-element-type-background), .elementor-743 .elementor-element.elementor-element-41763f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #000000 0%, #2E288B 100%);}.elementor-743 .elementor-element.elementor-element-47f8219{text-align:center;}.elementor-743 .elementor-element.elementor-element-47f8219 .elementor-heading-title{font-family:"Scheherazade New", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-743 .elementor-element.elementor-element-9a292c0{text-align:center;}.elementor-743 .elementor-element.elementor-element-9a292c0 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}@media(max-width:767px){.elementor-743 .elementor-element.elementor-element-9a292c0 .elementor-heading-title{font-size:20px;}}/* Start custom CSS for container, class: .elementor-element-41763f9 */.elementor-743 .elementor-element.elementor-element-41763f9 {
    background: linear-gradient(270deg, #140537, #4d19db, #891cec); /* cria um gradiente linear com três cores começando de 270 graus */
    background-size: 600% 600%; /* aumenta o tamanho do fundo para permitir a animação do gradiente */

    -webkit-animation: AnimationName 7s ease infinite; /* aplica a animação para navegadores WebKit (como Chrome e Safari) com duração de 7 segundos, ritmo suave e de forma infinita */
    -moz-animation: AnimationName 7s ease infinite; /* aplica a animação para navegadores Mozilla Firefox */
    -o-animation: AnimationName 7s ease infinite; /* aplica a animação para navegadores Opera */
    animation: AnimationName 7s ease infinite; /* aplica a animação para navegadores padrão */
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%} /* início da animação com posição inicial do fundo */
    50%{background-position:100% 50%} /* ponto intermediário da animação, movendo o fundo completamente para a direita */
    100%{background-position:0% 50%} /* final da animação, retornando o fundo para a posição inicial */
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}/* End custom CSS */