@charset "utf-8";


p {
	
font-family: 'Montserrat', sans-serif;
font-size: 16px;
line-height: 26px;

	
}
h1 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 800;
	text-align: center
}

h2 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
		font-weight: 500;
	color: #063884;
	text-align: center;
	padding: 10px;

}


h3 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
		font-weight: 800;
	color: #000000;
	text-align: left;

}

ul {
  list-style-type:disc;

}

li {
	font-size: 22px;

}


a{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #063884;
	font-weight: 500;
	
}


a:hover{
	
	
		font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	background-color: #063884;
	padding: 2.5px;
	
	
	
}

.logo{
	
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	
	
	
}



.topo{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}





.container{
	
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 150px;
}


