@media (max-width: 1024px) {
  .m-header {
    height: auto !important;
  }

  .m-brand {
    width: 100%;
    position: relative;
    height: auto !important;
    padding: 0px 24px;
    z-index: 2;
  }

  .m-header--fixed-mobile .m-body {
    padding-top: 73px !important;
  }

  .m-brand__tools {
    display: flex !important;
    align-items: center !important;
    float: right !important;
  }

  #m_header_nav {
    display: none !important;
  }

  .m-aside-left.m-aside-left--on {
    background-color: white !important;
    
  }

  .m-aside-left {
    width: auto !important;
    position: fixed !important;
  }

  .m-aside-left-close {
    top: 0 !important;
    background-color: black;
    color: white;
  }

  #dts_dash_escritorio_table1 {
    margin-bottom: 32px;
  }

  .m-aside-left--on .m-aside-left-close {
    left: 238px !important;
  }
}

@media (max-width: 1200px) {
  .bg-image-login, .apexcharts-toolbar {
    display: none !important;
  }

  .div-izq-login {
    width: 100%;
    border-radius: 0px !important;
  }
  
  #map-loc {
    margin-top: 16px !important;
  }

  .mb-xl {
    margin-bottom: 16px !important;
  }
}

