/*  PAGINA 1  */



.corpo_pg1{
	background-image:url(../img/Home.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:cover;
	font-family: 'Roboto', sans-serif;
}

.navbar{
	background-color:#f8f9fa00 !important;
}

.sec_tela_1{
	margin-top:130px;
}

.tt_pg1{
	color:#fff;
	font-weight:800;
	font-size:48px;
}

.subtt_pg1{
	font-size:24px;
	font-weight:800;
	padding-top:32px;
}

.p_pg1{
	font-size:14px;
	color:#fff;
}

.p2_pg1{
	font-size:14px;
}

.btn_submit_pg1{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	width:100%;
	font-weight:800;
}

.back_form_pg1{
	background-color:#ffffff2b;
	padding:16px;
	border-radius:8px;
}

.input_text_pg1{
	background-color:#ffffff99;
	border-color:#ffffff42;
	color: #000000;
}

.input_text_pg1::placeholder{
	color:#fff;
}

.back_white_pg1{
	margin-top:85px;
	background-color:#fff;
	min-height:40vh;
}

/* FIM PAGINA 1  */

/*  PAGINA 2  */

.corpo_pg2{
	background-image:url(../img/Home2.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:cover;
	font-family: 'Roboto', sans-serif;
}

.sec_tela_2{
	margin-top:130px;
}


.linha_pg2{
	background-color:#fff;
}

.container_pg2{
	background-color:#fff;
	min-height:75vh;
	margin-top:48px;
}

.subtt_pg2{
	font-weight:800;
	margin-top:24px;
}



/* FIM PAGINA 2  */

/* PAGINA 3 */

.corpo_pg3{
	background-image:url(../img/Home3.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:cover;
	font-family: 'Roboto', sans-serif;
}

.p_pg3{
	font-size:24px;
	font-weight:800;
	margin-top:24px;
	color:#323232;
}

.pp_pg3{
	font-size:14px;
	font-weight:800;
	color:#878787;
}

.acordeon{
	background-color:#fff;
	padding:10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.btn_pg3{
	background-color:#EAEAEA;
	border-color:#EAEAEA;
	padding:15px 80px;
	color:#696969;
	width:100%;
}

.btn_pg3:hover{
	background-color:#1F8EF5;
	border-color:#007DB3;
	padding:15px 80px;
	color:#fff;
}

.btn_pg4{
	background-color:#dc3545;
	border-color:#dc3545;
	padding:15px 80px;
	color:#fff;
	width:100%;
}

.btn_pg4:hover{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	padding:15px 80px;
	color:#fff;
}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	padding:15px 80px;
	color:#fff;
}

/* FIM PAGINA 3 */



/** COMEÇO DO FOOTER */

footer{
	margin-top:63px;
	 	background-color:#0A4772;
}

 .footer_canal_telegram{
 	background-color:#fff;
 	min-height:80px;
 }
 
 .col_canal_telegram{
 	padding-top:25px ;
 }

 .btn_blue{
 	background-color:#1F8EF5;
 }



 .footer_1_footer_blue{
 	background-color:#0F4972;
 	padding-top:25px ;
 }

.footer_2_footer_blue{
	padding-top:50px;
	background: linear-gradient(90deg, #0A4772 9.9%, rgba(10, 71, 114, 0) 100%), #0A4772;
}

 .tt_footer{
 	font-size:18px;
 	color:#fff;
 	font-weight:700;
 }

 .Link_footer{
 	color:#fff;
 }

 .linha_2_footer{
 	min-height:212px;
 	padding-top:25px ;
 }

 

 .col_2_footer{
 	margin-left:100px;
 }

 .col_3_footer{
 	margin-left:100px;
 }

 .footer-2_down{
 	background-color:#0A4772;
 	color:#fff;
 	min-height:60px;
 }

.linha_fluid_footer{
	padding-top:25px ;
}

.icon_social{
	width:6%;
}

.col_social_mobile_footer{
 	display:none;
 }

 .col_img_logo_footer{
 	margin-right:auto;
 	margin-left:auto;
 }

 .mobiles_img_footer{
 	display:none;
 }
 /** FIM DO FOOTER */














/* RESPONSIVIDADE  */


@media (max-width:319px) {

}
@media (min-width:320px) and (max-width: 360px){

	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	/* FIM PAGINA 1  */

	/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	/* FIM PAGINA 2  */

	/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	

	

}
@media (min-width:361px) and (max-width: 375px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}



	/* FIM PAGINA 3  */
	
}
@media (min-width:376px) and (max-width: 414px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	.back_white_pg1{
			min-height:60vh;
		}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	
}
@media (min-width:415px) and (max-width: 533px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	.back_white_pg1{
			min-height:60vh;
		}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	
}
@media (min-width: 534px) and (max-width: 575px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	.back_white_pg1{
			min-height:60vh;
		}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	
}
@media (min-width: 576px) and (max-width:744px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	.back_white_pg1{
			min-height:60vh;
		}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	
}
@media (min-width: 745px) and (max-width: 767px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.br_some{
		display:none;
	}

	.back_white_pg1{
			min-height:60vh;
		}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	
}
@media (min-width: 768px) and (max-width: 991px){
	/*  PAGINA 1  */

	.corpo_pg1{
		background-image:url(../img/back-home-mobile1.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		
	}

	.sec_tela_1{
		margin-top:43px;
	}

	.tt_pg1{
		color:#fff;
		font-weight:800;
		font-size:32px;
	}

	.subtt_pg1{
		font-size:24px;
		font-weight:800;
		padding-top:32px;
	}

	.back_white_pg1{
	margin-top:85px;
	background-color:#fff;
	min-height:55vh;
}

.br_some{
		display:none;
	}

	/* FIM PAGINA 1  */

		/*  PAGINA 2  */

	.corpo_pg2{
		background-image:url(../img/back-home-mobile2.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		text-align:center;
	}

	/* FIM PAGINA 2  */

		/*  PAGINA 3  */

	.corpo_pg3{
		background-image:url(../img/back-home-mobile3.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:cover;
		font-family: 'Roboto', sans-serif;
		text-align:center;
	}

.btn_avance{
	background-color:#1F8EF5;
	border-color:#1F8EF5;
	color:#fff;
	width:100%;
	margin-bottom:50px;
	font-size:14px;
	padding:15px 20px;
}

	/* FIM PAGINA 3  */
	
}
@media (min-width: 992px) and (max-width: 1199px){
	/* PAGINA 1  */

		.back_white_pg1{
			margin-top:85px;
			background-color:#fff;
			min-height:40vh;
		}

	/* FIM PAGINA 1  */
	
}
@media (min-width: 1200px) and (max-width:1359px){
	
}
@media (min-width: 1368px) and (max-width:2599px){
		/* PAGINA 1  */

		.back_white_pg1{
			margin-top:85px;
			background-color:#fff;
			min-height:60vh;
		}

	/* FIM PAGINA 1  */
}
@media (min-width: 2600px) and (max-width:8000px){
		/* PAGINA 1  */

		.back_white_pg1{
			margin-top:85px;
			background-color:#fff;
			min-height:60vh;
		}

	/* FIM PAGINA 1  */
	
}