@charset "UTF-8";
/* Mobile First */

/* Reset básico */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap');

:root{
    --title-font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --body-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

    --title-size: 1rem;      /* ajuste no seu design */
    --desc-size: 0.95rem;
    --price-size: 1.05rem;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Source+Sans+3:wght@400;600;700&display=swap');
:root{
    --title-font: "Playfair Display", serif;
    --body-font: "Source Sans 3", system-ui, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik:wght@400;500;700&family=Roboto+Mono:wght@500;700&display=swap');
:root{
    --title-font: "Bebas Neue", sans-serif;
    --body-font: "Rubik", system-ui, sans-serif;
}
.menu-price{ font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, monospace; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Nunito:wght@400;600&display=swap');
:root{
    --title-font: "Montserrat", system-ui, sans-serif;
    --body-font: "Nunito", system-ui, sans-serif;
}



/* Corpo do site */
body {
    width: 100vw;
    font-size: 10px;
    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1; /* importante definir inicialmente */
    transition: opacity 0.5s ease; /* fade suave */
    background-color: black;
}


.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #6a1b9a; /* roxo do açaí, por exemplo */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}


.preloader-img {
    width: 100px; /* ajuste o tamanho que quiser */
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.preloader-img {
    animation: spin 1s linear infinite;
}




/* Main container */
main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    margin: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;

    
}

#principal {
    /*background-image: url(imagens/geral/backtransparent2.jpg);*/
    /*background-size: contain ;*/
    background: linear-gradient(272deg, #F9BE00, #AE0B06);
    
    /* background-color: #E8931F;*/
    
}




/* Cabeçalho */

#topomenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* evita vazamento da imagem */
}



.bannermenu {
    background-image: url(imagens/bannerReiBurguerATT.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100vw;
    position: relative;
    z-index: 1;
}

.controleCabecalho {
    width: 100%;
    border-top-left-radius: 20px;  /* canto superior esquerdo */
    border-top-right-radius: 20px; /* canto superior direito */
    border-bottom-left-radius: 0;  /* canto inferior esquerdo */
    border-bottom-right-radius: 0; /* canto inferior direito */ 
    background: linear-gradient(272deg, #F9BE00, #AE0B06);
    /*background-color: #091921;*/
    position: relative;
    margin-top: -30px;
    z-index: 2;
}

.logomenu {
    width: 70px;
    height: 70px;
    border: 5px solid white;
    border-radius: 50px;
    margin-top: 5px;
    position: absolute;
    /*left: 42%;*/
}

.divlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}



#open-close {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-top: 40px;
}

.msgfuncionamento {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    color: black;
    font-size: 0.8rem;
    text-decoration: underline;
    cursor: pointer;

}




.msghorariofuncionamento {
    background: linear-gradient(268deg, #091921, #999A9E);
    color: white;
    border-radius: 5px;
    padding: 5px 5px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 0.7rem;
    cursor: pointer;

}

.divFuncionamento {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background-color: white;
    border-radius: 5px;
    padding: 7px 10px;
}
    


.msgverhorarios {
    color: white;
    background-color: green;
    border-radius: 2px;
    padding: 5px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 0.7rem;
    cursor: pointer;
}

.novoP {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: bolder;
    font-size: 0.7rem;
    line-height: 1;
    color: black;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 2px;
    background-color: orange;
    padding: 10px;
    border-radius: 5px;
}



.btn-fechado-horarios {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2;
    color: white;
    padding: 5px 5px;
    margin: 8px;
    border-radius: 3px;
    cursor: pointer;
    text-shadow: 2px 2px 2px #091921;
    letter-spacing: 2px;

}


/* =================================== */

/* MENU TOPO */

    #menu-opcoes {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: start;
        padding: 8px;
        overflow-x: scroll;
        white-space: nowrap;
        gap: 10px;

    }

    .botoesCategorias {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-style: normal;
        background: linear-gradient(268deg, #F9BE00, white);
        color: black;   
        border-radius: 5px;
        padding: 7px;
        border: none;
        cursor: pointer;
    }



#titulo-passaporte, #titulo-sanduiches, #titulo-especiais, #titulo-bebidas, #titulo-porcoes, #titulo-tradicionais, #titulo-smash {
    display: inline-block;
    background: linear-gradient(268deg, #F9BE00, white);
    color: black;
    font-size: 0.7rem;
    border-radius: 5px; /* Borda arredondada para CADA item */
    padding: 5px 10px; /* Preenchimento interno para CADA item (texto ao redor) */
    margin-top: 20px;
    margin-left: 5%;
    /*margin-left: 15px;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    
}



/* =========================== */

/* TITULO PRINCIPAL */

/* Parágrafo do menu */
.divpmenu {
    display: block;
    list-style: none;
    margin-bottom: 20px;
    
}

.pmenu {

    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: bolder;
    font-size: 0.8rem;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 0.8rem;
    margin-top: -10px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #091921;
    
}

.pmenu2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: bolder;
    font-size: 0.8rem;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 0.8rem;
    margin-top: -10px;
    line-height: 1.5;
    letter-spacing: 1px;
}



/* CONTEUDO PRINCIPAL - DESTAQUE, CARDS, IMG, DESCRIÇÕES, PREÇO */

#destaques {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    font-weight: 700;
    font-style: normal;
    color: black;
    padding: 10px;
    overflow-x: scroll;
    
}

.h4destaquePrincipal {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px;
    color: white;
    background: linear-gradient(272deg, #F9BE00, #AE0B06);
    font-size: 0.8rem;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    margin: 10px auto;
    margin-bottom: -10px;
    
}

/*091921 | 999A9E */

.divimage-destaque {
    display: flex;
    height: 140px;
    padding: 5px;
    
    
}

.fotodestaques {
    height: 100%;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.h4destaque {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: bolder;
    color: black;
    
}

.descricao-destaque {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.1rem;
    
}

.ingredientes-destaque {
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: 1px;
}

.span-destaque {
    margin: 15%;
    font-size: 0.9rem;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.divPrecosDest {
    padding: 5px;
    
}

.span-riscado-destaque {
    text-decoration: line-through;
    color: gray;
    font-size: 0.8rem;
    font-weight: bolder;
    color: rgb(85, 83, 83);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: line-through;
}

.botaodestaque {
    font-size: 0.6rem;
    margin-top: auto;
}

.destaqueAdicionar {
    left: 20%;
    margin-top: 5%;
    margin-bottom: 0%;
}

.card-destaque {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 5px;
    box-shadow: 1px 1px 8px 1px gray;
    border-radius: 10px;
    background-color: white;
    flex-basis: 185px;
    flex-shrink: 0;
    flex-grow: 0;
    
}




.conteudo-destaque {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    flex-grow: 1;
    padding: 10px;
    
}


.item-pai {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid gray;
    padding: 10px 0;
    width: 90vw;
    margin: auto;
    /*border: 1px solid gray;*/
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px gray;
}


.card-pai {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 7px;
    width: 100%;
}

.card-bebida {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 7px;
    width: 100%;
}




.card-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    width: 100%;

}



.card-pai li {
    list-style-type: none;
    padding: 2px;
    font-size: 0.8rem;
}

/* CONTROLE DE IMAGENS, SANDUICHES, BEBIDAS, AÇAI... */


.fotosanduba {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 20px;
}


.card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    flex: 0 0 160px;
    overflow: hidden;
    border-radius: 20px;
}

.fotobebidas {
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
    object-fit: contain;
    
}

.card-image-bebidas {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
    overflow: hidden;
    border-radius: 10px;
}



.card-image-suco {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}


.card-image-suco.esgotado::after {
    content: "ESGOTADO";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* camada escura */
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem; /* ajustei pq seu quadrado é 100x100px */
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 10px;
}


.card-image-combo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 100%;
    overflow: hidden;
}

.fotosanduba-especial {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}




/* BOTÕES DO PRODUTO, DIV PRINCIPAL, CONTROLE DOS BOTÕES */
#botoes-produto {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}



.msgAdicionado {
    position: absolute;
    bottom: 110%;
    left: 20%;
    transform: translateX(-50%); /* Ajusta para centralizar de fato */
    opacity: 0; /* Começa invisível */
    transition: opacity 0.5s ease-in-out; /* Adiciona uma transição suave */
    pointer-events: none; /* Garante que a mensagem não interfere com cliques */
    z-index: 1000; /* Garante que a mensagem fique acima de outros elementos */
    font-family: "Quicksand", sans-serif;
    font-size: 0.7rem;
    color: black; /* Escolha uma cor para a mensagem */
    /* Outros estilos, como background, padding, etc. */
}

.div-close-button-carrinho {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    margin: 5px;
    z-index: 1002;
}

.close-button-carrinho {
    font-size: 1.7rem;
    font-family: "Rubik", sans-serif;
    color: grey;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f0f0f0;
}



/* CONTROLE DE TEXTOS, SUBTITULOS, PREÇOS E DESCRIÇÕES */
.titulo-produtos {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 1rem;
    padding-bottom: 5px;
    
    color: black;
    /*margin-left: -65px*/

}


.descricao-produtos {
    font-size: 0.8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 3px;
    color: black;
    margin-right: 3px;
    letter-spacing: 1px;
}

.txtPalavraDestaque {
    font-size: 1rem;
    color: rgba(255, 0, 0, 0.664); /* amarelo dourado */
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.descricao-ingredientes {
    color: black;
    line-height: 1.3rem;
    letter-spacing: 1px;
    font-size: 0.7rem;
    padding: 2px;
    
}

.preco-normal {
    font-size: 0.9rem;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.preco-riscado {
    font-size: 0.8rem;
    font-weight: bolder;
    color: rgb(85, 83, 83);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: line-through;
}

.spanmenu {
    color: white;
    font-weight: 700;
    
    font-size: 0.7rem;
}

/* Cor de texto padrão para h4, p, span */


/* Links */
a {
    text-decoration: none;
    color: white;
}



/* CONTROLE DO MENU INFERIOR */

footer {
    position: fixed; /* Isso tira o elemento do fluxo normal e o posiciona em relação à viewport */
    bottom: 0; /* Garante que ele fique fixo na parte inferior da tela */
    width: 100%;  /* Faz com que ele ocupe toda a largura da tela */
    background: linear-gradient(272deg, #F9BE00, #AE0B06);
    padding: 10px 0; /* Ajuste o padding conforme necessário para dar espaço interno */
    z-index: 1000; /* Garante que o footer fique acima de outros elementos na página */


}

/* MENU INFERIOR */

.navbarinferior {
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;

}

.navbarinferior li a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    gap: 5px;
    font-size: 1.3rem;
    color: white;
    /*transition: transform 0.8s ease-out;*/
}

/* CONTROLAR CONTADOR DO CARRINHO */

.carrinho-item {
    position: relative; /* Define este elemento como referência para posicionamento absoluto dos filhos */
}

.contcarrinho {
    position: absolute; /*Permite posicionar o contador em relação ao .carrinho-item   */
    top: -5px; /* Move o contador um pouco para cima do ícone */
    right: 5px;  /* Move o contador para a direita, colando no canto do ícone */
    background-color: red;  /* Cor de fundo da bolinha do contador */
    color: white; /* Cor do texto (número) do contador */
    font-size: 0.7rem; /* Tamanho da fonte dentro da bolinha */
    width: 16px; /* Largura da bolinha */
    height: 16px; /* Altura da bolinha */
    display: flex; /* Usa Flexbox para centralizar o conteúdo */
    justify-content: center; /* Centraliza horizontalmente o número */
    align-items: center; /* Centraliza verticalmente o número */
    border-radius: 50%; /* Transforma o quadrado em um círculo (bolinha) */
    font-weight: bold;  /* Deixa o número em negrito */
    z-index: 10;  /* Garante que a bolinha fique na frente de outros elementos se houver sobreposição */
}

#mensagem-carrinho-vazio {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #303030;
    color: white;
    padding: 8px 15px; /* Reduzi um pouco o padding para diminuir o tamanho geral */
    margin-top: -25px;
    z-index: 1000;
    font-weight: bold;
    text-align: center;
    width: auto; /* Permite que a largura se ajuste ao conteúdo, até o max-width */
    height: auto; /* Garante que a altura se ajuste, quebrando linhas se necessário */
    white-space: nowrap; /* Permite que o texto quebre linhas */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-size: 0.6em; /* Opcional: Reduz o tamanho da fonte um pouco para economizar espaço */
}





/* =================================== */

/* MODAL E CONTROLE DO MODAL */



.modal {
    display: none; /* Esconde o modal por padrão */
    position: fixed; /* Fixa o modal na tela */
    z-index: 1000; /* Garante que o modal fique acima de outros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Largura total da tela */
    height: 100%; /* Altura total da tela */
    overflow: auto; /* Permite rolagem se necessário */
    background-color: #EC6418;
}

#ModalQRCode {
    display: none;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.5);
}

#card-imagem-qrcode {
    display: flex;
    position: relative;
    width: 95%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    background-color: aliceblue;
    padding: 20px;
}

.fotoQRCODE {
    width: 100%;
    max-width: 600px;
    margin: auto;
    
    
}

.txtQRCODE {
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-family: "Quicksand", sans-serif;;
}

.close-button-qrcode {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
    border: none;
    background-color: none;
    margin-top: 5px;
}

.modal-content {
    background-color: white;
    color: black;
    margin: 15% auto; /* Centraliza o modal na tela */
    padding: 20px;
    width: 80%; /* Largura do modal */
    max-width: 500px; /* Largura máxima do modal */
    border: 1px solid #888;
    border-radius: 10px; /* Bordas arredondadas */
    position: relative; /* Para posicionar o botão de fechar */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-content li {
    list-style-type: square;
}



/* BOTÃO USADO PARA ABRIR O MODAL */

.botaomodal {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    color: #EC6418;
    text-decoration: underline;
}

.descricao-produtos-modal {
    padding-bottom: 3px;
    font-size: 0.8rem;
    line-height: 1.4;
    color: black;
    margin: auto;
    text-align: center;
    position: relative;
}

#botoes-produto-modal {
    display: flex;
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fotolanchemodal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 10px;
}

.close-button-vermais {
    text-align: right;
    font-size: 2rem;
}


/* MODAL TAXA DE ENTREGA */

#modalTaxaEntrega {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 60%;
    margin-top: 100px;
    display: none;
    overflow-y: auto;
}

.conteudoModalTaxa {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border: 1px solid #888;
    border-radius: 10px;
    position: relative;
    
}

.close-button-taxas {
    font-size: 1.7rem;
    font-family: "Rubik", sans-serif;
    color: grey;
    border-radius: 50px;
    border: none;
    position: absolute;
    left: 90%;
    top: 2%;
    
}

.btnEntrega {
    background-color: rgb(137, 164, 97);
    color: white;
    position: absolute;
    font-size: 0.6rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    margin: 2%;
    padding: 3px 5px;
    left: 35%;
    top: 85%;
}


/* MODAL HORÁRIOS */
#modalhorarios {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 60%;
    margin-top: 100px;
    display: none;

}

.contmodalhorarios {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border: 1px solid #888;
    border-radius: 10px;
    position: relative;
    
    

}

    .h3modal {
        text-align: center;
        padding: 5px;
        color: black;
    
    }
    .pmodalhorario {
        padding: 5px;
        font-size: 0.8rem;
        
        
    }

    .modal-sub-titulos {
        text-align: center;
        display: block;
        padding: 10px;
        font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;

        
    }
    .modal-dia {
        display: flex;
        justify-content: space-between;
        padding-top: 4px;
        align-items: center;
        font-size: 0.8rem;
        font-weight: bold;
    
    }

    .formapagamento-modal {
        padding: 2px;
        font-size: 0.8rem;
    }

    .btn-fechado-horarios {
        cursor: pointer;
        margin-right: 3px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-weight: bolder;
    }

    .botao-horarios-P2 {
        cursor: pointer;
        text-decoration: underline;
    }

    .close-button-horarios {
        font-size: 2rem;
        position: absolute;
        top: 0%;
        right: 3%;
    }
/*=================================================== */

/*  MODAL DO CARRINHO: */
.modal-content-carrinho {
    background: linear-gradient(272deg, #999A9E, #091921);
    margin: auto; /* Centraliza o modal na tela */
    padding: 10px;
    padding-bottom: 120px;
    max-width: 600px; /* Largura máxima do modal */
    position: relative; /* Para posicionar o botão de fechar */
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    width: 100vw;
    overflow-y: auto; /* Permite a rolagem vertical */
    padding-bottom: 120px;

}



#ModalCarrinho {
    background: linear-gradient(272deg, #999A9E, #091921);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.divh3Carrinho {
    display: flex;
}

.h3Carrinho {
    margin: auto;
    margin-bottom: 15px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}



.item-do-carrinho {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid gray;
    box-shadow: 1px 1px 8px 1px gray;
    padding: 10px;
    margin: 10px auto;
    background-Color: white;
    border-radius: 10px;
    flex-wrap: wrap;
    width: 100%;
    
    
}

.divImagem {
    justify-content: center;
    align-items: center;
    margin: auto;

    
    
}

.divInfoProdutos {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    

}

.divProdutoDescricao {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    
}





.imagemProduto {
    width: 120px;
    height: 100px;
    border-radius: 10px;
    margin-top: 10px;
}

.imagemProdutoBebida {
    width: 50px;
    height: 100px;
}

.imagemPorcaoCarrinho {
    width: 100px;   /* ou o tamanho que quiser */
    height: 100px;  /* altura fixa para não deformar */
    object-fit: cover;  /* mantém proporção da imagem */
    border-radius: 10px;
}


.divBebidasItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.divBebidaInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Exemplo de estilo para a imagem da bebida no carrinho */
.imagemBebidaCarrinho {

    height: 100px;
    object-fit: cover;
    margin-right: 10px; /* Espaçamento entre a imagem e o texto */
    border-radius: 5px; /* Bordas arredondadas, se desejar */
}



.controles-quantidade {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;

}

#finalizar-compra {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: black;
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
}

#finalizar-compra:hover {
    background-color: black;
    color: white;
}


.precoCarrinhoTotal {
    font-size: 0.9rem;
    text-align: center;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 15px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

/* Botões do Carrinho */


.precoCarrinho {
    /*text-align: left;*/
    color: black;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.descricaoProduto {
    color: black;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    margin: auto;

}

.ingredientesProdutos {
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding-bottom: 10px;
}


.inputObs {
    width: 100%;
    height: 80px;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
}

.labelObs {
    color: black;
    display: inline-block;
    padding-bottom: 7px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    
}



.divControleBotoes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
    align-self: center;
    width: 40%;
}


.btnDiminuir, .btnAumentar, .btnRemover {
    color: black;
    background-Color: white;
    border: 1px solid white;
    cursor: pointer;
    height: 30px;
    font-weight: bold;
    font-size: 1.5rem;
    width: 30px;
    display: flex; /* Para centralizar o + e - */
    justify-content: center;
    align-items: center;
    /*padding-top: 1px;*/

}





.btnRemover {

    background-color: white;
    color: black;
}

.btnAumentar:hover,
.btnDiminuir:hover {
    transition: background-color 1s ease-in-out;
    
}

.btnAumentar:hover,
.btnDiminuir:hover {
    background-color: #edbb5a; /* Efeito de hover */
    color: black;
    
}

.quantidade-item {
    font-size: 1rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.nomeProduto {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-top: 10px;
    color: black;
    margin: auto;
}

#sugestaoBebidas {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.titulo-bebida-sugestao {
    text-align: center;
    padding: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.grupo-bebida {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    border: 1px solid gray;
    
}

.opcao-bebida {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    padding: 5px;
    border: 1px solid #EC6418;
}

.imgsugestao {
    width: 80px;
    height: 80px;
    
}

.imgsugestao-cocacola250 {
    width: 100px;
    height: 80px;
    margin-left: -6%;
}

.imgsugestao-guarana250 {
    width: 80px;
    height: 80px;
    margin-left: -4%;
}

.imgsugestao-fanta250 {
    width: 90px;
    height: 80px;
    margin-left: -6%;
}

.imgsugestao-soda250 {
    width: 70px;
    height: 80px;
    margin-left: -0%;
}

.imgsugestao-coca1L {
    width: 130px;
    height: 100px;
    margin-left: -12%;
}
.imgsugestao-guarana1L {
    width: 60px;
    height: 100px;
    margin-left: -4%;
}

.imgsugestao-fanta1L {
    width: 130px;
    height: 120px;
    margin-left: -14%;
}

.imgsugestao-aguaGas {
    width: 120px;
    height: 100px;
    margin-left: -12%;
}

.imgsugestao-cocacolamenor {
    width: 120px;
    height: 100px;
    margin-left: -8%;
}

.imgsugestao-guaranamenor {
    width: 120px;
    height: 100px;
    margin-left: -8%;
}

.imgsugestao-h20 {
    width: 120px;
    height: 120px;
    margin-left: -14%;
}

.imgsugestao-fanta2L {
    width: 130px;
    height: 140px;
    margin-left: -7%;
}

.imgsugestao-soda2L {
    width: 80px;
    height: 120px;
    margin-left: -5%;
}

.imgsugestao-aguaMineral {
    width: 40px;
    height: 100px;
    margin-left: -2%;
}

.spansugestao {
    font-family: "Quicksand", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    font-style: normal;
}


.adicionar-bebida {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 0.5rem;
    border: none;
    border-radius: 25px;
    background-color: #EC6418;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.controle-botoes-sugestao {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
}









/* MODAL DADOS - O overlay que cobre a tela toda */
#ModalDados {
    display: none; /* Mantém 'none' para que ele não apareça por padrão */
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Permite rolagem se o formulário for muito longo */
    background: linear-gradient(272deg, #F9BE00, #AE0B06);

    /* Não precisamos de justify-content/align-items aqui se o ConteudoModalDados vai preencher tudo */
}

/* Conteúdo do Modal de Dados - Onde está o formulário */
.ConteudoModalDados {
    
    color: black;
    margin: 0;           /* Sem margens externas, preenche o pai */
    padding: 20px;       /* Padding interno para o conteúdo do formulário */
    width: 100%;         /* Ocupa 100% da largura do #ModalDados */
    height: 100%;        /* Ocupa 100% da altura do #ModalDados */
    max-width: none;     /* Crucial para não limitar a largura em mobile */
    border: none;        /* Remove a borda se quiser um visual limpo */
    border-radius: 0;    /* Remove o arredondamento */
    display: flex;
    flex-direction: column; /* Organiza o conteúdo interno em coluna */
    justify-content: start; /* Alinha o conteúdo ao topo */
    align-items: center;    /* Centraliza itens horizontalmente */
    font-size: 1rem;
    box-sizing: border-box; /* Garante que padding e border não causem overflow */
}



.mensagem-erro {
    color: red;
    margin-top: 2px;
    margin-bottom: 10px;
    text-align: start;
}

.mensagem-erro-rua {
    color: red;
    margin-top: -8px;
    margin-bottom: 10px;
    text-align: start;
    
}

#formularioDados {
    background-color: white;
    display: flex;
    flex-direction: column; /* Para organizar os campos em coluna */
    width: 100%; /* Ocupa 100% da largura do ConteudoModalDados */
    flex-grow: 1; /* Permite que o formulário ocupe a altura restante dentro do ConteudoModalDados */
    padding: 0; /* Remova qualquer padding que possa existir aqui por padrão */
    margin: 0;  /* Remova qualquer margem que possa existir aqui por padrão */
    overflow-y: auto; /* Se o formulário for muito longo, ele rola internamente */
    box-sizing: border-box;
    
}





#nomeUsuario, #cellUsuario, #Bairro, #Rua, #NumeroCasa, #complemento {
    width: 95%; /* Inputs devem preencher a largura de sua div pai */
    height: 50px;
    box-sizing: border-box; /* Essencial para inputs com padding/border */
    padding: 8px; /* Adicione um padding para que o texto não cole nas bordas do input */
    margin-bottom: 10px; /* Espaço entre os inputs */
    font-size: 1.2rem; /* Garante um tamanho de fonte legível */
}

.labelform {
    font-size: 1.4rem;
    color: black;
    padding: 5px;
    font-weight: 800;
}



#divBotoesDados {
    display: flex;
    flex-direction: row; /* Garante que os botões fiquem lado a lado */
    justify-content: center; /* Centraliza os botões */
    padding-top: 15px;
    gap: 15px;
}


#AvancarPedido, #VoltarPedido {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background-color: black;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;

}

#AvancarPedido.clicado {
    background-color: black;
    color: white;
}

#VoltarPedido.clicado {
    background-color: black;
    color: white;
}


/* MODAL FINALIZAR PEDIDO */

#ModalFazerPedido {
    background: linear-gradient(272deg, #999A9E, #091921);
    display: none;
    z-index: 1001;
    /*border: solid 1px;*/
}

.ContModalFazerPedido {
    background: linear-gradient(272deg, #999A9E, #091921);
    color: black;
    margin: auto; 
    padding: 20px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    /*border: 1px solid #888;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
}

#Finalizar-Pedido {
    border-radius: 5px;
    background-color: green;
    color: white;
    cursor: pointer;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 10px 10px;
    width: 100%
}



#voltarPedido {
    background-color: white;
    position: absolute;
    left: 5px;
    top: 0px;
    margin: 5px;
    font-size: 1.2rem;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    color: grey;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    border: none;
}

.seuPedidoNome {
    text-align: center;
    margin-bottom: 15px;
    font-family: "Quicksand", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
}

#Pedido {
    margin-top: 25px;
    height: 100%;
    
}

.h4FormaPagamentotxt {
    margin-top: 5%;
    text-align: center;
}

.divTroco {
    height: 4%;
}

#inputTroco {
    margin-top: -25px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
    padding: 8px;
    
    
}

#itensListadosNoPedido {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 20%; 
}

.divControleItemIndividual {
    border: 1px solid black;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.addIngredientes {
    margin: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.appPedido {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: bolder;
    margin: 15px;
}

.pagamentoPIX, .pagamentoCartao, .pagamentoDinheiro {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    
}

.formas-pagamento {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 5px;
    justify-content: center;
    margin-top: 10px;
}

.ControleTotalEntrega  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 5%;
    width: 100%;
}

.controlePIX {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

#taxaEntrega {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    font-size: 0.8rem;
}

#ValorTotalPedidoFinal {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: -15px;
}

.precoFazerPedido {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: bolder;
    
}

#divBotoesPedido {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
}

.imagemPedidoFinal {
    
    height: 100px;
    border-radius: 10px;
}

/* FORMULÁRIO */

.CformEntrega, #formEntrega {
    overflow: visible;
}


.CformEntrega {

    display: flex;
    flex-direction: column;

}



#formEntrega {
    display: none;
    
}

.CRetirada, .CEntrega, .CAgendamento {
    width: 20px;
    height: 20px;
}





.opcao-pedido {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}



.opcao-dados {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    
}

.opcao-dados,
.opcao-pedido,
#formEntrega {
    width: 100%; /* Faz essas divs preencherem a largura do formulário */
    box-sizing: border-box;
    /* Adicione padding se necessário para espaçamento interno de cada seção */
    padding-inline: 5px; /* Exemplo: um pequeno padding nas laterais das seções */
    
}

.opcao-pedido label {
    flex: 0 0;
    font-size: 1.2rem;
    color: black;
    
}




/* Ajuste para os labels e inputs dentro dessas divs */
.opcao-dados label,
.opcao-pedido label {
    width: 100%; /* Garante que o label ocupe a largura completa */
    margin-top: 10px; /* Adiciona um espaço acima dos labels */
    color: black;
}


#formAgendamento {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}


.modal-content-final {
    
    background-color: white;
    color: black;
    margin: 15% auto;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    border: 1px solid #888;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

}


.pix-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pChave {
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

#copiar-pix {
    border: none;
    background-color: #28a745;
    border-radius: 5px;
    padding: 5px ;
    color: white;
}

#chave-pix {
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    
}

.pedido-msg {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.pedido-msgp {
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.modal-buttons {
    display: flex;
    flex-direction: row;
    gap: 5px;
    
}

#btnAcompanhar {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; 
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    padding: 2px;
    background: #ffc107; 
    color: black; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    
}
#btnComprovante {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; 
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    padding: 2px;
    background: #ffc107; 
    color: black; 
    border: none; 
    border-radius: 5px;
    cursor: pointer;
}


/* responsivo: reduz os quadrados em telas muito pequenas */
@media (max-width: 420px) {

}

.divclose-button-dados {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    margin: 5px;
    z-index: 1002;
}


.close-button-dados {
    font-size: 1.7rem;
    font-family: "Rubik", sans-serif;
    color: grey;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f0f0f0;
}

.divclose-button-pedido {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    margin: 5px;
    z-index: 1002;
}

.close-button-pedido {
    font-size: 1.7rem;
    font-family: "Rubik", sans-serif;
    color: grey;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f0f0f0;
    
    
}

#Bairro {
    max-height: 200px; /* altura máxima do dropdown */
    overflow-y: auto;  /* ativa a rolagem vertical */
}

#nome, #cell, #Bairro, #Rua, #Numero, #complemento {
    margin-bottom: 10px;
    margin-top: 3px;
}

#ModalPreCarrinho {
    background-color: white;
    display: none;
    z-index: 1001;
    width: 100vw;
    height: 100vh; /* garante cobertura total da tela */
    position: fixed; /* fixa o modal na tela */
    top: 0;
    left: 0;
    
}

.ContModalPreCarrinho {
    color: black;
    margin: auto; 
    width: 100%;
    max-width: 600px;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    overflow-y: auto;
    padding-bottom: 200px ;

}

.divPrincipal {
    display: flex;
    flex-direction: column;
    width: 100vw;
    
}

/* A div que envolve a imagem deve ocupar toda a tela */

.divImagemPre {
    position: relative;
    z-index: 1;
    width: 100vw;      
    height: 45vh;    
    overflow: hidden;  
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 20px;*/
}




/* A imagem deve preencher a div mantendo proporção e cobrindo tudo */
.imagemPre {
    width: 100%;
    height: 100%;
    object-position: cover;  /* cobre toda a área da div, cortando se necessário */
}

.divPrincipalProdutoInfo {
    position: relative;
    margin-top: -20px;
    z-index: 2;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid rgb(209, 204, 204);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.divConteudoPre {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid rgb(209, 204, 204);
}

.h3ProdutoPre {
        font-family: "Rubik", sans-serif;
    font-size: 0.9rem;
    font-weight: 550;
}

.descricaoPre {
    font-family: var(--body-font); /* usa a fonte definida no :root */
    font-size: 0.9rem;
    
}

.ingredientesPre {
    font-family: var(--body-font); /* usa a fonte definida no :root */
    font-size: 0.9rem;
    
    
}

.close-button-precarrinho {
    background-color: red;
}

.divPrincipalPre {
    display: flex;
    flex-direction: column;
    
}

.divH4eP {
    display: flex;
    border-bottom: 1px solid  rgb(209, 204, 204);
    height: 80px;
}

.divControleH4P {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 15px;

}

.h4SugestaoBebidas {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: var(--title-size);
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.pSugestao, .txtAdicional {
    font-family: "Rubik", sans-serif;
    font-size: 0.7rem;
}

.divPrecos {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    
}

.divPrecosBebida {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.precoPre {
    font-size: 1rem;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.PrecoRiscadoPre {
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: grey;
    text-decoration: line-through;
    
}

.precoRiscadoBebida {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 0.7rem;
    color: gray;
    text-decoration: line-through;
}

.nomeAdicional {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.precoAdicional {
    font-family: var(--title-font);
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.precoBebida {
    font-size: 0.8rem;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}

.divSugestaoBebidas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    
}

.divDividirItensBebidas {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgb(209, 204, 204);
    align-items: center;
    justify-content: space-around;
    padding: 5px;
    
    
}

.divItemBebida {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    
    
}

.divInfoBebida {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}



.divAdicional {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

.divDividirItensAdicionais {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgb(209, 204, 204);
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    /*gap: 265px;*/
    height: 70px;
}

.divItemAdicional {
    display: flex;
    flex-direction: row;
    flex: 1;
    
}

.divh4PAdcicional {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid rgb(209, 204, 204);
}

.divBotoesAdicionais {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 20px;
    margin-right: 50px;
}




.inputQuantidadeAdicionais {
    display: none;
    width: 10px;
    height: 25px;
    border: none;
    user-select: none;
    pointer-events: none;
}



.divImagemBebida {
    display: flex;
    width:  100px;
    height: 100px;
    justify-content: center;
    
}

.imgBebidas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .divbotaoFecharPre {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    margin: 5px;
    z-index: 1002;
}

    .botaoFecharPre {
    font-size: 1.7rem;
    font-family: "Rubik", sans-serif;
    color: grey;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f0f0f0;
}



.divNomePrecoAdiconal {
    display: flex;
    flex-direction: column;
    gap: 5px;
}





.divFinalAcoes {
    display: flex;
    justify-content: space-between; /* Espaça os elementos */
    align-items: center; /* Alinha verticalmente no centro */
    padding: 10px 0; /* Ajuste o espaçamento conforme necessário */
    width: 100%; /* Garante que ocupe toda a largura */
    position: fixed;
    bottom: 0;
    background: white; /* mantém visível */
    z-index: 1002; /* acima dos itens roláveis */
}

.divBotoesAcoes {
    display: flex;
    align-items: center;
    gap: 0px; /* Espaço entre os botões de quantidade */
    padding: 10px;
}

.botaoDiminuirPre, .botaoAumentarPre {
    border: none;
    color: red;
    background-color: transparent;
    font-size: 1.5rem;
}

.divBotoesBebidas {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.inputBebidas {
    display: none;
    width: 10px;
    height: auto;
    border: none;
    user-select: none;
    pointer-events: none;
}

.aumentarBebidas, .diminuirBebidas {
    border: none;
    background-color: transparent;
    color: red;
    font-size: 1.5rem;
}

.diminuirAdicionais, .aumentarQuantidadeAdicionais {
    border: none;
    background-color: transparent;
    color: red;
    font-size: 1.5rem;
}

.inputQuantidadePre {
    width: 25px; /* Ajuste o tamanho do input */
    height: auto;
    text-align: center;
    border: none;
    user-select: none;
    pointer-events: none;
}

.AdicionarCarrinho {
    /* Estilos para o botão adicionar, largura, cor, etc. */
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    background-color: red; /* Exemplo, use a cor do seu tema */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 8px; /* Espaço entre o ícone e o texto */
    margin: 10px;
}

.AdicionarCarrinho i {
    font-size: 1.2em;
}


.h4Bebida {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.h4Adicional {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: var(--title-size);
    line-height: 1.2;
    letter-spacing: 0.2px;
}







 /* ======================================= */

        /*PRÉ-MODAL BEBIDAS */

        /* Estilos para o Modal de Bebidas */
.modal-bebida {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-content-bebida {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
}

.fechar-bebida {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.fechar-bebida:hover,
.fechar-bebida:focus {
    color: black;
    text-decoration: none;
}

.conteudo-modal-bebida {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.imagem-modal-bebida img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.detalhes-modal-bebida {
    text-align: left;
    width: 100%;
}

.detalhes-modal-bebida h3 {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.detalhes-modal-bebida p {
    margin: 5px 0;
    color: #666;
}

.preco-modal {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.preco-modal #preco-riscado-modal {
    color: #888;
    text-decoration: line-through;
}

.preco-modal #preco-normal-modal {
    font-size: 1.2em;
    font-weight: bold;
    color: #e67e22;
}

.quantidade-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.quantidade-modal button {
    background-color: red;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2em;
}

.quantidade-modal button:hover {
    background-color: #d35400;
}

.adicionar-ao-carrinho-modal {
    margin-top: 20px;
}

#adicionar-bebida-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.2em;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

#adicionar-bebida-btn:hover {
    background-color: #229954;
}

#preco-total-bebida {
    margin-left: 10px;
    font-weight: bold;
}





 /* ======================================= */
/* Responsividade para telas pequenas */
@media screen and (min-width: 300px) and (max-width: 400px) {

    footer {
  position: fixed; /* Isso tira o elemento do fluxo normal e o posiciona em relação à viewport */
  bottom: 0; /* Garante que ele fique fixo na parte inferior da tela */
  width: 100%;  /* Faz com que ele ocupe toda a largura da tela */
  background-Color: #FD4B01; /* Mantenha a cor de fundo, ou defina uma se ainda não tiver */
  padding: 10px 0; /* Ajuste o padding conforme necessário para dar espaço interno */
  z-index: 1000; /* Garante que o footer fique acima de outros elementos na página */


}





    #menu-opcoes {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: start;
        padding: 8px;
        overflow-x: scroll;
        white-space: nowrap;
        gap: 10px;
    }

    .botoesCategorias {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        
        /*background: linear-gradient(268deg, #091921, #999A9E);*/
        border-radius: 5px;
        padding: 5px;
        border: none;
    }



    .item-pai {
        width: 97%;
    
    
    }



/* Botão Remover */

.btnRemover {
    width: 10px;
}


    .btnDiminuir, .btnAumentar, .btnRemover {
    color: red;
    background-Color: white;
    border: 1px solid white;
    cursor: pointer;
    height: 30px;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex; /* Para centralizar o + e - */
    justify-content: center;
    align-items: center;

}       
    
    .btnAumentar {
        margin-bottom: 3px;
    }

    #open-close {
        display: flex;
        flex-direction: column;
    }

    .msgfuncionamento {
        width: 80px;
    }


}



@media screen and (min-width: 401px) and (max-width: 600px) {




    #menu-opcoes {
        display: flex;
        width: 100%;
        justify-content: start;
    }

    .item-pai {
        width: 95%;
    
    
    }
    


    .btnDiminuir, .btnAumentar, .btnRemover {
    color: red;
    background-Color: white;
    border: 1px solid white;
    cursor: pointer;
    height: 30px;
    /* border-radius: 5px; */ /* Cantos arredondados */
    font-weight: bold;
    font-size: 1.4rem;
    display: flex; /* Para centralizar o + e - */
    justify-content: center;
    align-items: center;
    /*padding-top: 1px;*/

}

    .btnDiminuir:hover, .btnAumentar:hover, .btnRemover:hover {
        background-color: black;
        cursor: pointer;
    }
    .btnAumentar {
        margin-bottom: 3px;
    }

    

}

@media screen and (min-width: 601px) and (max-width: 1024px) {

    #menu-opcoes::-webkit-scrollbar {
    display: none;
}

    #destaques::-webkit-scrollbar {
    display: none;
}

    #menu-opcoes {
        display: flex;
        width: 100%;
        justify-content: start;

    }


    .item-pai {
        width: 95%;
    
    }

    

    

}

@media screen and (min-width: 1025px) {


#principal {
    width: 50vw;
    
}



.divlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

/* MENU TOPO */

    #menu-opcoes::-webkit-scrollbar {
    display: none;
}

    #destaques::-webkit-scrollbar {
    display: none;
    
}

    #destaques {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    font-weight: 700;
    font-style: normal;
    color: black;
    padding: 10px;
    overflow-x: scroll;
    margin: auto;
    
}

    #menu-opcoes {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: start;
        padding: 8px;
        overflow-x: scroll;
        white-space: nowrap;
        gap: 10px;
        
    }

    .botoesCategorias {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        background: linear-gradient(268deg, #091921, #999A9E);
        color: white;
        border-radius: 5px;
        padding: 5px;
        border: none;
        cursor: pointer;
        
    }


    .item-pai {
        width: 100%;
    
    }
}

/* BREAKPOINT 2: Tablets em Paisagem e Laptops Pequenos (992px a 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Exemplo: Permite 3 colunas, mas ajusta a margem */
    .container-principal {
        max-width: 960px; /* Reduz o container padrão */
    }
    
    .grid-produtos {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    /* Garante que o texto principal não fique muito grande */
    h1 {
        font-size: 2.2em;
    }
}