.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b8c6c63:#181818;--e-global-color-8e7d0ed:#5BA6D7;--e-global-color-022e9ec:#5959A4;--e-global-color-abc4984:#6C74B4;--e-global-color-c57648d:#6B6CB4;--e-global-color-1ffdf87:#FCAC24;--e-global-color-9fb80e1:#FFBE10;--e-global-color-aec7ef4:#102F56;--e-global-color-c911bb0:#D0AF5A82;--e-global-color-652041e:#B17D0C;--e-global-color-d1c619d:#F3EAB4;--e-global-color-03c3c98:#252525;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-966d23f-font-family:"Inter";--e-global-typography-966d23f-font-size:15px;--e-global-typography-966d23f-font-weight:400;--e-global-typography-6673abd-font-family:"Montserrat";--e-global-typography-6673abd-font-size:16px;--e-global-typography-6673abd-font-weight:500;--e-global-typography-6673abd-line-height:1.1rem;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */Se tiver usando o JoiChat, coloca por favor esse CSS Personalizado:
/* Container principal do botão com efeito */
.joinchat__button {
  position: relative;
  width: 60px;
  height: 60px;
  background: #0ba360;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  overflow: visible;
  padding: 0 !important;
}

/* Corrige o ícone SVG para ficar centralizado */
.joinchat__button svg {
  width: 28px;
  height: 28px;
  margin: 0;
}

/* Remove a imagem do atendente */
.joinchat__button_image {
  display: none !important;
}

/* Animação de onda pulsante */
.joinchat__button::before,
.joinchat__button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #0ba360;
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  animation: WaveWhatsApp 1.5s ease infinite;
  pointer-events: none;
}

.joinchat__button::after {
  animation-delay: 0.5s;
}

@keyframes WaveWhatsApp {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}/* End custom CSS */