//Estilos del menu del footer.
.block-menu-menu-menu-pre-footer {

	> .content {
		.menu { 
			list-style-position: inside;
			line-height: 1.2;
			margin: 0;
		}

		.menu-item {
			color: $c-brand-green-dark;
			list-style-type: inherit;

			a, a:link {
				color: $c-brand-green-dark;
    			font-size: 73%;
    			font-weight: 400;
			}
		}
	}
}