.vimar-tpvc-placeholder {
	box-sizing: border-box;
	width: 100%;
	min-height: 270px;
	background: #111;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 20px;
	margin: 0;
}

.vimar-tpvc-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
}

.vimar-tpvc-text {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 22px;
}

.vimar-tpvc-button {
	border: 0;
	border-radius: 4px;
	background: #1976d2;
	color: #fff;
	padding: 11px 20px;
	font-size: 16px;
	cursor: pointer;
}

.vimar-tpvc-button:hover,
.vimar-tpvc-button:focus {
	background: #1565c0;
}
