html, body {
    height: 100%;
	background:#fff;
	color:#414042;
}

.container {
	background:url(../imgs/RedeAguiaBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	
	width:100%;
	height: fit-content;
}

img.logo {
	margin-bottom:0%;	
	margin-top:5%;
}

li {
    border-bottom: 2px solid #ddd;
}

ul {
  list-style-position: inside;
  }