.elementor-kit-8{--e-global-color-primary:#FFF2DC;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#C6A664;--e-global-color-6b46370:#979797;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Albert Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.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 */@media (min-width: 1025px) {
  /* Insira aqui seus estilos específicos para desktop */
  .header-1 .header__hamburger .sidebar__toggle { display:none !important;}
}

#header-sticky {
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    will-change: transform, opacity;
}

#header-sticky.hide {
    opacity: 0 !important;
    transform: translateY(-25px) !important;
}

#header-sticky.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}/* End custom CSS */