/* ==========================================================================
   Footer global (Theme Builder) · shortcode [ppo_footer]
   Mobile-first: teléfono < 768 · tablet 768 · desktop 1024 / 1440
   ========================================================================== */

.et_pb_section.ppo-footer-section {
	padding: 0 !important;
	background-color: #FFF5E9 !important;
}
.et_pb_section.ppo-footer-section .et_pb_row {
	width: 100% !important;
	max-width: 1280px !important;
	padding: 0 24px !important;
}
.et_pb_section.ppo-footer-section .et_pb_text {
	margin: 0 !important;
}

.ppo-footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"brand"
		"nav"
		"offices"
		"rankings"
		"legal";
	gap: 48px;
	padding: 56px 0 40px;
	font-family: 'Barlow', sans-serif;
	color: #003360;
}
.ppo-footer a {
	color: #003360 !important;
	text-decoration: none;
}
.ppo-footer a:hover {
	color: #00A7E2 !important;
}
.ppo-footer ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ppo-footer li {
	padding: 0 !important;
}

/* ---------- Marca y contacto ---------- */

.ppo-footer__brand {
	grid-area: brand;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ppo-footer__logo img {
	display: block;
	width: 140px;
	height: auto;
}
.et_pb_text .ppo-footer__heading,
.ppo-footer__heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #003360 !important;
}
.ppo-footer ul.ppo-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 24px !important;
}
.ppo-footer__contact li {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 16px;
	line-height: 1.3;
}
.ppo-footer__contact svg,
.ppo-footer__at {
	flex: 0 0 18px;
	width: 18px;
	text-align: center;
	font-size: 17px;
}
.ppo-footer__contact a {
	overflow-wrap: anywhere;
}
.ppo-footer__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	font-size: 16px;
}
.ppo-footer__more::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}
.ppo-footer__linkedin {
	display: inline-flex;
	margin-top: 28px;
}

/* ---------- Menú e idiomas ---------- */

.ppo-footer__nav {
	grid-area: nav;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}
.ppo-footer__menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 24px;
}
.ppo-footer__menu li {
	font-size: 16px;
	line-height: 1.3;
}
.ppo-footer__langs {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.ppo-footer__langs li + li::before {
	content: "|";
	margin: 0 14px;
}
.ppo-footer__langs .is-current {
	font-weight: 600;
}

/* ---------- Oficinas ---------- */

.ppo-footer__offices {
	grid-area: offices;
	/* Ancho del ícono + separación: las direcciones se alinean con el texto "OFICINAS" */
	padding-left: 34px;
}
.et_pb_text .ppo-footer__offices .ppo-footer__heading--pin,
.ppo-footer__offices .ppo-footer__heading--pin {
	margin-left: -34px !important;
	font-weight: 700 !important;
}
.ppo-footer__offices .ppo-footer__heading {
	margin-top: 0 !important;
}
.ppo-footer__heading--pin svg {
	flex: 0 0 22px;
}
.ppo-footer__office {
	margin: 0;
	padding-top: 20px;
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}
/* Segunda dirección de la misma ciudad: más cerca de la anterior */
.ppo-footer__office:not(:has(.ppo-footer__city)) {
	padding-top: 12px;
}
.ppo-footer__city {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

/* ---------- Logos de rankings ---------- */

.ppo-footer__rankings {
	grid-area: rankings;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 24px;
	align-items: center;
}
.ppo-footer__rank {
	display: block;
	width: 100%;
	max-width: 130px;
	height: 52px;
	background-color: #003360;
	-webkit-mask: var(--logo) left center / contain no-repeat;
	mask: var(--logo) left center / contain no-repeat;
}

/* ---------- Legal ---------- */

.et_pb_text .ppo-footer__legal,
.ppo-footer__legal {
	grid-area: legal;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: #003360 !important;
}
.ppo-footer__legal > * {
	white-space: nowrap;
}
/* Teléfono: el copyright en su propia línea, los enlaces debajo */
.ppo-footer__legal > span {
	flex-basis: 100%;
}
/* Teléfono: sin separadores, para que ningún “·” quede al inicio de una línea */

/* ---------- Tablet ---------- */

@media (min-width: 768px) {
	.ppo-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"brand   nav"
			"offices offices"
			"rankings rankings"
			"legal   legal";
		gap: 56px 48px;
		padding: 72px 0 44px;
	}
	.ppo-footer__brand {
		border-right: 1px solid rgba(0, 51, 96, .35);
	}
	.ppo-footer__menu {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}
	.ppo-footer__offices {
		columns: 2;
		column-gap: 48px;
	}
	.ppo-footer__offices .ppo-footer__heading {
		column-span: all;
		margin-bottom: 4px !important;
	}
	.ppo-footer__office {
		break-inside: avoid;
	}
	.et_pb_text .ppo-footer__legal,
	.ppo-footer__legal {
		gap: 6px 0;
	}
	.ppo-footer__legal > span {
		flex-basis: auto;
	}
	.ppo-footer__legal > * + *::before {
		content: "·";
		margin: 0 10px;
	}
	.ppo-footer__rankings {
		grid-template-columns: repeat(4, minmax(0, 130px));
		gap: 40px;
	}
}

/* ---------- Desktop ---------- */

@media (min-width: 1024px) {
	.ppo-footer {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-template-areas: none;
		column-gap: 24px;
		row-gap: 56px;
		padding: 64px 0 48px;
	}
	.ppo-footer__brand {
		grid-column: 1 / 5;
		grid-row: 1;
	}
	.ppo-footer__nav {
		grid-column: 6 / 9;
		grid-row: 1;
	}
	.ppo-footer__offices {
		grid-column: 9 / 13;
		grid-row: 1;
		columns: auto;
	}
	.ppo-footer__rankings {
		grid-column: 1 / 7;
		grid-row: 2;
		align-self: end;
	}
	.et_pb_text .ppo-footer__legal,
	.ppo-footer__legal {
		grid-column: 7 / 13;
		grid-row: 2;
		align-self: end;
		justify-content: flex-end;
	}
}

@media (min-width: 1440px) {
	.ppo-footer {
		padding: 72px 0 52px;
		row-gap: 64px;
	}
	.ppo-footer__logo img {
		width: 164px;
	}
	.et_pb_text .ppo-footer__heading,
	.ppo-footer__heading {
		font-size: 20px !important;
		margin-top: 48px !important;
	}
	.ppo-footer__offices .ppo-footer__heading {
		margin-top: 0 !important;
	}
	.ppo-footer__contact li,
	.ppo-footer__menu li,
	.ppo-footer__langs,
	.ppo-footer__more {
		font-size: 17px;
	}
	.ppo-footer ul.ppo-footer__contact {
		gap: 20px;
		margin-top: 32px !important;
	}
	.ppo-footer__menu {
		gap: 14px;
	}
	.ppo-footer__office {
		font-size: 16px;
	}
	.ppo-footer__rank {
		max-width: 140px;
		height: 72px;
	}
	.et_pb_text .ppo-footer__legal,
	.ppo-footer__legal {
		font-size: 14px !important;
	}
}
