.elementor-9192 .elementor-element.elementor-element-ef769c8{--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-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-9192 .elementor-element.elementor-element-8c9b4e3 img{width:26%;}.elementor-9192 .elementor-element.elementor-element-cecb205{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9192 .elementor-element.elementor-element-9125051 > .elementor-widget-container{padding:50px 0px 0px 0px;}.elementor-9192 .elementor-element.elementor-element-9125051 .extra-title{font-weight:600;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9192 .elementor-element.elementor-element-4badd91 .elementor-button-content-wrapper{flex-direction:row;}.elementor-9192 .elementor-element.elementor-element-4badd91 .elementor-button .elementor-button-content-wrapper{gap:8px;}.elementor-9192 .elementor-element.elementor-element-4badd91 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:22px;font-weight:700;border-radius:15px 15px 15px 15px;padding:20px 20px 20px 20px;}.elementor-9192 .elementor-element.elementor-element-92395ea{--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-9192 .elementor-element.elementor-element-c483721 img{width:18%;max-width:12%;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-9192 .elementor-element.elementor-element-afe4445{--display:flex;}@media(max-width:1024px){.elementor-9192 .elementor-element.elementor-element-9125051 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-9192 .elementor-element.elementor-element-8c9b4e3 img{width:60%;max-width:63%;}}/* Start custom CSS for button, class: .elementor-element-4badd91 */#meu-botao {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
  transition: transform 0.3s ease;
  background-size: 200% auto;
  background-image: linear-gradient(45deg, #4CDF5C, #029F1A, #013E03);
  animation: animacaoGradiente 3s ease infinite;
}

#meu-botao:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

@keyframes animacaoGradiente {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}/* End custom CSS */