body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #545454;
  background: #ffffff;
  margin: 0;
}
a {
  text-decoration: underline;
  font-size: 14px;
  color: #003164;
}
a:hover {
  color: #003164;
}
/** Definicoes de layout */
#tplTopoFaixa {
  background-color: #F5F5F5;
  padding: 10px 0;
}
#tplTopoFaixa p {
  margin: 0;
  line-height: 40px;
}
#tplTopoFaixa label {
  color: #2d2d2d;
  margin-right: 10px;
}
#tplTopoFaixa .form-control {
  border: 1px solid #e6e6e6;
  height: 40px;
  width: 180px;
  margin-right: 10px;
}
#tplTopoFaixa .btn {
  line-height: 40px;
  padding: 0 17px;
  border: none;
  color: #fff;
  background-color: #003164;
}
#tplTopo {
  margin-bottom: 30px;
}
#tplTopo img {
  padding-top: 40px;
}
#tplTopo .fa-home {
  margin-right: 3px;
  color: #ababab;
  font-size: 22px;
}
#tplTopo .menuHorizontal li a {
  padding: 0 10px;
  text-decoration: none;
  line-height: 105px;
}
#tplTopo .menuHorizontal > li:last-child a {
  padding-right: 0;
}
#tplTopo .menuHorizontal > li:first-child a {
  padding-left: 0;
}
#tplTopo .menuHorizontal ul {
  width: 250px;
  top: 104px;
  left: 0;
  z-index: 10;
  visibility: hidden;
}
#tplTopo .menuHorizontal ul ul {
  top: 0;
  left: 100%;
}
#tplTopo .menuHorizontal li:last-child ul{
    left: -178px;
}
#tplTopo .menuHorizontal ul li {
  margin-bottom: 1px;
}
#tplTopo .menuHorizontal ul li a {
  color: #fff;
  line-height: 43px;
  background-color: rgba(0, 49, 100, 0.7);
  padding-left: 15px;
}
#tplTopo .menuHorizontal ul ul li a {
  background-color: rgba(0, 0, 253, 0.7);
}
#tplTopo .menuHorizontal ul li a:hover {
  color: #fff;
  line-height: 43px;
  background-color: rgba(0, 49, 100, 0.3);
}
#tplRodape {
  background-color: #222;
  padding: 60px 0;
}
#tplRodape .icons {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: 32px;
  text-decoration: none;
  background-color: #ff6553;
  color: #fff;
  line-height: 32px;
  outline: none;
  margin-bottom: 60px;
}
#tplRodape .icons:first-child {
  background-color: #5170a7;
}
#tplRodape .icons:nth-child(2) {
  background-color: #4cc248;
}
#tplRodape .icons:nth-child(3) {
  background-color: #2fa1f9;
}
#tplRodape .icons:nth-child(4) {
  background-color: #d54e38;
}
#tplRodape address {
  color: #fff;
}
#tplRodape p {
  color: #fff;
}
#tplRodape p:last-child {
  margin-bottom: 0;
}
#tplRodapeFaixa {
  background-color: #003164;
}
#tplRodapeFaixa p {
  line-height: 95px;
  margin: 0;
  color: #fff;
}
#tplRodapeFaixa a {
  line-height: 95px;
  text-decoration: none;
  color: #657a97;
}
#tplConteudo {
  margin-bottom: 30px;
}
h2.decorado {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  color: #000;
  text-transform: none;
  font-size: 25px;
}
/** Fim do layout */
#homeBanner {
  margin-top: -30px;
}
#homeBanner ul,
#homeBanner li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#homeServico {
  padding: 60px 0;
}
#homeServico a {
  color: #003164;
  text-decoration: none;
}
#homeServico img {
  margin-bottom: 30px;
}
#homeServico h3 {
  color: #003164;
  text-transform: none;
  font-size: 22px;
}
#homePortfolio {
  padding: 60px 0;
  background-color: #f4f4f4;
}
#homePortfolio h2 {
  margin-bottom: 50px;
}
#homeNoticias {
  padding: 60px 0;
}
#homeNoticias a,
.listaArtigo a {
  color: #003164;
  text-decoration: none;
}
#homeNoticias img,
.listaArtigo img {
  margin-bottom: 20px;
}
#homeNoticias .noticiaTitulo,
.listaArtigo .noticiaTitulo {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  min-height: 56px;
}
#homeNoticias .noticiaData,
.listaArtigo .noticiaTitulo {
  font-size: 14px;
}
#homeClientes {
  padding: 60px 0;
  background-color: #f5f5f5;
  margin-bottom: -30px;
}
/* AR */
.listaArquivo {
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #FFF;
}
.listaArquivo h2 {
  margin-bottom: 15px;
}
.listaArquivo .resumo {
  margin-bottom: 30px;
  color: rgba(84, 84, 84, 0.9);
}
.listaArquivo p {
  margin-bottom: 0;
}
#h2C a {
  display: block;
  float: right;
  text-decoration: none;
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 3px;
}
.coluna a,
.coluna a span {
  display: block;
  text-decoration: none;
}
.coluna a {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEE;
}
.coluna a span.data {
  font-size: .9em;
  color: #666;
  margin-bottom: 5px;
}
.coluna a span.titulo {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.coluna a span.resumo {
  color: #777777;
}
/** Definicoes gerais */
.boxInfo {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 15px;
}
hr.line {
  border-top: 1px solid #999999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px;
}
h1,
.h1 {
  font-size: 24px;
  color: #010101;
}
h2,
.h2 {
  font-size: 18px;
  color: #656565;
}
h3,
.h3 {
  font-size: 16px;
  color: #656565;
}
h4,
.h4 {
  font-size: 14px;
  color: #656565;
}
.botao {
  color: #ffffff;
  background: #003164;
  padding: 0 15px 0;
  line-height: 34px;
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.botao:hover {
  background-color: #000000;
  color: #ffffff;
}
/** Outros */
#btSobe {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #003164;
  border: 0;
}
#btSobe:hover {
  background-color: #000000;
}
.aDireita {
  float: right;
}
.menuHorizontal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuHorizontal li {
  padding: 0;
  float: left;
  position: relative;
}
.menuHorizontal li a {
  display: block;
}
.menuHorizontal li ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.menuHorizontal li li {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuVertical {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menuVertical li {
  margin: 0;
  padding: 0;
}
.menuVertical li a {
  display: block;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.imageFloatLeft {
  float: left;
  padding: 0 15px 15px 0;
}
.alert-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive.imgMarginAuto,
.imgMarginAuto {
  margin: 0 auto;
}
.paginacao .pagination > li > a {
  color: #000;
}
.paginacao .pagination > .active > a {
  background-color: #000000;
  border-color: #000000;
  color: #003164;
}
/** Galerias */
ul#galeria {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul#galeria li {
  list-style: none;
  margin-bottom: 30px;
}
ul#galeria li img {
  cursor: pointer;
}
/** Fim dos gerais */
