/**
 * Ferremaq – Promociones (flyer a ancho completo)
 */

body.fmq-custom-promociones-active .site-content,
body.fmq-custom-promociones-active #primary,
body.fmq-custom-promociones-active .ast-container,
body.fmq-custom-promociones-active .entry-content {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.fmq-custom-promociones-active .entry-header,
body.fmq-custom-promociones-active .ast-single-entry-banner {
	display: none !important;
}

.fmq-promociones {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
}

.fmq-promociones__flyer {
	width: 100%;
	line-height: 0;
}

.fmq-promociones__flyer img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.fmq-promociones__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	padding: 48px 24px;
	text-align: center;
	background: #f3f6fa;
	color: #5a6472;
}

.fmq-promociones__empty p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
