.elementor-66 .elementor-element.elementor-element-d0995b4{--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-66 .elementor-element.elementor-element-9c80fbd{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-66 .elementor-element.elementor-element-9c80fbd img{width:50%;}.elementor-66 .elementor-element.elementor-element-cf4b370{--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-66 .elementor-element.elementor-element-0e4f5c4{--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-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-66 .elementor-element.elementor-element-67adc50{text-align:center;}.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-66 .elementor-element.elementor-element-7d46844 .elementor-button{background-color:#61CE70;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-radius:12px 12px 12px 12px;padding:16px 32px 16px 32px;}.elementor-66 .elementor-element.elementor-element-7d46844.elementor-element{--align-self:center;}.elementor-66 .elementor-element.elementor-element-7d46844 .elementor-button-content-wrapper{flex-direction:row-reverse;}@media(max-width:767px){.elementor-66 .elementor-element.elementor-element-9c80fbd{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-66 .elementor-element.elementor-element-9c80fbd img{width:100%;}.elementor-66 .elementor-element.elementor-element-f7335cb{width:100%;max-width:100%;}}/* Start custom CSS for button, class: .elementor-element-7d46844 */.pulsante{
    display: block;
    box-shadow: 0 0 0 0 rgba(97, 206, 112, 1); /* altere a cor aqui */
    border-radius: 12px; /* altere o arrendondamento da borda aqui */
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
}

.pulsante:hover{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(97, 206, 112, 0); /* altere a cor aqui */
  }
}

@-moz-keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(97, 206, 112, 0); /* altere a cor aqui */
  }
}

@-ms-keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(97, 206, 112, 0); /* altere a cor aqui */
  }
}

@keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(97, 206, 112, 0); /* altere a cor aqui */
  }
}/* End custom CSS */