.jg-footer__interior {
	padding-right: var(--jg-padding-lateral);
	padding-left: var(--jg-padding-lateral);
	box-sizing: border-box;
}

/* ========================================

   FOOTER - NAVEGACIÓN

======================================== */

.jg-footer .wp-block-navigation-item__content {

	color: var(--wp--preset--color--custom-texto-principal);

	font-size: 16px;

	font-style: normal;

	font-weight: 400;

	text-decoration: none;

}

/* Hover navegación footer */

.jg-footer .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--custom-primario);
}

/* ========================================

   FOOTER - COPYRIGHT

======================================== */

.jg-footer__copyright {

	font-size: 14px;

	font-weight: 400;

	color: var(--wp--preset--color--custom-texto-secundario);

	text-align: center;

}

/* ========================================

   FOOTER - ENLACES LEGALES

======================================== */

.jg-footer .jg-footer__legal a {

	color: var(--wp--preset--color--custom-texto-secundario);

	font-size: 14px;

	font-weight: 400;

	text-decoration: none;

}



.jg-footer .jg-footer__legal a:hover {

	color: var(--wp--preset--color--custom-primario);

}