@import 'https://fonts.googleapis.com/css?family=Amatic+SC:700';
.book {
  font-family: 'Gotham Book';
}
.bold {
  font-family: 'Gotham Bold';
}
.amatic {
  font-family: 'Amatic SC';
}
.iron {
  font-family: 'Iron & Brine';
}
@-moz-keyframes animaBg {
  0% {
    background-position: left 0 bottom;
  }
  100% {
    background-position: left -202px bottom;
  }
}
@-webkit-keyframes animaBg {
  0% {
    background-position: left 0 bottom;
  }
  100% {
    background-position: left -202px bottom;
  }
}
@-o-keyframes animaBg {
  0% {
    background-position: left 0 bottom;
  }
  100% {
    background-position: left -202px bottom;
  }
}
@keyframes animaBg {
  0% {
    background-position: left 0 bottom;
  }
  100% {
    background-position: left -202px bottom;
  }
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none !important;
}
body {
  color: #000;
  font-size: 14px;
  font-family: 'Gotham Book';
  overflow-x: hidden;
  font-family: 'Gotham Book';
  background: url("../images/bg-body.jpg") repeat;
  background-size: auto;
}
p {
  line-height: 1.5;
}
label,
a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-wrap: break-word;
  cursor: pointer;
}
label:hover,
a:hover {
  text-decoration: none !important;
  color: #962626;
}
label:focus,
a:focus {
  text-decoration: none !important;
  color: #000;
}
label,
ul,
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}
strong {
  font-family: 'Gotham Bold';
}
.form {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.form:before,
.form:after {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form div[class*='col-'] {
  padding: 15px;
}
.floating-placeholder {
  height: 40px;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: inherit;
}
.floating-placeholder input,
.floating-placeholder textarea,
.floating-placeholder select {
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: transparent;
  z-index: 2;
  text-indent: 13px;
  color: inherit;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  transition: all 0s ease-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#962626), to(#962626)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background-image: -webkit-linear-gradient(#962626, #962626), -webkit-linear-gradient(#ccc, #ccc);
  background-image: -o-linear-gradient(#962626, #962626), -o-linear-gradient(#ccc, #ccc);
  background-image: linear-gradient(#962626, #962626), linear-gradient(#ccc, #ccc);
  -webkit-background-size: 0 2px, 100% 2px;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom, center 100%;
  background-position: center bottom, center 100%;
  background-color: rgba(0,0,0,0);
}
.floating-placeholder input:focus,
.floating-placeholder textarea:focus,
.floating-placeholder select:focus {
  -webkit-background-size: 100% 2px, 100% 2px;
  background-size: 100% 2px, 100% 2px;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.floating-placeholder input:focus + label,
.floating-placeholder textarea:focus + label,
.floating-placeholder select:focus + label {
  color: #962626;
}
.floating-placeholder option {
  color: #000;
}
.floating-placeholder textarea {
  font-size: 14px;
  position: relative;
  height: 70px;
  line-height: normal;
  max-height: 150px;
  padding-top: 10px;
  padding-left: 10px;
  text-indent: 0;
  resize: vertical !important;
}
.floating-placeholder label {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  font-size: 14px;
  line-height: 40px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: transform 200ms, color 200ms;
  -ms-transition: transform 200ms, color 200ms;
  transition: transform 200ms, color 200ms;
  -webkit-transform-origin: 0 0em;
  -ms-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -webkit-transform: scale(1, 1) rotateY(0);
  -ms-transform: scale(1, 1) rotateY(0);
  transform: scale(1, 1) rotateY(0);
  color: inherit;
}
.floating-placeholder.textarea {
  height: auto;
}
.floating-placeholder.floating-placeholder-float label {
  top: -29px;
  -webkit-transform: scale(0.85, 0.85) rotateY(0);
  -ms-transform: scale(0.85, 0.85) rotateY(0);
  transform: scale(0.85, 0.85) rotateY(0);
}
.branco .floating-placeholder {
  color: #fff;
}
.branco .floating-placeholder label {
  color: #fff;
}
.branco .floating-placeholder input,
.branco .floating-placeholder select,
.branco .floating-placeholder textarea {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc765), to(#ffc765)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#ffc765, #ffc765), -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#ffc765, #ffc765), -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#ffc765, #ffc765), linear-gradient(#fff, #fff);
}
.branco .floating-placeholder input:focus + label,
.branco .floating-placeholder select:focus + label,
.branco .floating-placeholder textarea:focus + label {
  color: #ffc765;
}
.floating-placeholder input[type="file"]::-webkit-file-upload-button {
  display: none;
  visibility: hidden;
}
.floating-placeholder .mostrar-senha {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 0;
  line-height: 40px;
  cursor: pointer;
}
*::-moz-selection {
  background: rgba(150,38,38,0.75);
  color: #fff;
}
*::selection {
  background: rgba(150,38,38,0.75);
  color: #fff;
}
.sem-padding {
  padding: 0 !important;
}
.visible-xxs {
  display: none;
}
.branco {
  color: #fff !important;
}
.branco a {
  color: #fff;
}
.branco a:hover {
  color: #ffc765;
}
.italic {
  font-style: italic;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.display-block {
  display: block;
}
.row-flex,
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -ms-flex-flow: initial;
  flex-flow: initial;
}
.row-flex:before,
.display-flex:before,
.row-flex:after,
.display-flex:after {
  display: none;
}
.flex-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-end {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-space-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.inblock {
  display: inline-block;
  vertical-align: middle;
}
.img-centro {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bdr {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.bdr50 {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.ovh {
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.wow-v {
  visibility: visible !important;
}
.rel {
  min-height: 0;
  position: relative;
}
.ml30 {
  margin-left: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.p15 {
  padding: 15px;
  padding-bottom: 15px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.p0 {
  padding: 0;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0;
}
.uppercase {
  text-transform: uppercase;
}
.fz0 {
  font-size: 0;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz18 {
  font-size: 18px;
}
.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz48 {
  font-size: 48px;
}
.fz60 {
  font-size: 60px;
}
.cor-primaria {
  color: #962626;
}
.cor-secundaria {
  color: #000;
}
.cor-terciaria {
  color: #ffc765;
}
.bg-primaria {
  background: #962626;
}
.bg-secundaria {
  background: #000;
}
.bg-terciaria {
  background: #ffc765;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 0;
  outline: none;
  background: #000;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
  appearance: none;
}
.slick-dots li button:hover {
  background: #591717;
}
.slick-dots li.slick-active button {
  background: #962626;
}
.dots-branco .slick-dots li button {
  background: #fff;
}
.dots-branco .slick-dots li:hover button {
  background: #d86464;
}
.dots-branco .slick-dots li.slick-active button {
  background: #962626;
}
.dots-relative .slick-dots {
  position: relative;
  bottom: 0;
  padding: 30px 0 0;
}
#totop,
.slick-prev,
.slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
  text-align: center;
  color: transparent;
  padding: 0;
  margin: auto;
  border: none;
  outline: none;
  background: none;
}
#totop:before,
.slick-prev:before,
.slick-next:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64a';
  font-size: 25px;
  line-height: 46px;
  background: none;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  border: 2px solid #000;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#totop:hover:before,
.slick-prev:hover:before,
.slick-next:hover:before {
  background-color: rgba(0,0,0,0.25);
}
#totop:active:before,
.slick-prev:active:before,
.slick-next:active:before {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.seta-branca #totop:before,
.seta-branca .slick-prev:before,
.seta-branca .slick-next:before {
  border-color: #fff;
  color: #fff;
}
.seta-branca #totop:hover:before,
.seta-branca .slick-prev:hover:before,
.seta-branca .slick-next:hover:before {
  background-color: rgba(255,255,255,0.5);
}
.seta-branca #totop:active:before,
.seta-branca .slick-prev:active:before,
.seta-branca .slick-next:active:before {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.slick-next {
  right: 0;
  left: auto;
}
.slick-next:before {
  content: '\e649';
}
@media (min-width: 1280px) {
  .seta-fora .slick-prev {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  .seta-fora .slick-next {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }
}
.slick-slide {
  -webkit-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.slick-slide:not(.slick-active) {
  opacity: 0 !important;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-wrap {
  max-width: calc(100% - 76px);
}
.fancybox-inner {
  max-width: 100%;
}
.fancybox-overlay {
  background: rgba(0,0,0,0.85) !important;
}
.fancybox-close {
  right: -36px !important;
  top: 0 !important;
  background-color: #962626;
}
.fancybox-close:hover {
  background-color: #ffc765;
}
.interna .interna-texto ul:not(.striped-list),
.check-list {
  margin: 20px 0;
}
.interna .interna-texto ul:not(.striped-list) li,
.check-list li {
  display: block;
  margin: 10px 0;
  text-indent: -28px;
  padding-left: 27px;
  line-height: 1.5;
}
.interna .interna-texto ul:not(.striped-list) li:before,
.check-list li:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: initial;
  content: '\e64c';
  color: #962626;
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.striped-list {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.striped-list li {
  float: left;
  width: 50%;
  padding: 5px;
  border: 1px solid #962626;
}
.striped-list li span {
  max-width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.striped-list li:after {
  content: attr(data-qtd);
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media (min-width: 767px) {
  .striped-list li:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }
  .striped-list li:first-child:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .striped-list li:nth-child(2) {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .striped-list li:last-child,
  .striped-list li:nth-last-child(2):nth-child(even) {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
  }
  .striped-list li:last-child:nth-child(odd) {
    width: calc(50% + 1px);
  }
  .striped-list li:last-child:nth-child(odd),
  .striped-list li:nth-last-child(2):nth-child(odd) {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .striped-list li:nth-child(odd):not(:last-child) {
    border-right-color: transparent !important;
  }
  .striped-list li:nth-child(n + 3) {
    border-top-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .striped-list li {
    width: 100%;
  }
  .striped-list li + li {
    border-top: 0;
  }
  .striped-list li:first-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
  }
  .striped-list li:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
  }
}
.slash-list {
  font-size: 0;
}
.slash-list li {
  font-size: 14px;
  position: relative;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.slash-list li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.titulo-principal {
  position: relative;
  display: block;
  z-index: 1;
  margin: 30px 0;
  font-family: 'Iron & Brine';
  text-transform: uppercase;
  font-size: 60px;
  color: #962626;
  word-wrap: break-word;
}
.titulo-principal small {
  font-family: 'Amatic SC';
  color: #000;
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  text-transform: none;
}
.titulo-principal:first-child {
  margin-top: 0;
}
.titulo-principal:last-child {
  margin-bottom: 0;
}
.titulo-principal.detalhe {
  display: inline-block;
  vertical-align: middle;
  color: #962626 !important;
}
.titulo-principal.detalhe span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
.titulo-principal.detalhe span:before,
.titulo-principal.detalhe span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  display: block;
  margin: auto;
  width: 98px;
  height: 48px;
  pointer-events: none;
  background: url("../images/detalhe-titulo.png") no-repeat center;
  background-size: 100% auto;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}
.titulo-principal.detalhe span:after {
  right: auto;
  left: 50%;
}
.titulo-principal.detalhe.ativo span {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.titulo-principal.detalhe.ativo span:before,
.titulo-principal.detalhe.ativo span:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: calc(100% + 15px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.titulo-principal.detalhe.ativo span:after {
  left: calc(100% + 15px);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.branco .titulo-principal {
  color: #fff;
}
.branco .titulo-principal small {
  color: #fff;
}
.titulo-principal + .botao-principal {
  margin-top: 0;
}
.botao-principal {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Gotham Bold';
  padding: 12px 30px;
  margin: 30px auto;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.botao-principal:hover {
  border-color: #962626;
  background: #962626;
  color: #fff;
}
.botao-principal:first-child {
  margin-top: 0;
}
.botao-principal:last-child {
  margin-bottom: 0;
}
.botao-principal + .botao-principal {
  margin-top: 0;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .botao-principal.ml30 {
    margin-left: 30px;
    margin-top: 0;
  }
}
.branco .botao-principal {
  border-color: #fff;
  color: #fff;
}
.branco .botao-principal:hover {
  background-color: #fff;
  color: #000;
}
.square-icon {
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.square-icon.fa-envelope {
  line-height: 45px;
}
.branco .square-icon {
  color: #fff;
  border-color: #fff;
}
.icon-item span {
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.icon-item span + span {
  margin-left: 5px;
}
.icon-item img {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-item img[src*='hover'] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#loader-wrapper {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-transition: all 0.5s 0.5s ease-out;
  -ms-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}
#loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #962626;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6d1c1c;
}
#loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #bf3030;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loaded #loader-wrapper .loaded {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.nav-tabs {
  text-align: center;
  font-size: 0;
  border: 0;
  margin-bottom: 50px;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.nav-tabs > li > a {
  font-size: 28px;
  font-family: 'Amatic SC';
  background-color: transparent !important;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 15px 30px;
  border: 0 !important;
}
.nav-tabs > li:hover .icon-item img,
.nav-tabs > li.active .icon-item img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.nav-tabs > li:hover .icon-item img[src*='hover'],
.nav-tabs > li.active .icon-item img[src*='hover'] {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a {
  color: #ffc765;
}
.nav-tabs > li.active > a {
  color: #ffc765 !important;
  background: url("../images/detalhe-cardapio.png") repeat-x center bottom;
  background-size: auto;
  -webkit-animation: animaBg 10s linear infinite running;
  -ms-animation: animaBg 10s linear infinite running;
  animation: animaBg 10s linear infinite running;
}
.tab-content [class*="col-"] {
  padding: 5px !important;
}
.tab-content > .flex-list.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(68, 68, 68, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 92px;
}
#topo .logo {
  max-width: calc(100% - 70px);
  width: 184px;
  height: 92px;
  margin: 0 0 0;
  padding: 10px 0;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topo .logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topo .top-nav {
  font-size: 0;
}
#topo .top-nav li {
  display: inline-block;
  position: relative;
}
#topo .top-nav li.active .icon-item img,
#topo .top-nav li:hover .icon-item img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#topo .top-nav li.active .icon-item img[src*='hover'],
#topo .top-nav li:hover .icon-item img[src*='hover'] {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#topo .top-nav li.active a,
#topo .top-nav li:hover a {
  background-color: #fff;
  color: #000;
}
#topo .top-nav a {
  display: block;
  font-size: 24px;
  font-family: 'Amatic SC';
  color: #fff;
  text-transform: uppercase;
  padding: 31px 18px;
  margin: 0;
}
#topo .top-nav a:first-child > a {
  margin-left: 0;
}
#topo .top-nav a:last-child > a {
  margin-right: 0;
}
#topo.topo-fixo {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1000px;
  min-height: 600px;
  max-height: 100vh;
  background: #000;
}
#banner:hover > a {
  -webkit-flex: 25% 1 1;
  -ms-flex: 25% 1 1;
  flex: 25% 1 1;
}
#banner > a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -ms-flex-flow: initial;
  flex-flow: initial;
  -webkit-flex: 33.333% 1 1;
  -ms-flex: 33.333% 1 1;
  flex: 33.333% 1 1;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#banner > a + a {
  border-left: 5px solid #fff;
}
#banner > a:hover {
  -webkit-flex: 50% 1 1;
  -ms-flex: 50% 1 1;
  flex: 50% 1 1;
}
#banner > a:hover img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#banner > a:hover .legenda-banner {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
#banner .legenda-banner {
  max-width: 75%;
  max-height: 60%;
  max-height: calc(100% - 250px);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#banner .seta-banner {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  border: 0;
  width: 50px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  background: url("../images/seta-banner.png") no-repeat center center;
  background-size: cover;
}
#cardapio {
  background: url("../images/bg-cardapio.jpg") no-repeat center center;
  background-size: cover;
}
#promocoes .lista-promo > a {
  margin: 0;
  padding: 7.5px;
  width: 25%;
  float: left;
}
#promocoes .lista-promo > a:nth-child(5n + 1):not(:nth-last-child(-n + 4)) {
  width: 50%;
}
#promocoes .lista-promo > a:nth-child(10n + 1):not(:nth-last-child(-n + 4)) {
  float: right;
}
#promocoes .lista-promo > a:first-child:nth-last-child(1) {
  width: 50%;
  margin-left: 25%;
}
#promocoes .lista-promo > a:nth-child(2):last-child,
#promocoes .lista-promo > a:first-child:nth-last-child(2) {
  width: 50%;
}
#promocoes .lista-promo > a:first-child:nth-last-child(3),
#promocoes .lista-promo > a:nth-child(2):nth-last-child(2),
#promocoes .lista-promo > a:last-child:nth-child(3) {
  width: 33.33%;
}
#promocoes [data-expirado*="Expirado"] {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: #808080;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#newsletter {
  position: relative;
  z-index: 3;
}
#newsletter form {
  position: relative;
}
#newsletter input {
  padding-right: 65px;
}
#newsletter button {
  position: absolute;
  right: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#newsletter button:hover {
  color: #ffc765;
}
#unidades #busca-unidades {
  position: relative;
}
#unidades #busca-unidades input {
  padding-right: 75px;
}
#unidades #busca-unidades button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#unidades #busca-unidades button:hover {
  color: #962626;
}
#unidades .item-unidades strong:first-child {
  margin-top: 0;
}
#unidades .item-unidades i {
  margin-right: 5px;
}
#unidades .item-unidades .col-md-7 {
  padding-left: 30px;
}
#unidades .item-unidades + .item-unidades {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #c7c7c7;
}
#unidades .nav-tabs > li > a {
  color: #fdc865;
}
#rodape {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: url("../images/bg-rodape.jpg") no-repeat center center;
  background-size: cover;
}
#rodape .fa-stack {
  color: #000;
}
#rodape .fa-stack .fa-inverse {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#rodape .fa-stack:hover {
  color: #fcba2c;
}
#rodape .fa-stack:hover .fa-inverse {
  color: #000;
}
#totop {
  z-index: 9;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s, top 0s;
  -ms-transition: all 0.3s, top 0s;
  transition: all 0.3s, top 0s;
}
#totop:active {
  bottom: 15px;
}
#totop.ativo {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.price {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 0;
  background: #962626;
  color: #fff;
  font-size: 32px;
  padding: 10px 15px;
  line-height: 1;
  font-family: 'Amatic SC';
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
.price:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 26px solid #962626;
  border-bottom: 26px solid #962626;
  border-left: 1px solid #962626;
  border-right: 15px solid transparent;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}
.price:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7.5px solid #6d1c1c;
  border-right: 7.5px solid #6d1c1c;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
}
.item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
.item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item:before {
  content: attr(title);
  font-size: 18px;
  font-family: 'Gotham Bold';
  text-transform: uppercase;
  -webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
  -ms-text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
  text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.item > span {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: auto;
  padding: 15px;
  color: #fff;
  color: #000;
  background: rgba(150,38,38,0.85);
  background: rgba(255,255,255,0.85);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.item .price {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.item:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.item:hover:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.item:hover > span {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item:hover .price {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
/* 
			-webkit-animation-name: rubberBand
			animation-name: rubberBand */
}
.item.item-promo:before {
  display: none !important;
}
.mapa-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#mapa {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mapa-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.mapa-overlay:after {
  content: 'Clique para ver o mapa';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #962626;
  -webkit-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.mapa-overlay:hover {
  background: rgba(0,0,0,0.25);
}
.mapa-overlay:hover:after {
  background: #ffc765;
}
#check-mapa-overlay:checked ~ .mapa-container {
  height: 400px;
}
#check-mapa-overlay:checked ~ .mapa-container .mapa-overlay {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.home .slick-slide:not(.slick-active) {
  opacity: 1 !important;
}
.home #franqueado {
  background: url("../images/bg-franqueado.jpg") no-repeat center center;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
}
.home #cardapio {
  position: relative;
}
.home #cardapio > img {
  position: absolute !important;
  top: 0;
  left: auto !important;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
.home #cardapio .img-cardapio-1 {
  width: 12%;
  top: -2% !important;
  right: 0;
}
.home #cardapio .img-cardapio-2 {
  width: 10%;
  top: 6% !important;
  left: 3% !important;
}
.home #cardapio .img-cardapio-3 {
  width: 8.5%;
  top: 25% !important;
  left: 0 !important;
}
.home #cardapio .img-cardapio-4 {
  width: 10%;
  top: 55% !important;
  left: 2% !important;
}
.home #cardapio .img-cardapio-5 {
  width: 7%;
  top: auto !important;
  bottom: 60%;
  right: 1%;
}
.home #cardapio .img-cardapio-6 {
  width: 33%;
  top: auto !important;
  right: 0;
  bottom: 0;
}
.home #cardapio .img-cardapio-7 {
  width: 14%;
  top: 80% !important;
  left: 0 !important;
}
.home #unidades {
  position: relative;
}
.home #unidades:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: auto;
  height: 0;
  background: url("../images/pegadas.png") no-repeat right top;
  background-size: auto;
  -webkit-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
  pointer-events: none;
}
.home #unidades.ativo:before {
  height: 100%;
}
.interna .fundo-interna {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 180px 15px 80px;
  background: #000;
  background: url("../images/fundo-interna.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.interna .fundo-interna:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0,0,0,0.6);
}
.interna .fundo-interna h2 {
  position: relative;
  display: block;
  z-index: 3;
  font-family: 'Amatic SC';
  font-size: 80px;
  text-align: center;
  color: #fff;
  word-break: break-word;
}
.interna .fundo-interna .breadcrumb {
  z-index: 2;
  margin: 10px 0 0;
  color: #ffc765;
  padding: 12px;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-family: 'Gotham Bold';
}
.interna .fundo-interna .breadcrumb a {
  cursor: pointer;
  color: #fff;
}
.interna .fundo-interna .breadcrumb a:after {
  content: '/';
  margin-left: 5px;
  margin-right: 3px;
  pointer-events: none;
  color: #fff;
}
.interna .fundo-interna .breadcrumb a:hover {
  color: #ffc765;
}
.interna .fundo-interna .breadcrumb span {
  font-family: 'Gotham Bold';
}
.interna .flex-list > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.interna #cardapio .nav-tabs {
  z-index: 2;
  position: relative;
  left: 0;
  width: 100% !important;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  padding: 0 0 20px;
}
.interna #cardapio .is-sticky .nav-tabs {
  background: url("../images/bg-cardapio.jpg") no-repeat center center;
  background-size: cover;
}
.interna #cardapio .interna-texto b,
.interna #cardapio .interna-texto strong,
.interna #cardapio .interna-texto ul li:before,
.interna #cardapio .titulo-principal {
  color: #ffc765;
}
.interna main {
  padding: 80px 0;
}
.interna main .titulo-principal {
  font-size: 40px;
}
.interna .interna-texto b,
.interna .interna-texto strong {
  font-family: 'Gotham Bold';
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #962626;
}
.interna .interna-texto ul:not(.striped-list) {
  margin: 0;
}
.interna .interna-texto ul:not(.striped-list) li:before {
  font-size: 18px;
  top: 2px;
}
.interna .slick-detalhe-grande {
  float: right;
  max-width: calc(100% - 100px);
  width: 400px;
}
.interna .slick-detalhe-thumb {
  float: left;
  width: 100px;
}
.interna .slick-detalhe-thumb .slick-track,
.interna .slick-detalhe-thumb .slick-list {
  height: 400px !important;
}
.interna .slick-detalhe-thumb a {
  display: block;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  border: 1px solid #000;
}
.interna .slick-detalhe-thumb .slick-active.slick-center a {
  border-color: #962626;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.interna .slick-detalhe-thumb .slick-slide {
  border: 0;
  padding: 5px;
}
[class^='popup-'] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  z-index: -99;
  overflow: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[class^='popup-'] .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  background: rgba(0,0,0,0.9);
}
[class^='popup-'] [class^='ti-'] {
  font-size: 72px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
[class^='popup-'] [class^='ti-']:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
[class^='popup-'] .content {
  position: relative;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
  background: #fff;
  padding: 45px;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
[class^='popup-'] .content form div[class*='col-'] {
  padding: 12px;
}
[class^='popup-'] .content .display-flex > div + div {
  margin-left: 30px;
}
[class^='popup-'] .content::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
[class^='popup-'] .content::-webkit-scrollbar-thumb {
  width: 6px;
  background: #962626;
}
[class^='popup-'] .hr-outtr-line {
  margin: 0 auto 30px;
  max-width: 350px;
  display: block;
}
[class^='popup-'] .hr-outtr-line i {
  font-size: 18px;
  padding: 10px;
  vertical-align: super;
  color: #962626;
}
[class^='popup-'] .hr-outtr-line hr {
  padding: 0 0 0 0;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  max-width: calc(50% - 25px);
  height: 1px;
  background: #ccc;
  border: 0;
}
input:checked + [class^='popup-'] {
  z-index: 9999;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
input:checked + [class^='popup-'] .content {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 1200px) {
  #topo .container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
  .block-sm {
    display: block !important;
  }
  .column-sm {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w100p-sm {
    width: 100%;
  }
  .p160 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .icon-item {
    display: block;
    text-align: center;
  }
  .icon-item i {
    margin-right: 0;
  }
  .icon-item .fa-fw + div {
    max-width: 100%;
  }
  .icon-item + .icon-item {
    margin-left: 0;
    margin-top: 15px;
  }
  #topo .toggle-menu {
    position: relative;
    z-index: 99;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  #topo .toggle-menu span {
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    padding-right: 10px;
  }
  #topo .toggle-menu button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 1px;
    width: 25px;
    height: 1px;
    border: none;
    background: #fff;
    color: inherit;
    font-size: 0;
    -webkit-transition: background 0.35s;
    -ms-transition: background 0.35s;
    transition: background 0.35s;
    pointer-events: none;
  }
  #topo .toggle-menu button:before,
  #topo .toggle-menu button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: top 0.35s 0.35s, transform 0.35s, background 0.35s;
    -ms-transition: top 0.35s 0.35s, transform 0.35s, background 0.35s;
    transition: top 0.35s 0.35s, transform 0.35s, background 0.35s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform-origin: 50% 0%;
  }
  #topo .toggle-menu button:before {
    top: -8px;
  }
  #topo .toggle-menu button:after {
    top: 8px;
  }
  #topo .toggle-menu:hover {
    background: #fff;
    border-color: #fff;
  }
  #topo .toggle-menu:hover button,
  #topo .toggle-menu:hover button:before,
  #topo .toggle-menu:hover button:after {
    background: rgba(68, 68, 68, 0.8);
  }
  #topo .top-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding-top: 92px;
    background: #962626;
    word-wrap: break-word;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #topo .top-nav a {
    position: relative;
    display: block;
    line-height: normal;
    color: #fff !important;
    font-size: 42px;
    padding: 12px 0;
    margin: 0 60px 0 0;
    border: 0;
    height: auto;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
    word-wrap: break-word;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  #topo .top-nav li:hover .icon-item {
    background-color: transparent;
  }
  #topo .top-nav li:hover .icon-item img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #topo .top-nav li:hover .icon-item img[src*='hover'] {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  #toggle-nav:checked ~ #topo .top-nav {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  #toggle-nav:checked ~ #topo .top-nav a {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(1) a {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(2) a {
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(3) a {
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(4) a {
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(5) a {
    -webkit-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(6) a {
    -webkit-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(7) a {
    -webkit-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(8) a {
    -webkit-transition-delay: 1.9s;
    -ms-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(9) a {
    -webkit-transition-delay: 2.1s;
    -ms-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  #toggle-nav:checked ~ #topo .top-nav li:nth-child(10) a {
    -webkit-transition-delay: 2.3s;
    -ms-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  #toggle-nav:checked ~ #topo .toggle-menu {
    background: #fff;
    border-color: #fff;
  }
  #toggle-nav:checked ~ #topo .toggle-menu button {
    background-color: transparent;
  }
  #toggle-nav:checked ~ #topo .toggle-menu button:before {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background: #962626;
    -webkit-transition: top 0.35s, transform 0.35s 0.35s;
    -ms-transition: top 0.35s, transform 0.35s 0.35s;
    transition: top 0.35s, transform 0.35s 0.35s;
  }
  #toggle-nav:checked ~ #topo .toggle-menu button:after {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    background: #962626;
    -webkit-transition: top 0.35s, transform 0.35s 0.35s;
    -ms-transition: top 0.35s, transform 0.35s 0.35s;
    transition: top 0.35s, transform 0.35s 0.35s;
  }
  #banner > a:nth-child(3) {
    display: none;
  }
  #banner > a img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  #banner > a .legenda-banner {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .home .slick-prev {
    left: 0;
  }
  .home .slick-next {
    right: 0;
  }
  .interna main {
    text-align: center;
  }
  .interna .interna-texto {
    text-align: center;
  }
  .interna .interna-texto + div {
    margin-top: 80px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #topo .top-nav a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  #topo .top-nav a span + span {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .fz18 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz36,
  .fz30,
  .fz48 {
    font-size: 24px;
  }
  .p120,
  .p160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .text-center-xs {
    text-align: center;
  }
  .block-xs {
    display: block !important;
  }
  .column-xs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slick-1item {
    padding-bottom: 30px;
  }
  .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
  .titulo-principal {
    font-size: 36px;
  }
  .titulo-principal small {
    font-size: 24px;
  }
  .titulo-principal.detalhe span:before,
  .titulo-principal.detalhe span:after {
    width: 70px;
  }
  .botao-principal {
    padding-left: 20px;
    padding-right: 20px;
  }
  #topo .top-nav {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #topo .top-nav a {
    font-size: 48px;
    margin: 0;
    text-align: center;
  }
  #banner {
    height: 100vh;
    max-height: 500px;
    min-height: 400px;
  }
  #banner > a:nth-child(2) {
    display: none;
  }
  #banner img:first-child {
    max-width: 100%;
  }
  #promocoes .lista-promo > a {
    width: 50%;
    padding: 5px;
  }
  #newsletter span {
    padding: 0;
  }
  #newsletter form {
    max-width: 400px;
    margin: auto;
  }
  #rodape .fz24 {
    font-size: 24px;
  }
  .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav-tabs > li {
    width: 25%;
    text-align: center;
  }
  .nav-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }
  .nav-tabs > li > a span {
    display: block;
  }
  .nav-tabs > li > a span img {
    right: 0;
  }
  .nav-tabs > li > a span + span {
    margin: 10px auto 0;
  }
  .tab-content > .tab-pane {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .home .slick-slide {
    padding: 0;
  }
  .home #promocoes .lista-promo > a:nth-child(1) {
    padding-right: 0;
  }
  .home #promocoes .lista-promo > a:nth-child(2) {
    padding-left: 0;
  }
  .home #promocoes .lista-promo > a:nth-child(n + 3) {
    display: none;
  }
  .home .tab-content .tab-pane > div:nth-child(n + 3) {
    display: none;
  }
  .home #unidades:before {
    display: none;
  }
  .interna .fundo-interna h2 {
    font-size: 36px;
    font-size: 13vw;
  }
  .interna .fundo-interna .breadcrumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .interna main .titulo-principal {
    font-size: 32px;
  }
  .interna #cardapio .sticky-wrapper:not(.is-sticky) .nav-tabs {
    width: auto !important;
  }
  .interna #cardapio .sticky-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .interna #cardapio .nav-tabs {
    margin-left: 0;
    margin-right: 0;
  }
  .interna #unidades .titulo-principal.detalhe span {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .interna #unidades .titulo-principal.detalhe span:before,
  .interna #unidades .titulo-principal.detalhe span:after {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: calc(100% + 15px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .interna #unidades .titulo-principal.detalhe span:after {
    left: calc(100% + 15px);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media (max-width: 480px) {
  .visible-xxs {
    display: block;
  }
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-wrap {
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .fancybox-close {
    top: -36px !important;
    right: 0 !important;
  }
  .nav-tabs > li > a span + span {
    display: none;
  }
  #banner img:first-child {
    max-width: none;
    max-height: 100%;
  }
}
@media (max-width: 992px) and (max-height: 800px) {
  #topo .top-nav a {
    padding: 10px 0;
    font-size: 40px;
    font-size: 6vh;
  }
}
