/* =========================================================
   Rodapé editorial
   ========================================================= */

.comi2pao-site-footer {
	margin-top: 0;
	overflow: hidden;
	border-top: 1px solid #1f1f1f;
	background: #050505;
	color: #d7d7d7;
}

.comi2pao-site-footer *,
.comi2pao-site-footer *::before,
.comi2pao-site-footer *::after {
	box-sizing: border-box;
}

.comi2pao-footer-header,
.comi2pao-footer-main,
.comi2pao-footer-bottom {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

/* =========================================================
   Topo
   ========================================================= */

.comi2pao-footer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 28px 0;
	border-bottom: 1px solid #2d2d2d;
}

.comi2pao-footer-logo {
	display: inline-block;
	flex: 0 1 auto;
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	text-decoration: none;
}

.comi2pao-footer-logo:hover {
	color: #ffffff;
	text-decoration: none;
}

/* =========================================================
   Redes sociais
   ========================================================= */

.comi2pao-footer-social {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.comi2pao-footer-social-label {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	color: #858585;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

.comi2pao-footer-social-icons {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.comi2pao-footer-social-link {
	display: inline-flex !important;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #353535;
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.comi2pao-footer-social-link svg {
	display: block !important;
	flex: 0 0 auto;
	width: 17px !important;
	height: 17px !important;
	min-width: 17px !important;
	max-width: 17px !important;
	fill: currentColor;
}

.comi2pao-footer-social-link:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: #050505;
	text-decoration: none;
}

/* =========================================================
   Área principal
   ========================================================= */

.comi2pao-footer-main {
	display: grid;
	grid-template-columns: 1.8fr 1fr 1fr;
	gap: 56px;
	padding: 38px 0 36px;
}

.comi2pao-footer-author {
	min-width: 0;
	padding-right: 40px;
	border-right: 1px solid #2f2f2f;
}

.comi2pao-footer-author h2 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 750;
	line-height: 1.2;
}

.comi2pao-footer-author p {
	max-width: 390px;
	margin: 0;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 1.65;
}

.comi2pao-footer-column {
	min-width: 0;
}

.comi2pao-footer-column h3 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.comi2pao-footer-column ul,
.comi2pao-footer-menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.comi2pao-footer-column li,
.comi2pao-footer-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comi2pao-footer-column a,
.comi2pao-footer-menu a {
	overflow-wrap: anywhere;
	color: #9e9e9e;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
}

.comi2pao-footer-column a:hover,
.comi2pao-footer-menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* =========================================================
   Rodapé inferior
   ========================================================= */

.comi2pao-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 24px 0 28px;
	border-top: 1px solid #2d2d2d;
}

.comi2pao-footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	margin: 0;
}

.comi2pao-footer-bottom-links a {
	color: #8f8f8f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.comi2pao-footer-bottom-links a:hover {
	color: #ffffff;
}

.comi2pao-footer-bottom p {
	flex: 0 1 auto;
	margin: 0;
	color: #a8a8a8;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 960px) {
	.comi2pao-footer-header {
		align-items: center;
	}

	.comi2pao-footer-social {
		margin-left: auto;
	}

	.comi2pao-footer-main {
		grid-template-columns: 1.5fr 1fr 1fr;
		gap: 38px;
	}

	.comi2pao-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.comi2pao-footer-bottom p {
		text-align: left;
	}
}

/* =========================================================
   Celular
   ========================================================= */

@media (max-width: 689px) {
	.comi2pao-footer-header,
	.comi2pao-footer-main,
	.comi2pao-footer-bottom {
		width: calc(100% - 30px);
	}

	.comi2pao-footer-header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 24px 0;
	}

	.comi2pao-footer-logo {
		min-width: 0;
		max-width: 100%;
		font-size: 22px;
		font-weight: 800;
		line-height: 1.1;
	}

	.comi2pao-footer-social {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		gap: 8px;
		width: auto;
		margin: 0;
	}

	.comi2pao-footer-social-label {
		flex: 0 0 auto;
		margin: 0;
		font-size: 11px;
		letter-spacing: 0.1em;
		text-align: right;
		white-space: nowrap;
	}

	.comi2pao-footer-social-icons {
		display: flex;
		flex: 0 0 auto;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		gap: 6px;
	}

	.comi2pao-footer-social-link {
		flex: 0 0 28px;
		width: 28px !important;
		height: 28px !important;
		min-width: 28px !important;
		max-width: 28px !important;
	}

	.comi2pao-footer-social-link svg {
		width: 13px !important;
		height: 13px !important;
		min-width: 13px !important;
		max-width: 13px !important;
	}

	.comi2pao-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 30px;
		row-gap: 30px;
		padding: 34px 4px;
	}

	.comi2pao-footer-author {
		grid-column: 1 / -1;
		padding: 0 0 28px;
		border-right: 0;
		border-bottom: 1px solid #2f2f2f;
	}

	.comi2pao-footer-author h2 {
		font-size: 23px;
	}

	.comi2pao-footer-author p {
		max-width: 100%;
		font-size: 13px;
	}

	.comi2pao-footer-column {
		min-width: 0;
	}

	.comi2pao-footer-column h3 {
		margin-bottom: 16px;
		font-size: 12px;
	}

	.comi2pao-footer-column ul,
	.comi2pao-footer-menu {
		gap: 10px;
	}

	.comi2pao-footer-column a,
	.comi2pao-footer-menu a {
		overflow-wrap: anywhere;
		font-size: 12px;
	}

	.comi2pao-footer-bottom {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 20px 0 24px;
	}

	.comi2pao-footer-bottom-links {
		display: flex;
	}

	.comi2pao-footer-bottom p {
		max-width: 100%;
		margin: 0;
		font-size: 11px;
		line-height: 1.5;
		text-align: left;
	}
}

/* =========================================================
   Celulares muito estreitos
   ========================================================= */

@media (max-width: 390px) {
	.comi2pao-footer-header {
		gap: 8px;
	}

	.comi2pao-footer-logo {
		font-size: 21px;
	}

	.comi2pao-footer-social {
		gap: 6px;
	}

	.comi2pao-footer-social-label {
		font-size: 11px;
		letter-spacing: 0.1em;
	}

	.comi2pao-footer-social-icons {
		gap: 4px;
	}

	.comi2pao-footer-social-link {
		flex-basis: 26px;
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
		max-width: 26px !important;
	}

	.comi2pao-footer-social-link svg {
		width: 13px !important;
		height: 13px !important;
		min-width: 13px !important;
		max-width: 13px !important;
	}
}