.app-menu {
    padding: 10px;
    width: 360px;
}
.app-section {
    margin-bottom: 15px;
}
.app-section h5 {
    margin-bottom: 10px;
}
.app-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.app-item {
    cursor: pointer;
    text-align: center;
}
.app-item img {
    width: 40px;
    height: 40px;
}
.dropdown-menu {
    padding: 0;
}


.buttonmenu {
    font-family: inherit;
    width: 100%;
    /*font-size: 20px;
    */background: #2c3041;
    color: #fff;
    fill: rgb(155, 153, 153);
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  
  .buttonmenu span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  
  .buttonmenu svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.8s ease-in-out;
  }
  .buttonmenu image {
    display: block;
    transform-origin: center center;
    transition: transform 0.8s ease-in-out;
  }
  
  .buttonmenu:hover {
    /* background: #bebebe; */
    background: #6ee0ee;
    color: black;
  }
  
  .buttonmenu:hover .svg-wrapper {
    transform: scale(1.25);
    transition: 0.5s linear;
  }
  
  .buttonmenu:hover svg {
    /* transform: translateX(1.2em) scale(1.1); */
    fill: #000;
  }
  .buttonmenu:hover img {
    /* transform: translateX(1em) scale(1.1); */
    fill: #000;
  }
  
  .buttonmenu:hover span {
    /* opacity: 0; */
    transition: 0.1s linear;
    fill: #000;
  }
  
  .buttonmenu:active {
    transform: scale(0.95);
  }
  .buttonmenu.selected {
   
    background: #0653db;
  }
  
  .buttonmenu.selected .svg-wrapper {
    transform: scale(1.25);
    transition: 0.5s linear;
  }
  
  .buttonmenu.selected svg {
    /* transform: translateX(1.2em) scale(1.1); */
    fill: #fff;
  }
  
  .buttonmenu.selected span {
   /*  opacity: 0; */
   left: 50px;
   color: #fff;
    /* transition: 0.1s linear; */
  }
  
  
  
  
  .brand-logo-container {
    width: 100%;
    max-height: 75px;
    padding: 20px; /* Espacio para darle separación */
    text-align: center;
    background-color: #ffffff; /* Color de fondo para la sección del logo */
  }
  
  .brand-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Asegura que el logo se ajuste correctamente */
  }
  

  /* From Uiverse.io by micaelgomestavares */ 
/* .cardapp {
    
    padding: 1rem;
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 20px;
    box-shadow: 10px 10px #323232;
    border: 3px solid #323232;
  } */
   /* .appcompleta{
    margin-left: 25px;
    margin-right: 25px;
   } */
   .imagenapp{
    border-radius: 17px;
    /* height: 75px;
    width: 75px; */
   }
  
  .titleapp {
    top: 30px;
    display: flex;
    justify-content: center;
  }
  
  /* .titleapp span {
    position: relative;
    padding: 0.5rem;
    background-color: #10B981;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
  } */
  
  /* .titleapp span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    height: 1rem;
  }
   */
  .titleapp-text {
    margin-top: 3px;
    color: #374151;
    font-size: 7px;
  }
  
  
  
  .dataapp {
    display: flex;
   
    justify-content: center;
  }
  
  /* .dataapp p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #1F2937;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
  } */
  
  /* .dataapp .range {
    position: relative;
    background-color: #E5E7EB;
    width: 100%;
    height: 0.5rem;
    border-radius: 0.25rem;
  } */
  
  /* .dataapp .range .fill {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #10B981;
    width: 76%;
    height: 100%;
    border-radius: 0.25rem;
  } */