header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 40px;
  background-color: #f8f5f2; 

  font-family: 'Poppins', cursive;
}

nav {
  display: flex;
  gap: 75px;
}

nav a {
  text-decoration: none;
  color: #e9cdb2;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 50px;

    background-color: #5c4d3b; 
    border-top: 1px solid #e6ddd3;

    font-family: 'Poppins', sans-serif;
    color: #bcb5ad;
    font-size: 13px;
}

footer img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.Referencia {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #ac9882;
    line-height: 1.2;
}

.m{
    display: flex;
    width: 300px;
}

.home{
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 100vh;

    background-color: #f5f0ea; 
    font-family: 'Poppins', sans-serif;
    color: #3e2c23;
    text-align: center;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
    color: #6f5b4d;
    margin-bottom: 20px;
}


.home img {
    width: 450px;
    border-radius: 15px;
    border: #3e2c23;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: 0.3s;
}

img:hover {
    transform: scale(1.05);
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f5f0ea;
    color: #3e2c23;
}

.cardapio {
    padding: 40px;
    text-align: center;
}

.cardapio h2 {
    margin-top: 40px;
    font-size: 26px;
}

.grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.grid img {
    width: 200px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.grid img:hover {
    transform: scale(1.05);
}
.Tabela {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

table {
    width: 80%;
    border-collapse: collapse;
    background-color: #f8f5f2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    font-family: 'Poppins', sans-serif;
}

thead {
    background-color: #5c4d3b;
    color: #f5f0ea;
}

th {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

td {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    color: #3e2c23;
    border-bottom: 1px solid #e6ddd3;
}

tbody tr:nth-child(even) {
    background-color: #f1ece6;
}

tbody tr:hover {
    background-color: #e9dfd4;
    transition: 0.3s;
}
.Contato {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    font-family: 'Poppins', sans-serif;
}

form {
    width: 400px;
    background-color: #f8f5f2;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

label {
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #3e2c23;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e6ddd3;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background-color: #fff;
    transition: 0.3s;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #a67c52;
    box-shadow: 0 0 5px rgba(166,124,82,0.3);
}

button {
    margin-top: 15px;
    width: 100%;
    padding: 12px;

    background-color: #5c4d3b;
    color: #f5f0ea;

    border: none;
    border-radius: 10px;

    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background-color: #a67c52;
}
.Sobre {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    padding: 50px 20px;

    font-family: 'Poppins', sans-serif;
    color: #3e2c23;
    background-color: #f5f0ea;
}

.Sobre h2 {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.Sobre img {
    width: 120px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.Sobre img:hover {
    transform: scale(1.05);
}

.Sobre h3 {
    margin-top: 20px;
    font-size: 22px;
    color: #5c4d3b;
}

.Sobre ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    max-width: 600px;
}

.Sobre li {
    background-color: #f8f5f2;
    margin: 10px 0;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.Sobre li:hover {
    background-color: #e9dfd4;
    transform: translateY(-2px);
}