/* ##### CHAMADA DAS FONTES #####

font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;

*/


*{
	margin:0;
	padding:0;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}


.div_wrap_cabecalho{
	background-color:#0F4972;
	padding:16px 24px;
}

.tt_cabecalho{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

.p_cabecalho{
	color:#ffff;
}

.logo_cabecalho{
	width:10%;
	margin-top:3%;
}

.linha_wrap_container{
	padding:51px 24px;
		
}

.div_wrap_linha_1{
	background-color: #F3F3F3;
	padding:16px;
}

.div_wrap_linha_2{
	background-color: #F3F3F3;
	padding:0px 16px;
}

.tt_tabela{
	font-size:20px;
}

.span_dados{
	color:#6D6D6D;
	font-size:20px;
}

.logo_footer{
	width:100%;
}

.icones_footer{
	margin-top:3%;
	width:7%;
}

.col_sub_footer{
	background-color:#0F4972;
	margin-top:30px;
}

.p_sub_footer{
	color:#fff;
	font-size:18px;
	padding-top:25px;
	padding-bottom:10px;
}

.icone_ll{
	width:25px;
	height: 25px;
}

.icone_ll2{
	width:25px;	
}

.icone_ll3{
	width:25px;	
}

.icone_ll4{
	width:25px;
}

.tt_lato{
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

.linhas_bordas{
	border-bottom:solid 1px #E9E9E9;
	border-right:solid 1px #E9E9E9;
	height:50px;
}

.tt_tabela{
	margin-top:10px;
}
