.navv {
    display: inline-flex;
    position:fixed !important;
    width: 100%;
    top: 100;
    bottom: 0;
    z-index: 99px;
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
    text-align: center;
    
  }
  
  .nav-items {
    color: #83818c;
    width: 100%;
    text-decoration: none;
    z-index: 999px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  
  .ativado {
    border-bottom-style: solid;
    border-bottom-color:hsl(240, 100%, 50%); /* blue */
    border-bottom-width: 3px;
  
  }
  
  
  @media (min-width: 580px) {
    .navv {
        visibility:hidden;
    }
   
  }