.elementor-3993 .elementor-element.elementor-element-11042a7{--display:flex;}/* Start custom CSS for contact-buttons, class: .elementor-element-23cf0df */..elementor-3993 .elementor-element.elementor-element-23cf0df 
.e-contact-buttons__chat-button.e-contact-buttons__chat-button-shadow.has-size-small.elementor-animation-grow.has-entrance-animation-duration-normal.has-dot {
  animation: pulsar 1s ease-in-out infinite;
  animation-delay: 3s;
}

.e-contact-buttons__chat-button.e-contact-buttons__chat-button-shadow.has-size-small.elementor-animation-grow.has-entrance-animation-duration-normal.has-dot:hover {
  animation: none;
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.e-contact-buttons__chat-button {
  animation: pulsar 2s ease-in-out infinite;
  animation-delay: 3s; /* Ajuste o tempo de atraso conforme necessário */
}

.e-contact-buttons__chat-button:hover {
  animation: none; /* Desativa a animação ao passar o mouse */
}/* End custom CSS */