nav{
    background-color: #F7931E;
}

.nav-link i{
    color: white;
    font-size: large;
  }
.LogoBlanco{
    /* margin-left: -25px; */
    width: 125px;
  }

  .sidebar {
    position: fixed;
    top: 70px;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }

  
