@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

#menu_navegacion {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 27%, rgba(2, 0, 59, 1) 60%);
  font-family: "Poppins", sans-serif;
}

.img-logo {
  max-width: 12.5vw;
  height: auto;
}

@media screen and (min-width: 1920px) {
  #logo-dharma,
  #contenedor-logo {
    max-width: 10vw;
    height: auto;
  }

  #menu_navegacion {
    width: 12.5vw !important;
  }

  .img-logo {
    width: 100%;
    height: auto;
  }
}

.contenedor-tabla {
  overflow-y: auto;
  max-height: 70vh;
}

#modalSeleccionSucursal {
  color: black;
}
