#mainMenu.offcanvas {
  width: 75% !important;
  background-color: #ffffff !important;
  color: #054e50;
}

#mainMenu .offcanvas-header {
  background-color: #054e50;
  color: white;
  border-bottom: 2px solid #043e3f;
}

#mainMenu .offcanvas-title {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

/* Novo botão de fechar personalizado */
.btn-custom-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}


.btn-custom-close:hover {
  color: #ccc;
}

/* Outros estilos */
#mainMenu .nav-link {
  color: #054e50 !important;
}

.submenu .nav-link {
  color: #054e50 !important;
}
