footer .footer-top{ margin-top: 44px; color: #ececec; padding-top: 10px; padding-bottom: 15px; background: linear-gradient(#35407d, #151461); overflow: hidden; }
footer .footer-top h3{ text-transform: uppercase; color: #fff; font-weight: bold; }
footer .footer-top a{ color: #fff; }
footer .footer-top .sugestion{ text-shadow: 0 1px 4px #000; text-align: justify; color: #ececec; line-height: 24px; }

footer .bottom-row{ margin-top: 30px; }/* Compra rápida inline */
.oki-cart .oki-cart-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #e8ecf1;
	clear: both;
}
.oki-cart .oki-cart-actions-left,
.oki-cart .oki-cart-actions-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	float: none;
}
.oki-cart-btn {
	border: none !important;
	border-radius: 10px !important;
	padding: 12px 22px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.oki-cart-btn:hover,
.oki-cart-btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
}
.oki-cart-btn-primary {
	background: #2b6fe8 !important;
	color: #fff !important;
}
.oki-cart-btn-primary:hover,
.oki-cart-btn-primary:focus {
	background: #1f5fd4 !important;
	color: #fff !important;
}
.oki-cart-btn-secondary {
	background: #eceff3 !important;
	color: #1c1c1c !important;
}
.oki-cart-btn-secondary:hover,
.oki-cart-btn-secondary:focus {
	background: #dde2e8 !important;
	color: #1c1c1c !important;
}
.oki-cart-btn-ghost {
	background: #f5f6f8 !important;
	color: #444 !important;
}
.oki-cart-btn-ghost .glyphicon {
	margin-left: 4px;
	font-size: 13px;
	opacity: 0.75;
}
.oki-cart-btn:disabled {
	opacity: 0.45;
	transform: none !important;
	box-shadow: none !important;
	cursor: not-allowed;
}
.oki-cart-btn-secondary.is-active {
	background: #dbeafe !important;
	color: #1d4ed8 !important;
	box-shadow: inset 0 0 0 2px #2b6fe8 !important;
}

#oki-quickbuy-panel.oki-quickbuy-panel {
	margin-top: 28px;
	padding: 0;
	border: none;
	clear: both;
}
#oki-quickbuy-panel .oki-quickbuy-shell {
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}
#oki-quickbuy-panel .oki-quickbuy-progress {
	padding: 20px 24px 12px;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border-bottom: 1px solid #eef2f6;
}
.oki-quickbuy-progress-track {
	height: 8px;
	background: #e8edf3;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 16px;
}
.oki-quickbuy-progress-fill {
	height: 100%;
	width: 33%;
	background: linear-gradient(90deg, #2b6fe8, #5b9aff);
	border-radius: 999px;
	transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.oki-quickbuy-progress-caption {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #2b6fe8;
	text-align: center;
}
.oki-quickbuy-steps-nav {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 8px;
}
.oki-qb-nav-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	color: #94a3b8;
	font-size: 12px;
}
.oki-qb-nav-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e8edf3;
	color: #64748b;
	font-weight: 700;
	font-size: 13px;
	transition: all 0.25s ease;
}
.oki-qb-nav-label {
	font-weight: 500;
	line-height: 1.2;
}
.oki-qb-nav-item.active {
	color: #2b6fe8;
}
.oki-qb-nav-item.active .oki-qb-nav-num {
	background: #2b6fe8;
	color: #fff;
	box-shadow: 0 4px 12px rgba(43, 111, 232, 0.35);
}
.oki-qb-nav-item.done {
	color: #16a34a;
}
.oki-qb-nav-item.done .oki-qb-nav-num {
	background: #22c55e;
	color: #fff;
}
.oki-quickbuy-body {
	padding: 28px 24px 24px;
}
.oki-quickbuy-title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	letter-spacing: -0.02em;
}
.oki-quickbuy-title-success {
	font-size: 26px;
}
.oki-quickbuy-lead {
	color: #475569;
	margin: 0 0 20px;
	line-height: 1.55;
	font-size: 15px;
}
.oki-quickbuy-lead-muted {
	font-size: 14px;
	color: #64748b;
}
.oki-qb-field {
	display: block;
	margin-bottom: 14px;
}
.oki-qb-field-label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.oki-qb-input,
#oki-quickbuy-panel .oki-qb-input {
	border: 1px solid #c5d9f5 !important;
	border-radius: 10px !important;
	padding: 14px 16px !important;
	height: auto !important;
	font-size: 15px !important;
	background: #f8fbff !important;
	color: #0f172a !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.oki-qb-input:focus {
	border-color: #2b6fe8 !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(43, 111, 232, 0.15) !important;
	outline: none;
}
.oki-qb-input::placeholder {
	color: #94a3b8;
}
.oki-quickbuy-form-grid {
	max-width: 520px;
}
.oki-quickbuy-participants-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.oki-qb-participant-block {
	background: #f8fafc;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding: 16px 18px;
}
.oki-qb-participant-block--buyer {
	border-color: #bfdbfe;
	background: linear-gradient(135deg, #f0f7ff 0%, #f8fafc 100%);
}
.oki-qb-participant-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}
.oki-qb-participant-badge {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #2b6fe8;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.oki-qb-participant-block--buyer .oki-qb-participant-badge {
	background: #1d4ed8;
}
.oki-qb-participant-meta {
	flex: 1;
	min-width: 0;
}
.oki-qb-participant-title {
	margin: 0 0 2px;
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
}
.oki-qb-participant-type {
	margin: 0;
	font-size: 14px;
	color: #64748b;
}
.oki-qb-participant-tag {
	display: inline-block;
	margin-top: 6px;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1d4ed8;
	background: #dbeafe;
	border-radius: 999px;
}
.oki-qb-participant-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.oki-qb-btn {
	border: none !important;
	border-radius: 10px !important;
	padding: 12px 24px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	box-shadow: none !important;
	transition: background 0.2s ease, transform 0.15s ease;
}
.oki-qb-btn:hover {
	transform: translateY(-1px);
}
.oki-qb-btn-primary {
	background: #2b6fe8 !important;
	color: #fff !important;
}
.oki-qb-btn-primary:hover,
.oki-qb-btn-primary:focus {
	background: #1f5fd4 !important;
	color: #fff !important;
}
.oki-qb-btn-secondary {
	background: #eceff3 !important;
	color: #1c1c1c !important;
}
.oki-qb-btn-secondary:hover,
.oki-qb-btn-secondary:focus {
	background: #dde2e8 !important;
	color: #1c1c1c !important;
}
.oki-qb-btn-dev {
	background: #fff7ed !important;
	color: #9a3412 !important;
	border: 2px dashed #ea580c !important;
}
.oki-qb-btn-dev:hover {
	background: #ffedd5 !important;
	color: #7c2d12 !important;
}
.oki-quickbuy-step-actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.oki-quickbuy-order-id {
	font-size: 17px;
	color: #334155;
	margin: 0 0 16px;
}
.oki-quickbuy-tips {
	margin: 0 0 20px;
	padding-left: 18px;
	color: #475569;
	font-size: 14px;
	line-height: 1.55;
}
.oki-quickbuy-tips li {
	margin-bottom: 8px;
}
.oki-quickbuy-link-box {
	margin-bottom: 8px;
	max-width: 100%;
}
.oki-quickbuy-link-row {
	display: flex;
	gap: 8px;
	align-items: stretch;
}
.oki-quickbuy-link-row .oki-quickbuy-invite-input {
	flex: 1;
	min-width: 0;
	margin: 0;
	background: #f1f5f9 !important;
	font-size: 13px !important;
}
.oki-quickbuy-link-row .oki-qb-btn-secondary {
	flex-shrink: 0;
	padding: 12px 18px !important;
}
.oki-quickbuy-confirm-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}
.oki-quickbuy-confirm-text {
	flex: 1 1 320px;
	min-width: 0;
}
.oki-quickbuy-confirm-icon-wrap {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.oki-quickbuy-confirm-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(145deg, #dbeafe, #eff6ff);
	color: #2b6fe8;
	font-size: 56px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 12px 28px rgba(43, 111, 232, 0.2);
}
.oki-quickbuy-confirm-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.oki-quickbuy-panel-standalone .oki-quickbuy-shell {
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}
/* ===== Guest tickets: intl-tel-input ===== */
#pedidos .oki-gt-phone-row,
.oki-gt-phone-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	margin-bottom: 20px;
}
#pedidos .oki-gt-phone-wrap,
.oki-gt-phone-wrap {
	flex: 1 1 200px;
	min-width: 0;
}
#pedidos .oki-gt-phone-wrap .iti,
.oki-gt-phone-wrap .iti {
	width: 100%;
	display: block;
}
#pedidos .oki-gt-phone-wrap .iti input,
#pedidos .oki-gt-phone-wrap .iti input[type="tel"],
#pedidos #oki-gt-phone.oki-qb-input,
#oki-gt-phone.oki-qb-input {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1px solid #c5d9f5 !important;
	border-radius: 10px !important;
	padding: 14px 16px 14px 52px !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	background: #f8fbff !important;
	color: #0f172a !important;
	min-height: 48px !important;
	height: auto !important;
	outline: none !important;
	margin: 0 !important;
	box-shadow: none !important;
}
#pedidos .oki-gt-phone-wrap .iti input:focus,
#oki-gt-phone.oki-qb-input:focus {
	border-color: #2b6fe8 !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(43, 111, 232, 0.15) !important;
}
#pedidos .oki-gt-phone-wrap .iti input::placeholder,
#oki-gt-phone.oki-qb-input::placeholder {
	color: #94a3b8;
}
#pedidos .oki-gt-phone-wrap .iti__flag-container {
	left: 0;
	right: auto;
}
#pedidos .oki-gt-phone-wrap .iti__selected-flag {
	height: 100%;
	padding: 0 8px 0 10px;
	border-radius: 10px 0 0 10px;
}
#pedidos .oki-gt-phone-wrap .iti__country-list {
	z-index: 120;
	border-radius: 8px;
	font-size: 14px;
}
#pedidos .oki-gt-send-btn {
	flex: 0 0 auto;
	white-space: nowrap;
	align-self: stretch;
}
#oki-quickbuy-panel .oki-phone-intl-wrap .iti,
#oki-quickbuy-panel .oki-phone-intl-wrap .iti input,
#oki-quickbuy-panel #oki-quickbuy-telefone.oki-qb-input {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1px solid #c5d9f5 !important;
	border-radius: 10px !important;
	padding: 14px 16px 14px 52px !important;
	font-size: 15px !important;
	background: #f8fbff !important;
	min-height: 48px !important;
}
@media (max-width: 767px) {
	#pedidos .oki-gt-phone-wrap {
		flex: 1 1 100%;
	}
	#pedidos .oki-gt-send-btn {
		flex: 1 1 100%;
		width: 100%;
	}
}
/* ===== Guest tickets: accordion list ===== */
#pedidos .oki-gt-wrap {
	padding: 0 16px;
}
#pedidos .oki-gt-card {
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	padding: 28px 24px 24px;
	margin: 20px 0;
	box-sizing: border-box;
}
#pedidos .oki-gt-page-title {
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 20px;
}
#pedidos .oki-gt-accordions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#pedidos .oki-gt-event-acc {
	border-radius: 12px;
	overflow: visible;
}
#pedidos .oki-gt-event-head {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
	cursor: pointer;
	text-align: left;
	transition: background 0.15s, border-color 0.15s;
}
#pedidos .oki-gt-event-acc.is-open .oki-gt-event-head {
	border-color: #93c5fd;
	background: #eff6ff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#pedidos .oki-gt-date-badge {
	flex: 0 0 56px;
	width: 56px;
	background: #2563eb;
	color: #fff;
	border-radius: 8px;
	padding: 6px 4px;
	text-align: center;
	line-height: 1.15;
}
#pedidos .oki-gt-date-dow {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
#pedidos .oki-gt-date-day {
	display: block;
	font-size: 20px;
	font-weight: 700;
}
#pedidos .oki-gt-date-mon {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
#pedidos .oki-gt-event-summary {
	flex: 1;
	min-width: 0;
}
#pedidos .oki-gt-event-title {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
}
#pedidos .oki-gt-event-venue,
#pedidos .oki-gt-event-loc {
	margin: 0;
	font-size: 13px;
	color: #64748b;
	line-height: 1.35;
}
#pedidos .oki-gt-chevron {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #2563eb;
	position: relative;
}
#pedidos .oki-gt-chevron::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-55%, -65%) rotate(45deg);
	transition: transform 0.2s;
}
#pedidos .oki-gt-event-acc.is-open .oki-gt-chevron::after {
	transform: translate(-55%, -35%) rotate(-135deg);
}
#pedidos .oki-gt-event-panel {
	border: 1px solid #93c5fd;
	border-top: none;
	border-radius: 0 0 12px 12px;
	padding: 16px;
	background: #fff;
}
#pedidos .oki-gt-order-box + .oki-gt-order-box {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px dashed #e2e8f0;
}
#pedidos .oki-gt-order-meta {
	margin: 0 0 14px;
	font-size: 13px;
	color: #475569;
	line-height: 1.5;
}
#pedidos .oki-gt-tickets {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
#pedidos .oki-gt-ticket-row {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 8px;
	overflow: hidden;
	min-height: 72px;
}
#pedidos .oki-gt-ticket-frac {
	flex: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: #94a3b8;
}
#pedidos .oki-gt-ticket-row--ok .oki-gt-ticket-frac {
	background: #2563eb;
}
#pedidos .oki-gt-ticket-row--pending .oki-gt-ticket-frac {
	background: #94a3b8;
	color: #fff;
}
#pedidos .oki-gt-ticket-bar {
	flex: 1;
	padding: 10px 12px;
	position: relative;
}
#pedidos .oki-gt-ticket-row--ok .oki-gt-ticket-bar {
	background: #dbeafe;
	color: #1e3a8a;
}
#pedidos .oki-gt-ticket-row--pending .oki-gt-ticket-bar {
	background: #e5e7eb;
	color: #1f2937;
}
#pedidos .oki-gt-ticket--incomplete .oki-gt-ticket-title {
	color: #111827;
}
#pedidos .oki-gt-ticket--incomplete .oki-gt-ticket-meta {
	color: #374151;
}
#pedidos .oki-gt-ticket-title {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 700;
}
#pedidos .oki-gt-ticket-meta {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}
#pedidos .oki-gt-ticket-meta span {
	font-weight: 600;
}
#pedidos .oki-gt-ticket-buyer-tag {
	display: inline-block;
	margin-top: 6px;
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: #2563eb;
	color: #fff;
	border-radius: 4px;
}
#pedidos .oki-gt-ticket-icon {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
#pedidos .oki-gt-ticket-icon--ok {
	background: #2563eb;
}
#pedidos .oki-gt-ticket-icon--no {
	background: #94a3b8;
}
#pedidos .oki-gt-ticket--incomplete .oki-gt-pill--primary {
	border-color: #9ca3af;
	color: #374151;
	background: #f3f4f6;
}
#pedidos .oki-gt-ticket-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}
#pedidos .oki-gt-pill {
	border: 1px solid #cbd5e1;
	background: #f8fafc;
	color: #334155;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}
#pedidos .oki-gt-pill:hover {
	background: #e2e8f0;
}
#pedidos .oki-gt-pill--primary {
	border-color: #2563eb;
	color: #1d4ed8;
	background: #eff6ff;
}
#pedidos .oki-gt-ticket-form {
	margin-top: 12px;
	padding: 14px;
	border: 1px solid #c5d9f5;
	border-radius: 10px;
	background: #f8fbff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: visible;
}
#pedidos .oki-gt-ticket-form .oki-phone-intl-wrap {
	width: 100%;
}
#pedidos .oki-gt-ticket-form .oki-phone-intl-wrap .iti {
	width: 100%;
	display: block;
}
#pedidos .oki-gt-ticket-form .oki-phone-intl-wrap .iti input,
#pedidos .oki-gt-ticket-form .oki-phone-intl-wrap .iti input[type="tel"] {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1px solid #c5d9f5 !important;
	border-radius: 10px !important;
	padding: 14px 16px 14px 52px !important;
	font-size: 15px !important;
	min-height: 48px !important;
	background: #fff !important;
}
#pedidos .oki-gt-ticket-form .oki-phone-intl-wrap .iti__flag-container {
	left: 0;
	right: auto;
}
#pedidos .oki-gt-ticket-form .oki-phone-intl-wrap .iti__selected-flag {
	height: 100%;
	padding: 0 8px 0 10px;
	border-radius: 10px 0 0 10px;
}
body > .iti__country-list {
	z-index: 10050 !important;
}
#pedidos .oki-gt-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}
#pedidos .oki-gt-footer-note {
	font-size: 12px;
	color: #94a3b8;
	margin: 20px 0 12px;
	line-height: 1.5;
}
#pedidos .oki-gt-back-btn {
	margin-top: 4px;
}
#pedidos .oki-gt-empty,
#pedidos .oki-gt-empty-hint {
	color: #475569;
	font-size: 15px;
	margin: 0 0 16px;
}
@media (max-width: 767px) {
	#pedidos .oki-gt-card {
		padding: 20px 14px 18px;
	}
	#pedidos .oki-gt-event-head {
		flex-wrap: wrap;
	}
	#pedidos .oki-gt-chevron {
		margin-left: auto;
	}
	#pedidos .oki-gt-ticket-actions {
		flex-direction: column;
	}
	#pedidos .oki-gt-pill {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.oki-cart .oki-cart-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.oki-cart .oki-cart-actions-left,
	.oki-cart .oki-cart-actions-right {
		width: 100%;
		justify-content: flex-start;
	}
	.oki-cart-btn {
		width: 100%;
	}
	.oki-qb-nav-label {
		font-size: 11px;
	}
	.oki-quickbuy-body {
		padding: 20px 16px 18px;
	}
	.oki-quickbuy-confirm-icon {
		width: 88px;
		height: 88px;
		font-size: 42px;
	}
	.oki-quickbuy-confirm-icon-wrap {
		width: 100%;
	}
	.oki-quickbuy-link-row {
		flex-direction: column;
	}
	.oki-quickbuy-confirm-buttons .oki-qb-btn {
		width: 100%;
	}
}
