.elementor-8 .elementor-element.elementor-element-24aa8564{--display:flex;}/* Start custom CSS for html, class: .elementor-element-78b9e95b */.cta-btn {
  background-color: #cc0000; /* vermelho do header */
  color: #fff;
  font-weight: bold;
  padding: 16px 22px;
  border-radius: 8px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.cta-btn {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,0,0,0.6); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(255,0,0,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,0,0,0); }
}/* End custom CSS */