* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html, body {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden !important;
}

body {
    background-color: #3A1B07;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menuNavega {
    background-color: #361602;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 5%;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.logo p {
    color: #E98800;
    font-size: 34px;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.Haddy {
    font-family: "Oleo Script", system-ui;
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
}

#links a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 25px;
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    transition: color 0.3s;
    cursor: pointer;
    padding-bottom: 2px;
}

#links a.active {
    color: #FF8D28;
    border-bottom: 2px solid #FF8D28;
}

.main-conteiner {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 0;
}

h1 {
    color: #FF7300;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    transform: translate(21px, -25px);
}

.informacao-conteiner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.envolveFoto {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: clamp(520px, 65vh, 820px);
    height: clamp(360px, 45vh, 480px);
    margin: -80px 0 0 0;
    flex-shrink: 0;
}

.envolveFoto::before {
    content: "";
    position: absolute;
    width: 130%; 
    height: 130%;
    top: -9%;
    left: -19%;
    background: radial-gradient(ellipse at center, rgba(255, 11, 0, 0.95) 0%, rgba(200, 10, 0, 0.5) 40%, rgba(100, 10, 0, 0.15) 70%, transparent 100%);
    filter: blur(15px);
    z-index: 1;
}

.imagembur {
    position: relative;
    z-index: 2;
    width: 145%;
    max-width: 155%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: none !important;
}

.informacoes {
    position: absolute;
    right: 11%;
    top: 59%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: left;
    z-index: 5;
}

.categoria h3 {
    font-size: 26px;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.categoria p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 3px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.valor {
    font-size: 42px;
    color: #FF7700;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    transform: translate(54px, 45px); 
}

.essa-seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #FF8D28;
    color: #FF8D28;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 10;
}

.essa-seta:hover {
    background-color: #FF8D28;
    color: #3A1B07;
}

.esquerda { left: 2%; }
.direita { right: 2%; }

.faixaDebotaFazpedi {
    background-color: #1F0C05;
    padding: 12px 3%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    z-index: 15;
}

.botacarda-conteiner {
    grid-column: 2;
    position: relative;
    z-index: 20;
}

.botaoVercardapio {
    background-color: #FF7A00;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    border: none;
    padding: 14px 60px;
    font-size: 21px;
    border-radius: 22px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    transform: translateY(-20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.botaoVercardapio:hover {
    background-color: #e06b00;
}

.Botaofazpedi {
    background-color: #E80D16;
    color: #FFFFFF;
    grid-column: 3;
    justify-self: end;
    padding: 10px 22px;
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.3s;
}

.Botaofazpedi:hover {
    background-color: #a30015;
}

.rodape {
    background-color: #D27E33;
    padding: 10px 3%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.rodape a {
    color: #161616;
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
}

@media (max-width: 480px) {
    .menuNavega {
        flex-direction: column;
        gap: 8px;
        padding: 8px 10px;
    }

    .logo p { font-size: 26px; }
    .Haddy { font-size: 26px; }

    #links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 28px;
    }

    #links a {
        margin-left: 0;
        font-size: 14px;
    }

    h1 {
        font-size: 34px;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .informacao-conteiner {
        flex-direction: column;
    }

    .envolveFoto {
       width: 320px;
       height: 220px;
       margin-top: 10px;
    }

    .envolveFoto::before {
        width: 140%;
        height: 140%;
        top: -20%;
        left: -20%;
        filter: blur(12px);
    }

    .imagembur {
        width: 145%;
    }

    .informacoes {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        text-align: center;
        align-items: center;
        margin-top: 100px;
        gap: 8px;
    }

    .categoria h3 { 
        font-size: 23px; 
    }
    
    .categoria p { 
        font-size: 18px; 
    }
    
    .valor { 
        font-size: 38px; 
        margin-top: 5px; 
        transform: translate(0, 0);
    }

    .essa-seta { display: none; }

    .faixaDebotaFazpedi {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 15px 5%;
    }

    .botacarda-conteiner { grid-column: unset; }

    .botaoVercardapio {
        font-size: 16px;
        padding: 8px 30px;
        transform: none;
    }

    .Botaofazpedi {
        grid-column: unset;
        justify-self: center;
        margin-right: 0;
        font-size: 16px;
        padding: 8px 17px;
    }

    .rodape {
        justify-content: flex-end;
        padding: 10px 5%;
    }

    .rodape a { font-size: 14px; }
}