@font-face {
font-family: "NeoSansIntel-Light";
src: url("../fonts/NeoSansIntel-Light.ttf") format("truetype");
}
@font-face {
font-family: "OpenSans-Regular";
src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

#produto-title h1, #projeto-title h1 {
	color: #718797;
	font-family: "OpenSans-Regular";
	font-weight: 300;
	font-size: 42pt;
  border-top: 3px #718797 solid;
}
#contentp * {
	font-family: "NeoSansIntel-Light";
	text-decoration: none;
}
#produto{
	margin-bottom: 23px;
}
#contentp #categorias table tr td {
	border: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#contentp #itens .col-md-6 {
	margin-bottom: 23px;
}
#itens .card{
	width: 18rem;
}
#itens .card .card-img{
	max-width: 220px;
	max-height:210px;
}
#itens .card .card-img img{
	max-width: 220px;
}

@media (max-width: 767px) {
#contentp #categorias table tr td {
	text-align: center;
	font-size: 16pt;
}
.container-fluid#produto h1 {
	text-align: center;
	font-size: 42pt;
}
}

#contentp #itens #nomeprodutos{
	color: rgba(160,160,160,1.00);
}
