@import url("https://lovatel.com.br/plugins/plugins.css");

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Lato', sans-serif;
  color: #fff;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
  height: auto;
  min-height: 175px;
}

._text-justify {
  text-align: justify;
}

._text-center {
  text-align: center;
}

._left {
  float: left;
}

._right {
  float: right;
}

._clearfix:before,
._clearfix:after {
  content: " ";
  display: table;
}

._clearfix:after {
  clear: both;
}

img {
  display: inline-block;
  vertical-align: middle;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* placeholder */

::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;  
}
::-moz-placeholder {
  color: #fff;  
}
:-ms-input-placeholder {
  color: #fff;  
}

/* layout */

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

/* header */

.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 404px;
  background: url('../img/header.png') no-repeat top center;
}

.header .container {
  position: relative;
}

.header-logo {
  margin-top: 55px;
  margin-right: 120px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 900px) {
  .header-logo img {
    width: 280px;
  }
}

@media only screen and (max-width: 570px) {
  .header-logo img {
    width: 180px;
  }
}

.header-phone {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 980px) {
  .header-phone {
    display: none;
  }
}

.header-phone h1 {
  font-family: 'Leckerli One', cursive;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.header-phone h2 {
  position: relative;
  padding-left: 60px;
  padding-right: 44px;
  font-family: 'Sriracha', cursive;
  font-weight: 400;
  font-size: 20px;
  color: #ffcc06;
}

.header-phone h2::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 29px;
  background-image: url('../img/icon-phone.png');
  content: '';
}

/* slider */

.slider {
  position: relative;
}

.owl-banner-item {
  position: relative;
  height: 1004px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.owl-banner-item h1 {
  position: absolute;
  right: 22%;
  bottom: 30%;
  line-height: 1.0;
  font-family: 'Leckerli One', cursive;
  font-size: 94px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

@media only screen and (max-width: 840px) {
  .owl-banner-item {
    height: 660px;
  }

  .owl-banner-item h1 {
    right: auto;
    bottom: 28%;
    width: 100%;
    font-size: 52px;
    text-align: center;
  }
}

/* curve bg */

.curve-top-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 343px;
  background: url('../img/curve-top-1.png') no-repeat top center;
}

/* section */

.quem-somos {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #401000;
}

.cardapio {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 503px;
  background: url('../img/cardapio-bg-c.jpg') no-repeat top center;
}

.cardapio p {
  padding: 0 20px;
}

.cardapio-bg {
  padding: 45px 0;
  background: #401100 url('../img/bg-madeira.jpg') no-repeat top center;
}

.contato {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 470px;
  background: url('../img/contato-bg-c.jpg') no-repeat top center;
}

.contato .container {
  position: relative;
}

.contato-bg {
  padding: 55px 0;
  background-color: #401000;
}

/* title */

.title {
  margin-bottom: 5px;
  font-family: 'Sriracha', cursive;
  font-size: 75px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 730px) {
  .title {
    font-size: 40px;
  }
}

.title span {
  position: relative;
  padding-left: 78px;
}

.title span::before {
  position: absolute;
  top: calc(52% - 53px / 2);
  left: 0;
  width: 55px;
  height: 53px;
  content: '';
}

.title span.icon-1::before {
  background-image: url('../img/icon-white-title.png');
}

.title span.icon-2::before {
  background-image: url('../img/icon-title.png');
}

/* column */

.column-5 {
  width: 50%;
}

.col-left {
  float: left;
  padding-right: 20px;
}

.col-right {
  float: right;
  padding-left: 20px;
}

@media only screen and (max-width: 730px) {
  .column-5 {
    width: 100%;
  }

  .col-left {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .col-right {
    padding-left: 0;
  }
}

/* menu-tabs */

.menu-tabs {
  margin-bottom: 50px;
}

.menu-tabs ul {
  display: flex;
}

.menu-tabs li {
  flex: 1 1 auto;
}

.menu-tabs a {
  display: block;
  cursor: pointer;
  line-height: 56px;
  border-radius: 50px;
  font-family: 'Sriracha', cursive;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.menu-tabs a.-active,
.menu-tabs a:hover {
  background-color: #fca70a;
  color: #401100;
}

@media only screen and (max-width: 900px) {
  .menu-tabs ul {
    flex-direction: column;
  }
  .menu-tabs li {
    margin-bottom: 1px;
  }
}

/* menu-table */

.menu-table-item {
  display: flex;
  flex: wrap;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu-table-item.-first {
  margin-bottom: 20px;
  border-bottom: 0;
  padding-right: 40px;
}

.menu-table-column {
  flex: 1 1 120px;
  font-family: 'Sriracha', cursive;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.menu-table-column:first-child {
  flex: 6 1 600px;
  text-align: left;
}

.menu-table-column i {
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}

.menu-table-title {
  position: relative;
  line-height: 1.2;
  font-family: 'Leckerli One', cursive;
  font-size: 20px;
  font-weight: 400;
  color: #fca60a;
}

.menu-table-title-sub {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-table-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: 'Sriracha', cursive;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.menu-table-icon.-pp {
  background-color: #ff8000;
}

.menu-table-icon.-p {
  background-color: #fca70a;
}

.menu-table-icon.-m {
  background-color: #b2b200;
}

.menu-table-icon.-g {
  background-color: #ff5c26;
}

.menu-table-scroll {
  height: 510px;
  padding-right: 30px;
  overflow-y: scroll;
}

.menu-table-scroll::-webkit-scrollbar-track {
  border: 1px solid rgba(255,255,255,0.2);
  background-color: #401100;
}

.menu-table-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fca70a;
}

.menu-table-scroll::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #fca70a;
}

@media only screen and (max-width: 850px) {
  .menu-table {
    overflow-x: scroll;
  }

  .menu-table-mob {
    width: 791px;
  }

  .menu-table-scroll {
    height: auto;
    padding-right: 30px;
    overflow-y: hidden;
  }
}

/* contato */

.contato-center {
  text-align: center;
}

.contato-endereco {
  margin: 0 3%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .contato-bg {
    padding: 30px 0;
  }
  .contato-endereco {
    display: block;
    margin: 10px 0;
  }
}

.contato-endereco i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}

.contato-endereco i.-email {
  background-image: url('../img/icon-email.png');
}

.contato-endereco i.-phone {
  background-image: url('../img/icon-phone2.png');
}

.contato-endereco i.-face {
  background-image: url('../img/icon-face.png');
}

.contato-endereco div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.contato-endereco h1 {
  font-size: 20px;
  font-weight: 400;
}

.contato-endereco p {
  font-size: 14px;
}

.contato-endereco a {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

.contato-endereco a:hover {
  text-decoration: underline;
}

/* column-form */

.column-form-left {
  float: left;
  width: 50%;
  padding-right: 7px;
}

.column-form-right {
  float: right;
  width: 50%;
  padding-left: 7px;
}

@media only screen and (max-width: 700px) {
  .column-form-left {
    width: 100%;
    padding-right: 0;
  }

  .column-form-right {
    width: 100%;
    padding-left: 0;
  }
}

/* form */

.form {
  margin-top: 60px;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  margin: 0 0 14px 0;
  padding: 10px 26px;
  width: 100%;
  outline: 0;
  border-radius: 50px;
  background: transparent;
  border: 2px solid #fff;
  font-family: 'Sriracha', cursive;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.form textarea {
  padding: 26px;
  border-radius: 12px;
}

/* btn */

.btn {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  line-height: 56px;
  border: 0;
  outline: 0;
  border-radius: 50px;
  background-color: #fca70a;
  font-family: 'Sriracha', cursive;
  font-size: 20px;
  font-weight: 400;
  color: #3f1100;
}

@media only screen and (max-width: 700px) {
  .btn {
    width: 100%;
  }
}

/* copyright */

.copyright {
  padding: 26px 0;
  background-color: #280b00;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: underline;
}


/*  */

.cd-popup-trigger {
  position: absolute;
  top: 37px;
  right: 20px;
  padding-top: 10px;
  padding-right: 81px;
  font-family: 'Leckerli One', cursive;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.cd-popup-trigger::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: #d90000 url('../img/nav.png') no-repeat center;
  content: '';
}

.cd-popup-close {
  display: block;
  position: absolute;
  top: 37px;
  right: 352px;
  padding-top: 10px;
  padding-right: 81px;
  font-family: 'Leckerli One', cursive;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 414px) {
  .cd-popup-trigger span,
  .cd-popup-close span {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .cd-popup-close {
    right: 20px;
  }
}

.cd-popup-close::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: #fff url('../img/close.png') no-repeat center;
  content: '';
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: rgba(217, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.nav li {
  text-align: center;
}

.nav a {
  padding: 0 30px;
  display: inline-block;
  line-height: 68px;
  border-radius: 50px;
  border: 2px solid transparent;
  font-family: 'Sriracha', cursive;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}

.nav a:hover {
  border-color: #fff;
}

/*  */

/* filtro */

.filtro-checkbox {
  display: none;
}

.filtro-label {
  margin-bottom: 10px;
  box-sizing: border-box;
  display: none;
  width: 100%;
  border-radius: 50px;
  background-color: #D90000;
  padding: 15px 20px;
  cursor: pointer;
  font-family: 'Sriracha', cursive;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 900px) {
  .filtro-label {
    display: block;
  }
  .filtro-container {
    display: none;
  }
}

.filtro-checkbox:checked ~ .filtro-label {
  background-color: #D90000;
}

.filtro-checkbox:checked ~ .filtro-container {
  display: block;
}

/*  */

.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tele {
  position: absolute;
  top: 0;
  right: 100px;
}

@media only screen and (max-width: 600px) {
  .tele {
    top: -10px;
  }
}

.tele h1 {
  font-family: 'Leckerli One', cursive;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}

.tele h2 {
  position: relative;
  padding-left: 60px;
  padding-right: 44px;
  font-family: 'Sriracha', cursive;
  font-size: 20px;
  font-weight: 400;
  color: #ffcc06;
}

.tele h2::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 29px;
  background-image: url('../img/icon-phone.png');
  content: '';
}

.alert {
  padding: 20px 30px;
  background: #FCA80A;
  color: #fff;
}

/*  */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  border-radius: 5px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ed1d24 url(https://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}