.container-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.container-fluid {
  padding-left: 0 !important;
}

.site-menu {
  flex: 0 0 300px;
  height: 100%;
  position: sticky;
  top: 140px;
  z-index: 1000;
}

#navigation {
  overflow: auto;
  height: auto;
}

.content-section {
  flex: 1;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

#main-content {
  margin: 0 !important;
  padding: 0 !important;
}

.img-help {
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-welcome {
  width: 100%;
  max-width: 400px;
  margin: 0;
}

h2,
h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

p {
  text-align: justify;
}

a {
  text-decoration: none !important;
}

#menu-open {
  display: none;
  color: #1351b4;
}

#menu-close {
  display: none;
  top: 20px !important;
  display: flex;
  background: none;
  border: none;
}

#menu-close i {
  color: #1351b4;
  font-size: 20px;
  margin-right: 8px;
}

#menu-close span {
  color: #1351b4;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .site-menu {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 150px;
  }

  .br-header.compact {
    --header-padding: 16px !important;
  }

  .menu-container {
    top: 0 !important;
    max-width: 100vw;
    width: 100vw;
    position: relative !important;
  }

  #menu-open {
    display: inline;
    margin-left: 20px;
  }

  .site-menu.show {
    display: block !important;
  }

  #menu-close {
    display: block;
  }

  .content-section.hidden {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #menu-close {
    display: none !important;
  }
}
