.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  body {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 70px;
  }
  
  @media (min-width: 768px) {
    body {
      max-width: 1200px;
    }

    .size-2{
        font-size: 1vha !important;
    }
  }
  
  @media (min-width: 992px) {
    body {
      max-width: 1400px;
    }
  }
  

  @media (max-width: 368px) {
    body {
      max-width: 1200px;
    }

    .size-2{
        font-size: 2vh !important;
        color: blue !important;
    }
  }

.margin-top-session{
    margin-top: 2.5%;
}

.ativo {
    color: red !important;
  }
  
  
  