.elementor-6 .elementor-element.elementor-element-65db340{--display:flex;}body.elementor-page-6:not(.elementor-motion-effects-element-type-background), body.elementor-page-6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);}/* Start custom CSS for html, class: .elementor-element-1e1eb277 */.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 */