.elementor-1884 .elementor-element.elementor-element-40fd88b4{--display:flex;}.elementor-1884 .elementor-element.elementor-element-1d2cc4a0 .e-contact-buttons{--e-contact-buttons-horizontal-offset:8px;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-1d2cc4a0 */.elementor-1884 .elementor-element.elementor-element-1d2cc4a0 .e-contact-buttons {
    --e-contact-buttons-horizontal-offset: 0;
    width: fit-content;

}

.btn-pulse {
  animation: pulse 1s linear infinite;
  transform-origin: center center;
  display: inline-block; /* garante centralização no layout */
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */