.elementor-25989767 .elementor-element.elementor-element-b1e4a0{--display:flex;}.elementor-25989767 .elementor-element.elementor-element-4bd95077 .e-contact-buttons{--e-contact-buttons-button-icon:#FBFFFD;--e-contact-buttons-button-bg:#25D366;--e-contact-buttons-button-icon-hover:#FFFFFF;--e-contact-buttons-button-bg-hover:#03F55D;--e-contact-buttons-active-button-color:#FFFFFF;--e-contact-buttons-active-button-bg:#25D366;--e-contact-buttons-top-bar-title:#FBFFFD;--e-contact-buttons-top-bar-subtitle:#FBFFFD;--e-contact-buttons-top-bar-bg:var( --e-global-color-8fd8cb9 );--e-contact-buttons-contact-button-icon:var( --e-global-color-8fd8cb9 );--e-contact-buttons-contact-title-text-color:var( --e-global-color-8fd8cb9 );--e-contact-buttons-contact-description-text-color:var( --e-global-color-secondary );--e-contact-buttons-contact-button-bg:#D9E3EB;--e-contact-buttons-chat-box-bg:#FFFFFF;}.elementor-25989767 .elementor-element.elementor-element-4bd95077 .e-contact-buttons__top-bar-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;}.elementor-25989767 .elementor-element.elementor-element-4bd95077 .e-contact-buttons__top-bar-subtitle{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:400;}.elementor-25989767 .elementor-element.elementor-element-4bd95077 .e-contact-buttons__contact-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-25989767 .elementor-element.elementor-element-4bd95077 .e-contact-buttons__contact-description{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:300;}.elementor-25989767 .elementor-element.elementor-element-4bd95077 .e-contact-buttons__content{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for contact-buttons-var-8, class: .elementor-element-4bd95077 *//* ================================
   TROCAR ÍCONE GLOBO → WHATSAPP
   SEM MUDAR COR NO HOVER
   ================================ */

/* 1) Remove o desenho original do globo */
svg.e-font-icon-svg.e-fas-globe path{
  display: none !important;
}

/* 2) Desenha o WhatsApp no lugar do globo */
svg.e-font-icon-svg.e-fas-globe{
  display: inline-block !important;
  width: 1em;
  height: 1em;

  /* COR FIXA DO ÍCONE (ajuste se quiser) */
  background-color: #0b2c6f !important;

  /* ÍCONE WHATSAPP */
  -webkit-mask: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/brands/whatsapp.svg") no-repeat center / contain;
  mask: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/brands/whatsapp.svg") no-repeat center / contain;
}

/* 3) Garante que hover / focus / active NÃO mudem a cor */
a:hover svg.e-font-icon-svg.e-fas-globe,
a:focus svg.e-font-icon-svg.e-fas-globe,
a:active svg.e-font-icon-svg.e-fas-globe{
  background-color: #0b2c6f !important;
}/* End custom CSS */