.elementor-kit-7{--e-global-color-primary:#2D2D2D;--e-global-color-secondary:#231F20;--e-global-color-text:#4A4A4A;--e-global-color-accent:#3385A7;--e-global-color-9028c83:#FFFFFF;--e-global-color-da23099:#FFFFFF66;--e-global-color-b9cff85:#9D9D9D;--e-global-color-ca40ac5:#181717;--e-global-typography-primary-font-family:"GalanoGrotesque";--e-global-typography-primary-font-size:96px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:0.85em;--e-global-typography-primary-letter-spacing:-3px;--e-global-typography-secondary-font-family:"GalanoGrotesque";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.05em;--e-global-typography-secondary-letter-spacing:-2px;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.95px;--e-global-typography-a966de1-font-family:"GalanoGrotesque";--e-global-typography-a966de1-font-size:24px;--e-global-typography-a966de1-font-weight:600;--e-global-typography-a966de1-line-height:1.3em;--e-global-typography-a966de1-letter-spacing:-1px;--e-global-typography-02e564a-font-family:"Sora";--e-global-typography-02e564a-font-size:12px;--e-global-typography-02e564a-font-weight:600;--e-global-typography-02e564a-letter-spacing:1.98px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:64px;--container-default-padding-bottom:0px;--container-default-padding-left:64px;}.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-kit-7{--e-global-typography-primary-font-size:56px;--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:16px;--e-global-typography-a966de1-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:15px;--e-global-typography-a966de1-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --realce:#3385A7; }
/* Start custom CSS *//* Header Renatec — absolute sobreposto ao hero */
.elementor-location-header {
  position: absolute !important;
  top: 0; left: 0; right: 0;
  z-index: 10;
  width: 100%;
}
body.admin-bar .elementor-location-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .elementor-location-header { top: 46px; }
}

/* Menu do header: evita quebra em múltiplas linhas */
.elementor-location-header .elementor-nav-menu { flex-wrap: nowrap !important; white-space: nowrap; }

/* BOTÕES · efeitos de hover Renatec */
.elementor-button,
.elementor-field-type-submit button,
.elementor-field-type-submit .elementor-button {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
              background-color 220ms ease, color 220ms ease, border-color 220ms ease !important;
  position: relative; overflow: hidden; will-change: transform;
}
.elementor-button:hover,
.elementor-field-type-submit button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -6px rgba(51, 133, 167, 0.45), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
}
.elementor-button:active,
.elementor-field-type-submit button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px -2px rgba(51, 133, 167, 0.35);
  transition-duration: 80ms;
}
.elementor-button::after,
.elementor-field-type-submit button::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 120%; height: 100%;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.25) 50%, transparent 80%);
  transition: left 520ms cubic-bezier(0.22, 1, 0.36, 1); pointer-events: none;
}
.elementor-button:hover::after,
.elementor-field-type-submit button:hover::after { left: 120%; }
.elementor-button:focus-visible,
.elementor-field-type-submit button:focus-visible {
  outline: 2px solid #3385A7; outline-offset: 3px;
}

/* Ícone seta dos botões do header — herda currentColor (branco) */
.elementor-location-header .elementor-button .elementor-button-icon svg {
  width: 12px; height: 12px;
}
.elementor-location-header .elementor-button .elementor-button-icon svg path {
  stroke: currentColor !important;
}

/* Dropdown caret do menu "Nossas soluções" — cor branca */
.elementor-location-header .elementor-nav-menu .sub-arrow i,
.elementor-location-header .elementor-nav-menu .sub-arrow svg {
  color: currentColor; fill: currentColor;
}


/* Nav menu do header — zera padding interno dos <a> (gap real = 16px via menu_space_between) */
.elementor-location-header .elementor-nav-menu .elementor-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}






/* MEGAMENU · Nossas Soluções ============================================ */
.elementor-location-header .elementor-nav-menu .sub-menu { display: none !important; }

/* Wrapper absolute positioned */
.elementor-location-header .elementor-element-2fde3f9 {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-8px) !important;
  width: 900px !important;
  max-width: calc(100vw - 80px) !important;
  z-index: 1001 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
              visibility 0ms 220ms;
}

.elementor-element-2fde3f9 .elementor-widget-shortcode,
.elementor-element-2fde3f9 .elementor-shortcode {
  width: 100% !important;
  max-width: 100% !important;
}
.elementor-element-2fde3f9 .elementor-shortcode > .e-con,
.elementor-element-2fde3f9 .elementor-shortcode .e-con.e-parent {
  width: 100% !important;
  max-width: 100% !important;
}

/* Divisor vertical (id 89f18f6) — força 1px fixo */
.elementor-element-89f18f6 {
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  align-self: stretch;
  background-color: #767676 !important;
}

/* Hover show */
.elementor-location-header:has(.menu-item-146:hover) .elementor-element-2fde3f9,
.elementor-element-2fde3f9:hover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
              visibility 0ms 0ms;
}

.elementor-element-2fde3f9::before {
  content: "";
  position: absolute;
  top: -16px; left: 0; right: 0;
  height: 16px;
}


/* Logo header · responsivo (desktop 193 / laptop 175 / tablet 160 / mobile 130 / small 110) */
.elementor-location-header .elementor-widget-image {
  flex-shrink: 0 !important;
}
.elementor-location-header .elementor-widget-image,
.elementor-location-header .elementor-widget-image a {
  width: 193px !important;
  max-width: 193px !important;
}
.elementor-location-header .elementor-widget-image a {
  display: inline-block !important;
}
.elementor-location-header .elementor-widget-image a img[src$=".svg"],
.elementor-location-header .elementor-widget-image img {
  width: 193px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  filter: brightness(0) invert(1);
}
/* Laptop ≤1366 */
@media (max-width: 1366px) {
  .elementor-location-header .elementor-widget-image,
  .elementor-location-header .elementor-widget-image a { width: 175px !important; max-width: 175px !important; }
  .elementor-location-header .elementor-widget-image img { width: 175px !important; }
}
/* Tablet ≤1024 */
@media (max-width: 1024px) {
  .elementor-location-header .elementor-widget-image,
  .elementor-location-header .elementor-widget-image a { width: 160px !important; max-width: 160px !important; }
  .elementor-location-header .elementor-widget-image img { width: 160px !important; }
}
/* Mobile ≤767 */
@media (max-width: 767px) {
  .elementor-location-header .elementor-widget-image,
  .elementor-location-header .elementor-widget-image a { width: 130px !important; max-width: 130px !important; }
  .elementor-location-header .elementor-widget-image img { width: 130px !important; }
}
/* Mobile pequeno ≤360 */
@media (max-width: 360px) {
  .elementor-location-header .elementor-widget-image,
  .elementor-location-header .elementor-widget-image a { width: 110px !important; max-width: 110px !important; }
  .elementor-location-header .elementor-widget-image img { width: 110px !important; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GalanoGrotesque';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://renatec.codecentauri-laboratory.com/wp-content/uploads/2026/04/Galano-Grotesque-Alt-Semi-Bold.woff') format('woff');
}
@font-face {
	font-family: 'GalanoGrotesque';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://renatec.codecentauri-laboratory.com/wp-content/uploads/2026/04/Galano-Grotesque-Alt-Semi-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */