.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 > div.container {
  font-size: 0;
}
body > section > div.container > h2 {
  margin-bottom: 0;
}
body > section > div.container > div.lista {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 60px;
  position: relative;
}
body > section > div.container > div.lista > ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
body > section > div.container > div.lista > ul > li {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
body > section > div.container > div.lista > ul > li > a {
  position: relative;
}
body > section > div.container > div.lista > ul > li > a > span {
  background-color: #FF5A19;
  color: #FFF;
  padding: 0 15px;
  margin-right: 10px;
}
body > section > div.container > div.lista > div.clientes-container {
  display: block;
  text-align: center;
  font-size: 0;
  margin: 0 -15px;
}
body > section > div.container > div.lista > div.clientes-container > div.cliente {
  display: inline-block;
  width: 262px;
  margin: 15px;
  border: 1px solid #DDD;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
body > section > div.container > div.lista > div.clientes-container > div.cliente > div.img-container {
  display: block;
  width: 90%;
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #DDD;
}
body > section > div.container > div.lista > div.clientes-container > div.cliente > div.img-container > img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
body > section > div.container > div.lista > div.clientes-container > div.cliente > div.titulo {
  width: 100%;
  height: 55px;
  position: relative;
  overflow: hidden;
}
body > section > div.container > div.lista > div.clientes-container > div.cliente > div.titulo > h3 {
  font-size: 16px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body > section > div.container > div.texto {
  display: inline-block;
  width: 70%;
  padding-right: 30px;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 60px;
  min-height: 0;
}
body > section > div.container > div.texto img {
  max-width: 100%;
}
body > section > div.container > div.texto > div.voltar {
  display: block;
  font-size: 20px;
  margin-top: 40px;
}
body > section > div.container > div.texto > div.voltar > a {
  color: #FF5A19;
}
body > section > div.container > div.texto > div.voltar > a > i.fa {
  font-size: 18px;
  margin-right: 5px;
}
body > section > div.container > div.texto > div.galeria {
  width: 100%;
  margin: 20px 0;
}
body > section > div.container > div.texto > div.arquivos {
  margin: 40px 0;
  padding: 20px;
  background-color: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body > section > div.container > div.texto > div.arquivos > h3 {
  margin: 0 0 5px 0;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
body > section > div.container > div.texto > div.arquivos > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
body > section > div.container > div.texto > div.arquivos > ul > li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #333;
}
body > section > div.container > div.texto > div.arquivos > ul > li:last-child {
  border: none;
  padding-bottom: 0;
}
body > section > div.container > div.texto > div.arquivos > ul > li > a:hover {
  color: #302783;
}
body > section > div.container > div.texto > div.arquivos > ul > li > a > i.fa {
  margin-right: 5px;
}
body > section > div.container > div.menu {
  display: inline-block;
  width: 30%;
  border: 1px solid #f2f2f2;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 40px;
}
body > section > div.container > div.menu > h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #FF5A19;
}
body > section > div.container > div.menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
body > section > div.container > div.menu > ul > li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
body > section > div.container > div.menu > ul > li:last-child {
  border: none;
  padding-bottom: 0;
}
body > section > div.container > div.menu > ul > li > a:hover {
  color: #FF5A19;
}
@media (max-width: 991px) {
  body > section > div.container > div.texto {
    width: 65%;
  }
  body > section > div.container > div.menu {
    width: 35%;
  }
}
@media (max-width: 767px) {
  body > section > div.container.interna > h2 {
    margin-bottom: 0;
  }
  body > section > div.container.interna > div.lista > ul > li > a > span {
    display: block;
    width: 100%;
  }
  body > section > div.container.interna > div.texto {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    padding-bottom: 20px;
  }
  body > section > div.container.interna > div.texto > div.voltar {
    margin-top: 20px;
  }
  body > section > div.container.interna > div.menu {
    width: 100%;
    margin-top: 0;
  }
}
/*# sourceMappingURL=noticias.css.map */