  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
    background: linear-gradient(to bottom, silver, rgb(65, 65, 65));
  }
  .transparente {
    padding: 7px;
    color: #ca1919;
    font-size: 14px;
    font-weight: inherit;
}
.ul{
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(5px, 45px);
}
.lis{
  background-color: rgba(236, 175, 57, 0.2);
  width: auto;
  height: 55px;
  margin: -8px;
}

.containerm {
  display: flex;
  height: 100vh;
}

.menu-frame {
width: 230px;
border: none;
margin-left: 0px;
}

.content {
  flex: 1;
  padding: 20px;
  background-color: #f0f0f000;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  width: 250px;
  background-color: #f1f1f1;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  color: rgb(100, 95, 95);
  background: none;
  border: none;
  cursor: pointer;
}

.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 33%;
  background-color: #f1f1f1;
  padding: 10px;
  position: inherit;
  top: 50px;
  left: 0;
}

@media (max-width: 768px) {
  .menu-items {
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      height: 100vh;
      width: 250px;
      background-color: #f1f1f1;
      padding: 10px;
      position: absolute;
      top: 50px;
      left: 0;
  }
  .menu-items.active {
      display: flex;
  }
  .menu-toggle {
      display: block;
  }

  .scrollable-active {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow: auto;
    overflow-x: auto;
    border: 1px solid #ccc;
    padding: 0%;
    margin-left: auto;
    background: url('/images/fondo.png') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
}

*, ::after, ::before {
  box-sizing: border-box;
  max-width: inherit;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 90%;
  height: 15%;
}
}

@media (max-width: 1024px) {
  .menu-items {
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      height: 100vh;
      width: 250px;
      background-color: #f1f1f1;
      padding: 10px;
      position: absolute;
      top: 50px;
      left: 0;
  }
  .menu-items.active {
      display: flex;
  }
  .menu-toggle {
      display: block;
  }

  .scrollable-active {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow: auto;
    overflow-x: auto;
    border: 1px solid #ccc;
    padding: 0%;
    margin-left: auto;
    background: url('/images/fondo.png') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
}

*, ::after, ::before {
  box-sizing: border-box;
  max-width: inherit;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 90%;
  height: 15%;
}
}