.elementor-kit-4{--e-global-color-primary:#071248;--e-global-color-secondary:#15CFF7;--e-global-color-text:#383838;--e-global-color-accent:#15CFF7;--e-global-color-055e99f:#F3F3F3;--e-global-color-22bf488:#004767;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:#071248;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h3{line-height:34px;}.elementor-kit-4 h4{line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Corrige posicionamento e largura do Mega Menu */
.premium-mega-menu-container {
  z-index: 9999 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* Estiliza os links do Mega Menu */
.premium-mega-menu-container a {
  padding: 12px 20px;
  display: block;
  color: #333;
  text-decoration: none;
}

.premium-mega-menu-container a:hover {
  background-color: #f5f5f5;
  color: #000;
}

/* Corrige em dispositivos móveis */
@media (max-width: 768px) {
  .premium-mega-menu-container {
    position: static !important;
    width: 100% !important;
  }
}/* End custom CSS */