.elementor-39 .elementor-element.elementor-element-0055a1a{--display:flex;--min-height:2200px;--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:space-evenly;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0);--margin-top:-12px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-0055a1a:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-0055a1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-primary ) 100%);}.elementor-39 .elementor-element.elementor-element-0055a1a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-39 .elementor-element.elementor-element-6f0c6bc{--display:flex;--min-height:0px;}.elementor-39 .elementor-element.elementor-element-bb918ee{width:100%;max-width:100%;margin:-140px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-39 .elementor-element.elementor-element-bb918ee.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-39:not(.elementor-motion-effects-element-type-background), body.elementor-page-39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-39 .elementor-element.elementor-element-0055a1a{--min-height:798px;--border-radius:0px 0px 0px 0px;--margin-top:-134px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:42px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-6f0c6bc{--min-height:0px;}.elementor-39 .elementor-element.elementor-element-bb918ee{margin:1px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-39{margin:20px 20px 20px 20px;padding:50px 50px 50px 50px;}}@media(max-width:1024px) and (min-width:768px){.elementor-39 .elementor-element.elementor-element-0055a1a{--width:696px;}.elementor-39 .elementor-element.elementor-element-6f0c6bc{--width:780px;}}@media(max-width:767px){.elementor-39 .elementor-element.elementor-element-0055a1a{--width:710px;--min-height:0px;--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:space-between;--align-items:center;--margin-top:7px;--margin-bottom:24px;--margin-left:24px;--margin-right:24px;--padding-top:335px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-0055a1a:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-0055a1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(0deg, var( --e-global-color-primary ) 0%, var( --e-global-color-primary ) 0%);}.elementor-39 .elementor-element.elementor-element-0055a1a.e-con{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}.elementor-39 .elementor-element.elementor-element-6f0c6bc{--width:400px;--min-height:0px;--margin-top:-350px;--margin-bottom:0px;--margin-left:-45px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-6f0c6bc.e-con{--align-self:center;--order:-99999 /* order start hack */;}.elementor-39 .elementor-element.elementor-element-bb918ee{width:100%;max-width:100%;margin:74px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-39 .elementor-element.elementor-element-bb918ee.elementor-element{--order:99999 /* order end hack */;}body.elementor-page-39{margin:-27px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-bb918ee */.canva-container iframe, 
.canva-container img {
   max-width: 100% !important;
   height: auto !important;
   display: block;
   margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6f0c6bc */<style>
  /* Estilo do botão principal do chat */
  .chat-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
  }

  .chat-button {
    background-color: #fff;
    border: 3px solid #FFD700;
    color: #000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }

  .chat-button:hover {
    background-color: #FFD700;
    color: #fff;
  }

  .chat-options {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  .chat-options.show {
    display: flex;
  }

  .chat-option {
    background-color: #fff;
    border: 2px solid #FFD700;
    color: #000;
    border-radius: 25px;
    padding: 8px 15px;
    margin: 5px 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .chat-option:hover {
    background-color: #FFD700;
    color: #fff;
  }
</style>

<div class="chat-container">
  <div class="chat-options" id="chatOptions">
    <a href="https://wa.me/551128314496?text=Olá!%20Gostaria%20de%20informações%20sobre%20Imóveis." target="_blank" class="chat-option">🏠 Imóveis</a>
    <a href="https://wa.me/551128314496?text=Olá!%20Gostaria%20de%20informações%20sobre%20Seguros." target="_blank" class="chat-option">🛡️ Seguros</a>
    <a href="https://wa.me/5511940255219?text=Olá!%20Gostaria%20de%20informações%20sobre%20Consórcio." target="_blank" class="chat-option">🏦 Consórcio</a>
    <a href="https://wa.me/551127889179?text=Olá!%20Gostaria%20de%20informações%20sobre%20Telecom." target="_blank" class="chat-option">📱 Telecom</a>
  </div>

  <div class="chat-button" id="mainChatButton">
    💬
  </div>
</div>

<script>
  const mainChatButton = document.getElementById('mainChatButton');
  const chatOptions = document.getElementById('chatOptions');

  mainChatButton.addEventListener('click', () => {
    chatOptions.classList.toggle('show');
  });
</script>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0055a1a *//* Remove a barra de ferramentas (lupa, três pontos) dos embeds do Canva */
iframe[src*="canva.com"] + div,
iframe[src*="canva.com"] ~ div {
    display: none !important;
}

/* Remove sombra que o Canva aplica no final do embed */
iframe[src*="canva.com"] {
    box-shadow: none !important;
}/* End custom CSS */