/* FONTE PADRÃO */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');


/* GERAL */

body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 14px;
}


h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 72px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f9cc3;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 54px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #164b94;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f9cc3;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	color: #666;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	text-align: justify;
}

main {
	padding: 30px 0px;
}

/* HEADER (TOPO) */

.header-fixo {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.10);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

header {
	background-color: #164b94;
	padding: 30px 0px;
	border-bottom: 6px solid #2f9cc3;
}

.header-titulo {
	color: #fff;
	text-align: right;
	padding-top: 10px;
}

.logo-topo {
	width: 200px;	
}

.header-logo {
	text-align: left;
}



/* SIDE BAR MENU */

.side-bar-menu  {
	font-size: 12px;
	color: #444;
	background-color: #eee;
	border: 1px solid #d1d1d1;
	padding: 10px 30px 10px 0px;
	margin-bottom: 35px;
}

.side-bar-menu ul li a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;

}

.side-bar-menu {
	
}

/* CONTEÚDO */



/* FOOTER (RODAPÉ) */

footer {
	background-color: #2f9cc3;
	color: #555;
	padding: 30px 0px;
	text-align: center;
	border-top: 6px solid #164b94;
	font-size: 13px;
	color: #fff;
}

.btn-topo {
	position:fixed;
	width:60px;
	height:60px;
	bottom:95px;
	right:20px;
	background-color:#444;
	color:#fff;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 1px 1px 2px #888;
	z-index:1000; 
	text-decoration: none;
	border: none;
	padding-bottom: 50px;
}

.btn-topo:hover {
	background-color:#222;
	text-decoration: none;
}

@media screen and (max-width: 800px) {

	h1 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 42px;
		letter-spacing: -1px;
		font-weight: bold;
		text-transform: uppercase;
		color: #2f9cc3;
	}

	h2 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 28px;
		letter-spacing: -2px;
		font-weight: bold;
		text-transform: uppercase;
	}

	h3 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 24px;
		letter-spacing: -1px;
		font-weight: bold;
		text-transform: uppercase;
		color: #164b94;
	}

	h4 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 22px;
		letter-spacing: -1px;
		font-weight: bold;
		text-transform: uppercase;
	}

	h5 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 20px;
		letter-spacing: -1px;
		font-weight: bold;
		text-transform: uppercase;
	}

	h6 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
		color: #666;
		line-height: 36px;
		font-weight: bold;
		text-transform: uppercase;
	}

	p {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 13px;
		letter-spacing: 0px;
		text-align: justify;
	}

	.header-titulo {
		color: #fff;
		text-align: center;
		padding-top: 10px;
	}

	.header-logo {
		text-align: center;
	}

	.logo-topo {
		width: 150px;
		text-align: center;	
	}


}