footer div {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 53px;
  padding-bottom: 10px;
  
}

footer div ul:first-child {
  margin-right: 50px;
}

#last-footer {
  display: flex;
  align-items: center;
  background-color: #005A70;
  padding-bottom: 0px;
}

#last-footer p {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 20px 20px;
}

footer div img {
  height: 120px;
}

footer ul li {
  list-style: none;
  font-size: 0.6em;
	color: #777;
	font-weight: lighter;
	line-height: 1.5em;
	text-align: justify;
}

a {
  text-decoration: none;
  color: #24B1DA;
}

a:visited {
	text-decoration: none;
	color: #24B1DA;
}
a:hover {
	color: #005a70;
}
a:active {
	text-decoration: none;
}

h1 
	{
	font-size: 1.4em;
	color: #24B2D9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h2 
	{
	font-size: 1.1em;
	color: #24B1DA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	}

h3 
	{
	font-size: 1.1em;
	color: #84C3CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	}

h4 
	{
	font-size: 1em;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-style: normal;
	}

h5 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #173D45;
	}

h6 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #24B1DA;
	}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #125374;
}
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #777;
}
h1, h2, h3, h4, h5, h6, h8, p, blockquote  , ul , ol
, address
	{/* zera todas as margens dos headins, assim facilita a construção de um estilo para cada uma. */
	margin: 0px;
	padding: 0px;
	}
h1   
	{
	margin-top: 1.6%;
	margin-bottom: 15px;
	}
h2 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
h3 {
	margin-top: 1.5%;
	margin-bottom: 10px;
}

h4 
	{
	margin-top: 1.2em;

	}

h5 
	{
	margin-bottom: 0.2em;
	}
h8 {
	line-height: 1.9ml;
	margin-bottom: 5%;
	margin-top: 0px;
}

p 
	{
	margin-top: 0.4em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	}

	#solid-line {
		margin: 15px 0;
		border-top: 1px solid #d7d7d7;
	}
	
	#dotted-product-line {
		margin: 15px 0;
		border-top: 1px dotted #d7d7d7;
	}

	.data-header {
		color: #24B1DA;
	}
	
.card h4 {
	color: #454545;
}

.card ul {
	margin: 10px 35px;
}