/* home */

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

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #F8D8C9;
    color: #6b2d2d;
    overflow-x: hidden;
}


.secao-destaque {
    position: relative;
    height: 100vh;
    background: #e8cbb8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.conteudo-destaque {
    position: relative;
    z-index: 2;
}

.conteudo-destaque h1 {
    font-size: 3rem;
}

.conteudo-destaque p {
    margin-top: 10px;
}

.conteudo-destaque button {
    margin-top: 20px;
    padding: 12px 25px;
    background: #c94c4c;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.imagens-flutuantes {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.imagens-flutuantes img {
    position: absolute;
    width: 250px;
    opacity: 0.95;
}


.imagem1 { top: 5%; left: 5%; }
.imagem2 { top: 5%; left: 25%; }
.imagem3 { top: 1%; left: 40%; }
.imagem4 { top: 5%; left: 65%; }
.imagem5 { top: 5%; left: 85%; }

.imagem6 { top: 35%; left: 5%; }
.imagem7 { top: 25%; left: 20%; }
.imagem8 { top: 10%; left: 50%; }
.imagem9 { top: 25%; left: 70%; }
.imagem10 { top: 25%; left: 90%; }

.imagem11 { top: 55%; left: 5%; }
.imagem12 { top: 55%; left: 25%; }
.imagem13 { top: 65%; left: 45%; }
.imagem14 { top: 55%; left: 65%; }
.imagem15 { top: 55%; left: 85%; }

.imagem16 { top: 75%; left: 15%; }
.imagem17 { top: 75%; left: 35%; }
.imagem18 { top: 75%; left: 55%; }
.imagem19 { top: 75%; left: 75%; }
.imagem20 { top: 75%; left: 95%; }

.imagem21 { top: 75%; right: 90%; }
.imagem23 { top: 45%; right: 90%; }
.imagem25 { top: 10%; right: 90%; }

.secao-boas-vindas {
    padding: 80px 20px;
    text-align: center;
    background: #d96c6c;
    color: white;
}

.bolo-principal {
    margin-top: 5%;
    width: 30%;
    animation: flutuar-suave 6s ease-in-out infinite;
}

@keyframes flutuar-suave {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* TIPOS */


.secao-tipos {
    padding: 80px 20px;
    text-align: center;
}

.subtitulo-tipos {
    margin-top: 10px;
}

.cartao-tipo img {
    width: 200px;
}

.cartao-tipo button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #c94c4c;
    color: white;
    border-radius: 20px;
}

#cakeImage {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 30%;
}

/* AVALIAÇÕES */


.secao-avaliacoes {
    background-color: #E46B70;
    padding: 3%;
    text-align: center;
}

.titulo-avaliacoes {
    color: #f8e6da;
    margin-bottom: 2%;
}

.container-avaliacoes {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.cartao-avaliacao {
    background-color: #e7c7b5;
    width: 400px;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 8px 8px 0px #9e2f2f;
    text-align: left;
}

.cabecalho-avaliacao {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.icone-usuario {
    font-size: 50px;
    color: #b03030;
}

.cartao-avaliacao h3 {
    color: #b03030;
    margin: 0;
}

.texto-avaliacao {
    color: #7a1f1f;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* QUIZ */


.secao-quiz {
    padding: 80px 20px;
    text-align: center;
}

.caixa-quiz {
    margin-top: 30px;
    padding: 30px;
    border: 2px dashed #c94c4c;
    border-radius: 20px;
    display: inline-block;
}

.caixa-quiz img {
    width: 250px;
    border-radius: 20px;
}

.botoes-quiz {
    margin-top: 20px;
}

.botoes-quiz button {
    margin: 0 10px;
    padding: 12px 25px;
    border: none;
    background: #c94c4c;
    color: white;
    border-radius: 20px;
}

#quizImage {
    width: 300px;
    border-radius: 20px;
    margin: 20px 0;
}

#quizResult {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

#quizScore {
    margin-top: 10px;
    font-size: 1.3rem;
}


.rodape {
    padding: 20px;
    text-align: center;
    background: #6b2d2d;
    color: white;
}


/* RESPONSIVO */

@media (max-width: 768px) {

    .imagens-flutuantes img {
        width: 60px;
    }

    .conteudo-destaque h1 {
        font-size: 2rem;
    }

    .bolo-principal {
        width: 180px;
    }

    .cartao-avaliacao {
        width: 90%;
    }
}


/* RECEITAS */

.pagina-receitas {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #d96c6c;
}

.botao-voltar {
    display: inline-block;
    margin: 20px;
    padding: 10px 18px;
    background-color: #e7c7b5;
    color: #b03030;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
}

.secao-titulo {
    text-align: center;
    color: #f8e6da;
}

.secao-titulo-principal {
    margin-top: 5%;
    text-align: center;
    color: #f8e6da;
}

/* CARDS RECEITAS */

.container-receitas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px;
}

.cartao-receita {
    background-color: #e7c7b5;
    width: 260px;
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 8px 8px 0px #9e2f2f;
}

.cartao-receita img {
    width: 100%;
    border-radius: 15px;
}

.cartao-receita h3 {
    color: #b03030;
    margin: 15px 0 5px;
}

.cartao-receita p {
    color: #b03030;
    font-size: 14px;
}

.cartao-receita button {
    margin-top: 15px;
    background-color: #b03030;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

/* LOJAS */

.secao-lojas {
    background-color: #e7c7b5;
    padding: 60px 20px;
    text-align: center;
}

.secao-lojas h2 {
    color: #b03030;
    font-size: 40px;
}

.container-lojas {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.loja img {
    width: 100%;
    height: 150px;
    border-radius: 50%;
}

.loja h3 {
    color: #b03030;
}

.loja button {
    margin-top: 5%;
    background-color: #b03030;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
}