.elementor-kit-12{--e-global-color-primary:#D41D18;--e-global-color-secondary:#8A453A;--e-global-color-text:#000000;--e-global-color-accent:#FFB11A;--e-global-color-8980411:#FFFFFF;--e-global-color-5eba2c0:#F0F0E6;--e-global-color-895c290:#0E0905;--e-global-color-8c47b98:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-456eaf1-font-family:"Inter";--e-global-typography-456eaf1-font-size:22px;--e-global-typography-456eaf1-font-weight:600;--e-global-typography-7b9e03a-font-family:"Inter";--e-global-typography-7b9e03a-font-size:22px;--e-global-typography-7b9e03a-font-weight:300;--e-global-typography-2b857c6-font-family:"Inter";--e-global-typography-2b857c6-font-size:16px;--e-global-typography-2b857c6-font-weight:400;}.elementor-kit-12 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 *//* ------------------------------
   BOTÃO NO MENU (cores e estilo)
------------------------------ */

/* Botão do menu desktop */
.mostrar-so-no-mobile > a {
  background: #DB9F4B; /* Sua cor de destaque */
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  transition: 0.25s ease;
}

.mostrar-so-no-mobile > a:hover {
  background: #AB7C57;
  color: #fff !important;
}

/* Botão no menu móvel */
.elementor-nav-menu--dropdown .mostrar-so-no-mobile > a {
  background: #DB9F4B;
  border-radius: 8px;
  padding: 12px;
  margin: 6px 0;
  text-align: center;
  display: block;
}

/* ------------------------------
   APARECER SÓ NO MOBILE
------------------------------ */

.mostrar-so-no-mobile {
  display: none !important; /* Esconde no desktop */
}

.elementor-nav-menu--dropdown .mostrar-so-no-mobile {
  display: block !important; /* Mostra no mobile */
}/* End custom CSS */