.elementor-1805 .elementor-element.elementor-element-ecdac93{--display:flex;--min-height:100vh;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1805:not(.elementor-motion-effects-element-type-background), body.elementor-page-1805 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://rz3incorporadora.com.br/wp-content/uploads/2026/04/La-Vita-Condominio-Residencial-Background.jpg");background-size:cover;}/* Start custom CSS */.whatsapp-btn {
  border-radius: 50%;
  display: flex;
  position: relative;
  overflow: visible; /* permite a onda sair, mas mantém formato */
}

/* ondas */
.whatsapp-btn::before,
.whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: 0; /* começa exatamente do tamanho do botão */
  border-radius: 50%;
  pointer-events: none;
}

/* onda 1 (verde principal) */
.whatsapp-btn::before {
  background: rgba(37, 211, 102, 0.5);
  animation: pulseWave1 2.5s infinite;
}

/* onda 2 (tom secundário - verde mais claro) */
.whatsapp-btn::after {
  background: rgba(0, 255, 170, 0.35);
  animation: pulseWave2 2.5s infinite;
  animation-delay: 1.2s; /* começa depois da primeira */
}

/* animações */
@keyframes pulseWave1 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes pulseWave2 {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  70% {
    transform: scale(1.9);
    opacity: 0;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}/* End custom CSS */