    article {
  padding: 1.2rem 2rem;
}
.menu-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(240,240,240,0.8);
  margin-top: -1em;
  padding: 1.5rem 1rem 0.5rem 1rem;
}
.desktop {
  display: none;
}
.responsive {
  background-color: #ffffff;
  color: #FFFFFF;
  width: 70%;
  height: 150vh;
  position: absolute;
  z-index: 1000;
  left: -70%;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  margin-top: 41px;
}
.responsive ul {
  margin: 0 0 0 -2.5rem;
}
.responsive ul li {
  list-style: none;
  text-align: left;
  cursor: pointer;
  padding: 1.2rem;
}
.responsive ul li:hover {
  color: #ddd;
  background-color: #6b6b6b;
}
.responsive ul li a {
     text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 0px 5px 60px;
    color: #FFFFFF;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
}
.logo {
  background-color: #485a9e;
  color: #fff;
  padding: 0.7rem;
  text-align: center;
}
.gatilho-menu {
  cursor: pointer;
}
@media (min-width: 800px) {
  .gatilho-menu {
    display: none;
  }
  .responsive {
    display: none;
  }
  .desktop {
    display: block;
    color: #6b6b6b;
  }
  .desktop li {
    display: inline;
    list-style: none;
    text-align: center;
    cursor: pointer;
    padding: 1.3rem 0.5rem;
    margin: 0 0.3rem;
  }
  .desktop li:hover {
    color: #485a9e;
    border-bottom: 5px solid #485a9e;
  }
  .desktop li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
  }
}


.nav>li>a {
position: relative;
    display: block;
    padding: 12px 40px;
    color: #191919;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    width: 95%;
}




.dropdown-menu-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00ff00;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}



