Julia ++ e o resto --

Doce Deleite | Confeitaria Artesanal

Doces que abraçam a alma

Feitos à mão, com ingredientes selecionados e muito amor.

Ver Cardápio

Nossas Especialidades

🧁

Cupcakes Gourmet

Massa fofinha com recheios surpreendentes.

🎂

Bolos Festivos

O centro das atenções da sua celebração.

🍪

Cookies Artesanais

Crocantes por fora, macios por dentro.

/* Configurações Gerais */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; color: #4a4a4a; line-height: 1.6; scroll-behavior: smooth; } /* Cabeçalho e Navegação */ header { background: #fff; padding: 1rem 5%; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } nav { display: flex; justify-content: space-between; align-items: center; } .logo { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #d4a373; } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 20px; } nav ul li a { text-decoration: none; color: #666; transition: 0.3s; } nav ul li a:hover { color: #d4a373; } .btn-contato { background: #fae1dd; padding: 8px 20px; border-radius: 20px; color: #d4a373 !important; font-weight: bold; } /* Hero Section (Banner) */ .hero { height: 100vh; background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1551024601-bec78aea704b?auto=format&fit=crop&w=1350&q=80'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: white; } .hero-content h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; margin-bottom: 1rem; } .btn-principal { display: inline-block; margin-top: 20px; padding: 12px 30px; background: #d4a373; color: white; text-decoration: none; border-radius: 5px; transition: 0.3s; } .btn-principal:hover { background: #bc8a5f; } /* Vitrine de Produtos */ .vitrine { padding: 80px 5%; text-align: center; background: #fffafa; } .vitrine h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 40px; color: #d4a373; } .grid-produtos { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .card { background: white; padding: 30px; border-radius: 15px; transition: transform 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .card:hover { transform: translateY(-10px); } .img-placeholder { font-size: 4rem; margin-bottom: 15px; } /* Rodapé */ footer { background: #333; color: white; text-align: center; padding: 20px; }