body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #000;
  background: #fff;
  margin: 0;
  font-weight: 300;
}
a {
  text-decoration: underline;
  font-size: 18px;
  color: #b68c2f;
}
a:hover {
  color: #b68c2f;
}
/** Definicoes de layout */
#tplTopo {
  background: rgba(0, 0, 0, 0.45);
  color: white;
  padding: 15px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#tplTopo #tplMenu li {
  padding: 0 15px;
}
#tplTopo #tplMenu li a {
  text-decoration: none;
  line-height: 55px;
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  position: relative;
}
#tplTopo #tplMenu li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #b68c2f;
  left: 0;
  top: 0px;
  opacity: 0;
  transition: all 0.3s;
}
#tplTopo #tplMenu li a:hover,
#tplTopo #tplMenu li a.selected {
  color: #b68c2f;
  font-weight: bold;
}
#tplTopo #tplMenu li a:hover:after,
#tplTopo #tplMenu li a.selected:after {
  opacity: 1;
  transition: all 0.3s;
}
#tplTopo #tplMenu li ul {
  width: 280px;
  left: 0px;
  top: 44px;
  z-index: 10;
  visibility: hidden;
  background-color: #2a2a2a;
}
#tplTopo #tplMenu li ul li {
  margin: 0;
  padding: 0;
}
#tplTopo #tplMenu li ul li a {
  display: block;
  padding: 0 25px;
  background-color: transparent;
  line-height: 48px;
  font-weight: bold;
}
#tplTopo #tplMenu li ul li a:after {
  display: none;
}
#tplTopo #tplMenu li ul li a:hover,
#tplTopo #tplMenu li ul li a.selected {
  background-color: #111;
}
#tplTopo #tplMenu li ul li a:hover:after,
#tplTopo #tplMenu li ul li a.selected:after {
  display: none;
}
#tplTopo #tplMenu li.zap a {
  display: block;
  color: white;
  height: 55px;
  background-color: #b68c2f;
}
#tplTopo #tplMenu li.zap a:after {
  display: none;
}
#tplTopo #tplMenu li.zap a:hover {
  background-color: #000;
}
#tplTopo #tplMenu li.zap a span.tel {
  display: block;
  line-height: 25px;
  width: 135px;
  margin-right: 55px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
  padding-top: 8px;
}
#tplTopo #tplMenu li.zap a span.text {
  display: block;
  line-height: 15px;
  width: 135px;
  margin-right: 55px;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  padding-right: 8px;
}
#tplTopo #tplMenu li.zap a span.icon {
  display: block;
  float: right;
  width: 55px;
  height: 55px;
  background-color: white;
  color: #b68c2f;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
}
body.fixo #tplTopo {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 0;
}
#tplConteudo {
  margin-bottom: 30px;
}
footer {
  color: white;
  background-color: #341541;
  font-size: 16px;
}
footer .img-margin-auto {
  margin: 20px auto 0;
}
footer #tplNewsletter {
  padding: 30px;
  background: #2a2a2a;
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 100%);
  color: white;
}
footer #tplNewsletter h3 {
  color: white;
}
footer #tplNewsletter p {
  text-align: center;
}
footer #tplNewsletter .form-control {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #777777;
  font-size: 14px;
  height: 40px;
  border-radius: 0;
}
footer #tplNewsletter .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: #000;
}
footer #tplBaixo {
  padding: 40px 0;
  background-color: #f4f4f4;
  color: #777;
}
footer #tplBaixo .texto {
  font-size: 0.95em;
}
footer #tplBaixo ul.luni {
  margin-bottom: 15px;
}
footer #tplBaixo ul.luni li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
footer #tplBaixo ul.luni li a {
  display: block;
  color: #777;
  text-decoration: none;
  font-size: 0.95em;
}
footer #tplRodape {
  padding: 30px 0;
  background-color: #2a2a2a;
}
footer #tplRodape p {
  line-height: 36px;
}
footer #tplRodape p span {
  display: inline-block;
  margin-right: 15px;
}
footer #tplRodape i.fa {
  color: #b68c2f;
  margin-right: 5px;
}
footer #tplRodape li {
  margin: 0 5px;
}
footer #tplRodape a.social {
  background-color: #b68c2f;
  text-decoration: none;
  color: white;
  display: block;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 20px;
}
footer #tplRodape a.social i.fa {
  color: white;
  margin: 0 auto;
}
footer #tplCreditos {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 15px;
  line-height: 30px;
}
#homeBanner #homeBannerR img.img-responsive,
#homeBanner #homeBannerR img {
  width: 100%;
}
#homeBanner #homeBannerR ul,
#homeBanner #homeBannerR li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homeBanner #homeBannerR li {
  height: auto;
}
/** Fim do layout */
.pageHeader {
  margin-bottom: 30px;
  background: #b68c2f url("../images/bgs/bg-orc-Buffet-para-Casamento-Morumbi-Casa-Bertolazzi-1.jpg") no-repeat center;
  background-size: cover;
  height: 340px;
  position: relative;
}
.pageHeader:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.pageHeader#pagFestas {
  background-image: url("../images/bgs/bg-festas.jpg");
}
.pageHeader .ctd {
  margin: 140px 0 0;
}
.pageHeader .ctd .info {
  color: #b68c2f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.pageHeader h1 {
  text-align: center;
  color: white;
  text-transform: none;
  z-index: 3;
  margin: 0 140px;
}
.lista-cardapio {
  padding: 40px 0;
  background-color: white;
}
.lista-cardapio h2 {
  margin-bottom: 10px;
}
.lista-cardapio .imagem {
  text-align: center;
  margin-bottom: 10px;
}
.lista-cardapio .imagem img {
  margin: auto;
  width: 555px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.lista-cardapio:nth-child(odd) {
  background-color: #FAFAFA;
}
#cardapioGal {
  padding: 40px 0 10px;
  background-color: #eeebee;
}
#franquiaIntro {
  padding: 0 0 40px;
  font-size: 16px;
  color: #777;
}
#franquiaIntro h2 {
  margin-top: 80px;
}
#franquiaInfos {
  padding: 60px 0;
  background-color: #fafafa;
}
#franquiaInfos p {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 24px;
}
#franquiaInfos p i {
  font-size: 14px;
  color: #b68c2f;
}
.ifull {
  width: 100%;
}
.info.cinza {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}
#franquiaTornesse {
  padding: 60px 0;
  background-color: #fafafa;
}
#franquiaTornesse .box-slide {
  margin-top: 133px;
}
#franquiaForm {
  padding: 60px 0;
}
#franquiaForm .form-black h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
}
.texto.unidade {
  font-size: 16px;
  color: #777;
}
#Unidades {
  padding: 40px 0;
  background-color: #FAFAFA;
}
.stats {
  background-color: #b68c2f;
  color: white;
  text-align: center;
  padding: 30px 0;
}
.stats .number {
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}
.stats .legenda {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.box-unidade {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
}
.box-unidade a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.box-unidade a .imagem {
  display: block;
  background-color: #b68c2f;
  object-fit: cover;
  height: 320px;
}
.box-unidade a .imagem img {
  border-radius: 4px 4px 0;
  transition: all 0.5s;
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.box-unidade a .legenda {
  display: block;
  text-align: center;
}
.box-unidade a:hover .imagem img {
  opacity: 0.75;
  transition: all 0.5s;
}
#unidadeMidia {
  padding: 40px 0;
}
#unidadeBody .chapeu {
  margin-bottom: 0;
  color: #b68c2f;
  font-size: 16px;
  font-weight: bold;
}
#unidadeBody .data {
  font-size: 16px;
  color: #777777;
}
#unidadeBody i {
  color: #b68c2f;
  margin-right: 5px;
}
#unidadeBody .umidia {
  margin-top: 100px;
}
#unidadeBody .umidia iframe {
  width: 100%;
  border: 0;
  height: 280px;
}
#homeBanner {
  margin-top: -30px;
}
#homeBanner ul,
#homeBanner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homeBanner li .bannerSlider {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#homeBanner li .bannerSlider .action {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
}
#homeBanner li .bannerSlider h3 {
  float: left;
  display: inline-block;
  color: white;
  font-size: 42px;
  padding: 0 15px 0 15%;
  background-color: rgba(0, 0, 0, 0.55);
  height: 60px;
  margin-left: -5%;
  line-height: 60px;
  font-weight: normal;
  border-radius: 4px;
  border-right: 3px solid rgba(0, 0, 0, 0.95);
}
#homeBanner li .bannerSlider h3 span {
  display: block;
}
#homeBanner li .bannerSlider a {
  float: left;
  display: inline-block;
  color: white;
  font-size: 28px;
  padding: 0 25px;
  background-color: #b68c2f;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  border-radius: 4px;
  margin-left: 5px;
  border-right: 3px solid #b68c2f;
  text-decoration: none;
}
#homeBanner img.img-responsive,
#homeBanner img {
  width: 100%;
}
#homeSlogan {
  padding: 0;
  height: 313px;
  background-color: #fff;
  color: white;
}
#homeSlogan .inner {
  background-color: #fafafa;
  margin-top: -80px;
  color: #777777;
  box-shadow: 0px 4px 5px 0px rgba(196, 196, 196, 0.26);
}
#homeSlogan .inner .innerbox {
  padding: 30px;
}
#homeSlogan .inner .texto {
  font-size: 15px;
}
#homeSlogan .inner .video {
  margin-top: 30px;
}
#homeSlogan .inner .video iframe {
  border: 0;
  width: 100%;
  height: 275px;
}
#homeSlogan .inner h1 {
  font-size: 35px;
  color: #000;
  margin-bottom: 30px;
}
#homeSlogan .inner h1 span {
  display: block;
  color: #b68c2f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
}
#homeSlogan h1 {
  color: white;
  text-align: center;
  margin-bottom: 0;
}
#homeSlogan h1 span {
  padding-top: 15px;
  display: block;
  font-size: 0.7em;
  font-weight: 300;
}
#homeUnidades {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #FAFAFA;
}
#homeUnidades h2 {
  font-size: 35px;
}
#homeUnidades h3.sub {
  display: block;
  color: #b68c2f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
#homeUnidades h3.sub span {
  display: block;
  color: #000;
}
#homeUnidades .act {
  margin-top: 40px;
}
.col-md-20 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#homeFranquia {
  padding: 60px 0;
}
#homeFranquia .info.cinza {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}
.fblocos .fbloco {
  border: 1px dotted #b68c2f;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.fblocos .fbloco .ttl i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  background-color: #b68c2f;
  border-radius: 20px;
  font-size: 22px;
  line-height: 36px;
  float: left;
  border: 2px solid #b68c2f;
}
.fblocos .fbloco .ttl p {
  margin-bottom: 0;
  color: #b68c2f;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 50px;
  font-weight: bold;
  line-height: 18px;
}
.fblocos .fbloco .ttl h3 {
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  line-height: 22px;
}
.fblocos .fbloco .texto {
  margin-top: 10px;
  color: #888;
  height: 50px;
  font-size: 15px;
}
#homeDepoimentos {
  background-color: #000;
  background-image: linear-gradient(180deg, #333 17%, #000 100%);
  color: white;
  padding: 40px 0;
}
#homeDepoimentos h2 {
  color: white;
}
#homeDepoimentos h3 {
  color: #b68c2f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
#homeDepoimentos .descricao {
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  font-weight: normal;
  font-size: 16px;
  padding: 30px;
  border-radius: 4px;
  text-align: center;
}
#homeDepoimentos .nome {
  color: #b68c2f;
  text-align: center;
  padding: 5px;
}
#homeBlog {
  padding: 40px 0;
  background-color: #fbfbfb;
  margin-bottom: -30px;
}
#homeBlog .postagem {
  background-color: #fff;
}
#homeOrcamento {
  padding: 60px 0 30px;
}
.orcamento {
  font-size: 16px;
}
.orcamento i {
  color: #b68c2f;
  margin-right: 5px;
}
.orcamento h2 {
  margin-top: 70px;
  text-shadow: none;
}
.orcamento h4 {
  text-shadow: none;
  font-size: 18px;
  color: #b68c2f;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 15px;
}
.orcamento ul {
  margin-bottom: 30px;
}
.orcamento ul li {
  line-height: 36px;
  border-bottom: 1px dotted #ddd;
}
.orcamento .form-black {
  background-color: #000;
  box-shadow: 0px 4px 5px 0px rgba(196, 196, 196, 0.26);
  padding: 30px;
}
.orcamento .form-black .botao {
  border: 1px solid #FFF;
  background-color: transparent;
}
.orcamento .form-black label {
  color: #ccc;
}
.orcamento .form-black .form-control {
  color: #777;
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 0;
}
.orcamento .form-black .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: #333;
}
.home-festa .imagem {
  float: left;
  margin-right: 10px;
}
.home-festa .imagem img {
  max-width: 40px;
}
.home-festa .texto {
  line-height: 40px;
  font-size: 22px;
}
#homePromo {
  padding: 40px 0;
  background-color: #FAFAFA;
}
#homePromo h2 {
  margin-bottom: 40px;
  font-size: 36px;
}
#homePromo .imagem {
  margin-bottom: 30px;
}
#homePromo .imagem img {
  max-width: 100%;
}
#homePromo .video {
  margin-bottom: 30px;
}
#homePromo .video iframe {
  width: 100%;
}
.cta {
  padding: 40px 0;
  background-color: #f3f3f3;
}
.cta h3 {
  text-align: center;
  text-shadow: none;
  color: #333;
}
.cta .botao {
  border: 2px solid #b68c2f;
  line-height: 60px;
  padding: 0 45px;
  font-weight: 400;
  font-size: 18px;
}
.mn30 {
  margin-bottom: -30px;
}
.box-slide {
  margin-bottom: 30px;
}
.box-slide img {
  width: 100%;
}
.box-slide li .slideItem img {
  width: 100%;
  z-index: 1;
}
.box-slide li .slideItem span {
  z-index: 2;
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  font-weight: bold;
  transition: opacity 0.5s;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
.box-slide li .slideItem:hover span,
.box-slide li .slideItem span.show {
  opacity: 1;
  transition: opacity 0.5s;
}
.galeriaItem {
  margin-bottom: 30px;
}
.galeriaItem a {
  display: block;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  height: 238px;
  overflow: hidden;
}
.galeriaItem a img {
  z-index: 1;
  border-radius: 4px;
  object-fit: fill;
}
/** Blog */
.boxblog {
  background-color: #F8F5F8;
  padding: 15px;
  margin-bottom: 30px;
}
.boxblog h3 {
  font-size: 16px;
}
#boxBlogCategorias li {
  border-bottom: 1px solid #CCC;
}
#boxBlogCategorias li a {
  text-decoration: none;
  display: block;
  line-height: 40px;
  font-size: 16px;
}
.recentes.menuVertical li {
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
}
.recentes.menuVertical li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-size: 0.9em;
  color: #000;
}
.etiquetas a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #b68c2f;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
#boxBlogBusca .form-group {
  width: 79%;
}
#boxBlogBusca .form-control {
  line-height: 42px;
  height: 42px;
  width: 100%;
}
#boxBlogBusca .botao {
  padding: 0;
  width: 20%;
  float: right;
}
#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: #b68c2f;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
.postagem {
  background-color: #F9F9F9;
  margin-bottom: 30px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}
.postagem .links {
  padding: 15px;
}
.postagem img,
.postagem img.img-responsive {
  width: 100%;
}
.postagem a {
  display: block;
  text-decoration: none;
}
.postagem .titulo a {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 10px;
  height: 55px;
  overflow: hidden;
  font-family: 'Playfair Display', sans-serif;
}
.postagem .resumo a {
  color: #b68c2f;
  margin-bottom: 10px;
  height: 125px;
  overflow: hidden;
  font-size: 16px;
}
.postagem .data a {
  font-size: 0.8em;
  color: #333;
  font-weight: bold;
}
.fichaResumo {
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
}
.form-lead .form-group label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
}
.form-lead .form-group .form-control {
  border-radius: 0px;
  line-height: 30px;
  height: 44px;
}
.form-lead .form-group textarea.form-control {
  height: auto;
}
.logo-obrigado {
  margin: 0 auto;
}
#btf_wa {
  position: fixed;
  right: 20px;
  bottom: 75px;
  padding: 0;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
}
#btf_wa img {
  width: 50px;
  height: 50px;
  background-color: #0d9f15;
  border-radius: 5px;
  padding: 10px;
}
.galFilter {
  text-align: center;
  margin-bottom: 30px;
}
#homeGalerias h3 {
  color: #b68c2f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
#menuGal li {
  float: none;
  display: inline-block;
  line-height: 40px;
  background-color: #F1F1F2;
  font-size: 16px;
  padding: 0 15px;
  margin-right: 15px;
  cursor: pointer;
}
#menuGal li.active {
  color: white;
  background-color: #b68c2f;
}
#trabalhosContainer .mix {
  display: none;
}
.lista-galeria a {
  display: block;
  overflow: hidden;
}
.lista-galeria a figure {
  position: relative;
  height: 250px;
}
.lista-galeria a figure img.img-responsive {
  width: 100%;
  object-fit: cover;
}
.lista-galeria a figure figcaption {
  display: none;
}
.lista-festa {
  padding: 40px 0;
  background-color: white;
}
.lista-festa h2 {
  margin-bottom: 10px;
}
.lista-festa .imagem {
  text-align: center;
  margin-bottom: 10px;
}
.lista-festa .imagem img {
  margin: auto;
}
.lista-festa:nth-child(odd) {
  background-color: #FAFAFA;
}
.lista-festa .box-slide {
  margin-top: 60px;
}
/** Responsivo */
#tplMenuResponsivo {
  background: #b68c2f;
}
#tplMenuResponsivo ul {
  margin: 0;
  padding: 0 0 0 10px;
}
#tplMenuResponsivo ul li {
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
#tplMenuResponsivo ul li a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
#tplMenuResponsivo ul li:last-child {
  border: 0;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 200px;
  overflow-y: auto;
  font-size: 15px;
  padding: 5px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
a#menuResp {
  line-height: 48px;
  font-size: 35px;
  display: block;
  width: 100%;
  margin: 5px auto;
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
}
@media screen and (max-width: 768px) {
  #tplTopo {
    position: relative;
    height: 90px;
    padding: 10px 0;
    z-index: 10000;
    background-color: #000;
  }
  #tplTopo .box-logo {
    text-align: center;
  }
  #tplTopo .logo {
    margin: 15px auto 0;
  }
  body.fixo #tplTopo {
    padding: 10px 0;
    z-index: 10000;
  }
  footer {
    text-align: center;
  }
  footer #tplRodape .wa {
    margin-bottom: 30px;
  }
  footer #tplCreditos {
    line-height: normal;
    padding: 15px 0 85px 0;
    text-align: center;
  }
  #unidadeBody .umidia {
    margin-top: 30px;
  }
  #homeBanner li,
  #homeBanner li .bannerSlider {
    height: 400px;
  }
  #homeBanner li .bannerSlider a {
    font-size: 18px;
    height: auto;
    line-height: 40px;
    float: none;
  }
  #homeBanner li .bannerSlider h3 {
    display: none;
  }
  #homeSlogan .inner .innerbox {
    padding: 0;
  }
  #homeBanner li .bannerSlider .action {
    bottom: 110px;
    text-align: center;
  }
  .galeriaItem a {
    height: auto;
  }
  #homeFestas,
  #unidadeMais {
    background-image: none;
  }
  #homeSlogan {
    height: auto;
  }
  #unidadeHeader {
    height: auto;
  }
  #unidadeHeader .imgu img {
    position: relative;
    border-radius: 0;
    width: 100%;
  }
  #unidadeHeader .cabeca {
    margin-top: 30px;
  }
  .col-md-20 {
    width: 100%;
  }
  #menuGal li {
    width: 40%;
    margin-bottom: 15px;
  }
  .lista-galeria a figure {
    height: auto;
  }
  .pageHeader h1 {
    margin: 0 0 ;
  }
  footer #tplNewsletter .form-control {
    margin-bottom: 30px;
  }
  .orcamento h2,
  #franquiaTornesse .box-slide,
  #homeUnidades {
    margin-top: 0;
  }
  #franquiaInfos {
    padding: 0;
  }
}
/** Fim do Responsivo */
#fzap {
  background-color: #E5DDD5;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 290px;
  padding-bottom: 10px;
  position: fixed;
  right: 20px;
  bottom: 130px;
  border-radius: 4px;
  z-index: 100;
  display: none;
}
#fzap h2 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  line-height: 40px;
  background-color: #005E54;
  border-radius: 4px 4px 0 0;
}
#fzap p {
  display: inline-block;
  background-color: white;
  line-height: 30px;
  margin: 0 10px;
  padding: 0 10px ;
}
#fzap form {
  padding: 10px;
}
#fzap .btn {
  border: 1px solid #767676;
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  background-color: #EFEFEF;
  border-radius: 2px;
}
#fzap .form-control {
  background-color: #f5f5f5;
  border: 1px solid #767676;
  border-radius: 2px;
  padding: 0 3px;
  height: 28px;
}
#fzap label {
  color: #000;
  font-size: 13px;
  font-family: inherit;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: right;
}
/** Definicoes gerais */
.boxInfo {
  background-color: #fafafa;
  margin-bottom: 30px;
  padding: 15px;
}
hr.line {
  border-top: 1px solid #999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Playfair Display', sans-serif;
  margin: 0 0 20px;
  font-weight: bold;
  text-transform: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  font-weight: normal;
  font-style: italic;
}
.decorado {
  position: relative;
  padding-bottom: 15px;
}
.decorado:after {
  content: '';
  position: absolute;
  background-color: #b68c2f;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.decorado.text-center:after {
  left: 50%;
  margin-left: -30px;
}
h1,
.h1 {
  font-size: 35px;
  color: #000;
}
h2,
.h2 {
  font-size: 35px;
  color: #000;
}
h3,
.h3 {
  font-size: 24px;
  color: #000;
}
h4,
.h4 {
  font-size: 18px;
  color: #000;
}
.botao {
  color: #fff;
  background: #b68c2f;
  padding: 0 36px 0;
  line-height: 40px;
  border: none;
  outline: none;
  font-size: 15px;
  border-radius: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
}
.botao:hover {
  background-color: #b57f0c;
  color: #fff;
  transition: all 0.3s;
}
/** Outros */
#btSobe {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #b68c2f;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  line-height: 30px;
}
#btSobe:hover {
  background-color: #b57f0c;
}
.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-right: auto;
  position: fixed;
  top: 100px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  text-align: center;
  z-index: 1000;
}
.img-responsive.imgMarginAuto,
.imgMarginAuto {
  margin: 0 auto;
}
.paginacao .pagination > li > a {
  color: #000;
}
.paginacao .pagination > .active > a {
  background-color: #b57f0c;
  border-color: #b57f0c;
  color: #b68c2f;
}
.texto {
  margin-bottom: 30px;
  line-height: 1.7em;
}
.texto.grande {
  font-size: 20px;
}
.texto img {
  max-width: 100%;
}
/** Fim dos gerais */
.bx-wrapper {
  position: relative;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
