.elementor-kit-8{--e-global-color-primary:#EDB522;--e-global-color-secondary:#EAEAEA;--e-global-color-text:#0A0B0D;--e-global-color-accent:#FFFFFF;--e-global-color-010fbb1:#000000;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-size:35px;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:35px;--e-global-typography-accent-font-weight:300;--e-global-typography-3c1e065-font-family:"Cormorant Garamond";--e-global-typography-3c1e065-font-size:35px;--e-global-typography-3c1e065-font-weight:300;--e-global-typography-933542f-font-family:"Cormorant Garamond";--e-global-typography-933542f-font-size:35px;--e-global-typography-933542f-font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .footer-inner{width:0px;max-width:100%;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}@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:375px;}.e-con{--container-max-width:375px;}}/* Start custom CSS */.left-column .service-image {
  display: none;
}

.left-column .service-image:first-child {
  display: block;
}
document.addEventListener('DOMContentLoaded', function() {
  const menuItems = document.querySelectorAll('#service-menu li');
  const images = document.querySelectorAll('.service-image');

  menuItems.forEach(item => {
    item.addEventListener('mouseover', function() {
      // Oculta todas as imagens
      images.forEach(img => {
        img.style.display = 'none';
      });
      // Mostra a imagem correspondente
      const serviceId = this.getAttribute('data-service');
      document.getElementById(serviceId).style.display = 'block';
    });
  });
});/* End custom CSS */