body {
  min-height: 100vh;
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding:15px;
}
.container-header {
  z-index: 10;
  background-color: #fff;
  background-image: none;
  position: relative;
  box-shadow: none;
}
h1 {
  font-size: 26px;
  color: #214d32;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1,h2,h3,h4,h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
  font-weight: 400;
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  -webkit-text-size-adjust: 100%;
}
:root {
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #ffffff;
  --template-link-color: var(--link-color);
  --template-special-color: #001B4C;
  background: #f2f2f2;
}
a:not([class]) {
  text-decoration: none;
}
a {
  color: #3A6149;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1em;
  background: #fcfcfc;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #58585a;
  text-decoration: none;
  position: relative;
}
h2 {
  font-size: 20px;
  color: #4b3939;
}
ss3-force-full-width {
  position: relative;
  display: block;
  opacity: 0;
  width: 100vw;
  transform: translateX(-100vw);
  padding: 15px;
}
  .container-header .metismenu > li.level-1.active > a, .container-header .metismenu > li.level-1.active > button, .container-header .metismenu > li.level-1 > a:hover, .container-header .metismenu > li.level-1 > button:hover {
    text-decoration: none;
    background: #ecebeb;
    padding: 10px;
    border-top: 2px solid green;
  }
  .container-header .metismenu > li.level-1.active > a, .container-header .metismenu > li.level-1.active > button, .container-header .metismenu > li.level-1 > a:hover, .container-header .metismenu > li.level-1 > button:hover {
    text-decoration: none;
    background: #ecebeb;
    padding: 10px;
    border-top: 2px solid green;
  }