* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Bebas Neue', sans-serif;
    background-color: #F4A300;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.menu-container {
    width: 90%;
    max-width: 600px;
    background-color: #F4A300;
    padding: 20px;
    border-radius: 10px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

header h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.5em;
    line-height: 1;
    position: relative;
    color: #fff;
}

.titulo1 {
    color: #333;
    position: relative;
    z-index: 0;
}

.titulo2 {
    position: relative;
    top: -25px; /* Ajusta a posição vertical para sobrepor a palavra "BEBIDAS" */
    left: 25px; /* Ajusta a posição horizontal para uma leve sobreposição */
    z-index: 1;
}

.medida {
    font-size: 16px;
    color: #777;
    font-weight: normal;
    margin-left: 10px;
}

.logo {
    height: 100px;
}

.logo_nutella {
    width: 60px;
    margin: 0px !important;
}

.logo_ovomaltine {
    width: 60px;
    margin: 0px !important;
}

.logo_galak {
    height: 30px;
    margin: 0px !important;
}

.logo_kitkat {
    height: 40px;
    margin: -5px !important;
}

.menu-item {
    background-color: #FFC64B;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 10px;
}

.menu-foto {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 15px;
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.text-content h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;

}

.text-content p {
    margin: 5px 0 10px 0;
    font-size: 16px;
    color: #555;
    line-height: 1.3;
}

.text-content > .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex: 1;
}

.menu-item h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.menu-item h2 span {
    font-size: 0.4em;
    color: #333;
    margin-left: 8px;
}

.menu-item p {
    font-size: 0.8em;
    color: #333;
    margin: 5px 0 0 0;
}

.destaque-vermelho {
    border: 4px solid #FF0014;
}

.destaque-verde {
    background-color: #99e289 !important;
    border-left: 4px solid #147800;
}

.destaque-lateral {
    background-color: #ffcbcb !important;
    border-left: 4px solid #FF0014;
}

.informativo_preto {
    margin-bottom: 0px;
    background-color:  #333 !important;
    border-radius: 10px 10px 0px 0px;
    padding: 3px 20px 3px 3px;
    color: white !important;
    text-align: center;
}

.informativo_branco {
    margin-bottom: 0px;
    background-color:  #ffffff !important;
    border-radius: 10px 10px 0px 0px;
    padding: 3px 20px 3px 3px;
    color: rgb(0, 0, 0) !important;
    text-align: center;
}

.informativo_vermelho {
    margin-bottom: 0px;
    background-color:  #FF0014 !important;
    border-radius: 10px 10px 0px 0px;
    padding: 3px 20px 3px 3px;
    color: white !important;
    text-align: center;
}

.informativo_verde {
    margin-bottom: 0px;
    background-color:  #147800 !important;
    border-radius: 10px 10px 0px 0px;
    padding: 3px 20px 3px 3px;
    color: white !important;
    text-align: center;
}

.informativo_nutella {
    margin-bottom: 0px;
    background-color:  #FF0014 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    color: white !important;
    text-align: center;
    height: 20px;
}

.informativo_ovomaltine {
    margin-bottom: 0px;
    background-color:  #D07C39 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    color: #23008A !important;
    text-align: center;
    height: 20px;
}

.informativo_galak {
    margin-bottom: 0px;
    background-color:  #EAE791 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    color: #014391 !important;
    text-align: center;
    height: 20px;
}

.informativo_kitkat {
    margin-bottom: 0px;
    background-color:  #D91A20 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    color: #ffffff !important;
    text-align: center;
    height: 20px;
}

.informativo_lancamento {
    margin-bottom: 0px;
    font-size: 1.5em !important;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 10px 10px 0px 0px;
    padding: 3px 20px 3px 3px;
    color:#F4A300 !important;
    text-align: center;
}

.price {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

.price-container {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.RS {
    padding-right: 2px;
    font-size: 1.0em;
    font-weight: bold;
    color: #ffffff;
}

.footer {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.espaco {
    margin-bottom: 15px;
}

.botao-imagem {
    width: 100%;
    margin-bottom: 15px;
}

.botao-imagem button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2px 0;
    background-color: #333; /* Ajuste para a cor desejada */
    color: #F4A300;
    border: none;
    border-radius: 0 0 8px 8px; /* Arredonda apenas os cantos inferiores */
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}

.botao-imagem button:hover {
    background-color: #FFC64B; /* Cor ao passar o mouse */
}

.botao-imagem img {
    width: 20px; /* Ajuste o tamanho do ícone */
    height: 20px;
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
}

.modal {
    display: none; /* Oculto por padrão */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-conteudo {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

.fechar {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.botao-flutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    font-size: 30px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 999;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.botao-flutuante:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

.descricao_detalhada {
    display: none;

}

.modal-custom {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.8);
}

.modal-content-custom {
      background-color: #fff;
      margin: 5% auto;
      padding: 20px;
      width: 90%;
      max-width: 500px;
      border-radius: 12px;
      position: relative;
      text-align: center;
}

.modal-content-custom img {
      width: 100%;
      height: auto;
      border-radius: 8px;
}

.modal-content-custom p {
      margin-top: 15px;
      font-size: 16px;
      color: #333;
}

.modal-close {
      position: absolute;
      top: 10px;
      right: 18px;
      font-size: 24px;
      font-weight: bold;
      color: #aaa;
      cursor: pointer;
}

/* Estilos para categorias expansíveis */
.categoria-card {
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.categoria-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.categoria-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #F4A300, #FFB84D);
    color: white;
}

.categoria-info {
    display: flex;
    align-items: center;
}

.categoria-titulo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.categoria-controles {
    display: flex;
    align-items: center;
    gap: 15px;
}

.categoria-quantidade {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    backdrop-filter: blur(10px);
}

.categoria-seta {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.categoria-produtos {
    padding: 0;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.categoria-produtos .menu-item {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
}

.categoria-produtos .menu-item:last-child {
    border-bottom: none;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    .categoria-header {
        padding: 15px;
    }
    
    .categoria-titulo {
        font-size: 2rem;
    }
    
    .categoria-controles {
        flex-direction: column;
        gap: 10px;
    }
    
    .categoria-quantidade {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}