.categoria {
	color: #0080C0;
	font-weight: bold;
}

.preco {
	color: #090;
	font-weight: bold;
}

.dia {
	color: #036;
	font-weight: bold;
}

.fone {
	color: teal;
	font-weight: bold;
}

.atencao {
	color: #ad0e08;
}

.obrigatorio {
	color: #ad0e08;
}

.sucesso {
	color: green;
	font-weight: bold;
}

a {
	color: #ad0e08;
}

a:hover {
	font-weight: bold;
	text-decoration: unset;
}

h1, h1.page-header, h2, h3, h4, h5 {
	border-bottom: 1px solid #b1b1b1;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 0;
}

h1, h1.page-header {
	font-size: 20px;
}

h2, h2.page-header {
	font-size: 18px;
}

h3, h3.page-header {
	font-size: 16px;
}
