.ctxb-banda {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 620px;
	overflow: hidden;
	isolation: isolate;
	/* Sin foto la banda queda como franja negra, no transparente. */
	background: #0D0D0D;
}

/* Dos niveles de selector a propósito: Elementor declara
   `.elementor img { height: auto }` y tumbaría el alto de la foto. */
.ctxb-banda img.ctxb-banda__fondo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	z-index: -2;
	margin: 0;
	border-radius: 0;
}

.ctxb-banda__velo {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .68;
	background: rgba(0, 0, 0, 1);
}

.ctxb-banda__interior {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 60px 11%;
}

.ctxb-banda__titulo {
	margin: 0 0 42px;
	font-size: 62px;
	line-height: .98;
	letter-spacing: -.02em;
	text-transform: uppercase;
	max-width: 18ch;
	color: #fff;
}

.ctxb-banda__boton {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #FFD400;
	color: #111111;
	padding: 20px 34px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	transition: filter .18s ease, gap .18s ease;
}

.ctxb-banda__boton:hover { filter: brightness(.92); gap: 18px; }

.ctxb-banda__boton:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.ctxb-banda__interior { padding: 48px 6%; }
	.ctxb-banda__titulo { margin-bottom: 30px; max-width: none; }
	.ctxb-banda__boton { padding: 17px 26px; }
}

@media (prefers-reduced-motion: reduce) {
	.ctxb-banda__boton { transition: none; }
}
