.elementor-kit-13{--e-global-color-primary:#6B2B1E;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#8B5A2B;--e-global-color-accent:#C8A96A;--e-global-color-8d2ad0e:#F5F5F5;--e-global-color-99352c4:#F8F8F8;--e-global-color-94e6d91:#C9A26A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:31px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:1.5px;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-letter-spacing:1px;--e-global-typography-accent-font-family:"Playfair";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:normal;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 *//* Estado inicial (transparente) */
.menu-topo {
  background-color: transparent;
  transition: all 0.3s ease;
}

/* Texto branco no início */
.menu-topo .elementor-nav-menu a {
  color: #ffffff !important;
}

/* Ícones (se tiver) */
.menu-topo .elementor-icon {
  color: #ffffff;
}

/* HOVER: fundo branco */
.menu-topo:hover {
  background-color: #ffffff;
}

/* HOVER: texto preto */
.menu-topo:hover .elementor-nav-menu a {
  color: #000000 !important;
}

/* HOVER: ícones pretos */
.menu-topo:hover .elementor-icon {
  color: #000000;
}

/* Caixa do submenu */
.menu-topo .sub-menu {
  background-color: #ffffff;
  padding: 20px;
  display: none;
}

/* Mostrar no hover */
.menu-topo .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Links do submenu */
.menu-topo .sub-menu a {
  color: #000000 !important;
  font-size: 14px;
}

/* Hover nos itens do submenu */
.menu-topo .sub-menu a:hover {
  color: #666666 !important;
}

/* Ícones começam brancos */
.menu-topo .elementor-icon i {
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Hover no header inteiro */
.menu-topo:hover .elementor-icon i {
    color: #000000;
}

/* Para SVG (caso use) */
.menu-topo .elementor-icon svg {
    fill: #ffffff;
    transition: all 0.3s ease;
}

.menu-topo:hover .elementor-icon svg {
    fill: #000000;
}/* End custom CSS */