body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #545454;
  background: #ffffff;
  margin: 0;
}
a {
  text-decoration: underline;
  font-size: 16px;
  color: #ee3137;
}
a:hover {
  color: #ee3137;
}
/** Definicoes de layout */
#tplTopoFaixa {
  background: #131D21;
  color: #CCC;
  line-height: 44px;
  border-bottom: 1px solid #5F6567;
}
#tplTopoFaixa i.fa {
  margin-right: 8px;
}
#tplTopoFaixa i.fa-whatsapp,
#tplTopoFaixa i.fa-phone {
  margin-left: 20px;
}
#tplTopo {
  background: #ffffff url("../images/imgs/banner.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
#tplTopo img {
  margin-top: -40px;
}
#tplTopo .menuHorizontal {
  margin-top: 35px;
}
#tplTopo .menuHorizontal li {
  position: relative;
}
#tplTopo .menuHorizontal li a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
  background: transparent;
  padding: 0 15px;
}
#tplTopo .menuHorizontal li a:hover,
#tplTopo .menuHorizontal li a.selected {
  background: #EE3137;
}
#tplTopo .menuHorizontal li ul {
  width: 280px;
  background: #EE3137;
  top: 44px;
  z-index: 5;
}
#tplTopo .menuHorizontal li ul a {
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#tplTopo .menuHorizontal li ul a:hover {
  background-color: #9B2024;
}
#tplTopo .wpp {
  color: #FFF;
  background: #25d366;
  margin-top: 35px;
  width: 100%;
  line-height: 44px;
  text-align: center;
}
#tplTopo .wpp i {
  margin-right: 8px;
}
.page-index header {
  z-index: 10;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-index #tplTopo {
  background: transparent;
}
#tplRodape {
  background: #EE3137;
  padding: 30px 0;
  color: #FFF;
}
#tplRodape h3 {
  color: #CCC;
  font-size: 20px;
}
#tplRodape p i.fa {
  margin-right: 10px;
}
#tplRodapeCreditos {
  background: #FFF;
  line-height: 45px;
}
#tplRodapeCreditos p a {
  text-decoration: none;
  color: #000;
}
#tplRodapeCreditos p a span {
  font-weight: bold;
}
#homeProdutos {
  padding: 30px 0;
}
#homeProdutos h3 {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.decorado {
  color: #333;
  font-size: 24px;
  position: relative;
  text-transform: none;
  padding-bottom: 14px;
  margin-bottom: 60px;
}
.decorado::after {
  content: '';
  width: 218px;
  border-bottom: 7px solid #EE3137;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -109px;
}
.tituloServico {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 20px;
}
#homeVideos {
  padding: 30px 0;
}
#homeVideos h3 {
  font-size: 24px;
  color: #333;
  font-weight: 400;
  text-transform: none;
}
#homeVideos .texto {
  color: #333;
}
#homeRotisserie {
  padding: 30px 0;
}
#homeRotisserie p:hover {
  opacity: 0.9;
}
#homeBlog {
  padding: 30px 0;
}
.bot .botao {
  background-color: #EE3137;
  padding: 0 20px;
  color: #FFF;
}
#homeMapa {
  padding: 30px 0;
}
#tplConteudo {
  margin-bottom: 30px;
}
#homeVideos iframe,
.video iframe {
  width: 100%;
  height: 300px;
}
.lista-video,
.lista-produto {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
/** Fim do layout */
/** Responsivo */
a#menuResp {
  line-height: 100px;
  font-size: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #tplTopoFaixa {
    padding: 5px 0;
    line-height: normal;
  }
  #tplTopoFaixa .text-right {
    text-align: center;
  }
  #tplTopo {
    padding: 10px 0;
  }
  #tplTopo img {
    width: 100px;
    margin: 0 auto;
  }
  footer p,
  footer p.text-right {
    text-align: center;
  }
  #fContato {
    margin-bottom: 30px;
  }
  footer {
    text-align: center;
  }
  .page-index header {
    position: inherit;
  }
  #tplTopo .wpp {
    margin-top: 5px;
  }
  .img-responsive {
    width: 100%;
  }
}
#homeBanner {
  margin-top: -30px;
  margin-bottom: 30px;
}
#homeBanner ul,
#homeBanner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homeBanner img.img-responsive,
#homeBanner img {
  width: 100%;
}
/** Blog */
.boxblog {
  background-color: #F5F5F5;
  padding: 15px;
  margin-bottom: 30px;
}
#boxBlogCategorias li,
#boxBlogRecentes li {
  border-bottom: 1px solid #CCC;
}
#boxBlogCategorias li a,
.recentes 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: #ee3137;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
#boxBlogBusca .botao {
  padding: 0;
  width: 15%;
}
#boxBlogBusca .botao i {
  margin: 0;
  border-radius: 0;
}
.blogTags {
  margin-bottom: 30px;
}
.blogTags .tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.blogTags .tag a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #ee3137;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
.postagem {
  background-color: #fff;
  margin-bottom: 30px;
}
.postagem .links {
  padding: 15px;
}
.postagem img.img-responsive.full {
  width: 100%;
  margin-bottom: 10px;
}
.postagem a {
  display: block;
  text-decoration: none;
}
.postagem .titulo {
  margin: 15px 0;
}
.postagem .titulo a {
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
}
.postagem .acao {
  margin-bottom: 15px;
  text-align: center;
}
.postagem .acao a {
  display: inline-block;
  border: 1px solid #ee3137;
  background-color: #fff;
  color: #ee3137;
}
.postagem .acao a:hover {
  color: #fff;
  background-color: #ee3137;
}
h2.fichaResumo {
  text-transform: none;
  font-weight: normal;
}
/** 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: 'Quicksand', sans-serif;
  margin: 0 0 20px;
}
h1,
.h1 {
  font-size: 28px;
  color: #020204;
}
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: #ee3137;
  padding: 0 20px 0;
  line-height: 40px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 0px;
  font-family: 'Quicksand', 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: #ee3137;
  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: #ee3137;
}
/** 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 */
#blogFicha img{
  max-width: 100%;
  width: 100%;
}

/** Fim dos gerais */
.pageHeader {
  margin-top: -30px;
  padding: 45px 0;
  text-align: center;
  /*background: #364686;*/
  background: linear-gradient(90deg, #000000 0%, #4273a5 100%);
  margin-bottom: 30px;
}
.pageHeader h1 {
  margin: 0;
  font-size: 2.2em;
  color: white;
  font-weight: bold;
  position: relative;
}
/*.pageHeader h1:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  width: 120px;
  height: 2px;
  margin-top: 55px;
  margin-left: -60px;
  background-color: #F5F5F5;
}*/