.oculto{display:none;}
.TituloSeccion{    
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}


@media screen and (max-width: 992px) {
    .TextoTitulo{
        display:none;
    }
  }
  

  @media screen and (max-width: 600px) {
    .TextoTitulo{
        display:none;
    }
  }
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
  overflow-x: hidden;
}

/* Toggle Styles */

.sidenav-black-overlay {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.sidenav-black-overlay.active {
  opacity: 1;
  visibility: visible;
}
.sidebar-nav{
  max-height: 90%;
  overflow-y: auto;
}

#MenuLateral {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#MenuLateral.toggled {
  padding-left: 250px;
}

#sidebar-MenuLateral {
  box-shadow: 2px 2px 8px;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: rgb(0,0,0);
  background: #6ba187;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#MenuLateral.toggled #sidebar-MenuLateral {
  width: 250px;
}

#page-content-MenuLateral {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#MenuLateral.toggled #page-content-MenuLateral {
  position: absolute;
  margin-right: -250px;
}


.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .titulo-seccion {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
  color:rgb(0, 0, 0);
}

.sidebar-nav > .sidebar-brand a {
  color: #000000;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: rgb(0, 0, 0);
  background: none;
}

.footerMenuLateral{width:250px;}

@media(min-width:768px) {
  
}
