.vinheta-interna ~ section {
	padding-top: 30px;
}

.produto .item {
	margin-top: 40px;
}

.produto .texto {
	color: #646464;
	font-family: "Roboto Slab";
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 80px;
	text-align: center;
}

.produto .info-nutricional .titulo {
	color: #2D907C;
	font-family: "Hallington";
	font-size: 56px;
	font-weight: 400;
	line-height: 96px;
	margin-top: 20px;
	text-align: center;
}

.produto .info-nutricional .descricao {
	color: #646464;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 10px;
}

.produto .tabela {
	border: 1px solid #D5CBC3;
	margin-top: 20px;
}

.produto .tabela .cabecalho {
	color: #276257;
	font-family: "Montserrat";
	font-size: 21px;
	font-weight: 700;
	line-height: 26px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.produto .tabela .corpo {
	border-top: 1px solid #D5CBC3;
	color: #646464;
	font-family: "Roboto Slab";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.produto .tabela .corpo .td:not(:last-child) {
	border-right: 1px solid #D5CBC3;
}

.produto .tabela .corpo .td p {
	margin-bottom: 4px;
	margin-top: 4px;
	white-space: nowrap;
}

.produto .tags {
	margin-top: 30px;
}

.produto .tags .tag {
	margin-top: 30px;
	text-align: center;
}

.produto .tags .tag img {
	display: inline-block;
}

.produto .tags .tag .titulo {
	color: #373435;
	font-family: "Roboto Slab";
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 15px;
}

.produto .tags .tag .titulo b {
	font-family: "Montserrat";
}

.produto .btn {
	font-family: "Roboto Slab";
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 90px;
}

.produto .btn i {
	font-size: 34px;
}

@media (max-width: 767px) {
	.produto .info-nutricional .titulo {
		font-size: 40px;
		line-height: 60px;
	}

	.produto .tabela .cabecalho {
		font-size: 18px;
		line-height: 22px;
	}

	.produto .tabela .corpo {
		font-size: 14px;
		line-height: 20px;
	}

	.produto .tags .tag img {
		width: 45px;
	}

	.produto .tags .tag .titulo {
		font-size: 16px;
		line-height: 22px;
	}

	.produto .btn {
		font-size: 18px;
		height: 40px;
		margin-top: 50px;
	}

	.produto .btn i {
		font-size: 22px;
	}
}