.exibe_produto{
background-color: white;
}
.borda_separa_produtos{
border-bottom: 1px solid gainsboro;
}
.titulo_produtos{
color: #008080;
text-decoration: none;
font-weight: none;
}.titulo_produtos:hover{
color: #0072C6;
text-decoration: underline;
}
.valor_de{
color: red;
font-weight: none;
}
.valor{
color: #0072C6;
font-weight: bold;
}
.no_cartao{
color: #0072C6;
font-weight: bold;
}
.titulo_categorias{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #0072C6;
text-decoration: none;
}
.titulo_categorias:hover{
color: #0072C6;
text-decoration: underline;
}