.elementor-306 .elementor-element.elementor-element-400c80e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-306 .elementor-element.elementor-element-59ab7f9{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-306 .elementor-element.elementor-element-59ab7f9.elementor-element{--align-self:stretch;}.elementor-306 .elementor-element.elementor-element-2f3dabe{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-posts .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-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{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-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-306 .elementor-element.elementor-element-aa28ad7{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-306 .elementor-element.elementor-element-aa28ad7 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.64 * 100% );}.elementor-306 .elementor-element.elementor-element-aa28ad7:after{content:"0.64";}.elementor-306 .elementor-element.elementor-element-aa28ad7 .elementor-post__thumbnail__link{width:100%;}.elementor-306 .elementor-element.elementor-element-aa28ad7 .elementor-post__meta-data span + span:before{content:"///";}.elementor-306 .elementor-element.elementor-element-aa28ad7 .elementor-post{border-radius:28px;}.elementor-306 .elementor-element.elementor-element-aa28ad7.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-306 .elementor-element.elementor-element-aa28ad7.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-306 .elementor-element.elementor-element-aa28ad7.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-306 .elementor-element.elementor-element-63c46c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-306 .elementor-element.elementor-element-aa28ad7 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-306 .elementor-element.elementor-element-aa28ad7:after{content:"0.5";}.elementor-306 .elementor-element.elementor-element-aa28ad7 .elementor-post__thumbnail__link{width:100%;}}@media(min-width:768px){.elementor-306 .elementor-element.elementor-element-400c80e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-59ab7f9 *//* Container padrão do header */
header.site-header .container.nav{
  max-width:1200px;           /* largura como nas outras páginas */
  margin:0 auto;              /* centraliza o conteúdo dentro do header */
  padding:0 20px;             /* respiro lateral */
  height:92px;                /* altura do header (maior) */
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

/* Logo com respiro, sem encostar na borda */
header.site-header .brand{
  display:flex; align-items:center; gap:12px;
  padding-left:2px;           /* micro ajuste anti-encosto */
}
header.site-header .brand img{
  height:72px;                /* tamanho do print */
  width:auto;
}

/* Menu: à direita, sem centralizar, com tipografia do print */
header.site-header .menu{
  margin-left:auto;           /* empurra para a direita */
  display:flex; align-items:center; justify-content:flex-end; gap:28px;
  text-align:left;            /* evita centralização por herança */
  flex:1 1 auto;
}
header.site-header .menu a{
  color:#0f172a;
  font-weight:600;
  font-size:16px;             /* tamanho “padrão” do print */
  line-height:1;
  height:44px; display:inline-flex; align-items:center;
  opacity:.95;
}
header.site-header .menu a:hover{opacity:1}

/* Botão do menu com mesmas dimensões do print */
header.site-header .menu .contact-btn{
  padding:10px 16px;
  border-radius:12px;
  border:1px solid #dbe4ee;
  background:#fff;
  font-weight:700;
}

/* Neutraliza regras do Hello/Elementor que centralizam */
header.site-header,
header.site-header nav{ text-align:left !important; }

/* Garantia em páginas problemáticas (Sobre nós e Produtos) */
.page-id-XXX header.site-header .container.nav,
.post-type-archive-product header.site-header .container.nav,
.single-product header.site-header .container.nav{
  justify-content:space-between !important;
}
.page-id-XXX header.site-header .menu,
.post-type-archive-product header.site-header .menu,
.single-product header.site-header .menu{
  margin-left:auto !important;
  justify-content:flex-end !important;
  text-align:left !important;
}

/* Responsivo */
@media (max-width: 991px){
  header.site-header .menu{display:none}
  header.site-header .brand img{height:56px}
}/* End custom CSS */