body{
	Font-family: 'Roboto', sans-serif;
}


/*##### TOP 1 ######*/

#top_1{
	background-image:url("../img/back_top_5.jpg");
	background-position:cover;
	background-repeat:no-repeat;
	background-size:100%;
	height:900px;
}

#tt_top_1{
	margin-top:50px;
	margin-bottom:50px;
	color:white;
}

#video_top_1{
	width:93%;
	height:500px;
	font-weight:bold;
}

#tt_top_1_color{
	color:#DDCB00;
	font-weight:bold;
}

#btn_top_1{
	width:80%;
	font-size:30px;
	font-weight:bold;
	padding:10px 50px;
	margin-top:20px;

}

#btn_top_1-mobile{
	width:80%;
	font-size:30px;
	font-weight:bold;
	padding:10px 50px;
	margin-top:20px;
	display:none;
}

#p_top_1{
	margin-top:20px;
	color:white;
}

/*#### FIM TOP 1  #####*/


/*#### TOP 2  #####*/

#top_2{
	background-color:#F6F6F6;
	padding-top:100px;
	padding-bottom:100px;
	
}


#img_top_2{
	width:100%;
	border-radius:100%;
}

#btn_saiba_top_2{
	background-color:#2f5e8c;
	border:none;
	width:100%;
	font-weight:bold;
	font-size:30px;
}

#p_top_2{
	font-family: 'Open Sans', sans-serif;
	font-weight:400px;
}

/*#### FIM TOP 2  #####*/

/*#### TOP 3  #####*/

#top_3{
	height:400px;
}

.card_beneficio{
-webkit-box-shadow: 6px 5px 44px 4px rgba(0,0,0,0.16); 
box-shadow: 6px 5px 44px 4px rgba(0,0,0,0.16);
	background-color:#FFFAFA;
	padding:20px;
	border-radius:5px;
}

.tt_top_3{
	color:#2F5E8C;
}

/*#### FIM TOP 3  #####*/

/*#### TOP 4  #####*/

#top_4{
	background-color:#2F5E8C;
	padding-top:100px;
	padding-bottom:100px;
}

#tt_top_4{
	color:#fff;
}

#p_top_4{
	color:#fff;
}

/*#### FIM TOP 4  #####*/

/*#### CONTADOR REGRESSIVO  #####*/

.contador_regressivo{
	padding-top:100px;
	padding-bottom:100px;
}

.img_contador{
	width:80%;
}

.tt_lp_timer{
	color:#666666;
}

/*#### FIM CONTADOR REGRESSIVO  #####*/


/*#### FORMULARIO_ENVIO  #####*/

.formulario_envio{
	background-color:#F6F6F6;
	padding-top:100px;
	padding-bottom:100px;
}

/*#### FORMULARIO_ENVIO  #####*/

/*#### FOOTER #####*/

.footer{
	padding-top:50px;
	background-color:#333;
	height:300px;
    box-shadow: inset 0 0 5rem rgb(0 0 0 / 50%);

}

.p_footer{
	color:#968D8D;
}

/*#### FIM FOOTER #####*/


/*#### PAGINA DE OBRIGADO #####*/

#anima_mail{
	width:50%;
}

.tt_pg_ob{
	font-size:50px;
}

.section_obg{
	padding:10px 200px;
	margin-bottom:100px;
}

#anima_obg{
	width:50%;
}


.texto_pos_obg{
	font-size:16px;
	color:#8d8d8d;
}
/*#### FIM PAGINA DE OBRIGADO #####*/











/*######## RESPONSIVIDADE ########*/

/*MOBILE*/

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

/*##### TOP 1 ######*/

	body{
		text-align:center;
	}

	#btn_top_1{
		display:none;
	}

	#btn_top_1-mobile{
		width:100%;
		font-size:22px;
		display:block;
	}

	#video_top_1{
		width:100%;
		height:200px;
		font-weight:bold;
	}

	#top_1{
		background-image:url("../img/back_top_4_mobile.jpg");
		background-position:cover;
		background-repeat:no-repeat;
		background-size:100%;
		height:560px;
		padding-bottom:100px;
	}

	#tt_top_1{
		font-size:25px;
		margin-top:50px;
		margin-bottom:50px;
		color:white;
	}
	#tt_top_1_color{
		font-size:25px;
		color:#DDCB00;
		font-weight:bold;
	}

/*#### FIM TOP 1 ######*/

/*##### TOP 2 ######*/

#top_2{
	background-color:#F6F6F6;
	padding-top:50px;
	padding-bottom:100px;
	
}

#col_tt_top_2{
	margin-top:30px;
}

/*#### FIM TOP 2 ######*/

/*#### TOP 3  #####*/

#top_3{
	height:1000px;
}

/*#### FIM TOP 3 ######*/


.section_obg{
	padding:0;
}

.tt_pg_ob{
	font-size:40px;
}

.texto_pos_obg{
	font-size:16px;
	color:#8d8d8d;
}

.img_contador{
	width:100%;
}





}



/*TABLET*/

@media screen and (min-width:481px) and (max-width:768px) {
	/*##### TOP 1 ######*/

	body{
		text-align:center;
	}

	#btn_top_1{
		display:none;
	}

	#btn_top_1-mobile{
		width:100%;
		font-size:22px;
		display:block;
	}

	#video_top_1{
		width:100%;
		height:400px;
		font-weight:bold;
	}

	#top_1{
		background-image:url("../img/back_top_4_mobile.jpg");
		background-position:cover;
		background-repeat:no-repeat;
		background-size:100%;
		height:700px;
		padding-bottom:100px;
	}

	#tt_top_1{
		font-size:25px;
		margin-top:50px;
		margin-bottom:50px;
		color:white;
	}
	#tt_top_1_color{
		font-size:25px;
		color:#DDCB00;
		font-weight:bold;
	}

/*#### FIM TOP 1 ######*/

/*##### TOP 2 ######*/

#top_2{
	background-color:#F6F6F6;
	padding-top:50px;
	padding-bottom:100px;
	
}

#col_tt_top_2{
	margin-top:30px;
}

#img_top_2{
	width:50%;
}

/*#### FIM TOP 2 ######*/

}











}

/*MINI NOTBOOKS*/

@media screen and (min-width:769px) and (max-width:1199px) {
	/*##### TOP 1 ######*/

	body{
		text-align:center;
	}

	#btn_top_1{
		display:none;
	}

	#btn_top_1-mobile{
		width:100%;
		font-size:22px;
		display:block;
	}

	#video_top_1{
		width:50%;
		height:420px;
		font-weight:bold;
	}

	#top_1{
		background-image:url("../img/back_top_4_mobile.jpg");
		background-position:cover;
		background-repeat:no-repeat;
		background-size:100%;
		height:700px;
		padding-bottom:100px;
	}

	#tt_top_1{
		font-size:25px;
		margin-top:50px;
		margin-bottom:50px;
		color:white;
	}
	#tt_top_1_color{
		font-size:25px;
		color:#DDCB00;
		font-weight:bold;
	}

/*#### FIM TOP 1 ######*/

	/*##### TOP 2 ######*/

	#top_2{
		background-color:#F6F6F6;
		padding-top:50px;
		padding-bottom:100px;
		
	}

	#col_tt_top_2{
		margin-top:30px;
	}

	#img_top_2{
		width:50%;
	}

	/*#### FIM TOP 2 ######*/

	}

}

/*XL SCREEN*/

@media screen and (min-width:1200px){

}