﻿@import url('https://fonts.googleapis.com/css2?family=Signika:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Young+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');

@font-face {
    font-family: "BasicSans";
    src: url('/css/BasicSans-BlackIt.ttf') format('truetype');
}

@font-face {
    font-family: "HeyAugust";
    src: url('/css/Hey August.otf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    border: 0;
    margin: 0;
    font-family: 'Signika', sans-serif;
    color: #666;
    background-color: #FAF1E6;
}

img {
    border: 0;
    vertical-align: middle;
}

.divloadpage {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 19, 17, 0.8);
    background-image: url('../images/loadpage.svg');
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 999999;
}

.opacityefect {
    opacity: 0.8;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .opacityefect:hover {
        opacity: 1;
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.brilhoefect {
    -webkit-filter: brightness(1);
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .brilhoefect:hover {
        -webkit-filter: brightness(1.2);
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.scaleefect {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .scaleefect:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.divtoptj {
    background-color: #CE372D;
    color: #FFF;
    text-align: center;
    font-family: 'Signika';
    padding: 10px;
}

.divtop {
    text-align: center;
}

    .divtop img {
        max-width: 250px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.divmenu {
    color:#221311;
    width:100%;
    overflow-x:hidden;
}

    .divmenu nav {
        padding: 10px 0;
    }

    
        .divmenu nav ul {
            list-style: none; 
            display: flex; 
            justify-content: center; 
            margin: 0;
            padding: 0;
            gap: 40px; 
        }

       
            .divmenu nav ul li a {
                color: #221311;
                text-decoration: none;
                font-weight: bold;
                font-size: 16px;
                transition: color 0.3s;
            }

            
                .divmenu nav ul li a:hover {
                    color: #E23828;
                }

.divBanner {
    width: 100%;
    height: 500px;
    
    display:table;

}


.bannerConted {
    width: 100%;
    height: 550px;
    background-color: #FCC373;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.divBanner_btPrev {
    width: 28px;
    height: 43px;
    background-size: cover;
    background-image: url('/images/setaPrev.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 3;
    top: 50%;
    margin-left: 5%;
    opacity: 0.5;
}

.divBanner_btNext {
    width: 28px;
    height: 43px;
    background-size: cover;
    background-image: url('/images/setaNext.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 3;
    top: 50%;
    margin-right: 5%;
    opacity: 0.5;
}



.menumob {
    visibility:hidden;
}

.divmenumob {
    background-color: rgba(34, 19, 17, 0.95);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -100%;
    text-align: center;
    opacity: 0;
}

    .divmenumob ul {
        list-style: none; 
        margin: 0;
        padding: 0;
        gap: 40px; 
    }

        .divmenumob ul a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
            font-size: 22px;
            transition: color 0.3s;
        }

            .divmenumob ul a:hover {
                color: #E23828;
            }

    .divmenumob li {
        padding-bottom:10px;
    }

.divmenumob-redes {
    color:#FFF;
    width:70%;
    margin:0 auto;
}

.divmenumob-btwhats {
    background-color:#E23828;
    color:#FFF;
    padding:15px 0;
    width:75%;
    border-radius:20px;
    margin:0 auto;
    font-size:18px;
    max-width:350px;
}

    .divmenumob-btwhats span {
        color:#FCC373;
    }

.bemvindo {
    background-color:#221311;
    padding: 20px 0;
    display:table;
    width:100%;
    color:#FFF;
}

.bemvindoG {
    width:90%;
    max-width:1100px;
    margin:0 auto;
    display:table;
}

.bemvindo_text {
    
}

.bemvindo_text_titulo {
    
}

.bemvind_text_bt {
    background-color:#E23828;
    color:#FFF;
    font-family:'Young Serif';
    font-size:18px;
    border-radius:15px;
    padding:10px;

    width:150px;
    text-align:center;


}



.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
            
}

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.text {
    flex: 1;
    min-width: 280px;
}

.text h1 {
    font-size:42px;
    font-weight:bold;
    color:#FCC373;
    font-family:'Young Serif';
    line-height:normal;

    margin-bottom: 20px;
}

.text p {
    
    font-family:'Raleway';
    font-size:14px;
    

    line-height: 1.6;
    
    margin-bottom: 20px;
}

.text .btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #d33b23;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;

    font-family:'Young Serif';
    font-size:18px;
}

.text .btn:hover {
    background-color: #b3311c;
}

.image {
    flex: 1;
    min-width: 280px;
}

.image img {
    width: 100%;
    border-radius: 15px;
}

.cardapio {
    width:100%;
    height:560px;
    background-color:#FCC373;
    position: relative;
      width: 100%;
      
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center center;
      background-attachment:fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
}
    .cardapio::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background: linear-gradient(to top, rgba(31,13,3,0.95), transparent);
    }

.cardapio-content {
    position: relative; /* mantém acima do overlay */
    color: white;
    z-index: 1;
    max-width: 500px;
    padding: 20px;
}

    .cardapio-content h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        font-family:'Young Serif';
    }

    .cardapio-content .btn {
      display: inline-block;
      padding: 12px 25px;
      background: #009246; /* verde estilo cardápio */
      color: white;
      font-weight: bold;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .btn:hover {
      background: #006c32;
    }


.cardapio .btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #03A252;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;

    font-family:'Young Serif';
    font-size:18px;
}

    .cardapio .btn:hover {
        background: #006c32;
    }

/* ================== RESERVAS ================== */
.reservas {
  background: #E23828; /* vermelho */
  text-align: center;
  padding: 40px 20px;
  color: #FCC373;

  font-family:'Young Serif';
}

.reservas-content h2 {
  font-size: 2.2rem;
  margin: 10px 0;
}

.btn-reserva {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 25px;
  border: 2px solid #FCC373;
  border-radius: 5px;
  color: #FCC373;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;

  font-family:'Young Serif';
}

.btn-reserva:hover {
  background: #fff;
  color: #d33b23;
}



/* ================== NOTÍCIAS ================== */

.noticias-container {
  max-width: 1000px;   /* limite do conteúdo */
  margin: 0 auto;      /* centraliza */
  padding: 0 15px;     /* respiro lateral */
}

.noticias {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

  margin-top:30px;
  margin-bottom:30px;
}

.noticia {
  position: relative;
  height: 390px;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.noticia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.noticia:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.3s ease;
}
    .overlay h3 {
        color:#FCC373;
        font-family:'Young Serif';
        font-size:24px;
        margin-bottom:0px;
    }

    .overlay p {
        margin-top:10px;
        font-family:'Raleway';
    }

.noticia:hover .overlay {
  opacity: 1;
}

/* ================== RODAPÉ ================== */

.footer {
  background: #0d3a23; /* verde escuro do fundo */
  color: #fff;
  font-family: 'Raleway';
  
}

.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px 20px;
  text-align: left;
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 15px;
}



.footer-socials a img {
  width: 28px;
  margin-right: 10px;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

    .footer-menu a:hover {
        color:#FCC373;
    }

.footer-app {
  margin: 15px 0 10px;
}

.footer-stores img {
  width: 85px;
  margin-right: 10px;
}

.footer-bottom {
  background: #c62828; /* vermelho inferior */
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-stores img {
    display: block;
    margin: 10px auto;
  }
}





/* ================== RESPONSIVO ================== */
@media (max-width: 768px) {
    /* Reservas */
    .reservas {
        padding: 30px 15px;
    }

    .reservas-content h2 {
        font-size: 1.4rem;
    }

    .btn-reserva {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .noticias {
    grid-template-columns: repeat(2, 1fr);
  }
}
 

@media (max-width: 480px) {
 

  .reservas-content h2 {
    font-size: 1.2rem;
  }
}










@media only screen and (max-width:769px) {
    /*PC*/

    .cardapio {
        height: 300px;
      }
      .cardapio-content h2 {
        font-size: 1.5rem;
      }

    .section {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }

            .image {
                margin-bottom: 20px;
            }

    .divmenu {
        visibility:hidden;
        position:absolute;
    }

    .menumob {
        width: 35px;
        height: 35px;
        background-image: url('/images/menumob.png');
        background-position: center center;
        background-repeat: no-repeat;
        border: 2px solid #E23828;
        position: absolute;
        border-radius: 10px;
        margin-top: 50px;
        margin-left: 20px;
        visibility:visible;
    }

        .menumob:hover {
            background-color:#FCC373;
        }
}



.fixed-menu {
  position: fixed;
  top: -100px; /* começa escondido acima da tela */
  left: 0;
  width: 100%;
  background: #f9f0e4; /* cor de fundo bege do menu */
  box-shadow: 0 2px 15px rgba(0,0,0,0.4);
  z-index: 999;
  transition: top 0.4s ease;
}

.fixed-menu .menu-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.fixed-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
  align-items: center;
}

.fixed-menu li a {
  text-decoration: none;
  color: #3a1e0e;
  font-weight: bold;
}

.fixed-menu .btn-pedido {
  background: #d32f2f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}
.fixed-menu .btn-pedido:hover {
  background: #b71c1c;
}

/* classe que ativa o menu */
.fixed-menu.show {
  top: 0; /* desce suavemente */
}

.linkbege {
    text-decoration:none;
    color:#FCC373;
}

.divInt {
    width:100%;
    background-color:#FFF;
    
}

.divG {
    width:90%;
    max-width:1000px;
    margin:0 auto;
    font-family:'Raleway';
    
}

.tituloInt {
    font-size:42px;
    color:#221311;
    font-family:'Young Serif';
    
}

.linkv {
    text-decoration:none;
    color:#E23828;
    font-weight:bold;
}

    .linkv:hover {
        color:#b3311c;
    }

.imgemp {
    width:100%;
    background-position:center center;
    background-size:cover;
    height:400px;
}


.divreservaint {
    width:100%;
    background-color:#d33b23;
    
    text-align:center;
    padding:20px 0;

    font-family:'Raleway';
        color:#FFF;
}

.divreservaint_titulo {
    color: #FCC373;
    font-size: 2.2rem;
    font-family:'Young Serif';
    font-weight:bold;
}

.divreservaint_input {
    background-color:#FFF;
    border:0;
    padding:15px;
    border-radius:15px;
    color:#d33b23;
    font-family:'Raleway';
    font-size:18px;
    outline:none;
}

.divreservaint_bt {
    padding:15px 45px;
    color:#FFF;
    background-color:#006c32;
    font-family:'Young Serif';
    font-size:22px;
    text-align:center;
    border:0;
    outline:none;
    border-radius:15px;
    font-weight:bold;
    cursor:pointer;
    transition: all 0.25s ease;
}

    .divreservaint_bt:hover {
        filter: brightness(1.2);
        transition: all 0.25s ease;
    }



.faleconosco_input {
    background-color:#E23828;
    border:0;
    padding:15px;
    border-radius:15px;
    color:#FCC373;
    font-family:'Raleway';
    font-size:18px;
    outline:none;
}

.faleconosco_bt {
    padding:15px 45px;
    color:#FFF;
    background-color:#006c32;
    font-family:'Young Serif';
    font-size:22px;
    text-align:center;
    border:0;
    outline:none;
    border-radius:15px;
    font-weight:bold;
    cursor:pointer;
    transition: all 0.25s ease;
}

    .faleconosco_bt:hover {
        filter: brightness(1.2);
        transition: all 0.25s ease;
    }



.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #FCC373;
    margin-left: 5px;
  }

  .tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #006c32;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* posição acima do ícone */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* triângulo abaixo do tooltip */
  .tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* parte de baixo do tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #006c32 transparent transparent transparent;
  }

  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }

  /* apenas para aparência do input */
  label {
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  .msg-er {
    position:fixed;
    top:-150px;
    left:0;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    background-color:rgba(112, 190, 71, 0.85);
    text-align:center;
    color:#FFF;
    font-family: 'Signika';
    font-size:16px;
    z-index:99; 
}

@keyframes slideDown {
  0% {
    top: -150px; /* Posição inicial fora da tela */
  }
  100% {
    top: 0; /* Posição final no topo da página */
  }
}

@keyframes slideUp {
  0% {
    top: 0; /* Posição inicial no topo da página */
  }
  100% {
    top: -150px; /* Posição final fora da tela */
  }
}



  .mensagem-topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #006c32; /* cor de fundo da faixa */
  color: white; /* cor do texto */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  z-index: 9999;
  animation: slideDown 0.6s ease-out, stay 5s linear, slideUp 0.6s ease-in 5.6s forwards;
}

/* Anima a entrada (de cima para baixo) */
@keyframes slideDown {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0); }
}

/* Mantém a faixa parada */
@keyframes stay {
  from { transform: translateY(0); }
  to { transform: translateY(0); }
}

/* Anima a saída (de volta pra cima) */
@keyframes slideUp {
  from { transform: translateY(0); }
  to { transform: translateY(-100%); }
}