.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#B5ABAB;--e-global-color-accent:#D6241D;--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;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-primary ) 100%);}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */<script>
document.addEventListener("DOMContentLoaded", function() {
  const botao = document.querySelector(".botao-whatsapp"); // classe do botão
  
  if(botao){
    botao.addEventListener("click", function(e){
      e.preventDefault();
      
      const vendedores = [
        "https://wa.me/5521969927797?text=Gostaria+de+informações"
        "https://wa.me/5521996228258?text=Gostaria+de+informações"
        "https://wa.me/5521997892410?text=Gostaria+de+informações"
        "https://wa.me/5521996119889?text=Gostaria+de+informações"
        "https://wa.me/5521970082991?text=Gostaria+de+informações"
      ];
      
      // Sorteia um vendedor
      const aleatorio = Math.floor(Math.random() * vendedores.length);
      window.open(vendedores[aleatorio], "_blank");
    });
  }
});
</script>/* End custom CSS */