header {
background: #BBBBBB;
padding: 20px 0;
}
.caixa {
position: relative;
width: 940px;
margin: 0 auto;
}
nav {
position: absolute;
top: 110px;
right: 0;
}
nav li {
display: inline;
margin: 0 0 0 15px;
}
nav a {
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}
nav a: hover{
color: #C78C19;
text-decoration:underline;
}
.produtos {
width: 940px;
margin: 0 auto;
}
.produtos li{
display:inline-block;
text-align: center;
width: 30%;
vertical-align: top;
margin: 01.5%;
padding: 30px 20px;
box-sizing: border-box;
border: 2px solid #000000;
border-radius: 10px 10px 10px 10px;
}
.produtos h2{
font-size: 30px;
font-weight: bold;
}
.produto_preço {
font-size: 30px;
font-weight: bold;
margin-top: 10px;
}
.produto_descrição{
font-size: 18px;
font-weight: bold;
}