.elementor-109 .elementor-element.elementor-element-b62a4d6{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-109 .elementor-element.elementor-element-3c3171a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:38px;font-weight:600;color:#25D366;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-505c4bb */.whatsapp-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .whatsapp-loader span {
    width: 14px;
    height: 14px;
    background-color: #25D366; /* Cor principal do WhatsApp */
    border-radius: 50%;
    display: inline-block;
    animation: whatsapp-bounce 1.4s infinite ease-in-out both;
  }

  .whatsapp-loader span:nth-child(1) {
    animation-delay: -0.32s;
  }

  .whatsapp-loader span:nth-child(2) {
    animation-delay: -0.16s;
  }

  .whatsapp-loader span:nth-child(3) {
    animation-delay: 0;
  }

  @keyframes whatsapp-bounce {
    0%, 80%, 100% {
      transform: scale(0);
    } 
    40% {
      transform: scale(1);
    }
  }/* End custom CSS */