header{
    position: fixed;
    top: 0;
    z-index: 9;
}
.menu-button{
    display: none;
    flex: 1;
    justify-content: flex-end;
}
.menu-button i{
    background: url('/public/assets/frontend/imgs/menu.png');
    width: 32px;
    height: 32px;
    display: inline-block;
}
.menu-mobile-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    right: -300px;
    background: #E2C8B2;
    z-index: 9;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
    transition: .3s;
    
}
.menu-mobile-wrapper.open{
    display: block;
    right: 0;
}
.menu-mobile-wrapper h3{
    font-size: 25px;
}
.menu-mobile-wrapper .links{
    margin-top: 30px;
}
.menu-mobile-wrapper li{
    list-style: none;
    font-family: 'Kalam', sans-serif;
    margin-top: 15px;
    
}
.menu-mobile-wrapper a{
    color: #3F1C16;
}
.modal{
    max-width: 600px !important;
    padding: 60px 20px 40px 20px !important;
}

.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.blocker{
    background-color: rgba(63,28,22,0.65) !important;
}

.banner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.bannner__mobile{
    display: none;
}

.banner_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 60px;
  width: 580px;
  height: 211px;
}

.banner_content h2 {
  color: #FFF;
  font-family: "Kalam", sans-serif;
  font-size: 41px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

.banner_content a {
  color: #EA9A00;
  border: 1px solid #EA9A00;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  border-radius: 15px;
  margin-top: 20px;
  transition: .3s;
}

.banner_content a:hover{
    box-shadow: 0px 1px 21px 1px rgba(234,154,0.1);
}

.teste-watch {
  padding: 0;
}

.section-quem-somos {
  z-index: 2;
  margin-top: -100px;
  position: relative;
}

.quem-somos_content {
  background: url('/public/assets/frontend/imgs/background-quem-somos.png');
  background-size: cover;
  box-sizing: border-box;
  padding: 250px 0 40px 0;
}

.quem-somos_item {
  box-sizing: border-box;
  padding: 0 25px;
}

.separator {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.beneficios{
    background-image: linear-gradient(to top, #FFE2C9, #D8BFAA);
    box-sizing: border-box;
    padding: 40px 0;
}

.beneficios_item{
    box-sizing: border-box;
    padding: 0 30px;
}

.beneficios_curiosidade{
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    max-width: 495px;
    width: 100%;
    height: 222px;
    margin: 0 auto;
    position: relative;
}

.curiosidade_border{
    border: 1px solid #2d3037;
    box-sizing: border-box;
    padding: 20px;
    height: 202px;
}

.curiosidade_explication{
    position: absolute;
    box-sizing: border-box;
    padding: 30px;
    background: #3F1C16;
    width: 80%;
    left: 0;
    right: 0;
    top : 150px;
    margin: auto;
}

.curiosidade_explication p{
    color: #FFF;
    text-align: center;
}

.beneficios_img{
    margin-top: 40px;
}

#receitas{
    margin-top: 100px;
}

.receitas_item{
    box-sizing: border-box;
    padding: 15px;
}

.receitas_link{
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    height: 305px;
}

.receitas_link h3{
    color: #3F1C16;
    margin-top: 10px;
}

.receitas_link:hover h3{
    color: #EA9A00;
}

.modal-receita{
    display: none;
}
.modal{
    max-width: 1000px !important;
}

.produtos-content {
    background: url('/public/assets/frontend/imgs/bg-produtos.jpg');
    background-size: cover;
    box-sizing: border-box;
    padding: 100px 0 200px 0;
  }

  .produtos h2{
      color: #FFF;
  }

.protudo__slogan{
    margin-bottom: 200px;
    text-align: center;
}
.protudo__slogan p{
    color: #FFF;
}

.produto__item{
    box-sizing: border-box;
    padding: 0px 15px;
}

.produto__container{
    position: relative;
    background: #3F1C16;
    padding: 100px 20px 40px 20px;
}

.produto__imagem{
    position: absolute;
    top: -120px;
    margin: auto;
    width: 90%;
    left: 0;
    right: 0;
}

.produto__item h3{
    color: #FFF;
    text-align: center;
}

.produto__item p{
    color: #E8A948;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.btn-pedido{
    background-color: #E8A948;
    color: #FFF;
    height: 40px;
    width: 70%;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
}

.parceiros{
    background-color: #E8A948;
    box-sizing: border-box;
    padding: 60px 0;
}

.owl-carousel{
    position: relative;
}

.owl-nav{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    height: 42px;
}

.owl-dots
{
    display: none;
}

.owl-prev{
    float: left !important;
    margin-left: -50px;
}

.owl-next{
    float: right !important;
    margin-right: -50px;
}

.contato{padding: 60px 0;}

.contato__item{
    box-sizing: border-box;
    padding: 0 30px;
}

.content-input{
    margin-bottom: 20px;
}

.box-input{
    border: 1px solid #3F1C16;
    border-radius: 10px;
}

.box-input .inner-input{
    padding: 10px 10px;
}

.msg{
    display: inline-block;
    height: 15px;
}

.content-msg{
    margin-bottom: 0;
}

.box-button{
    text-align: center;
    margin-top: 25px;
}

.box-button button{
    width: 253px;
    height: 44px;
    font-size: 17px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #E8A948;
    transition: .3s;
    border-radius: 15px;
    color: #3F1C16;
    cursor: pointer;
}

.box-button button:hover{
    background: #3F1C16;
    color: #E8A948;
}

.contato__box{
    margin: 15px 0;
}

.contato__icon{
    display: flex;
    align-items: center;
}

.contato__box span{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #3F1C16;
    margin-left: 10px;
}

.contato__box a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3F1C16;
    margin-top: 5px;
}

.contato__box a span{
    font-size: 12px;
    width: 146px;
    height: 22px;
    background: #01A33A;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
}

#map{
    height: 500px;
    width: 100%;
}

.site-map__item{
    box-sizing: border-box;
    border-right: 1px solid #E8A948;
    height: 200px;
    padding: 20px;

}

.site-map__item:nth-last-child(1){
    border: none;
}

.site-map{
    background: #3F1C16;
    padding: 40px;
}

.site-map__item.item_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-map__item img{
    width: auto;
}

.site-map h4{
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 22px;
    margin-bottom: 20px;
}

.site-map p{
    color: #FFF;
}

footer{
    background: #26110D;
    text-align: center;
    padding: 20px;
}

footer p{
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
}
