.boxshadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.unselectable {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popover-content {
  font-size: 13px;
  line-height: 18px;
}
.nopadding {
  padding: 0 !important;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  text-shadow: none !important;
}
*:active,
*:focus,
*:visited,
*:hover {
  outline: none !important;
  text-shadow: none !important;
}
*::-moz-focus-inner {
  border: 0 !important;
}
*:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
  background-image: none !important;
  border: 0;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-button {
  background: #EEE;
}
*::-webkit-scrollbar-track-piece {
  background: #EEE;
}
*::-webkit-scrollbar-thumb {
  background: #CCC;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none !important;
}
.placeholder {
  color: #CCC;
}
div {
  vertical-align: top;
}
body > section {
  border-top: 1px solid #dfdfdf;
  padding: 20px 0 0 0;
}
body > section > div.container.interna {
  padding-bottom: 40px;
}
body > section > div.container > h2 {
  color: #515254;
  font-weight: 500;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
}
body > section > div.container > nav.breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  overflow: auto;
}
body > section > div.container > nav.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body > section > div.container > nav.breadcrumb > ul {
  list-style: none;
  white-space: nowrap;
}
body > section > div.container > nav.breadcrumb > ul > li {
  display: inline-table;
}
body > section > div.container > nav.breadcrumb > ul > li:last-of-type {
  margin-right: 0;
}
body > section > div.container > nav.breadcrumb > ul > li > a {
  color: #817e7e;
  font-size: 12px;
  text-transform: uppercase;
}
body > section > div.container > nav.breadcrumb > ul > li > a.active {
  color: #222222;
}
body > section > div.container > nav.breadcrumb > ul > li > i.fa {
  margin: 0 15px 0 15px;
  font-size: 12px;
}
body > section > div.container > div.texto {
  min-height: 60vh;
  font-size: 18px;
}
/*# sourceMappingURL=internas.css.map */