* {
  padding: 0;
  margin: 0;
  font-family: Arial, Sans-Serif;
}

h1 {
  margin-top: 10px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;

}

body {
  background-color: #f4f4f4f4;
}

.anima_tabela {
  transform: translate(300px, 0);
}

#fade {
  transition: 0.5s;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 5;
}

#tabela-lateral {
  overflow: auto;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 10;
  background-color: #003319;

  img {
    float: right;
    height: 70px;
    margin: 15px 15px;
  }

  img:nth-child(1) {
    float: left;
    margin: 15px 15px;
    height: 60px;
  }

  ul {
    margin-top: 90px;
    padding-left: 40px;
    border-top: 1px solid #b7b7b7;

    h3 {
      font-size: 15px;
      color: #b3b3b3;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    li: nth-child(n + 2) {
      border-top: 1px solid #b7b7b7;
    }

    li {
      z-index: 10;
      cursor: pointer;
      text-decoration: none;
      color: white;
      width: 93%;
      display: flex;
      align-items: center;
      padding: 6px 0;
      font-size: 1rem;
      
      .bi {
      display: flex;
      justify-content: center;
      align-items: center;
        height: 35px;
        width: 35px;
        margin-right: 10px;
        border-radius: 50%;
        font-size: 24px;
        background-color: #004e26;
        color: white;
      }

      a {
        color: white;
      }

      .contato1 {
        border: none;
        background-color: #00000000;
        color: white;
        font-size: 1rem;
      }
    }
  }
}