.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ac41aac:#FFFFFF;--e-global-color-053420f:#D8D8D8;--e-global-color-b89982c:#A61717;--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:#0A0A0A;}.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){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);}@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 */@media (max-width: 768px) {

  /* FUNDO TOTALMENTE TRANSPARENTE */
  .elementor-nav-menu__container,
  .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown ul {
    background: transparent !important;
  }

  /* LINKS */
  .elementor-nav-menu--dropdown .elementor-item {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #ffffff !important;
    background: transparent !important;

    text-align: left;
    padding: 10px 20px;
  }

  /* REMOVE BORDAS */
  .elementor-nav-menu--dropdown li {
    border: none !important;
  }

  /* REMOVE QUALQUER ANIMAÇÃO / TRANSIÇÃO */
  .elementor-nav-menu--dropdown *,
  .elementor-menu-toggle {
    transition: none !important;
    animation: none !important;
  }

  /* ÍCONE HAMBURGER */
  .elementor-menu-toggle {
    color: #ffffff !important;
  }
}


/* Força o Header a aparecer e flutuar sobre o conteúdo */
header#masthead, .site-header, #header-container {
    display: block !important;
    visibility: visible !important;
    z-index: 99999 !important; 
    position: absolute !important; /* Mudamos para absolute para ele flutuar */
    top: 0;
    left: 0;
    width: 100% !important;
}

/* Garante que o Rodapé não seja esmagado */
footer#colophon, .site-footer {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 9999 !important;
    clear: both;
}

/* Remove o scroll lateral */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}/* End custom CSS */