/* Encuestas Públicas 1.19.0 — tablet vertical, pie legal y páginas normativas. */

/* La tercera columna sólo aparece cuando existe el layout completo de escritorio. */
@media (max-width: 1120px) {
	.epu-home-page .epu-wall-layout > .epu-wall-ads,
	.epu-home-feed .epu-wall-layout > .epu-wall-ads,
	.epu-stage1-feed .epu-wall-layout > .epu-wall-ads {
		display: none !important;
	}
}

.epu-footer__navs {
	display: grid;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	gap: 42px;
	min-width: min(100%, 470px);
}
.epu-footer__group {
	display: grid;
	align-content: start;
	gap: 9px;
}
.epu-footer__group > strong {
	margin-bottom: 3px;
	color: #303238;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.epu-footer__group > a {
	color: #a83211;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}
.epu-footer__group > a:hover,
.epu-footer__group > a:focus {
	color: #ff5f2a;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.epu-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}
.epu-content article > .epu-page-lead:first-child,
.epu-content article > .entry-content > .epu-page-lead:first-child {
	margin-bottom: 30px;
	padding: 18px 20px;
	border-left: 4px solid #ff5f2a;
	background: #fff4ef;
	color: #4e5661;
	font-size: 17px;
	line-height: 1.65;
}
.epu-content article h2 {
	margin-top: 32px;
	color: #303238;
}
.epu-content article p,
.epu-content article li {
	line-height: 1.75;
}

@media (max-width: 900px) {
	.epu-footer__navs {
		width: 100%;
		min-width: 0;
		gap: 28px;
	}
}
@media (max-width: 620px) {
	.epu-footer__navs {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.epu-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}
