* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter/Inter-VariableFont_opsz\,wght.ttf');
}

.cor-principal1 {
    color: #440202;
}

.cor-principal2 {
    color: #733009;
}

.cor-principal3 {
    color: #AE5C15;
}

.fonte-principal h1,
h2,
h3,
p {
    font-family: 'Inter';
}

h1 {
    margin: 0 0 0 1%;
    font-family: 'CaacupeOne-Regular';
}

p {
    margin: 0 0 0 1%;
    font-family: 'CaacupeOne-Regular';
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container img {
    max-width: 100%;
    height: auto;
}

.secao-titulo-produtos {
    background-color: #FBF2CC;
    width: 80%;
    padding: 30px 0;
    text-align: center;
    font-size: 125%;
    margin: 5% 10% 5%;
}

.secao-titulo-produtos h2 {
    margin: 0;
}

.nossos-servicos {
    height: 150px;
    width: 1225px;
    background-color: #FBF2CC;
    display: flex;
    margin: 0 0 5% 10%;
}

.nossos-servicos-texto {
    margin: -5rem;
    align-content: center;
    font-size: 30px;
} 

/* INICIO MENU-NAV */

.test {
    align-content: center;
}

.test2 {
    display: flex;
    justify-content: end;
    align-items: end;
}

.menu-nav ul {
    list-style: none;
    display: flex;
    justify-content: start;
    background-color: #9AA68F;
    font-size: 20px;
    font-family: 'Inter';
    margin: 0px 0px 40px;
    align-content: center;
    align-items: center;
}

.menu-nav a {
    display: block;
    color: #ffff;
    padding: 10px 15px;
    text-decoration: none;
}

.menu-nav a:hover {
    background-color: #718c5e;
}

.logo {
    width: 7rem;
    display: flex;
    justify-content: center;
    align-self: center;
}

.menu-nav .pipe {
    font-size: 2.5rem;
    font-weight: 100;
    color: #ffff;
    font-family: 'Inter';
    padding: 10px;
    display: flex;
    align-items: center;
}

/* FIM MENU-NAV */

.grade-produtos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 70px auto;
    padding: 0 20px;
    justify-items: center;
}

.cartao-produto {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container img {
    width: 90%;
    height: 100%;

}

.detalhes-produto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.detalhes-produto img {
    max-width: 50%;
    height: auto;
    margin-bottom: 15px;

}

.detalhes-produto h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
 
.detalhes-produto p {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.rodape {
    background-color: #9AA68F;
    color: #F1FAEE;
    width: 100%;
    height: 30%;
    position: absolute;
}

.rodape-icons ul {
    list-style: none;
    display: flex;
    justify-content: start;

    font-size: 20px;
    font-family: 'Inter';
    margin: 10px 10px 70px;
    align-content: center;
}
/*Parte Maria Eduarda*/

.container-promocao {
    display: flex;
    flex-direction: column;
    align-items: center;       
    width: 100%;
    margin-bottom: 50px;
}

.texto-promocao {
    width: 90%;
    margin-top: -24rem;
    margin-bottom: 12rem;
    align-self: flex-start;
    padding-left: 10%;
}

.imagem-promocao {
    width: 100%;
    display: flex;
    justify-content: center; 
}

.imagem-promocao img {
    width: auto;
    height: 450px;
}

.texto-promocao h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.texto-promocao p {
    font-size: 20px;
    margin-bottom: 10px;
}

.container-produtos-linha {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 90%;
    margin: 0 auto 100px auto;
}

.produto-item {
    width: 23%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.produto-item img {
    align-self: center;
    margin-bottom: 15px;
}

.produto-item h1 {
    font-size: 18px;
    margin: 5px 0;
}

.produto-item p {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    margin: 5px 0;
}

.produto-item h3 {
    font-size: 16px;
    margin-top: 5px;
}
.container-perguntas-linha {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 90%;
    margin: 0 auto 100px auto;
}

.pergunta-frequente {
    width: 45%;
    background-color: #fef9e6;
    padding: 20px;
    text-align: left;
    height: 100px;
}

.imagem-produtos {
    width: 45%;
    border: none;
    padding: 0;
}

.imagem-produtos img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

footer {
    background-color: #798a71;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}


/*PARTE DA RAY */

#contato {
    margin: 10px;
    border-radius: 10px;
}

#contato h2 {
    background-color: #fef5d1;
    color: #3e1b13;
    text-align: center;
    padding: 30px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 30px;
}

#contato form {
    background-color: #F1FAEE;
    padding: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

#contato form br {
    display: none;
}

#contato label {
    color: #3e1b13;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: -5px; 
}

#contato input,
#contato select,
#contato textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #bde1b6;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 14px;
    outline: none;
}

#contato textarea {
    min-height: 150px; 
    max-height: 380px;
    resize: vertical;
}

#contato :placeholder-shown::placeholder {
    color: #733009;
}

#contato button {
    min-width: 150px;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    align-self: center; 
    color: #ffffff;
   
}

#contato button:hover {
    opacity: 0.9;
}

/* Cor dos botões */
#contato button[type="submit"] {
    background-color: #63735a;
}

#contato button[type="reset"] {
    background-color: #a4b49c; 
}

/* FIM DA PARTE DA RAY */