.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-6 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);}.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 */:root{
  /* cor base de fundo da página/sections */
  --page-bg: #0d0d1a; /* ajuste se sua base for outra */
}

/* Bloco “invisível” que cobre as bordas dos dois contêineres */
.seam-killer{
  position: relative;
  height: 0;              /* não cria espaço */
  z-index: 50;            /* acima dos fundos das sections */
  pointer-events: none;   /* não bloqueia clique/scroll */
}

/* Ponte: sangra 64px pra cima e 64px pra baixo */
.seam-killer::before{
  content:"";
  position:absolute; left:0; right:0; top:-64px; height:128px;
  /* centro sólido com as laterais em fade — cobre o corte dos dois lados */
  background:
    linear-gradient(to bottom,
      rgba(13,13,26,0) 0%,
      var(--page-bg) 28%,
      var(--page-bg) 72%,
      rgba(13,13,26,0) 100%);
}

/* Granulado sutil para “quebrar” banding de degradê */
.seam-killer::after{
  content:"";
  position:absolute; left:0; right:0; top:-64px; height:128px;
  opacity:.05; mix-blend-mode: normal;
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQoU2NkYGD4z0ABYBxVVBQjGIAAAE4AAW5y8pT/AAAAAElFTkSuQmCC");
}

/* (Opcional, mas altamente recomendado)
   Fade no grid/perfis de linhas nos topos/rodapés de QUALQUER seção
   para que o grid não “grude” na emenda. */
.grid, .has-grid{
  /* 24px de fade no topo e no bottom */
  -webkit-mask-image: linear-gradient(to bottom,
     transparent 0, #000 24px,
     #000 calc(100% - 24px), transparent 100%);
          mask-image: linear-gradient(to bottom,
     transparent 0, #000 24px,
     #000 calc(100% - 24px), transparent 100%);
}/* End custom CSS */