.elementor-kit-5{--e-global-color-primary:#5620FA;--e-global-color-secondary:#F6F3FE;--e-global-color-text:#1F1F23;--e-global-color-accent:#2C0090;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:600;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* === MENU FIXO TOPO === */
.menu-topo {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  padding: 15px 30px;
  border-radius: 20 20 20px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Evita sobreposição com conteúdo abaixo */
body {
  padding-top: 100px; /* ajuste conforme altura da barra */
}

/* === MENU NAV LINKS === */
.menu-topo nav.elementor-nav-menu--main ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
}

.menu-topo nav.elementor-nav-menu--main a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-topo nav.elementor-nav-menu--main a:hover,
.menu-topo nav.elementor-nav-menu--main .elementor-item-active {
  color: #f15a24; /* Laranja JR Rastreamento */
  font-weight: bold;
}

/* === ÍCONES SOCIAIS === */
.menu-topo .elementor-social-icon {
  color: #f15a24;
  transition: transform 0.2s ease;
}

.menu-topo .elementor-social-icon:hover {
  transform: scale(1.1);
}/* End custom CSS */