@charset "utf-8";

/**PADRÕES**/
body{
	margin: 0;
	padding: 0;
	font-family: "mmedio", sans-serif;
	color: #fff;
	font-size: 14px;
	height: 100%;
	overflow-x: hidden;
	background: #000;
}

img, a{
	text-decoration: none;
	border: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.img_cem{width: 100%;}

/**FONTES**/
@font-face {font-family: "coluna"; src: url("../fonts/coluna.ttf") format("truetype");}
@font-face {font-family: "mregular"; src: url("../fonts/mregular.ttf") format("truetype");}
@font-face {font-family: "mmedio"; src: url("../fonts/mmedio.ttf") format("truetype");}
@font-face {font-family: "mbold"; src: url("../fonts/mbold.ttf") format("truetype");}
@font-face {font-family: "mblack"; src: url("../fonts/mblack.ttf") format("truetype");}


.font_title{font-family: "coluna";}
.font_regular{font-family: "mregular";}
.font_medio{font-family: "mmedio";}
.font_bold{font-family: "mbold";}
.font_black{font-family: "mblack";}

/**CORES**/
.cor_amarelo1{color: #ffbb1f;}
.cor_amarelo2{color: #fed700;}
.cor_roxo{color: #5f0070;}
.cor_branca{color: #fff;}
.cor_preta{color: #000;}

/*BGS*/
.bg_roxo{background: #5f0070;}
.bg_amarelo{background: #fed700;}

/**TAMANHOS**/
.tamanho_tt1{font-size: 35px;}
.tamanho_tt2{font-size: 55px;}
.tamanho_tt3{font-size: 35px;}

/**ESTRUTURA**/
.top{
	background: url('../img/bg01.png') no-repeat top center;
	background-size: cover;
	overflow: hidden;
}

.content{
	overflow: hidden;
	margin: 0 auto;
	width: 70%;
}

.base_top{
	margin-top: 100px;
	overflow: hidden;
	min-height: 1500px;
}

.logo{
	width: 217px;
	overflow: hidden;
	margin-bottom: 100px;
}

.title_top{
	width: 45%;
	overflow: hidden;
	font-size: 70px;
	margin-bottom: 30px;
}

.text_top{
	width: 45%;
	overflow: hidden;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 50px;
}

.area_bt{
	overflow: hidden;
	width: 45%;
	height: 140px;
}

.bt_topo{
	width: 100%;
	overflow: hidden;
}

.bt_topo:hover{
	animation-name: bt;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

  /*Safari 4.0 - 8.0 */
	@-webkit-keyframes bt {
	    0%   {width: 100%;}
			50%   {width: 90%;}
			100%   {width: 100%;}
	}

	/* Standard syntax */
	@keyframes bt {
			0%   {width: 100%;}
			50%   {width: 90%;}
			100%   {width: 100%;}
	}

.text_complementar{
	width: 45%;
	font-size: 16px;
}

/*Vídeo*/
.video{
	width: 50%;
	height: 550px;
	margin: 0 auto;
	margin-top: -350px;
	margin-bottom: 80px;
}

/*box*/
.box{
	float: left;
	width: 50%;
	overflow: hidden;
}

.acao{
	float:right;
	width: 50%;
	overflow: hidden;
	margin-top: 50px;
}

.title_acao{
	font-size: 35px;
	overflow: hidden;
	margin-bottom: 40px;
}

.text_acao{
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}

/*vantagens*/
.vantagens{
	overflow: hidden;
}

.aba{
	overflow: hidden;
	width: 100%;
}

.base_color{
	overflow: hidden;
	width: 100%;
}

.title_left{
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.box_vant_desvant{
	margin: 0 auto;
	width: 85%;
	overflow: hidden;
	margin-bottom: 50px;
}

.col_vant{
	float: left;
	width: 50%;
	overflow: hidden;
}

.col_desvant{
	float: right;
	width: 40%;
	overflow: hidden;
}

.vant_text{
	font-size: 28px;
	text-align: center;
	width: 300px;
	padding: 15px;
	border-radius: 50px;
	margin-bottom: 40px;
}

.desvant_text{
	font-size: 28px;
	text-align: center;
	width: 300px;
	padding: 15px;
	border-radius: 50px;
	margin-bottom: 40px;
	background: #ff00ff;
}

.list_line{
	overflow: hidden;
	margin-bottom: 30px;
}

.ico_vant{
	float: left;
	width: 35px;
	margin-right: 15px;
}

.text_list{
	float: left;
	width: 75%;
	font-size: 16px;
}

.bt_center{
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.title_center{
	text-align: center;
	margin-bottom: 50px;
	line-height: 40px;
	overflow: hidden;
}

.desenhos{
	overflow: hidden;
	margin-bottom: 50px;
}

.box_insta{
	float: right;
	width: 300px;
	overflow: hidden;
}

.icon_insta{
	width: 60px;
	float: left;
	margin-right: 10px;
}

.text_insta{
	overflow: hidden;
}

.col1_convencimento{
	float: left;
	width: 50%;
	overflow: hidden;
	margin-bottom: 40px;
}

.col2_convencimento{
	float: right;
	width: 45%;
	overflow: hidden;
	margin-bottom: 40px;
}

.list_conv{
	overflow: hidden;
	margin-bottom: 50px;
}

.number{
	float: left;
	width: 25%;
}

.info_conv{
	float: right;
	width: 70%;
}

.title_conv{
	font-size: 25px;
	margin-bottom: 10px;
}

.text_conv{
	font-size: 18px;
	line-height: 30px;
}

.base_mestre{
	overflow: hidden;
}

.text_mestre{
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 22px;
	line-height: 35px;
}

.foto_mestre{
	float: right;
	width: 45%;
}

.conj_modulo{
	overflow: hidden;
	margin-bottom: 80px;
}

.img_modulo{
	float: left;
	width: 45%;
}

.info_modulo{
	float: left;
	width: 40%;
	margin-top: 100px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 22px;
	line-height: 35px;
}

.sobre{
	overflow: hidden;
}

.img_notebook{
	position: absolute;
	margin-top: -100px;
	width: 600px;
	margin-left: 150px;
}

.info_sobre{
	float: right;
	width: 40%;
	overflow: hidden;
	margin-right: 15%;
	margin-top: 50px;
	margin-bottom: 300px;
}

.text_sobre{
	font-size: 30px;
	margin-bottom: 25px;
}

.list_float{
	width: 45%;
	float: left;
	margin-left: 5%;
	overflow: hidden;
}

.conj_list{
	overflow: hidden;
	margin-bottom: 20px;
}

.icon_list_sobre{
	float: left;
	width: 30px;
	margin-right: 5px;
}

.text_list_sobre{
	float: left;
	width: 300px;
	font-size: 18px;
}

.bonus{
	margin-top: -400px;
	overflow: hidden;
}

.emoji1{
	width: 150px;
	position: absolute;
	left: 50px;
	margin-top: -100px;
}

.emoji2{
	width: 300px;
	position: absolute;
	right: 100px;
	margin-top: -200px;
}

.conj_bonus{
	overflow: hidden;
	margin-bottom: 80px;
}

.conj_bonus2{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 80px;
}


.img_bonus{
	float: left;
	margin-left: 20px;
	width: 50%;
}

.img_bonus2{
	float: left;
	margin-left: 20px;
	width: 60%;
}

.img_bonus3{
	float: left;
	width: 40%;
	position: absolute;
	right: 10%;
	margin-top: -100px;
}

.img_bonus4{
	float: left;
	margin-left: 20px;
	margin-right: 50px;
	width: 30%;
}

.titles_bonus{
	width: 25%;
	float: left;
	overflow: hidden;
	margin-left: -5%;
}

.titles_bonus3{
	width: 40%;
	float: left;
	overflow: hidden;
	margin-left: 10%;
	text-align: right;
}

.titles_bonus2{
	overflow: hidden;
}

.t_amarelo{
	font-size: 85px;
}

.t_amarelo2{
	font-size: 75px;
}

.t_amarelo3{
	font-size: 55px;
}

.t_branco{
	font-size: 30px;
}

.t_branco2{
	font-size: 38px;
}


.info_bonus{
	width: 20%;
	float: left;
	overflow: hidden;
	font-size: 22px;
	line-height: 35px;
}

.info_bonus2{
	margin-top: 40px;
	overflow: hidden;
	font-size: 22px;
	line-height: 35px;
}

.info_b{
	width: 35%;
	float: left;
	overflow: hidden;
	margin-left: -5%;
}

.info_b2{
	width: 45%;
	float: left;
	overflow: hidden;
	margin-top: 130px;
}

.base_comunidade{
	overflow: hidden;
	margin-bottom: 100px;
}

.title_comunidade{
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 60px;
}

.text_comunidade{
	float: right;
	width: 45%;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
}

.title_comunidade2{
	font-size: 33px;
	overflow: hidden;
	margin-bottom: 30px;
}

.img_comunidade{
	overflow: hidden;
	margin-bottom: 100px;
}

.img_com{
	width: 29.33%;
	float: left;
	margin: 0 2%;
}

.logo_center{
	width: 217px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.conversao{
	overflow: hidden;
	margin-bottom: 120px;
}

.info_conversao{
	float: left;
	width: 44%;
	padding-right: 5%;
	overflow: hidden;
}

.title_conversao{
	font-size: 33px;
	overflow: hidden;
	margin-bottom: 40px;
}

.list_conversao{
	overflow: hidden;
	margin-bottom: 25px;
	width: 90%;
	margin-left: 5%;
}

.ico_conversao{
	float: left;
	margin-right: 5px;
	width: 30px;
}

.text_conversao{
	float: left;
	font-size: 16px;
	width: 80%;
}

.valor_conversao{
	float: left;
	width: 45%;
	padding-left: 5%;
	border-left: 2px solid #fff;
}

.garantia{
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.img_garantia{
	float: left;
	width: 250px;
}

.text_garantia{
	float: left;
	font-size: 25px;
	width: 60%;
	margin-top: 40px;
	margin-left: 70px;
}

.copyright{
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 50px;
}

.whatsapp_ico{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	z-index: 9999999999999999999999999999;
	animation-name: whatsapp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
	@-webkit-keyframes whatsapp {
	    0%   {bottom: 20px;}
			50%   {bottom: 50px;}
			100%   {bottom: 20px;}
	}

	/* Standard syntax */
	@keyframes whatsapp {
		0%   {bottom: 20px;}
 	 50%   {bottom: 50px;}
 	 100%   {bottom: 20px;}
	}


@media only screen and (max-width: 970px) {
	header{
		position: fixed;
		z-index: 1;
		width: 100%;
	}

	/**TAMANHOS**/
	.tamanho_tt1{font-size: 35px;}
	.tamanho_tt2{font-size: 40px;}
	.tamanho_tt3{font-size: 35px;}

	/**ESTRUTURA**/
	.top{
		background: #000;
		background-size: cover;
		overflow: hidden;
	}

	.content{
		overflow: hidden;
		margin: 0 auto;
		width: 70%;
	}

	.base_top{
		margin-top: 100px;
		overflow: hidden;
		min-height: auto;
	}

	.logo{
		width: 217px;
		overflow: hidden;
		margin-bottom: 100px;
	}

	.title_top{
		width: 100%;
		overflow: hidden;
		font-size: 50px;
		margin-bottom: 30px;
	}

	.text_top{
		width: 100%;
		overflow: hidden;
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 50px;
	}

	.area_bt{
		overflow: hidden;
		width: 100%;
		height: 120px;
	}

	.bt_topo{
		width: 100%;
		overflow: hidden;
	}

	.bt_topo:hover{
		animation-name: bt;
		animation-duration: 1s;
		animation-iteration-count: infinite;
	}

	  /*Safari 4.0 - 8.0 */
		@-webkit-keyframes bt {
		    0%   {width: 100%;}
				50%   {width: 90%; margin-left: 5%;}
				100%   {width: 100%;}
		}

		/* Standard syntax */
		@keyframes bt {
				0%   {width: 100%;}
				50%   {width: 90%; margin-left: 5%;}
				100%   {width: 100%;}
		}

	.text_complementar{
		width: 100%;
		font-size: 16px;
	}

	/*Vídeo*/
	.video{
		width: 80%;
		height: 250px;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 80px;
	}

	/*box*/
	.box{
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.acao{
		float:none;
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
	}

	.title_acao{
		font-size: 35px;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.text_acao{
		font-size: 20px;
		line-height: 30px;
		overflow: hidden;
		margin-bottom: 40px;
	}

	/*vantagens*/
	.vantagens{
		overflow: hidden;
	}

	.aba{
		overflow: hidden;
		width: 100%;
	}

	.base_color{
		overflow: hidden;
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.title_left{
		line-height: 50px;
		overflow: hidden;
		margin-bottom: 50px;
		padding-bottom: 20px;
		text-align: center;
	}

	.box_vant_desvant{
		margin: 0 auto;
		width: 85%;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.col_vant{
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.col_desvant{
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.vant_text{
		font-size: 18px;
		text-align: center;
		width: 100%;
		padding: 15px 0;
		border-radius: 50px;
		margin-bottom: 40px;
	}

	.desvant_text{
		font-size: 18px;
		text-align: center;
		width: 100%;
		padding: 15px 0;
		border-radius: 50px;
		margin-bottom: 40px;
		background: #ff00ff;
	}

	.list_line{
		overflow: hidden;
		margin-bottom: 30px;
	}

	.ico_vant{
		float: left;
		width: 35px;
		margin-right: 15px;
	}

	.text_list{
		float: left;
		width: 75%;
		font-size: 16px;
	}

	.bt_center{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.title_center{
		text-align: center;
		margin-bottom: 50px;
		line-height: 40px;
		overflow: hidden;
	}

	.desenhos{
		overflow: hidden;
		margin-bottom: 50px;
	}

	.box_insta{
		float: right;
		width: 300px;
		overflow: hidden;
	}

	.icon_insta{
		width: 60px;
		float: left;
		margin-right: 10px;
	}

	.text_insta{
		overflow: hidden;
	}

	.col1_convencimento{
		display: none;
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.col2_convencimento{
		padding-top: 100px;
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.list_conv{
		overflow: hidden;
		margin-bottom: 50px;
	}

	.number{
		float: left;
		width: 25%;
	}

	.info_conv{
		float: right;
		width: 70%;
	}

	.title_conv{
		font-size: 25px;
		margin-bottom: 10px;
	}

	.text_conv{
		font-size: 18px;
		line-height: 30px;
	}

	.base_mestre{
		overflow: hidden;
	}

	.text_mestre{
		float: none;
		width: 100%;
		overflow: hidden;
		font-size: 22px;
		line-height: 35px;
	}

	.foto_mestre{
		float: none;
		width: 100%;
	}

	.conj_modulo{
		overflow: hidden;
		margin-bottom: 80px;
	}

	.img_modulo{
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.info_modulo{
		display: none;
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
		margin-right: 0;
		font-size: 22px;
		line-height: 35px;
	}

	.sobre{
		overflow: hidden;
	}

	.img_notebook{
		position: absolute;
		margin-top: -100px;
		width: 80%;;
		margin-left: 50px;
	}

	.info_sobre{
		float: none;
		width: 80%;
		overflow: hidden;
		margin-right: 0;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 200px;
		margin-bottom: 300px;
	}

	.text_sobre{
		font-size: 30px;
		margin-bottom: 25px;
	}

	.list_float{
		width: 100%;
		float: none;
		margin-left: 0;
		overflow: hidden;
	}

	.conj_list{
		overflow: hidden;
		margin-bottom: 20px;
	}

	.icon_list_sobre{
		float: left;
		width: 30px;
		margin-right: 5px;
	}

	.text_list_sobre{
		float: left;
		width: 250px;
		font-size: 18px;
	}

	.bonus{
		margin-top: -250px;
		overflow: hidden;
	}

	.emoji1{
		width: 150px;
		position: absolute;
		left: -20px;
		margin-top: -150px;
	}

	.emoji2{
		width: 300px;
		position: absolute;
		right: 0px;
		margin-top: -250px;
	}

	.conj_bonus{
		overflow: hidden;
		margin-bottom: 80px;
	}

	.conj_bonus2{
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 80px;
	}


	.img_bonus{
		float: none;
		margin-left: 0px;
		width: 100%;
	}

	.img_bonus2{
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.img_bonus3{
		display: none;
		float: none;
		width: 70%;
		position: static;
		right: 0;
		margin: 0 auto;
		margin-top: 10px;
	}

	.img_bonus4{
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 60%;
		margin: 0 auto;
	}

	.titles_bonus{
		width: 80%;
		float: none;
		overflow: hidden;
		margin-left: 0%;
		margin: 0 auto;
		text-align: center;
	}

	.titles_bonus3{
		width: 80%;
		float: none;
		overflow: hidden;
		margin-left: 0;
		text-align: center;
		margin: 0 auto;
	}

	.titles_bonus2{
		overflow: hidden;
		text-align: center;
	}

	.t_amarelo{
		font-size: 45px;
	}

	.t_amarelo2{
		font-size: 45px;
	}

	.t_amarelo3{
		font-size: 25px;
	}

	.t_branco{
		font-size: 30px;
	}

	.t_branco2{
		font-size: 38px;
	}


	.info_bonus{
		width: 80%;
		float: none;
		text-align: center;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
		margin: 0 auto;
	}

	.info_bonus2{
		margin-top: 40px;
		overflow: hidden;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
	}

	.info_b{
		width: 80%;
		float: none;
		overflow: hidden;
		margin-left: 0%;
		margin: 0 auto;
	}

	.info_b2{
		width: 80%;
		float: none;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 20px;
	}

	.base_comunidade{
		overflow: hidden;
		margin-bottom: 100px;
		padding-top: 100px;
	}

	.title_comunidade{
		float: none;
		width: 100%;
		overflow: hidden;
		font-size: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	.text_comunidade{
		float: none;
		width: 100%;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}

	.title_comunidade2{
		font-size: 33px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.img_comunidade{
		overflow: hidden;
		margin-bottom: 100px;
	}

	.img_com{
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.logo_center{
		width: 217px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.conversao{
		overflow: hidden;
		margin-bottom: 120px;
	}

	.info_conversao{
		float: none;
		width: 100%;
		padding-right: 0;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.title_conversao{
		font-size: 33px;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.list_conversao{
		overflow: hidden;
		margin-bottom: 25px;
		width: 90%;
		margin-left: 5%;
	}

	.ico_conversao{
		float: left;
		margin-right: 5px;
		width: 30px;
	}

	.text_conversao{
		float: left;
		font-size: 16px;
		width: 80%;
	}

	.valor_conversao{
		float: none;
		width: 100%;
		padding-left: 0;
		border-left: 0px solid #fff;
	}

	.garantia{
		overflow: hidden;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.img_garantia{
		float: none;
		width: 150px;
		margin: 0 auto;
	}

	.text_garantia{
		float: none;
		font-size: 16px;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		text-align: center;
	}

	.copyright{
		text-align: center;
		font-size: 14px;
		color: #4d4d4d;
		margin-bottom: 50px;
	}

	.whatsapp_ico{
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 70px;
		z-index: 9999999999999999999999999999;
		animation-name: whatsapp;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}

	/* Safari 4.0 - 8.0 */
		@-webkit-keyframes whatsapp {
		    0%   {bottom: 20px;}
				50%   {bottom: 50px;}
				100%   {bottom: 20px;}
		}

		/* Standard syntax */
		@keyframes whatsapp {
			0%   {bottom: 20px;}
	 	 50%   {bottom: 50px;}
	 	 100%   {bottom: 20px;}
		}

}
