.elementor-kit-7{--e-global-color-primary:#0A0E17;--e-global-color-secondary:#111827;--e-global-color-text:#FFFFFF;--e-global-color-accent:#9CA3AF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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);}@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 */html, body {
  min-height: 100%;
  background: radial-gradient(circle at top, #020617 0%, #000000 70%);
  color: #e5e7eb;
  overflow-x: hidden !important;
}

/* Zera fundo de tudo que o Elementor cria, pra não aparecer faixa branca */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Se existir algum wrapper principal do tema, zera também */
#page,
.site,
.site-main {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Garante que nada estoure para o lado */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Segurança extra para containers comuns do WP/Elementor */
#page,
.site,
.site-main,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  #sharkhub-footer-wrapper {
    max-width: 100%;
  }
}
body {
	overflow: hidden;
}

section#conteudo{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

iframe#frameEspecificacoes{
  background: #AAA;
	width: 400px;
	height: 280px;
	border: none;
	overflow: hidden;
}

iframe#frameEspecificacoes::-webkit-scrollbar { 
	display: none;
}/* End custom CSS */