* {
  outline: none;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
}
ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px;
}

a {
  text-decoration: none;
}

p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
@media (max-width: 768px) {
  p {
    font-size: 12px;
    line-height: normal;
  }
}

::selection {
  background: #262626;
  color: #fff;
}

::-moz-selection {
  background: #262626;
  color: #fff;
}

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

.center-box {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .center-box {
    width: 90%;
    margin: 0 5%;
  }
}

#whatsapp {
  position: fixed;
  right: 20px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 9;
  background: #54e969;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
#whatsapp i {
  font-size: 36px;
  color: #fff;
  float: left;
  display: flex;
}

header {
  width: 100%;
  float: left;
  background: #000;
}
@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
}
header .ico-menu {
  display: none;
}
@media (max-width: 768px) {
  header .ico-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
  }
}
header ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media (max-width: 768px) {
  header ul {
    display: none;
    margin-top: 10px;
  }
}
header ul li {
  list-style: none;
  float: left;
  margin-right: 70px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  header ul li {
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 4px 0;
  }
}
header ul li a {
  color: #ff9f0d;
  font-weight: 700;
  font-size: 20px;
  transition: 0.4s;
}
header ul li:hover a {
  color: #fff;
  transition: 0.4s;
}
header ul li:nth-child(3) {
  margin-right: 110px;
}
@media (max-width: 768px) {
  header ul li:nth-child(3) {
    margin: 0px;
  }
}
header ul li:nth-child(4) {
  margin-left: 110px;
}
@media (max-width: 768px) {
  header ul li:nth-child(4) {
    margin: 0px;
  }
}
header ul li:last-child {
  margin-right: 0px;
}
header .logo {
  position: absolute;
  left: 50%;
  width: 73px;
  margin-left: 10px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  header .logo {
    position: relative;
    left: 50%;
    margin-left: -36.5px;
    margin-top: 0px;
  }
}

.banner {
  width: 100%;
  float: left;
}
.banner .banner-img {
  width: 100%;
  float: left;
}
.banner .salsinha {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  bottom: -300px;
}
@media (max-width: 768px) {
  .banner .salsinha {
    display: none;
  }
}

.sobre {
  width: 100%;
  float: left;
}
.sobre .box-1 {
  width: 577px;
  float: left;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .sobre .box-1 {
    width: 100%;
    margin-top: 50px;
  }
}
.sobre .box-1 h1 {
  font-family: "Anton", sans-serif;
  font-size: 52px;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .sobre .box-1 h1 {
    font-size: 35px;
  }
}
.sobre .box-1 .text {
  width: 100%;
  float: left;
}
.sobre .box-2 {
  width: 577px;
  float: right;
  margin-top: 178px;
}
@media (max-width: 768px) {
  .sobre .box-2 {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .sobre .box-2 img {
    width: 100%;
  }
}

.background {
  width: 100%;
  float: left;
  background: url("../../imagens/bg-body.jpg") no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}
@media (max-width: 768px) {
  .background {
    background: transparent;
  }
}

.programacao {
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .programacao {
    margin: 50px 0;
  }
}
@media (max-width: 768px) {
  .programacao .title-img {
    width: 100%;
  }
}
.programacao .itens {
  width: 100%;
  float: left;
  display: flex;
}
@media (max-width: 768px) {
  .programacao .itens {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .programacao .itens {
    width: 90%;
    margin: 0 5%;
  }
}
.programacao .itens .item {
  width: 297px;
  height: 434px;
  float: left;
}
@media (max-width: 768px) {
  .programacao .itens .item {
    width: 100%;
    height: 565px;
    margin-top: 30px;
  }
}
.programacao .itens .item:nth-child(1) {
  transform: rotate(-3deg);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .programacao .itens .item:nth-child(1) {
    margin-top: 30px;
    transform: rotate(0deg);
  }
}
.programacao .itens .item:nth-child(2) {
  transform: rotate(3deg);
}
@media (max-width: 768px) {
  .programacao .itens .item:nth-child(2) {
    transform: rotate(0deg);
  }
}
.programacao .itens .item:nth-child(3) {
  transform: rotate(-3deg);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .programacao .itens .item:nth-child(3) {
    margin-top: 30px;
    transform: rotate(0deg);
  }
}
.programacao .itens .item:nth-child(4) {
  transform: rotate(3deg);
}
@media (max-width: 768px) {
  .programacao .itens .item:nth-child(4) {
    transform: rotate(0deg);
  }
}
.programacao .itens .item:nth-child(5) {
  transform: rotate(-3deg);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .programacao .itens .item:nth-child(5) {
    margin-top: 30px;
    transform: rotate(0deg);
  }
}

.promocao {
  width: 100%;
  float: left;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .promocao {
    padding: 50px 0;
    background: #951b80;
  }
}
.promocao img {
  width: 100%;
  float: left;
}

.cardapio {
  width: 100%;
  float: left;
  margin-top: 230px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .cardapio {
    margin-top: 0px;
    padding: 50px 0;
    background: #2c2e83;
  }
}
.cardapio ul {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cardapio ul li {
  list-style: none;
  width: 285px;
  height: 330px;
  float: left;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cardapio ul li {
    width: 100%;
  }
}
.cardapio ul li .title {
  width: 100%;
  height: 100px;
  float: left;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cardapio ul li .title {
    font-size: 30px;
    height: 80px;
  }
}
.cardapio ul li .box-img {
  width: 100%;
  height: 230px;
  float: left;
}
.cardapio ul li:nth-child(1) .title {
  background: #af1483;
}
.cardapio ul li:nth-child(2) .title {
  background: #e94f1d;
}
.cardapio ul li:nth-child(3) .title {
  background: #0b8d35;
}
.cardapio ul li:nth-child(4) .title {
  background: #f39203;
}
.cardapio ul li:nth-child(5) .title {
  background: #662583;
}
.cardapio ul li:nth-child(6) .title {
  background: #789d1a;
}
.cardapio ul li:nth-child(7) .title {
  background: #33ace1;
}
.cardapio ul li:nth-child(8) .title {
  background: #e30713;
}

.depoimentos {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .depoimentos {
    padding: 50px 0;
    background: #e94f1d;
  }
}
.depoimentos .title {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 51px;
  color: #000;
}
@media (max-width: 768px) {
  .depoimentos .title {
    font-size: 35px;
    text-align: center;
  }
}
.depoimentos ul {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .depoimentos ul {
    display: block;
    margin-top: 30px;
  }
}
.depoimentos ul li {
  list-style: none;
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .depoimentos ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.depoimentos ul li img {
  max-width: 100%;
}

.onde-estamos {
  width: 100%;
  float: left;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .onde-estamos {
    padding: 50px 0;
  }
}
.onde-estamos .box {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .onde-estamos .box {
    display: block;
  }
}
.onde-estamos .text {
  width: 260px;
  float: left;
  font-weight: 600;
  color: #000;
  margin-top: 145px;
}
@media (max-width: 768px) {
  .onde-estamos .text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.onde-estamos .text span {
  width: 100%;
  float: left;
  font-size: 31px;
  padding-bottom: 10px;
}
.onde-estamos .mapa {
  width: 570px;
  height: 430px;
  float: left;
}
@media (max-width: 768px) {
  .onde-estamos .mapa {
    width: 100%;
  }
}
.onde-estamos .mapa iframe {
  width: 570px;
  height: 430px;
  float: left;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .onde-estamos .mapa iframe {
    width: 100%;
  }
}

footer {
  width: 100%;
  float: left;
  background: #951b80;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 30px;
  }
}
footer .logo-footer {
  float: left;
}
@media (max-width: 768px) {
  footer .logo-footer {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
footer .box {
  width: 120px;
  float: left;
  margin-left: 130px;
}
@media (max-width: 768px) {
  footer .box {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin: 30px 0 0 0;
  }
}
footer .box ul {
  width: 100%;
  float: left;
}
footer .box ul li {
  list-style: none;
  width: 100%;
  float: left;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  footer .box ul li {
    text-align: center;
  }
}
footer .box ul li i {
  float: left;
  margin: 2px 5px 0 0;
}
@media (max-width: 768px) {
  footer .box ul li i {
    float: none;
    display: block;
  }
}
footer .box ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

/*# sourceMappingURL=geral.css.map */
