@import url("icoMoon.css");
/* ESTRUTURA GLOBAL */
* {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
	outline-style: none;
	outline: none;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
p:first-child {
	margin-top: 0px;
}
p:last-child {
	margin-bottom: 0px;
}
html, body {
	font-size: 16px;
	color: #21212B;
	__font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
	___font-family: arial, Helvetica, Calibri;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
body {
	display: flex;
	flex-direction: column;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.largura_padrao {
	width: 990px;
	margin: auto;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

/* CABEÇALHO */
.body-topo {
	background-color: #FFFFFF;
}
.body-topo .cabecalho {
	height: 100px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}
.body-topo .cabecalho .logo_cliente {
	margin-top: 4px;
	margin-bottom: 4px;
	margin: auto;
}

/* MENU NAVEGAÇÃO */
.body-nav {
	background-color: #FFFFFF;
	border-top: solid 1px #cccccc;
	border-bottom: solid 2px #008bce;	
}
.barra_navegacao {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
}
.link {
	color: #5e6477;
	font-size: 18px;
	line-height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}
.barra_navegacao > a.link:hover {
	color: #008bce;
	border-top: solid 2px #008bce;
	text-decoration: none;
}
.barra_navegacao > a.ativo {
	color: #008bce;
	border-top: solid 2px #008bce;
	cursor: default;
}
.barra_navegacao > a.ativo:hover {
	__color: #5e6477;
	background-color: #FFFFFF;
	cursor: default;
}
.barra_navegacao > a ~ a {
	margin-left: 5px;
}
/* MENU RESPONSIVE */
	.icons-menu {
		display: none;
	}
/* MIOLO / MAIN */
.body-miolo {
	flex: auto;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
.body-miolo > .miolo {
	display: flex;
	flex-direction: column;
	flex: auto;
	__align-items: flex-start;
}
.body-miolo > .miolo > .titulo {
	font-size: 20px;
	line-height: 40px;
	color: #5e6477;
	margin-top: 2px;
	margin-bottom: 10px;
	margin: 2px 0px 10px 5px;
	__text-transform: uppercase;
	font-weight: bold;
	border-bottom: double 3px #0f3c9d;
}
.subtitulo {
	font-size: 24px !important;
	color: #009fdf;
	line-height: 40px;
	height: 40px;
	__border-top: solid 1px #e6e7e7;
	border-bottom: solid 1px #e6e7e7;
	margin-bottom: 10px;
	
	display: flex;
	flex-direction: row;
	flex: auto;
}
.body-miolo > .miolo > .conteudo {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 22px;
}

.info_cliente {
	color: #5e6477 !important;
	__background-color: #AAEFF0;
}
.info_cliente a {
	color: #3a3a42;
}
.info_cliente .icon {
	font-size: 14px;
	margin-right: 5px;
	color: #AEAEB0;
}
.info_cliente_rodape {
	display: none;
}
/* DIREITOS RESERVADOS */
.direitos_reservados {
	__background-color: #93A1F0;
	border-top: solid 1px #cfcfcf;
	text-align: center;
	line-height: 30px;
}
.enderecos {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}
/* RODAPÉ */
.rodape {
	background-color: #FFFFFF;
}


/* ASSINATURA */
.body-assinatura {
	background-color: #FFFFFF;
	border-top: solid 1px #cfcfcf;
}
.body-assinatura > .assinatura {
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}
.body-assinatura > .assinatura a {
	color: #3a3a42;
	line-height: 40px;	
}

/* REDES SOCIAIS */
.redes_sociais {
	display: flex;
}
.redes_sociais > a.icon {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	height: 30px;
	width: 30px;
	padding: 3px;
	margin: 2px;
	background-color: #DFDFDF;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.redes_sociais a:hover {
	text-decoration: none;
}

/* VOLTAR AO TOPO */
.voltar_topo {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009fdf;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	z-index: 5;
	bottom: 20px;
	right: 20px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	border-radius: 100px;
	cursor: pointer;
	display: none;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}
.voltar_topo:hover {
	background-color: #FFFFFF;
	color: #ff5d00;
}
/* ÁREAS DE ATUAÇÃO */
.section_areasatuacao {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: flex-start;
}
.section_areasatuacao > .box {
	width: 220px;
	height: 100px;
	border: solid 2px #E3E3E3;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}
.section_areasatuacao > .box > .foto {
	width: 66px;
	height: 86px;
	overflow: hidden;
	background-color: #EFC92C;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
}
.section_areasatuacao > .box > .texto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: center;
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
}