They passed me a code to embed on my site, but it generates an iframe and does not occupy 100% of the screen.
#areaCondominio {
width: 100%;
background: red;
h1: blue;
}
#testenov {
width: 100%;
background: orange;
}
<!DOCTYPE html>
<html lang="pt">
<head>
<script src="https://s3-sa-east-1.amazonaws.com/widgets.superlogica.net/embed.js"></script></head><bodydata-spy="scroll" data-target=".navbar-collapse" data-offset="10">
<div id="testenov"><h2>oooooooooo</h2
<script type="text/javascript">
/*{literal}<![CDATA[*/
superlogica.require("condominios");
superlogica.condominios("areadocondomino","areaCondominio","vgm","1");
/*]]>{/literal}*/
</script>
<div id="areaCondominio"><h1>ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</h1></div>
</div>