/* =========================================================
   PIXEL NARANJA — FIRMA FOOTER
   ========================================================= */

.pn-footer-credit {
	width: 100%;
	padding: 18px 20px;

	border-top: 1px solid rgba(255, 255, 255, 0.10);

	text-align: center;

	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.01em;

	color: rgba(255, 255, 255, 0.68);
}


/* =========================================================
   ENLACE PIXEL NARANJA
   ========================================================= */

.pn-footer-credit a {
	color: #ffffff;

	font-weight: 600;
	text-decoration: none;

	transition:
		color 0.25s ease,
		opacity 0.25s ease;
}

.pn-footer-credit a:hover {
	opacity: 0.75;
}


/* =========================================================
   CORAZÓN
   ========================================================= */

.pn-footer-credit span {
	display: inline-block;
	margin: 0 2px;
}


/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

.pn-footer-credit a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
	border-radius: 2px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 640px) {

	.pn-footer-credit {
		padding: 16px 18px;

		font-size: 11px;
		line-height: 1.7;
	}

}