


/* app.css */
/* 
* {
    box-shadow: inset 0px 0px 1px rgba(255,0,0,1);
} */
body{
     background-color: #ccc;
}
.borda-teste{
     box-shadow: inset 0px 0px 1px rgba(255,0,0,1);
} 

/* starting page */

 /* Estilo do Cabeçalho (Hero) - NOVO */
        .hero-section {
            background: linear-gradient(135deg, #1f1f1f 0%, #3c07bf 100%);
            background-size: cover;
            background-position: center;
            position: relative;
            padding-top: 10rem;
            padding-bottom: 10rem;
            border-radius: 1rem;
            overflow: hidden;
            min-height: 500px;
        }

        /* Camada de sobreposição (overlay) */
        .hero-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        /* Estilo para o título da marca */
        .hero-content h1 {
            font-size: 4em;
            font-weight: 900;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 2px;
            /* Efeito de brilho */
            text-shadow: 
                0 0 5px #3c07bf, 
                0 0 10px #3c07bf, 
                0 0 20px #3c07bf,
                0 0 40px #3c07bf;
        }
        
        /* Estilos existentes */
        .feature-icon {
            font-size: 3rem;
            color: #8A2BE2; 
        }

        .card {
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
        }

        .gallery-img {
            border-radius: 0.5rem;
            transition: transform 0.3s ease-in-out;
        }

        .gallery-img:hover {
            transform: scale(1.05);
        }

 /* texto do .logo */
 .navbar-brand {
    /* Define o container como flex e empilha os itens verticalmente */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o logo e o texto horizontalmente */
    text-decoration: none; /* Remove o sublinhado do link */
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff; /* A cor base do texto deve ser clara para o efeito de brilho */
    margin-top: 5px;
    letter-spacing: 1px;
    
    /* Efeito de brilho */
    text-shadow: 
        0 0 5px #3c07bf,  /* Brilho interno mais intenso */
        0 0 10px #3c07bf, /* Brilho intermédio */
        0 0 20px #3c07bf, /* Brilho externo mais suave */
        0 0 40px #3c07bf; /* Brilho mais difuso para um efeito glow */
}
/* -------------------- navegacao ---------------- */

hr {
  border: none;
  height: 10px;
  background-color: rgb(246, 146, 15);
  /* Define a largura da linha */
  width: 77%;
  /* Centraliza a linha horizontalmente */
  margin: 0 auto;
}
/* 
para a cor do traçado quando clicado para servir */
.text-secondary-strikethrough {
    color: var(--bs-secondary) !important;
    text-decoration: line-through !important;;
}

.text-strikethrough-auto {
    color: var(--bs-secondary) !important;
    text-decoration: line-through !important;;
}



/* Atualizar fundo e estilo */
.navegacao {
    background-color: #000; /* preto */
    color: white;
    position: fixed;    /* Fixa o header */
    top: 0;             /* Coloca o header no topo da página */
    left: 0;            /* Garante que o cabeçalho fique alinhado à esquerda */
    width: 100%;        /* Faz o cabeçalho ocupar 100% da largura da tela */
    z-index: 999;       /* Garante que o cabeçalho fique por cima de outros elementos */
    box-shadow: 0 6px 6px rgba(0, 0, 1, 0.7); /* Sombra para dar destaque */
    margin-bottom: 10px;
}
  

.rodape {
    background-color: #000; /* preto */
    color: white;
      width: 100%;        /* Faz o cabeçalho ocupar 100% da largura da tela */
    z-index: 999;       /* Garante que o cabeçalho fique por cima de outros elementos */
  /*  box-shadow: 0 -6px 6px rgba(0, 0, 1, 0.7); /* Sombra para dar destaque */
  margin-top: 17px;
}

/* Estilo dos links */
.nav-item {
    text-decoration: none;
    color: white;
    margin: 0px 10px;
    font-size: 19px;
}

.nav-item:hover {
    color: #00ffcc;
}

/* Menu responsivo */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    margin-right: 20px;
}

.navbar-menu {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .navbar-menu {
        flex-direction: column;
        display: none;
        background-color: #000;
        width: 100%;
        padding: 10px 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}
.logo{
    text-decoration: none;
    /* margin-left:10px;  */
    /* max-width: 340px;E
     min-width:200px; */
     filter: brightness(1.7);
}
/* ----------------------------- botoes menu ---------------------------------- */
.btn-nav {
  background: linear-gradient(0deg, rgb(233, 102, 8) 0%, rgba(236, 164, 8) 100%);
  border: none;
  margin: 7px;
  padding:10px;
  align-items: center;
  margin-top:5%;
  }

.btn-nav a{
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  padding:10px;
}

/* .btn-nav:before {
  height: 0%;
  width: 2px;
} */
.btn-nav:hover {
  box-shadow:  4px 4px 6px 0 rgba(213, 189, 9, 0.7),
              -4px -4px 6px 0 rgba(223, 183, 4, 0.7), 
    inset -4px -4px 6px 0 rgba(219, 183, 4, 0.2),
    inset 4px 4px 6px 0 rgba(192, 29, 113, 0.4);
   
}

.btn-nav a:hover {
    color: #00f;
      text-shadow:   4px 4px 6px 0 rgba(220, 219, 207, 0.5),;
}
/* ---------------------------------------------------------------------- */


.espaco-fundo{
    margin-bottom: 80px;
 background-color: #eee;
}

.box-produto{
    border:1px solid rgb(150,150,150);
    border-radius: 10px;
}

.btn-100{ min-width: 100px !important; }
.btn-125{ min-width: 125px !important; }
.btn-150{ min-width: 150px !important; }
.btn-175{ min-width: 175px !important; }

/* cores */
.text-a1a1a1{
    color: #a1a1a1;
}

/* status clicável */
.status-clicavel{
    cursor: pointer;
}

.disabled-link {
    pointer-events: none; /* impede o clique do usuário */
    color: gray; /* aplica uma cor cinza ao link */
    text-decoration: none; /* remove a sublinhado do link */
    cursor: default; /* altera o cursor para o padrão */
  }

  .sem-decoration {
    text-decoration: none; /* remove a sublinhado do link */
  }

  /* para esconder menu do user quando a sessão mesa está ativa */
  .esconder {
    display: none;
}


/*----------------------------------------------------------------------- */
/* planta com mesas (historico_pedidos_hoje) */

.container-planta {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #120606;
    font-family: Arial, sans-serif;
}

.planta-wrapper {
    position: relative;
    width: 90vw; /* Responsivo */
    max-width: 1000px;
}

#coffeeBreakImage {
    width: 100%; /* Responsivo */
    height: auto;
    display: block;
}

.mesa {
    position: absolute;
    width: 5%;  /* proporcional à largura da imagem */
    aspect-ratio: 1;
    font-size: 2vw; /* proporcional e responsivo */
    text-align: center;
    color: red;
    font-weight: bolder;
    cursor: pointer;
}

/* Posicionamento relativo à planta-wrapper */
#mesa1  { top: 8%;   left: 16%; }
#mesa2  { top: 20%;  left: 11%; }
#mesa3  { top: 46%;  left: 9%;  }
#mesa4  { top: 64%;  left: 7%;  }
#mesa5  { top: 83%;  left: 5%;  }
#mesa6  { top: 48%;  left: 28%; }
#mesa7  { top: 65%;  left: 26%; }
#mesa8  { top: 81%;  left: 25%; }
#mesa9  { top: 66%;  left: 38%; }
#mesa10 { top: 82%;  left: 38%; }
#mesa11 { top: 82%;  left: 89%; }

/* Posicionamento das mesas (AJUSTE ESSES VALORES!) */
#mesa1 {
    top:8%; /* Exemplo: 10% do topo do container */
    left: 14%;  /* Exemplo: 5% da esquerda do container */
}

#mesa2 {
    top: 20%;
    left: 13%;
}

#mesa3 {
    top: 46%;
    left:11%;
}

#mesa4 {
    top: 64%;
    left: 9%;
}

#mesa5 {
    top: 83%;
    left: 7%;
}

#mesa6 {
    top: 48%;
    left: 30%;
}

#mesa7 {
    top: 65%;
    left: 28%;
}

#mesa8 {
    top: 81%;
    left: 27%;
}

#mesa9 {
    top: 66%;
    left: 40%;
}

#mesa10 {
    top: 82%;
    left: 40%;
}

#mesa11 {
    top: 82%;
    left: 91%;
}



/* .mesa:hover {
   background-color: rgba(179, 32, 32, 0.3);
} */
/* Adicione mais regras de estilo para #mesa4, #mesa5, etc., com seus próprios top e left */

#infoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
}

.hidden {
    display: none;
}
/*----------------------------------------------------------------------- */
.imagem-produto {
    /* Ocupa o espaço disponível, permitindo que a imagem se ajuste dentro */
    width: 100%;
    /* Remove padding-top para permitir que a altura seja flexível */
    position: relative;
    display: flex; /* Adiciona flexbox para o layout interno */
    align-items: center;
    justify-content: center;
    flex-grow: 1; /* Permite que o contêiner da imagem cresça e ocupe o espaço */
}

.imagem-produto img {
    /* Mantém a imagem no centro e garante que não seja cortada */
    width: 100%;
    max-height: 100%;
    object-fit: contain; /* ESSA LINHA CONTINUA IMPORTANTE */
}
/* -----------------------------   página inicial -------------------------------- */


.gallery-item img {
    width: 100%;       /* ocupa toda a largura da coluna */
    height: 250px;     /* altura fixa para todas */
    object-fit: cover; /* mantém a proporção, cortando se necessário */
    border-radius: 5px; /* opcional, para cantos arredondados */
}


/* Lightbox de fundo */
.lightbox {
    display: none; /* inicialmente escondido */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Imagem ampliada */
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
}

/* Cursor clicável nas imagens */
.clickable {
    cursor: pointer;
}


:root {
            --primary-color: #4CAF50; /* Verde vibrante */
            --secondary-color: #eca408; /* Amarelo ensolarado */
            --text-color: #333;
            --background-light: #e96608;
            --background-dark: #eee;
            --shadow-light: rgba(0, 0, 0, 0.1);
        }

        .body-miolo {
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: var(--background-light);
            color: var(--text-color);
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            justify-content: center; /* Centraliza o conteúdo verticalmente */
            align-items: center; /* Centraliza o conteúdo horizontalmente */
            text-align: center;
        }

        .container-miolo {
            max-width: 900px;
            margin: 40px auto;
            padding: 20px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 8px 20px var(--shadow-light);
            animation: fadeIn 1s ease-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .h1-miolo {
            color: var(--primary-color);
            font-size: 2.8em;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .slogan {
            font-size: 1.5em;
            color: var(--secondary-color);
            margin-bottom: 30px;
            font-weight: 600;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .feature-item {
            background-color: var(--background-dark);
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 12px var(--shadow-light);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: left; /* Alinhar texto das features à esquerda */
        }

        .feature-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .feature-item h3 {
            color: var(--primary-color);
            font-size: 1.6em;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .feature-item h3::before {
            content: '✨'; /* Ícone simples */
            margin-right: 10px;
            font-size: 1.2em;
        }

        .cta-button {
            display: inline-block;
            background-color: var(--primary-color);
            color: #fff;
            padding: 15px 30px;
            margin-top: 40px;
            border-radius: 8px;
            text-decoration: none;
            font-size: 1.2em;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .cta-button:hover {
            background-color: #43A047; /* Tom um pouco mais escuro ao hover */
            transform: translateY(-3px);
        }

        /* Animação para os itens de feature */
        .feature-item.animated {
            opacity: 0;
            transform: translateY(20px);
            animation: slideInUp 0.6s forwards ease-out;
        }

        @keyframes slideInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Responsividade */
        @media (max-width: 768px) {
            h1 {
                font-size: 2em;
            }
            .slogan {
                font-size: 1.2em;
            }
            .features-grid {
                grid-template-columns: 1fr;
            }
            .container {
                margin: 20px;
                padding: 15px;
            }
        }