html, body {
    min-height: 100% !important;
    height: 100% !important;
  }
  
  #row-principal {
    min-height: 100% !important;
    height: 100% !important;
    margin: 2px !important;
  }
  
  .col-principal {
    min-height: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  
  .collapsible-body {
    padding-top:0px !important;
    padding-right:0px !important;
    padding-bottom:0px !important;
    padding-left:10px !important;

  }
  
  .collapsible-accordion { 
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .collapsible-header { 
    padding: 5px !important;
    padding-left: 15px !important;
  }
  .collection-item{
    padding: 5px !important;
    padding-left: 15px !important;

  }
  .collection a.btn.modal-trigger {
    background: none;
    box-shadow: none;
    padding: 0;
    float: right;
}
.collapsible-header a.btn.modal-trigger {
  background: none;
  box-shadow: none;
  padding: 0;
  float: right;
}
.collapsible-header a.btn.modal-trigger i {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #2196F3 !important;
  width: 20px !important;
  display: block;
  float: none !important;
}
.collection a.btn.modal-trigger i {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #242c4f !important;
  width: 20px !important;
  display: block;
  float: none !important;
}

  #left-menu {
    overflow-y: auto;
  }
  #left-menu::-webkit-scrollbar {
    width: 4px;
  }
   
  #left-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
   
  #left-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  
  #page-loader {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background-color: white;
    z-index: 99;
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 25px;
  }
  
  #loading{
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
  }
  
  #loading-center{
      width: 100%;
      height: 100%;
      position: relative;
  }
  
  #loading-center-absolute {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 200px;
      width: 200px;
      margin-top: -100px;
      margin-left: -100px;
  }
  
  #player-mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
      
  }
  
  .btn-small {
    height: 24px;
    line-height: 24px;
    padding: 0 0.5rem;
  }
  
  /*botones de menu */
.button-menu{
   background: #fff none repeat scroll 0 0;
   border-radius: 0;
   box-shadow: 7px 6px 8px -4px rgba(0, 0, 0, 0.23);
   color: #385074;
   display: inline-block;
   margin-top: 0.5em;
   padding: 4px 15px;
   text-decoration: none;
   cursor: pointer;

}

.button-menu:hover{
   background: #444;
   color: #fff;
}
.material-icons{
  color: #242c4f !important;
}

.fijar-video{
  width: 100% !important;
  max-width: 100% !important;
  /*height: 100% !important;*/
  max-height: 380px !important;
  min-height: 220px !important;
  position: sticky  !important;
  margin-bottom: 0px;
  padding: 0px !important;
  top: 0 !important; 
  left: 0 !important; 
  z-index: 500 !important;
}

.row .col {
  padding: 0px !important;
}

#titintervencion{
  margin:0px;
  min-height:50px !important;
  background:#242c4fcc !important; 
  font-size:20px; 
  font-family: Arial, Helvetica, sans-serif;
  color: #ddddddfc;
  -webkit-box-align: center;
}

@media only screen and (min-width: 360px) and (max-width: 800px) {
  .vid1-dimensions {
    width: 100%;
    height: 250px !important;
  }
  .video-js .vjs-tech {
    height:auto !important;
  }
}
