.elementor-535 .elementor-element.elementor-element-d564a96{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-535 .elementor-element.elementor-element-d564a96.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-535 .elementor-element.elementor-element-0ce6de1{width:100%;max-width:100%;}@media(min-width:768px){.elementor-535 .elementor-element.elementor-element-d564a96{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-05c6590 *//* SIDEBAR BASE */
.sidebar-system {
  width: 280px;
  height: 100vh;
  overflow-y: auto;
  background: #0f172a;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  z-index: 999;
}

/* SCROLL BONITO */
.sidebar-system::-webkit-scrollbar {
  width: 6px;
}
.sidebar-system::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

/* MENU */
.sidebar-menu a,
.menu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, padding-left 0.2s;
}

/* HOVER MAIS SUAVE */
.sidebar-menu a:hover,
.menu-toggle:hover {
  background: rgba(30, 58, 138, 0.2);
  padding-left: 20px;
}

/* SUBMENU */
.submenu {
  display: none;
  padding-left: 10px;
  border-left: 2px solid #222;
}

.menu-item.open > .submenu {
  display: block;
}

/* SETA */
.arrow {
  transition: transform 0.3s;
}

.menu-item.open > .menu-toggle .arrow {
  transform: rotate(90deg);
}

/* SEARCH */
.sidebar-search {
  width: 100px;
  padding: 8px;
  margin: 10px;
  border-radius: 6px;
  border: none;
  outline: none;
}

/* ACTIVE LINK MAIS VISUAL */
active {
  background: #333;
  border-left: 4px solid #00c853;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .sidebar-system {
    transform: translateX(-100%);
  }

  .sidebar-system.open {
    transform: translateX(0);
  }

  /* BOTÃO NORMAL */
.menu-button {
  background: #1e3a8a !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
}

/* HOVER */
.menu-button:hover {
  background: #1e40af !important;
}

/* CLICK (ACTIVE) */
.menu-button:active {
  background: #1e3a8a !important;
}

/* FOCUS (QUANDO CLICA E FICA SELECIONADO) */
.menu-button:focus {
  background: #1e3a8a !important;
  outline: none !important;
  box-shadow: none !important;
}

/* REMOVE ESTILO PADRÃO DO WP */
button.menu-button {
  background: #1e3a8a !important;
}

.logo {
  margin-top: 40px;
}

  /* OVERLAY */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 998;
  }

  .overlay.show {
    display: block;
  }
}


/* DESKTOP */
@media (min-width: 769px) {
  .sidebar-system {
    transform: translateX(0);
  }

  .elementor {
    margin-left: 150px;
  }

  .menu-button {
    display: none;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .sidebar-system {
    transform: translateX(-100%);
  }

  .sidebar-system.open {
    transform: translateX(0);
  }

  .elementor {
    margin-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS *//* Remove o título da página e o cabeçalho do tema que está sobrando */
.entry-header, 
.page-header, 
.post-title, 
.entry-title,
.page-title {
    display: none ;
}

/* Ajusta o espaçamento para o conteúdo subir */
.elementor-page-title {
    display: none;
}

/* PADRÃO IMAGENS MANUAL */
.manual-img img {
  width: 100%;
  max-width: 900px;
  margin: 25px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}/* End custom CSS */