.elementor-15 .elementor-element.elementor-element-7e3c9c6e{--display:flex;--min-height:13vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--flex-wrap:nowrap;--margin-top:0;--margin-bottom:0;--margin-left:0;--margin-right:0;--padding-top:0;--padding-bottom:0;--padding-left:5%;--padding-right:5%;}.elementor-15 .elementor-element.elementor-element-7e3c9c6e:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-7e3c9c6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-15 .elementor-element.elementor-element-7198243{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:12px 12px;--row-gap:12px;--column-gap:12px;--margin-top:0;--margin-bottom:0;--margin-left:auto;--margin-right:0;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button{background-color:#593A2800;font-family:"Rawline", Sans-serif;font-size:15px;font-weight:600;line-height:150%;fill:#F0F0F0;color:#F0F0F0;border-style:solid;border-width:0px 0px 1px 0px;border-color:#F0F0F0;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button:hover, .elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button:focus{background-color:#F9FAFB00;color:#F0F0F0;border-color:#F0F0F0;}.elementor-15 .elementor-element.elementor-element-4af12dc3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button:hover svg, .elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button:focus svg{fill:#F0F0F0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-7e3c9c6e{--content-width:1600px;}.elementor-15 .elementor-element.elementor-element-7198243{--width:49%;}}@media(max-width:1024px) and (min-width:768px){.elementor-15 .elementor-element.elementor-element-7198243{--width:30%;}}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-element-7e3c9c6e{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0;--padding-bottom:0;--padding-left:5%;--padding-right:5%;}.elementor-15 .elementor-element.elementor-element-7198243{--margin-top:0;--margin-bottom:0;--margin-left:0;--margin-right:0;}.elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button{font-size:16px;line-height:150%;border-width:0px 0px 1px 0px;padding:10px 18px 10px 18px;}}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-7e3c9c6e{--min-height:10vh;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--flex-wrap:nowrap;--border-radius:0px 0px 0px 0px;--padding-top:0;--padding-bottom:0;--padding-left:5%;--padding-right:5%;}.elementor-15 .elementor-element.elementor-element-7198243{--margin-top:0;--margin-bottom:0;--margin-left:0;--margin-right:0;}.elementor-15 .elementor-element.elementor-element-4af12dc3 .elementor-button{font-size:10px;line-height:150%;border-width:0px 0px 1px 0px;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-7e3c9c6e *//* ===== HEADER transparente sobre a HERO ===== */
.hero-topo{
  position: relative;
  padding-top: 110px; /* ajuste conforme a altura do seu header (ex: 90–140px) */
}

/* pega header do Elementor (Theme Builder) e header padrão */
.elementor-location-header,
header.site-header,
#masthead{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
}

/* remove sombra/borda que alguns temas colocam */
.elementor-location-header,
header.site-header,
#masthead,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con{
  box-shadow: none !important;
  border: none !important;
}

/* garante que a área do menu também não pinte o fundo */
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner{
  background: transparent !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-100.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-100i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-200.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-200i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-300.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-300i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-400.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-400i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-500.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-500i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-600.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-600i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-700.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-700i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-800.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-800i.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-900.ttf') format('truetype');
}
@font-face {
	font-family: 'Rawline';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://eden.edgesolution.com.br/wp-content/uploads/2026/02/rawline-900i.ttf') format('truetype');
}
/* End Custom Fonts CSS */