body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  margin: 0;
  font-weight: 300;
}
a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #666;
}
header {
  background-color: #fff;
  padding: 10px 0 0;
  margin-bottom: 30px;
  z-index: 10;
}
header .infos {
  margin-top: 60px;
  color: #666666;
  font-size: 16px;
}
header .infos i {
  color: #ff0000;
  margin: 0 7px 0 10px;
  font-size: 21px;
}
header i.fa-phone {
  margin-left: 0;
}
.bgazul {
  position: relative;
  background-color: #009edf;
  margin-top: 20px;
  z-index: 100;
  border-radius: 4px;
}
.bgazul .addthis {
  color: white;
  line-height: 70px;
  padding-right: 30px;
}
header .bgazul .menuHorizontal li {
  z-index: 100;
}
header .bgazul .menuHorizontal li a {
  color: #fff;
  text-decoration: none;
  padding: 0 56px;
  line-height: 70px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
header .bgazul .menuHorizontal li a:hover,
header .bgazul .menuHorizontal li a.selected,
header .bgazul .menuHorizontal li a:focus {
  background-color: #00205b;
}
header .bgazul .menuHorizontal li ul {
  margin: 0 0 0 0px;
  padding: 0;
  z-index: 11;
  top: 69px;
  left: 0;
  width: 360px;
  font-size: 18px;
  font-weight: 500;
}
header .bgazul .menuHorizontal li ul li {
  list-style: none;
}
header .bgazul .menuHorizontal li ul li a {
  background-color: #839299;
  line-height: 38px;
  font-size: .9em;
}
header .bgazul .menuHorizontal li ul li a:hover,
header .bgazul .menuHorizontal li ul li a:active {
  background-color: #00205b;
}
#tplRodape {
  background-color: #343434;
  padding: 60px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#tplRodape h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: none;
}
#tplRodape .menuVertical li a {
  color: #fff;
  text-decoration: none;
}
#tplRodape .menuVertical li a i.fa {
  margin-right: 7px;
}
#tplRodapeCreditos {
  background-color: #223253;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
}
#tplRodapeCreditos p a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
#tplConteudo {
  margin-bottom: 30px;
  z-index: 1;
}
/*Conte�do*/
.texto {
  margin-bottom: 30px;
}
.decorado {
  color: #0b307e;
  font-size: 30px;
  position: relative;
  padding-bottom: 25px;
  text-transform: none;
  /*margin-bottom: 45px;*/
}
/*.decorado:after {
  content: '';
  display: block;
  border-bottom: 2px solid #839299;
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}*/
#homeBanner {
  margin-top: -65px;
  z-index: 0;
}
#homeBanner * {
  z-index: 0;
}
#homeBanner img,
#homeBanner img.img-responsive {
  width: 100%;
  z-index: 0;
}
#homeBanner ul {
  margin: 0;
  padding: 0;
}
#homeBanner ul li a {
  display: block;
}
#homeSobre {
  background-color: #fff;
  padding: 40px 0;
}
#homeProdutos {
  padding: 20px 0;
  /*background-color: #f2f4f3;*/
}
#menuProdutos {
  text-align: center;
  margin-bottom: 30px;
  height: 40px;
  margin-left: -40px;
}
#menuProdutos li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
#menuProdutos li:hover,
#menuProdutos li.active {
  font-weight: bold;
}
#menuProdutos li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  margin: auto;
}
.mix {
  display: none;
}
.produtoMix a {
  display: block;
}
.produtoMix a figure {
  position: relative;
}
.produtoMix a figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  background-color: rgba(210, 104, 32, 0.8);
  opacity: 0;
}
.produtoMix a figure figcaption span {
  display: block;
  font-weight: 400;
}
.produtoMix a figure figcaption span.codigo {
  padding-top: 60px;
  font-size: .9em;
  color: #000;
}
.produtoMix a figure figcaption span.titulo {
  padding-top: 18px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.produtoMix a:hover figure figcaption {
  opacity: 1;
}
#homeNoticias {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.postagem {
  margin-bottom: 20px;
}
.postagem figure {
  position: relative;
  margin-bottom: 20px;
}
.postagem figure .dia {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  display: block;
  color: #fff;
  background-color: #000;
  font-size: 32px;
}
.postagem figure .mes {
  position: absolute;
  left: 0;
  top: 65px;
  display: block;
  background-color: #839299;
  padding: 3px 0;
  width: 58px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.postagem .titulo a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #009fdd;
}
.postagem .descricao a {
  text-decoration: none;
}
#homePagamento {
  padding: 0px 0;
}
.produto h2 {
  height: 70px;
  overflow: hidden;
}
/** Blog */
aside.blog .box {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #F7F8FA;
  border-radius: 10px;
}
aside.blog .box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  color: #839299;
}
aside.blog .box a {
  color: #545454;
}
aside.blog .box li {
  border-bottom: 1px solid #ddd;
}
aside.blog .box li:last-child {
  border: 0;
}
aside.blog .box li a {
  text-decoration: none;
  display: block;
  line-height: 40px;
}
.etiquetas a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: rgba(131, 146, 153, 0.7);
  padding: 0 4px;
  line-height: 22px;
}
#boxBlogBusca .botao {
  padding: 0;
  width: 15%;
}
#boxBlogBusca .botao i {
  margin: 0;
  border-radius: 0;
}
h2.fichaResumo {
  font-size: 20px;
  font-weight: 300;
}
.blogTags {
  margin-bottom: 30px;
}
.blogTags .tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.blogTags .tag a {
  display: block;
  text-decoration: none;
  background-color: #839299;
  padding: 0 5px;
  line-height: 24px;
  color: white;
  font-size: 12px;
}
.fichaData {
  color: #839299;
}
/** Responsivo */
a#menuResp {
  line-height: 400px;
  font-size: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #e5322e;
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 30px;
  }
  #tplTopoFaixa h4 {
    text-align: center;
    line-height: 28px;
  }
  #tplTopo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #tplTopo form {
    margin-top: 10px;
  }
  .boxIco {
    text-align: center;
  }
  #homeProdutos {
    padding-top: 30px;
    margin-top: -30px;
  }
  #meuOrc {
    text-align: center;
  }
  #tplRodape {
    text-align: center;
    padding-bottom: 0;
  }
  #tplRodape p {
    text-align: center;
  }
  #tplRodape p.maior {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #tplRodape .addthis.text-right {
    text-align: center;
    margin: 30px 0;
  }
  #tplRodapeNewsletter > .form-group,
  #botaoCima {
    display: block;
    width: 100%;
  }
  #botaoCima .form-group {
    display: inline-block;
    margin-bottom: 0;
  }
  #tplRodapeNewsletter .botao {
    float: right;
  }
  #tplRodapeNewsletter .form-control {
    width: 100%;
  }
  #tplRodapeCreditos {
    padding-bottom: 80px;
    text-align: center;
    line-height: 1.6em;
    padding-top: 30px;
  }
  #tplRodapeCreditos .text-right {
    text-align: center;
    margin-top: 15px;
  }
  #tplRodapeCreditos .text-right a {
    color: white;
  }
  #tplBaixo {
    text-align: center;
    padding-bottom: 60px;
  }
  #tplBaixo ul {
    margin-bottom: 30px;
  }
  #fContato {
    margin-bottom: 30px;
  }
  header .infos {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
  }
  #homeSobre {
    padding: 0 0 60px 0;
  }
  #menuProdutos {
    height: auto;
    margin-bottom: 30px;
	margin-left: -40px;
  }
  #menuProdutos li {
    display: block;
    line-height: 36px;
  }
}
/** Definicoes gerais */
.boxInfo {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 15px;
}
.texto {
  margin-bottom: 30px;
}
.imgMarginAuto {
  margin: 0 auto;
}
hr.line {
  border-top: 1px solid #d6d6d6;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rubik', sans-serif;
  margin: 20px 0 20px;
  text-transform: none;
}
h1,
.h1 {
  font-size: 24px;
  color: #009fdd;
}
h2,
.h2 {
  font-size: 18px;
  color: #ff0000;
}
h3,
.h3 {
  font-size: 18px;
  color: #009fdd;
}
h4,
.h4 {
  font-size: 14px;
  color: #666666;
}
h1 span {
  color: #839299;
}
.botao {
  color: #ffffff;
  background: #019dd6;
  line-height: 34px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  /*width: 100%;*/
}
.botao:hover {
  background-color: #062331;
  color: #ffffff;
}
.botao:focus {
  background-color: #062331;
  color: #ffffff;
}
.botaop {
  color: #ffffff;
  background: #ff8600;
  border: none;
  outline: none;
  border-radius: 6px;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
}
.botaop:hover {
  background-color: #ff8600;
  color: #ffffff;
}
.botaop:focus {
  background-color: #ff8600;
  color: #ffffff;
}
/** Outros */
#btSobe {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #839299;
  border: 0;
}
#btSobe:hover {
  background-color: #000000;
}
.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;
}
.menuHorizontal li li {
  float: 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: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.paginacao .pagination > li > a {
  color: #000;
}
.paginacao .pagination > .active > a {
  background-color: #ccc;
  border-color: #ccc;
  color: #839299;
}
/** 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 */
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
/** FAQ */
.faqp {
	text-decoration: none;
	color: #009edf;
}
/** PRODUTOS */
.fundocinza {
	background-color: #f3f3f3;
	padding: 10px;
	height: 90px;
	margin-bottom: 0px;
}
.fundobranco {
	background-color: #FFF;
	padding: 10px;
	height: 90px;
	margin-bottom: 0px;
}