<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Clarice Acervo
 */

?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">
		<div class="site-info">
			<?php dynamic_sidebar( 'footer' ); ?>
		</div><!-- .site-info -->
		<div class="legal">
			<div class="wrapper">
				<?php dynamic_sidebar( 'legal' ); ?>
			</div>
		</div>
	</footer><!-- #colophon -->
</div><!-- #page -->

<?php wp_footer(); ?>
<!-- Teste de integração 3 -->
</body>
</html>