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

.contato .item {
	background-color: transparent;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 40px;
	padding: 30px 0;
	transition: all .1s linear;
}

.contato .item .icon {
	background-color: #2A9867;
	border-radius: 100%;
	color: #ffffff;
	font-size: 28px;
	height: 60px;
	width: 60px;
}

.contato .item:hover .icon {
	background-color: #35C082;
}

.contato .item .title {
	color: #363330;
	font-family: "Roboto Slab";
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

.contato .item .text {
	color: #6B6661;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 10px;
	word-break: break-word;
}

.contato #contato {
	margin-top: 60px;
}

.contato #contato .title {
	color: #363330;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}

@media (min-width: 768px) {
	.contato .item {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contato .item:hover {
		background-color: rgba(0,0,0,.05);
	}
}

.form-control {
	height: 60px;
}