  /**********************/ 
  /*    CSS DEL MENU    */
  /**********************/
  
    /* TITULO Y COLOR AFCONECTOR */
    .brand-title {
      color: #5b7a59;
    }
  
    .brand-title #logoMovil {
      margin-left: 30px;
    }
  
    #imagenCabeceraMenu{
      opacity: 85%;
      height: 90%;
      width: 90%;
    }


  .sidebar {
    padding: 25px 0 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    height: 100%;
    position: fixed;
    width: 19%;
  }

  .brand-title-panel {
    align-items: center;
    align-self: center;
    justify-content: center;
  }

  #cuadroMenu {
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-top: 0.2em;
    padding-bottom: 0.5em;

  }

  .botonactivo {
    color: white; 
    background-color: #5b7a59;
  }

  .botonactivo:hover {
    color: white !important; 
    background-color: #5b7a59 !important;
  }
  
  .list-group-item-action:focus, .list-group-item-action:hover{
    background-color: #e9ecef ;
    color: black;
  }

  #menuLateral .logout:hover {
    background-color:#bb452ac5; 
    color: white;
  }

  #navbarToggleExternalContent .list-group-item:hover {
    background-color: #e9ecef ;
    color: black;
  }