.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-7067 .elementor-element.elementor-element-2d50da40 img{width:30%;}.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-7067 .elementor-element.elementor-element-194b3142{text-align:center;}.elementor-7067 .elementor-element.elementor-element-194b3142 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-3380f18 );}.elementor-7067 .elementor-element.elementor-element-3e7c2632 img{width:40%;border-radius:10px 10px 10px 10px;}.elementor-7067 .elementor-element.elementor-element-5376abc1{text-align:center;}.elementor-7067 .elementor-element.elementor-element-5376abc1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-3380f18 );}.elementor-7067 .elementor-element.elementor-element-7917d6bb{--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-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-7067 .elementor-element.elementor-element-dc26025 .elementor-button{background-color:transparent;font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;fill:#FFFFFF;color:#FFFFFF;background-image:linear-gradient(175deg, #99912D 0%, #DBD446 100%);box-shadow:0px 0px 16px 1px rgba(0, 200.00000000000003, 4.000000000000093, 0.83);border-radius:12px 12px 12px 12px;padding:20px 30px 20px 30px;}.elementor-7067 .elementor-element.elementor-element-dc26025{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7067 .elementor-element.elementor-element-dc26025.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}body.elementor-page-7067:not(.elementor-motion-effects-element-type-background), body.elementor-page-7067 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-7067 .elementor-element.elementor-element-2d50da40 img{width:50%;}.elementor-7067 .elementor-element.elementor-element-194b3142 .elementor-heading-title{font-size:22px;}.elementor-7067 .elementor-element.elementor-element-3e7c2632 img{width:65%;}.elementor-7067 .elementor-element.elementor-element-5376abc1 .elementor-heading-title{font-size:15px;}.elementor-7067 .elementor-element.elementor-element-dc26025{width:var( --container-widget-width, 270px );max-width:270px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:270px;--container-widget-flex-grow:0;align-self:center;}.elementor-7067 .elementor-element.elementor-element-dc26025.elementor-element{--align-self:center;}.elementor-7067 .elementor-element.elementor-element-dc26025 .elementor-button{padding:17px 17px 17px 17px;}}/* Start custom CSS for button, class: .elementor-element-dc26025 */.pulsante{
    display: block;
    box-shadow: 0 0 0 0 rgba(26, 211, 3, 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(26, 211, 3, 0); /* altere a cor aqui */
  }
}

@-moz-keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(26, 211, 3, 0); /* altere a cor aqui */
  }
}

@-ms-keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(26, 211, 3, 0); /* altere a cor aqui */
  }
}

@keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(26, 211, 3, 0); /* altere a cor aqui */
  }
}/* End custom CSS */