/* Local Overrides */

@media only screen and (min-width: 1069px) {
	#tco
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-em {
		padding-left: 50px;
	}
	#deployment
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-copy {
		padding-right: 50px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#tco
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-em {
		padding-left: 50px;
	}
	#deployment
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-copy {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 734px) {
	#deployment
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-em {
		font-size: 90px;
	}
}

/* Local Nav */
@media screen and (min-width: 834px) and (max-width: 915px) {
	#ac-localnav .ac-ln-title {
		margin: 0;
	}
}

@media screen and (min-width: 834px) and (max-width: 915px) {
	.custom-br-headline {
		display: block;
	}
	#ac-localnav .ac-ln-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 342px) {
	#ac-localnav .ac-ln-title {
		font-size: 16.8px;
		margin-top: 13px;
	}
}

/* Overlapping text in ecosistema Apple */
@media (max-width: 1068px) {
	.overview-innovation-ecosystem {
		--p-height: 400px;
	}
}

@media only screen and (min-width: 735px) {
	.section-innovation .tile-ecosystem .tile-content {
		padding-right: 30px;
	}
}

/* .section-innovation */

.section-innovation .tile-ecosystem .tile-content {
	max-width: 400px;
}

@media screen and (min-width: 1069px) and (max-width: 1499px) {
	.section-innovation .tile-ecosystem .tile-content {
		max-width: 300px;
	}

	.section-innovation .overview-innovation-ecosystem {
		position: relative;
		left: 50px;
	}
}

@media screen and (min-width: 735px) and (max-width: 1068px) {
	.section-innovation .tile-ecosystem .tile-content {
		max-width: 200px;
	}

	.section-innovation .overview-innovation-ecosystem {
		position: relative;
		left: 40px;
	}
}
