.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;
}
body > section > div.container.interna > h2 {
  margin-bottom: 30px;
}
body > section > div.container.interna > div.row > div.menu > ul {
  display: block;
  width: 100%;
  list-style: none;
}
body > section > div.container.interna > div.row > div.menu > ul > li {
  border: 1px solid #d0d0d0;
  border-bottom: 1px solid #FFF;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
body > section > div.container.interna > div.row > div.menu > ul > li:last-child {
  border-bottom: 1px solid #d0d0d0;
}
body > section > div.container.interna > div.row > div.menu > ul > li.active,
body > section > div.container.interna > div.row > div.menu > ul > li:hover {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
}
body > section > div.container.interna > div.row > div.menu > ul > li.active:last-child,
body > section > div.container.interna > div.row > div.menu > ul > li:hover:last-child {
  border-bottom: 1px solid #eeeeee;
}
body > section > div.container.interna > div.row > div.menu > ul > li.active > a,
body > section > div.container.interna > div.row > div.menu > ul > li:hover > a {
  color: #333;
}
body > section > div.container.interna > div.row > div.menu > ul > li > a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #817e7e;
}
body > section > div.container.interna > div.row > div.menu > ul > li > a > i.fa {
  margin-right: 15px;
}
body > section > div.container.interna > div.row > div.conteudo > h2 {
  color: #333;
  font-weight: 300;
  margin: 20px 0;
  text-align: left;
  font-size: 30px;
}
body > section > div.container.interna > div.row > div.conteudo > p.help {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  color: #333;
}
body > section > div.container.interna > div.row > div.conteudo > div > h1,
body > section > div.container.interna > div.row > div.conteudo > div > h2,
body > section > div.container.interna > div.row > div.conteudo > div > h3,
body > section > div.container.interna > div.row > div.conteudo > div > h4,
body > section > div.container.interna > div.row > div.conteudo > div > h5 {
  color: #666;
  font-weight: 300;
  margin: 20px 0;
  text-align: left;
}
body > section > div.container.interna > div.row > div.conteudo > div > h1 {
  font-size: 35px;
}
body > section > div.container.interna > div.row > div.conteudo > div > h1.accord-titulo {
  font-size: 16px;
  background-color: #666;
  color: #FFF;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
body > section > div.container.interna > div.row > div.conteudo > div > h1.accord-titulo > i.fa {
  float: right;
  font-size: 22px;
  margin-top: -4px;
}
body > section > div.container.interna > div.row > div.conteudo > div > h2 {
  font-size: 30px;
}
body > section > div.container.interna > div.row > div.conteudo > div > h3 {
  font-size: 25px;
}
body > section > div.container.interna > div.row > div.conteudo > div > h4 {
  font-size: 20px;
}
body > section > div.container.interna > div.row > div.conteudo > div > h5 {
  font-size: 16px;
}
body > section > div.container.interna > div.row > div.conteudo > div > div.accord-conteudo {
  display: block;
  border: 1px #EEE solid;
  margin: 0;
  padding: 20px 20px 5px 20px;
}
body > section > div.container.interna > div.row > div.conteudo > div > div.accord-conteudo img {
  display: block;
  margin: auto;
  margin-bottom: 0;
  max-width: 100%;
}
body > section > div.container.interna > div.row > div.conteudo > div p {
  font-size: 15px;
  color: #666;
}
body > section > div.container.interna > div.row > div.conteudo > div img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
body > section > div.container.interna > div.row > div.conteudo > div ul {
  padding: 0 16px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #666;
}
body > section > div.container.interna > div.row > div.conteudo > div ul > li {
  margin-bottom: 5px;
}
body > section > div.container.interna > div.row > div.conteudo > div > a.link {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}
body > section > div.container.interna div.advogados {
  border-top: 1px solid #CCC;
  margin-top: 20px;
}
body > section > div.container.interna div.advogados > h2 {
  color: #515254;
  font-weight: 500;
  font-size: 30px;
  margin-top: 20px;
  text-transform: uppercase;
}
body > section > div.container.interna div.advogados > div.row {
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body > section > div.container.interna div.advogados > div.row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body > section > div.container.interna div.advogados > div.row > div > h3 {
  color: #000;
}
body > section > div.container.interna div.advogados > div.row > div > p {
  color: #333;
  margin: 0;
}
body > section > div.container.interna div.advogados > div.row > div > button {
  background: #666;
  padding: 10px 15px;
  border: none;
  color: #FFF;
  margin-top: 20px;
  font-size: 16px;
}
body > section > div.container.interna div.advogados > div.row > div > div.img-container {
  display: block;
  width: 90%;
  height: 160px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  max-width: 200px;
}
body > section > div.container.interna div.advogados > div.row > div > div.img-container > img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
@media (max-width: 991px) {
  body > section > div.container.interna > div.row > div.conteudo {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=texto.css.map */