body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: arial;
}
header {
	display: flex;
	justify-content: center;
	height: 100px;
}
a {
	text-decoration: none;
}
red {
	color: red;
}
.container {
	display: flex;
	justify-content: space-between;
	width: 1050px;
	background-color: #FFFFFF;
}
#banner {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	background-image: url('../../assets/img/foto_banner_base.png');
	background-position: center;
	background-size: cover;
	height: 450px;
	background-color: #FFFFFF;
	max-width: 1050px;
}
.logo {
	display: flex;
	align-items: center;
}
.menu {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
nav ul,
nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul {
	display: flex;
}
nav a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
nav .ativo a,
nav a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #555555;
}
.menuMobile {
	display: none;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mm_line {
	height: 4px;
	background-color: #000000;
}
.titulo_princ {
	width: 100%;
	height: 190px;
	color: #FFFFFF;
	font-size: 30px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.menu_princ {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: 260px;
	width: 100%;
}
.icones_princ {
	width: 150px;
	height: 170px;
	margin-right: 25px;
	margin-left: 25px;
	transition: 0.6s;
}
.icones_princ:hover {
	width: 160px;
	height: 180px;
	transition: 0.6s;
	margin-top: -5px;
}
.icones_princ img {
	width: 160px;
	height: 180px;
}
.icones_princ:hover img {
	width: 160px;
	height: 180px;
}
.menu_princ_mob {
	display: none;
}
.campo_esclarecimento {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	height: 220px;
	background-color: #FFFFFF;
}
.conteiner_esclarecimento {
	display: none;
}
.campo_interno_escla {
	min-width: 480px;
	min-height:  110px;
	margin: 9px;
	border: 2px solid #CCDDDD;
	border-radius: 25px;
	padding: 10px;
}
.titulo_interno_escla {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
.leia_interno_escla {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 8px;
}
.leia_interno_escla a {
	text-decoration: none;
	color: #000000;
}
.leia_interno_escla a:hover {
	text-decoration: none;
	color: #CC0000;
}
.campo_banners {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	height: 300px;
	background-color: #FFFFFF;
}
.banner {
	display: block;
	margin: 15px;
}
.banner_mob {
	display: none;
	margin: 15px;
}
.campo_infor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	height: 450px;
	background-color: #00AFEF;
	color: #FFFFFF;
}
.campo_infor_titulo {
	text-align: center;
	width: 100%;
	font-size: 30px;
	margin-bottom: 20px;
}
.campo_infor_texto {
	text-align: left;

	width: 80%;
	font-size: 20px;
	margin-bottom: 20px;
}
.campo_infor_ler {
	text-align: left;
	width: 80%;
	font-size: 20px;
	margin-bottom: 20px;
}

.campo_infor_ler a{
	text-decoration: none;
	color: #FFFFFF;
}
.campo_infor_ler a:hover {
	color: #CCCCCC;
}
.campo_dicas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	height: 550px;
	background-color: #FFFFFF;
	color: #000000;
}
.campo_dicas_titulo {
	text-align: center;
	width: 100%;
	font-size: 33px;
	margin-bottom: 20px;
}
.campo_dicas_texto {
	text-align: left;

	width: 80%;
	font-size: 20px;
	margin-bottom: 20px;
}
.campo_dicas_ler {
	text-align: left;
	width: 80%;
	font-size: 20px;
	margin-bottom: 20px;
}
.campo_dicas_ler a{
	text-decoration: none;
	color: #000000;
}
.campo_dicas_ler a:hover {
	color: #CCCCCC;
}
.campo_dicas_videos {
	display: block;
	width: 90%;
	height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.campo_dicas_videos_mob {
	width: 90%;
	height: 245px;
	display: flex;
	display: none;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.campo_dicas_video {
	margin: 15px;

}
.campo_depoimentos {
	display: flex;
	flex-direction: column;
	justify-content: top;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	height: 350px;
	background-color: #FFFFFF;
	color: #000000;
}
.campo_depoimentos_titulo {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #3E4095;
}
.campo_depoimentos_caixas {
	display: flex;
	justify-content: top;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	height: 280px;
	background-color: #FFFFFF;
	color: #000000;
}
.caixa_depoimento {
	width: 205px;
	height: 170px;
	background-color: #FFFFFF;
	margin: 10px;
	border: 2px solid #CCDDDD;
	font-size: 15px;
	padding: 10px;
}
.campo_depoimentos_caixas_mob {
	display: none;
}
negr {
	font-weight: bold;
}
.barra_menu_footer {
	display: flex;
	margin: 0 auto;
	justify-content: top;
	align-items: top;	
	width: 1050px;
	background-color: #E6E7E8;
	color: #000000;
}
.direitos {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 1050px;
	height: 80px;
	background-color: #FFFFFF;
}
.direitos_mob {
	display: none;
}
.campo_footer_caixas {
	display: flex;
	width: 100%;
	color: #000000;
}
.links_footer a {
	text-decoration: none;
	color: #000000;
}
.links_footer a:hover {
	color: #FF0000;
}
.contatos_footer a {
	text-decoration: none;
	color: #000000;
}
.contatos_footer a:hover {
	text-decoration: none;
	color: #FF0000;
}
.titulo_footer {
	font-size: 24px;
	color: #727376;
	margin-bottom: 25px;
}
.caixa_footer1 {
	width: 240px;
	height: 255px;
	padding: 25px;
}
.links_footer {
	font-size: 18px;
	line-height: 25px;
}
.contatos_footer {
	font-size: 16px;
	line-height: 25px;
}
.caixa_footer2 {
	width: 265px;
	height: 255px;
	font-size: 15px;
	padding: 25px;
}
.caixa_footer3 {
	width: 218px;
	height: 255px;
	font-size: 15px;
	padding: 25px;
}
.caixa_footer4 {
	width: 324px;
	height: 255px;
	font-size: 15px;
	padding: 25px;
}
#atualizando {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	width: 1050px;
	background-color: #FFFFFF;
}
#atualizando img {
	width: 100%;
	margin-bottom: 120px;
}
#politica_base {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	background-color: #FFFFFF;
	padding-bottom: 150px;
	padding-top: 100px;
}
.politica_titulo_1 {
	font-size: 30px;
	margin-bottom: 80px;
}
.sub_politica_titulo {
	font-size: 18px;
	margin-bottom: 20px;
}
.caixa_politica {
	width: 90%;
}
.caixa_politica_idf {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 50px;
}
politica_titulo {
	font-weight: bold;
	font-size: 30px;
}
politica_titulo2 {
	font-weight: bold;
	font-size: 23px;
}

.teste {
	width: 100%;
	background-color: #CCDDDD;
	color: #000000;
	text-align: center;
	padding-top: 30px;
}
#senha {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
	background-color: #0E94CA;
}
#senha img {
	width: 300px;
	margin: 100px;
}











@media (max-width: 500px){

	header .container {
		flex-direction: row;
	}
	nav ul {
		flex-direction: column;
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #FFFFFF;
	}
	header {
		height: auto;
	}
	.logo {
		padding-left: 20px;
	}
	.menuMobile {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	}
	#banner {
	max-width: 500px;
	text-align: center;
	}
	.titulo_princ {
	height: 30px;
	font-size: 22px;
	}
	.menu_princ {
	display: none;
	}
	.menu_princ_mob {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	height: 300px;
	max-width: 500px;
	}
	.icones_princ_mob {
	width: 140px;
	height: 158px;
	margin-top: 15px;
	margin-right: 35px;
	margin-left: 35px;
	}
	.icones_princ_mob img {
	width: 140px;
	min-height:  158px;
	}
	.campo_esclarecimento {
	flex-wrap: wrap;
	min-width: 400px;
	height: 320px;
	padding-top:  30px;
	padding-bottom: 30px;  
	}
	.campo_interno_escla {
	min-width: 380px;
	min-height:  110px;
	margin: 9px;
	border: 2px solid #39aae1;
	border-radius: 25px;
	padding: 10px;
	}
	.campo_banners {
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 500px;
	height: 550px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	}
	.banner {
	display: none;
	}
	.banner_mob {
	display: block;
	}
	.banner a{
	max-width: 400px;
	}
	.campo_infor {
	height: 540px;
	}
	.campo_infor_titulo {
	font-size: 25px;
	}
	.campo_infor_texto {
	font-size: 18px;
	}
	.campo_infor_ler {
	font-size: 18px;
	}
	.campo_dicas {
	max-width: 500px;
	height: 600px;
	padding-bottom: 130px;
	}
	.campo_dicas_videos {
	display: none;
	}
	.campo_dicas_videos_mob {
	width: 90%;
	height: 245px;
	display: flex;
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	}
	.campo_dicas_video {
		display: flex;
	justify-content: center;
	margin: 15px;
	margin: 25px;
	}
	.campo_depoimentos {
	
	height: 780px;
	}
	.campo_depoimentos_caixas {
	display: none;
	}
	.campo_depoimentos_caixas_mob {
	display: block;	
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 500px;
	height: 750px;
	background-color: #FFFFFF;
	color: #000000;
	}
	.caixa_depoimento {
	width: 205px;
	height: 180px;
	font-size: 14px;
	}
	.direitos_mob {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 1050px;
	height: 80px;
	background-color: #FFFFFF;
	}
	.direitos {
	display: none;
	}
	.campo_footer_caixas {
	display: flex;
	flex-direction: column;
	width: 100%px;
	}
	.barra_menu_footer {	
	width: 100%;
	}
	.caixa_footer1 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 350px;
	height: 210px;
	padding: 25px;
	}
	.caixa_footer2 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	width: 350px;
	height: 280px;
	font-size: 15px;
	padding: 25px;
	}
	.caixa_footer3 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	width: 350px;
	height: 100px;
	font-size: 15px;
	padding: 25px;

	}
	.caixa_footer4 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	width: 350px;
	height: 200px;
	font-size: 15px;
	padding: 25px;
	}
	#atualizando {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	width: 100%;
	background-color: #FFFFFF;
	}

	.conteiner_esclarecimento {
		display: none;
	}


}




@media (max-width: 450px){
	
	header {
		background-color: #FFFFFF;
	}
	header .container {
		flex-direction: row;
		background-color: #FFFFFF;
	}
	article {
		background-color: #FFFFFF;
	}
	nav ul {
		flex-direction: column;
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #FFFFFF;
	}
	header {
		height: auto;
	}
	.logo {
		padding-left: 20px;
	}
	.menuMobile {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	}
	#banner {
	max-width: 100%;
	text-align: center;
	}
	.titulo_princ {
	height: 30px;
	font-size: 22px;
	}
	.menu_princ {
	display: none;
	}
	.menu_princ_mob {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	height: 300px;
	max-width: 380px;
	}
	.icones_princ_mob {
	width: 140px;
	height: 158px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	}
	.icones_princ_mob img {
	width: 140px;
	min-height:  158px;
	}
	.campo_esclarecimento {
	display: none; 
	}
	.campo_interno_escla {
	display: none; 
	}
	.campo_banners {
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 380px;
	height: 550px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	}
	.banner {
	display: none;
	}
	.banner_mob {
	display: block;
	}
	.banner_mob img{
	width: 100%;
	}
	.banner a{
	max-width: 400px;
	}
	.campo_infor {
	height: 660px;
	}
	.campo_infor_titulo {
	font-size: 25px;
	}
	.campo_infor_texto {
	font-size: 18px;
	}
	.campo_infor_ler {
	font-size: 18px;
	}
	.campo_dicas {
	max-width: 500px;
	height: 600px;
	padding-bottom: 130px;
	}
	.campo_dicas_videos {
	display: none;
	}
	.campo_dicas_videos_mob {
	width: 90%;
	height: 245px;
	display: flex;
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	}
	.campo_dicas_video {
		display: flex;
	justify-content: center;
	margin: 15px;
	margin: 25px;
	}
	.campo_depoimentos {
	
	height: 780px;
	}
	.campo_depoimentos_caixas {
	display: none;
	}
	.campo_depoimentos_caixas_mob {
	display: block;	
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 500px;
	height: 750px;
	background-color: #FFFFFF;
	color: #000000;
	}
	.caixa_depoimento {
	width: 205px;
	height: 180px;
	font-size: 14px;
	}
	.direitos_mob {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 1050px;
	height: 80px;
	background-color: #FFFFFF;
	}
	.direitos {
	display: none;
	}
	.campo_footer_caixas {
	display: flex;
	flex-direction: column;
	width: 100%px;
	}
	.barra_menu_footer {	
	width: 100%;
	}
	.caixa_footer1 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 350px;
	height: 210px;
	padding: 15px;
	}
	.caixa_footer2 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	width: 350px;
	height: 280px;
	font-size: 15px;
	padding: 15px;
	}
	.caixa_footer3 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	width: 350px;
	height: 100px;
	font-size: 15px;
	padding: 15px;

	}
	.caixa_footer4 {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	width: 350px;
	height: 200px;
	font-size: 15px;
	padding: 15px;
	}
	#atualizando {
	display: flex;	
	margin: 0 auto;
	justify-content: center;
	width: 100%;
	background-color: #FFFFFF;
	}
	.conteiner_esclarecimento {
		display: block;
		padding: 20px;
		padding-bottom: 5px;
	}
	.container_escar_caixa {
		border: 2px solid #CCDDDD;
		border-radius: 25px;
		padding: 15px;
		margin-bottom: 15px;
	}
	.container_escar_titulo {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.container_escar_texto {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.container_escar_link a{
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}


}
