.rbqr-form-wrap { max-width: 480px; margin: 0 auto; }
.rbqr-form-wrap p { margin-bottom: 14px; }
.rbqr-form-wrap label { display: block; font-weight: 600; margin-bottom: 4px; color: #fff !important; }
.rbqr-form-wrap input[type=text],
.rbqr-form-wrap input[type=email],
.rbqr-form-wrap input[type=tel],
.rbqr-form-wrap input[type=number],
.rbqr-form-wrap textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.rbqr-policy label { font-weight: 400; font-size: 13px; color: #fff !important; }
.rbqr-form-wrap button {
	padding: 10px 24px;
	background: #c0392b;
	color: #fff;
	border: none;
	cursor: pointer;
}
#rbqr-resultado { text-align: center; color: #fff; }
#rbqr-resultado h3 { color: #fff; }
.rbqr-download {
	display: inline-block;
	margin-top: 8px;
	padding: 8px 18px;
	background: #111;
	color: #fff;
	text-decoration: none;
}

.rbqr-scanner-wrap { max-width: 420px; margin: 0 auto; text-align: center; }
.rbqr-scanner-wrap button,
.rbqr-btn-rojo {
	background: #e30613;
	color: #fff;
	border: none;
	padding: 10px 22px;
	cursor: pointer;
	font-size: 15px;
	border-radius: 4px;
}
.rbqr-scan-ok { background: #1e7e34; color: #fff; padding: 14px; margin-top: 12px; }
.rbqr-scan-error { background: #a71d2a; color: #fff; padding: 14px; margin-top: 12px; }
