.elementor-2437 .elementor-element.elementor-element-31b23fb{--display:flex;--min-height:0px;--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:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2437 .elementor-element.elementor-element-31b23fb:not(.elementor-motion-effects-element-type-background), .elementor-2437 .elementor-element.elementor-element-31b23fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-2437 .elementor-element.elementor-element-b474007{--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;--justify-content:center;--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-2437 .elementor-element.elementor-element-b474007.e-con{--align-self:center;--flex-grow:1;--flex-shrink:1;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7 .hfe-site-logo-container, .elementor-2437 .elementor-element.elementor-element-6fbd1c7 .hfe-caption-width figcaption{text-align:center;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7 .hfe-site-logo .hfe-site-logo-container img{width:35%;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7 .hfe-site-logo img{max-width:100%;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7 .widget-image-caption{margin-top:0px;margin-bottom:0px;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7{width:var( --container-widget-width, 110.097% );max-width:110.097%;--container-widget-width:110.097%;--container-widget-flex-grow:0;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2437 .elementor-element.elementor-element-6fbd1c7 .hfe-site-logo-container .hfe-site-logo-img{border-style:none;}.elementor-2437 .elementor-element.elementor-element-3252dd6{--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;--justify-content:center;}.elementor-2437 .elementor-element.elementor-element-27b8918 > .elementor-widget-container{margin:0px 32px 0px 00px;}.elementor-2437 .elementor-element.elementor-element-27b8918 .elementor-menu-toggle{margin:0 auto;}.elementor-2437 .elementor-element.elementor-element-27b8918 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-2437 .elementor-element.elementor-element-27b8918{--e-nav-menu-divider-content:"";--e-nav-menu-divider-style:solid;--e-nav-menu-divider-color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-2437 .elementor-element.elementor-element-b474007{--width:25%;}.elementor-2437 .elementor-element.elementor-element-3252dd6{--width:75%;}}/* Start custom CSS for nav-menu, class: .elementor-element-27b8918 */#main_menu.menu a {
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

#main_menu.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #ffcc00; /* Altere para sua cor de destaque */
  transition: width 0.3s ease;
}

#main_menu.menu a:hover::after {
  width: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-31b23fb */.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
}/* End custom CSS */