.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FF8686;--e-global-color-accent:#000000;--e-global-color-dcfc096:#C0392B;--e-global-color-03817af:#E74C3C;--e-global-color-789d1e3:#2C3E50;--e-global-color-6309183:#D32F2F;--e-global-color-7834b0c:#F9F7F1;--e-global-color-a3a3b6d:#D8FFD6;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:800;--e-global-typography-d5728a5-font-family:"Baloo 2";--e-global-typography-d5728a5-font-size:2em;--e-global-typography-d5728a5-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"ribeat", Sans-serif;}.elementor-kit-5 h2{font-family:"Baloo 2", Sans-serif;font-weight:700;}.elementor-kit-5 h3{font-family:"Baloo 2", Sans-serif;font-weight:700;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-radius:10px 10px 10px 10px;}.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);}@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 *//* Oculta as imagens visualmente, mas mantém no layout */
.menu-imagens {
  position: relative;
  min-height: 250px; /* garante que o espaço esteja reservado */
}

.menu-imagens .img-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
  z-index: 1;
  
}


.sidebar-nav .metismenu > li:nth-child(1):hover ~ .menu-imagens .img-1,
.sidebar-nav .metismenu > li:nth-child(2):hover ~ .menu-imagens .img-2,
.sidebar-nav .metismenu > li:nth-child(3):hover ~ .menu-imagens .img-3,
.sidebar-nav .metismenu > li:nth-child(4):hover ~ .menu-imagens .img-4,
.sidebar-nav .metismenu > li:nth-child(5):hover ~ .menu-imagens .img-5 {
  opacity: 1;
  visibility: visible;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ribeat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://produtosmakemais.com.br/wp-content/uploads/2025/10/AnyConv.com__Ribeat-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */