    .logo-pacu{
        margin: 35px 0 0 5%;
        width: 280px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        transition: transform 0.2s ease-in-out;
    }

    .logo-pacu:hover {
      transform: scale(1.05);
      transition: transform 0.4s ease-in-out;
    }

    .btn-menu, .btn-close-menu {
      position: fixed;
      top: 30px;
      right: 35px;
      z-index: 10;
      background-color: transparent;
      border: none;
      color: white;
      font-size: 2rem;
    }

    .btn-close-menu {
      display: none;
    }

    .nav-sidebar__shape {
      position: fixed;
      top: 0;
      right: -2px;
      width: 300px;
      height: 100vh;
      opacity: 0.95;
      transform-origin: right top !important;
      z-index: 8;
      pointer-events: none;
      overflow: hidden;
      transition: width 1.2s ease-in-out;
    }

    .nav-sidebar__shape.open {
      width: 4000px;
      pointer-events: auto;
    }

.menu-content.show a,
footer a,
.btn-menu-click {
  color: white;
  text-decoration: none;
}


    .menu-content {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9;
      color: white;
      width: 90%;
      max-width: 1200px;
      /* max-height: 100vh; */
      padding: 20px;
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .menu-content.show {
      display: block;
      opacity: 1;
    }

    
    .menu-content .title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      text-transform: uppercase;
    }

    .aside-item-boxes {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .aside-item-box {
      display: flex;
      gap: 1.3rem;
      text-decoration: none;
      height: 200px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      border: 1px solid #ffc107;
      color: white;
      text-decoration: none;
      transition: background-color 0.3s ease;
      position: relative;
    }

    .aside-item-box:hover,
    .icon-circular:hover{
      /* background-color: rgba(255, 255, 255, 0.2); */
      background-color: #ffc107;
    }

    .icon-menu{
      width: 50%;
    }

    .aside-item-box .label {
      position: absolute;
      top: -14px;
      background-color: #ffc107;
      color: #212529;
      font-weight: bold;
      padding: 4px 8px;
      font-size: 0.75rem;
      border-radius: 20px;
    }

    .aside-links {
      font-weight: 300;
      display: flex;
      height: 100%;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-start;
      list-style: none;
      padding: 0;
      flex-direction: column;
    }

    .aside-item-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: 80%;
      height: 45px;
      padding: 10px;
      /* background-color: rgba(255, 255, 255, 0.1); */
      border-radius: 7px;
      transition: background-color 0.3s ease;
    }

    .aside-item-link:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .aside-item-link .icon {
      width: 24px;
      height: 24px;
      /* background-color: red;
      border: 1px solid white;
      border-radius: 10px; */
    }

    .aside-item-social .icon {
      fill: white;
    }

    .icon-circular {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100px;
      height: 100px;
      border: 1px solid #ffc107;
      border-radius: 7px;
      transition: background-color 0.3s ease;
    }

    .icon-siga {
      width: 50px;
      height: 50px;
      object-fit: cover;
    }

    .icon-descubra{
      width: 22px;
      height: 22px;
    }


























    
    @media (max-width: 991px) {
      .logo-pacu{
        margin: 30px 0 0 40px !important;
        width: 230px;
        transition: .7s;
      }

      .aside-social .icon-siga {
        width: 40px;
        height: 40px;
      }

      .aside-social .col-3 {
        flex: 1;
        max-width: none;
      }

      .aside-social {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
        /* padding: 0 20px; */
      }
    }

    @media (max-width: 768px) {
      .logo-pacu{
        margin: 20px 0 0 40px;
        width: 200px;
      }

      .aside-social .icon-siga {
        width: 35px;
        height: 35px;
      }

      .menu-content {
        width: 100%;
        height: 95%;
        overflow-y: auto;
        padding: 20px;
      }

      .aside-item-box {
        width: 100%;
        /* max-width: 140px; */
        height: 150px;
        padding: 15px 10px;
      }
    }

    @media (max-width: 480px) {
      .logo-pacu{
        margin: 20px 0 0 60px;
        width: 130px;
      }

      .menu-content {
        width: 100% !important;
        padding: 20px 0px !important;
      }

      .aside-item-box {
        height: 150px !important;
        font-size: 0.8rem !important;
      }

      .aside-social::-webkit-scrollbar {
        display: none; /* Chrome */
      }

      .aside-social {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
      }

      .icon-circular {
        height: 80px !important;
      }

        .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vem-termas {
    gap: 5px !important;
    transform: none !important;
  }

  .sem-transforme {
    transform: none !important;
  }

  .col-4 {
    width: 32.33% !important;
  }
    }

    /* Para notebooks/telas mais baixas */
@media (max-height: 800px) {
  .menu-content {
    max-height: 90vh;   /* nunca ultrapassa a tela */
    overflow-y: auto;   /* ativa scroll se necessário */
    padding: 15px;
  }

  .aside-item-box {
    height: 150px;       /* reduz a altura das caixas */
    padding: 10px;
  }

  .icon-circular {
    width: 80px;
    height: 80px;
  }

  .icon-menu {
    width: 40%;          /* reduz os ícones */
  }

  .aside-item-link {
    height: 40px;        /* links mais compactos */
    font-size: 0.9rem;
  }
}

@media (max-height: 600px) {
  .aside-item-box {
    height: 120px;
  }

  .icon-circular {
    width: 70px;
    height: 70px;
  }

  .aside-item-link {
    font-size: 0.8rem;
    height: 35px;
  }
}
