.elementor-73 .elementor-element.elementor-element-ec0c334{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:110px;--padding-bottom:110px;--padding-left:0px;--padding-right:0px;}.elementor-73 .elementor-element.elementor-element-0f98aeb{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-73 .elementor-element.elementor-element-466a00b{--display:flex;}.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-73 .elementor-element.elementor-element-e939db5 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:53px;font-weight:600;}@media(min-width:768px){.elementor-73 .elementor-element.elementor-element-0f98aeb{--width:40%;}.elementor-73 .elementor-element.elementor-element-466a00b{--width:40%;}}/* Start custom CSS for heading, class: .elementor-element-e939db5 */.typing-effect {
  display: inline-block;
  overflow: hidden; /* Esconde o texto que não foi "digitado" */
  border-right: 2px solid #000; /* Cursor */
  white-space: nowrap;
  animation: typing 2s steps(16, end), blink-caret 0.75s step-end infinite;
  font-size: 2em; /* Ajuste o tamanho como quiser */
}

@keyframes typing {
  from { width: 0; }
  to { width: 16ch; } /* Número de caracteres do texto */
}

@keyframes blink-caret {
  50% { border-color: transparent; }
}/* End custom CSS */