body {
  background-color: #30333C !important;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, span, a, li, ul, label {
  font-family: "Montserrat", sans-serif;
}

#navAcess {
  background: #292c34;
}
#navAcess .hide-desk {
  display: none;
}
@media (max-width: 992px) {
  #navAcess .hide-desk {
    display: block;
  }
}
#navAcess #menuAcess {
  display: flex;
}
@media (max-width: 992px) {
  #navAcess #menuAcess {
    display: block;
    padding: 0;
  }
}
#navAcess #menuAcess li {
  margin-right: 10px;
  color: white;
}
@media (max-width: 992px) {
  #navAcess #menuAcess li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#navAcess #menuAcess li a {
  min-width: 40px;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  #navAcess #menuAcess li a {
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
#navAcess #menuAcess li span {
  display: none;
}
@media (max-width: 992px) {
  #navAcess #menuAcess li span {
    display: block;
    font-size: 14px;
  }
}
#navAcess #menuLang {
  display: flex;
}
@media (max-width: 992px) {
  #navAcess #menuLang {
    justify-content: center;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px !important;
  }
}
#navAcess #menuLang li {
  margin-right: 15px;
}
#navAcess #menuLang li:last-child {
  margin-right: 0;
}
#navAcess #menuLang li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  transition: all 0.3s;
}
#navAcess #menuLang li a:hover, #navAcess #menuLang li a.ativo {
  filter: grayscale(0);
}
#navAcess #menuLang li a .flags {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-right: 5px;
}
#navAcess #btMenuAcess {
  border: none;
  background: none;
  color: white;
}
#navAcess ul {
  list-style: none;
}
#navAcess .produtos-menu {
  margin: 10px;
  padding-left: 0;
}
#navAcess .produtos-menu li {
  display: inline;
}
#navAcess .produtos-menu li a {
  margin-right: 8px;
  color: #30333C;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
#navAcess .produtos-menu li a:hover {
  color: #030303;
}
#navAcess .social-menu-top {
  font-size: 20px;
  margin: 10px;
}
#navAcess .social-menu-top li {
  display: inline;
}
#navAcess .social-menu-top li a {
  margin-left: 8px;
  color: #30333C;
  text-decoration: none;
  transition: 0.4s;
  overflow: hidden;
}
#navAcess .social-menu-top li a:hover {
  color: #030303;
}

#admin {
  display: flex;
  margin-top: 50px;
}
#admin #menu-lateral {
  background: #2A2D36;
  width: 250px;
  height: 100vh;
}
#admin #menu-lateral .menu-logo-area {
  background: #E61933;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#admin #menu-lateral .menu-logo-area img {
  max-width: 130px;
  height: -moz-fit-content;
  height: fit-content;
}
#admin #menu-lateral .menu-opcoes-area {
  padding: 15px;
}
#admin #menu-lateral .menu-opcoes-area .opcao.head p {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#admin #info-area {
  background: red;
  width: calc(100% - 250px);
}
#admin #info-area .bar-area {
  background: white;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px;
}
#admin #info-area .bar-area #menu-acao {
  border: none;
  background: none;
}
#admin #info-area .bar-area #menu-acao i {
  color: #30333C;
  font-size: 18px;
}

.alert {
  border-radius: 0 !important;
  font-size: 12px;
  text-align: center;
}
.alert ul {
  list-style: none;
  padding-left: 0;
}
.alert ul li {
  font-weight: 600;
}
