.wv-bloque {
	margin-bottom: 32px;
}

.wv-titulo {
	font-size: 20px;
	font-weight: 600;
	color: #11141a;
	margin-bottom: 14px;
}

.wv-marco {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 6px 24px rgba(17, 20, 26, .12);
	aspect-ratio: 16 / 9;
}

.wv-marco iframe,
.wv-marco video,
.wv-marco .wp-video,
.wv-marco .mejs-container {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.wv-marco .wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
}

/* Reserva de espacio en navegadores sin aspect-ratio. */
@supports not (aspect-ratio: 16 / 9) {
	.wv-marco {
		height: 0;
		padding-bottom: 56.25%;
	}
}

.wv-marco p {
	position: relative;
	margin: 0;
	padding: 24px;
	color: #fff;
	text-align: center;
}
