/**
 * Ferremaq – Tienda física
 */

body.fmq-custom-tienda-active .site-content,
body.fmq-custom-tienda-active #primary,
body.fmq-custom-tienda-active .ast-container,
body.fmq-custom-tienda-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-tienda-active .entry-header,
body.fmq-custom-tienda-active .ast-single-entry-banner {
	display: none !important;
}

.fmq-tienda {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.fmq-tienda-location {
	display: flex;
	width: 100%;
	align-items: stretch;
	background: #e8eef5;
	line-height: 0;
}

.fmq-tienda-location__photo {
	flex: 0 0 25%;
	max-width: 25%;
	min-height: clamp(360px, 55vw, 620px);
	background: #144177;
	overflow: hidden;
}

.fmq-tienda-location__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.fmq-tienda-location__photo-placeholder {
	width: 100%;
	height: 100%;
	min-height: clamp(360px, 55vw, 620px);
	background: linear-gradient(180deg, #144177 0%, #1e5a9e 100%);
}

.fmq-tienda-location__map {
	flex: 0 0 75%;
	max-width: 75%;
}

.fmq-tienda-location__map iframe {
	width: 100%;
	height: 100%;
	min-height: clamp(360px, 55vw, 620px);
	border: 0;
	display: block;
}

@media (max-width: 768px) {
	.fmq-tienda-location {
		flex-direction: column;
	}

	.fmq-tienda-location__photo,
	.fmq-tienda-location__map {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.fmq-tienda-location__photo,
	.fmq-tienda-location__photo-placeholder {
		min-height: clamp(220px, 55vw, 360px);
	}

	.fmq-tienda-location__map iframe {
		min-height: clamp(280px, 70vw, 420px);
	}
}
