/* Imports */
@import url('https://cdn2.123tp.net/f6bfc9481da04c7f8899b193c4a1e169/css.css');


*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
}
html {
	overflow-x: hidden; 
    height: 100%;
}
.container{
	width: 1140px;
	margin: 0 auto;
	display: table;
}
.clearfix{
	clear: both;
	width: 100%;
}
.box-center{
	display: table!important;
	margin: 0 auto!important;
	float: none!important;
}
.box-center2{
	display: table!important;
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
}

.logo img{
	display: table;
	margin: 0 auto;
	max-width: 100%;
}
.video-vendas .video-vendas-content{
	position: relative;
	display: table;
	margin: 0 auto 7px;
	width: 560px;
	height: 360px;
	overflow: hidden;
}
.video-vendas .video-vendas-content iframe{
	margin: 0;
	padding: 0;
}
.video-vendas .video-vendas-content .video-vendas-capa{
	position: absolute;
	left: 0;
	top: -50px;
	cursor: pointer;
}

p.parcelas{
	text-align: center!important;
	padding: 15px 0 0!important;
	font-size: 16px!important;
	margin: 0!important;
	line-height: 18px!important;
	/*display: none;*/
}
.headline-topo{
	padding: 0 0 10px;
	text-align: center;
}
.headline-topo h1 {
	margin: 0 0 10px;
}
.headline-topo h1 strong{
	color: #f45c5c;
	color: #f32100;
}

.btn{
	display: table;
	margin: 0 auto;
	padding: 15px 60px;
	background: #00dd80;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 5px solid #25b75c;
    vertical-align: initial;
    white-space: initial;
    border-radius: 50px;
}
.btn:hover{
	background: #00dd80;
	color: #fff;
}
.btn span{
	font-weight: 400;
	font-size: 16px;
	display: block;
	text-align: center;
}


.bg-01{
	/*background: url(images/cbo/bg-01.jpg) no-repeat 100% 25% / cover;*/
	padding-bottom: 0!important;
}
.bg{
	padding: 130px 0;
    background-attachment: fixed;
    margin: 60px 0;
    position: relative;
    display: table;
    width: 100%;
}
.bg:before{
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	z-index: 1;
}
.bg *{
	position: relative;
	z-index: 9;
	color: white;
}

/*.bg p{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: white;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}*/
.bg .container > p span{
	background: #fe5c5c;
	/*color: #000;*/
	padding: 1px 3px;
}
.curso-indicado *{
	text-align: center;
}
.curso-indicado{
	background: #171717;
	padding: 40px;
	margin: 130px 0 0;
	position: relative;
}
.curso-indicado h2{
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.curso-indicado p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 30px auto 10px;
}
.curso-indicado p span{
	background: #fe5c5c;
	/*color: #fe5c5c;*/
	padding: 1px 3px;
}

.curso-indicado:before, .box-vai-aprender:before{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -45px;
}


.curso-indicado ul.curso-indicado-etapas{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.curso-indicado ul.curso-indicado-etapas li{
    background: #fff;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 0px #cccccc;
    -o-box-shadow: 0 0 0px #cccccc;
    box-shadow: 0px 8px 0px 0px #0000000f;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 33px;
    width: 31.5%;
    /*text-align: left;*/
}
/*.curso-indicado ul.curso-indicado-etapas li *{
	text-align: left!important;
}*/
.curso-indicado ul.curso-indicado-etapas li h3.number{
    font-size: 36px;
    font-weight: 900;
    opacity: 0.2;
    text-align: center;
  
}
.curso-indicado ul.curso-indicado-etapas li i{
	color: #306069;
    display: inline-block;
    font-size: 60px;
}
.curso-indicado ul.curso-indicado-etapas li h4{
	font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}
.curso-indicado ul.curso-indicado-etapas li img{
	max-width: 100%;
}
.curso-indicado ul.curso-indicado-etapas li p{
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0;
}



.seta-baixo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #171717;
}


.section-depoimentos *{
	text-align: center;
}
.section-depoimentos h2{
	margin: 40px 0 0px;
}

.section-depoimentos p{
	margin: 5px 0 25px;
}
.section-depoimentos.section-depoimentos-certificados h2{

}
.section-depoimentos.section-depoimentos-certificados h2 strong{
	font-size: 18px;
	display: block;
}
.section-depoimentos.section-depoimentos-certificados h2 img{
	max-width: 10%;
	display: table;
	margin: 0 auto 10px;
}


.provas-sociais{
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0;*/
	width: 1140px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}
.provas-sociais > div{
	/*width: 15.8%;*/
}
.provas-sociais .owl-item{
	/*padding: 0 5px;*/
}
.provas-sociais > div img, .provas-sociais-preview-3 li img{
	max-width: 85%;
    height: auto;
    /* border: 3px solid #fe5c5c; */
    border-radius: 7px;
    box-shadow: 0 1px 5px #888888;
    margin: 30px auto 5px;
}
.provas-sociais-preview-3{
	/*display: none;*/
}
.provas-sociais-preview-3 li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.bg-02{
	/*background: url(images/cbo/bg-02.jpg) no-repeat 100% 25% / cover;*/
	padding: 0 0 60px!important ;
	margin: 0;
}
/*.bg-02 ul{
	width: 30%;
	margin: 0 10%;
	float: left;
}
.bg-02 ul li{
	display: table;
	width: 100%;
	padding: 5px 0;
}*/
/*.bg-02 ul li:before{
	content: " ";
	background: url(images/cbo/icon-barber.png);
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 7px 0 0;
}*/

.bg-02 .box-vai-aprender{
	margin: 0 0 60px;
	padding-bottom: 60px;
}

.btn-bg-02{
	margin-top: 30px;
}

.modulos > ul{
    float: none;
    width: 50%;
    margin: 30px auto;
    display: table;
}

.modulos > ul:before{
	content: " ";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 9px;
    top: 0;
    background: #47dd7f;
    border-radius: 50px;
    box-shadow: 0 0 5px #464646;
}
.modulos > ul > li{
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 4%!important;
    width: 82%;
    float: right;
    margin-bottom: 30px;
    text-align: center;
}
.modulos > ul > li:last-child{
	margin-bottom: 0;
}
.modulos > ul > li .cicle{
	display: table;
    background: #47dd7f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13%;
    border-radius: 50px;
    padding: 6px 12px;
    width: 36px;
    height: 36px;
}
.modulos > ul > li .cicle i{
	font-size: 12px;
	color: #fff;
}
.modulos > ul > li *{
	color: #000;
	text-align: center;
}
.modulos > ul > li h4{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #47dd7f;
}
.modulos > ul > li h5{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.modulos > ul > li:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #fff;
    background: none!important;
    float: none!important;
    width: auto!important;
    height: auto!important;
    margin: 0!important;
}
.modulos > ul > li.modulo-green{
	background: #47dd7f;
	/*border:3px solid #fff;*/
}
.modulos > ul > li.modulo-green h4{
	color: #fff;
}
.modulos > ul > li.modulo-green h5{
	color: #fff;
}
.modulos > ul > li.modulo-green:before{
	border-right-color: #47dd7f;
}


.modulos > ul > li > ul li{
	text-align: left;
    padding: 10px 0 10px 4%;
    border-bottom: 1px solid #e6e6e6;
    width: 100%!important;
    font-size: 14px;
}
.modulos > ul > li > ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}


/*.modulos ul li:before{
	
}
*/


.bg-03, .bg-04{
	padding: 60px 0;
}

.bg-03 *{
	color: #000;
}

.box-como-funciona *, .box-certificado *, .box-prova-sociais *{
	text-align: center;
}
.box-como-funciona h2{
	margin-bottom: 30px;
}

.box-como-funciona ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-como-funciona ul li{
	padding: 0 10px;
	width: 20%;
}
.box-como-funciona ul li img{
	margin-bottom: 10px;
}

.bg-04{
	background: #ececec;
}
.bg-05{
	background: #fff;
}


.box-certificado p{
	padding: 0 250px;
	margin: 20px 0 20px;
	line-height: 24px;
}
.box-certificado .txt-certificado-valido{
	font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 8px 14px 7px;
    font-weight: bold;
    background: #fff;
    color: #000!important;
    border-radius: 50px;
    display: table;
    margin: 5px auto 0;
}

.box-certificado ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.box-certificado ul li{
	max-width: 48%;
	height: auto;
}
.box-certificado ul li img{
	max-width: 100%;
	border-radius: 7px;
}
.box-certificado ul li span{
	font-size: 12px;
	font-weight: 600;
	opacity: .9;
	margin: -1px 0 0;
	display: block;
}
.box-prova-sociais h2{
	margin-bottom: 30px;
}


.bg-06{
	background: #e8e8e8;
	padding-bottom: 60px;
}
.box-dispositivos-compativeis{
	padding: 40px 0 60px;
	margin:0 auto 80px;
}
.box-dispositivos-compativeis *{
	color: white;
}



.bg-07{
	/*background: url(images/cbo/bg-07.jpg) no-repeat 100% 25% / cover;*/
	padding: 300px 0;
	background-attachment: fixed;
	margin: 0;
}


.bg-08{
	background: #e8e8e8;
}
.box-bonus *{
	text-align: center;
}
.box-bonus > p{
	margin: 7px 0 60px;
}
.box-bonus ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}
.box-bonus ul li{
	width: 22.4%;
    padding: 2% 1%;
	margin: 0 0 80px;
	background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 7px #b1b1b1;
    position: relative;
}

.box-bonus ul li img{
	max-width: 35%;
	border-radius: 50%;
}
.box-bonus ul li h4{
	margin: 10px 0;
	font-size: 20px;
}
.box-bonus ul li p{
	line-height: 24px;
    padding: 0;
    font-size: 14px;
}
.box-bonus ul li .box-bonus-title{
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    display: table;
    padding: 12px 30px;
    background: #4cdbc4;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.box-bonus ul li.bonus-especial{
	background: #000;
	margin: auto;
}
.box-bonus ul li.bonus-especial *{
	color: #fff;
}
.box-bonus ul li.bonus-especial img{
	max-width: 100%;
	border-radius: 0;
}
.box-bonus ul li.bonus-especial .box-bonus-title{
	min-width: 40%;
	top: -55px;
	background: #000;
}


.bg-09{
	padding: 30px 0 50px;
}
.box-garantia{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-garantia img{
	width: 18%;
	margin-right: 3%;
}
.box-garantia .box-garantia-text{
	float: right;
	width: 60%;
	text-align: center;
	padding-top: 30px;
}
.box-garantia .box-garantia-text h2{
	margin-bottom: 10px;
}
.box-garantia .box-garantia-text p{
	line-height: 24px;
	margin-bottom: 25px;
}
.box-garantia .box-garantia-text p:last-child{
	margin-bottom: 0;
}
.box-garantia .box-garantia-text .btn{
	background: #fdc011;
	color: #313433;
	border-color: #a98207;
}


.box-como-funciona{
	margin: 0 auto;
}


.bg-10{
	background: #fff;
}
.bg-10 *{
	text-align: center;
}
.box-como-funciona-white *{
	color: white;
}
.box-como-funciona-white h2{
	margin-bottom: 10px;
}
.box-como-funciona p{
	padding: 0 280px;
	line-height: 24px;
}

.box-preco{
	margin-top: 100px;
	position: relative;
	text-align: center;
}
.box-preco h2{
	font-size: 36px;
    line-height: 48px;
    color: #383838;
    margin-bottom: 20px;
}
.box-preco h2 strong{
	color: #f32100!important;
}
.box-preco > strong, .box-preco > span{
	display: block;
	font-size: 24px;
	margin-bottom: 0px;
}
.box-preco .preco-antigo{
	color: #ed3b34;
	color: #777!important;
	font-size: 18px;
}
.box-preco .preco-antigo s{
	color: #777!important;
}
.box-preco .preco-parcelado{
	color: #47dd7f!important;
	font-size: 48px;
	position: relative;
}
.box-preco .preco-parcelado .price-off{
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: -3px;
    right: 9%;
    font-weight: 600;
    color: #fff;
    background: #f91717;
    padding: 3px 4px 3px;
    border-radius: 4px;
    display: none;
}
.box-preco .btn{
	margin: 10px auto 7px;
}


.tabela-preco{
	display: table;
	width: 47%;
	float: left;
	margin: 60px 1.5%;
	box-shadow: 0 0 7px 3px rgba(156, 156, 192, 0.59);
	border-radius: 10px;
	padding: 45px 0;
	overflow: hidden;
	position: relative;
}
.tabela-preco h3{
	color: #333;
	font-size: 20px;
	padding: 0 10px 7px;
	font-weight: bold;
}
.tabela-preco ul li{
	text-align: left;
	display: table;
	width: 94%;
	border-bottom: 1px solid #ddd;
	padding: 12px 15px;
	font-size: 14px;
}
.tabela-preco ul li:last-child{
	border-bottom: none;
}
.tabela-preco ul li:before{
	content: " ";
	background: url(https://cdn2.123tp.net/f6bfc9481da04c7f8899b193c4a1e169/images/icon-barber.png) no-repeat center / cover;
	width: 20px;
	height: 20px;
	float: left;
	margin: -1px 5px 3px 0;
}

.tabela-preco .preco{
	display: table;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0 15px;
	background: #23a455;
}
.tabela-preco .preco span{
	font-size: 36px;
	color: white;
	font-weight: bold;
	display: block;
}
.tabela-preco .preco em{
	font-size: 20px;
	text-align: center;
	display: block;
	font-style: inherit;
}

.tabela-preco.tabela-preco-cartao{
	background: #23a455;
}
.tabela-preco.tabela-preco-cartao *{
	color: white;
}
.tabela-preco.tabela-preco-cartao li{
	border-color: #4eb677;
}
.tabela-preco .btn{
	/*width: 85%;*/
	margin: 20px auto 0;
	background: #23a455;
}
.tabela-preco.tabela-preco-cartao .btn{
	background: #fff;
	color: #23a455;
	width: 94%;
	/*border-radius: 50px;*/
}
.tabela-preco.tabela-preco-cartao .btn span{
	color: #23a455;
	font-size: 14px;
	opacity: .7;
}
.tabela-preco-cartao-desconto{
    position: absolute;
    top: 213px;
    right: 15px;
    z-index: 2;
    display: table;
    padding: 3px 7px 3px;
    background: #32a355;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    /*color: #32a355;*/
    border-radius: 50px;
    box-shadow: 0px 1px 3px #9a9a9a;
}


.tabela-preco.tabela-preco-boleto .preco{
	/*background: #ff9e17;*/
	background: #fff;
}
.tabela-preco.tabela-preco-boleto .preco span{
	color: #ed3b34;
}
.tabela-preco.tabela-preco-boleto .btn{
	background: #ed3b34;
	border-color: #d62922;
}

.box-img-pagamento{
	padding-top: 10px;
}
.box-img-pagamento img{
	display: block;
	margin-bottom: 7px;
	max-width: 350px;
}


/**/
.tabela-preco.tabela-preco-cartao-branco{
	background: #fff;
	margin: 15px auto;
	float: none;
}
.tabela-preco.tabela-preco-cartao-branco *{
	color: #000;
}
.tabela-preco.tabela-preco-cartao-branco ul li{
	border-color: #ccc;
}
.tabela-preco.tabela-preco-cartao-branco .preco{
	background: #fff;
}
.tabela-preco.tabela-preco-cartao-branco .preco span{
	color: #23a455;
}
.tabela-preco.tabela-preco-cartao-branco .btn{
	background: #23a455;
	color: #fff;
}
.tabela-preco.tabela-preco-cartao-branco .btn span{
	color: #fff;
}
.tabela-preco.tabela-preco-cartao-branco > h3{
	padding: 0 7px 12px;
    font-size: 1.3em;
    line-height: 1.4em;
}


.new-box-price{
	padding: 0 0 30px!important;
	/*margin: 0 auto 10px;*/
}
.new-box-price h3{
	background: #23a455;
    padding: 20px 15px;
    color: #fff;
    margin-bottom: 14px;
}
.new-box-price h3 .new-box-price-off{
	display: table;
    position: absolute;
    top: 7px;
    right: 10%;
    font-size: 10px;
    background: white;
    border-radius: 50px;
    color: #23a455;
    padding: 2px 7px;
    font-weight: bold;
}
.new-box-price h4{
	color: #23a455;
    font-size: 48px;
    text-align: center;
}
.new-box-price span{
	font-size: 16px;
	font-weight: 300;
}
.new-box-price ul{
	padding-top: 5px;
}
.new-box-price .btn{
	background: #00dd80;
	border-bottom: 3px solid #25b75c;
	margin: 10px auto 0;
}

.new-box-price-billet h3{
	background: #ed3b34;
}
.new-box-price-billet h4{
	color: #ed3b34;
}
.new-box-price-billet .btn{
	background: #ed3b34;
	border-bottom-color: #d8221b; 
}

.new-box-price ul li{
	text-align: left!important;
}


.bg-11{
	background: #ececec;
	padding: 60px 0;
}

.box-qa h2{
	text-align: center;
	margin-bottom: 60px;
}

.box-qa ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-qa ul li {
	font-size: 12px;
	width: 30%;
	margin-bottom: 30px;
}
.box-qa ul li h3{
	margin-bottom: 5px;
	font-size: 12px;
}
.box-qa ul li span{
	margin-right: 12px;
	font-weight: bold;
	height: 40px;
}
.box-qa ul li p{
	opacity: .7;
	line-height: 20px;
}

.link-externos{
	padding: 50px 0;	
}
.link-externos a{
	color: #000;
	opacity: .8;
	text-decoration: none;
	margin: 0 30px;
	font-size: 14px;
}

footer, #pv-footer{
	background: #000;
	padding: 40px 0;
}
footer p, #pv-footer p{
	color: #fff;
	font-size: 11px;
	text-align: center;
	opacity: .8;
}


.icon-whatsapp{
	position: fixed;
	right: -100%;
	bottom: 7px;
	z-index: 9;
	text-decoration: none;
}
.icon-whatsapp img{
	width: 60px;
    float: right;
    margin: -5px 0 0;
}
.icon-whatsapp span{
    color: #fff!important;
    font-size: 12px;
    float: left;
    text-align: center;
    font-weight: bold;
    background: #13d053;
    padding: 9px 55px 9px 25px;
    border-radius: 30px;
    margin: 0 -40px 0 0;
}

.btn-icon-whatsapp-fixed{
	position: fixed;
	bottom: 7px;
	right: 7px;
	z-index: 99;
	background: #25d366;
	padding: 12px;
	border-radius: 50px;
}
.btn-icon-whatsapp-fixed img{
	max-width: 30px;
}
.btn-icon-whatsapp-fixed-active{
	right: 10px;
}

.pv-new-79-whatsapp .btn-icon-whatsapp-fixed{
	display: none;
}

.aviso-desconto{
	position: fixed;
	top: -200%;
	left: 50%;
    transform: translateX(-50%);
	width: 45%;
	height: 80%;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #23a455;
    z-index: 99;
    margin: 0;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 0 13px 3px rgba(156,156,192,.25);
    padding-bottom: 20px;
    overflow: hidden;
    /*display: none;*/
}
.aviso-desconto > div{
	padding: 20px 15px 45px;
	/*position: relative;*/
}
.aviso-desconto h5{
	font-size: 1.4em;
	background: #23a455;
	color: #fff;
	padding: 10px;
}
.aviso-desconto div > strong{
	margin: 15px 0;
    display: table;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.4em;
}
.aviso-desconto div > strong s{
	color: red;
}
.aviso-desconto div > strong span{
	color: #23a455;
}
.aviso-desconto p{
    line-height: 26px;
    font-size: 16px;
}
.aviso-desconto p strong{
	background: #23a455;
	color: #fff;
	padding: 1px 5px;
	display: table;
	margin: 0 auto;
}
.aviso-desconto a{
    display: table;
	margin: 0 auto;
	padding: 15px 60px;
	border-radius: 50px;
	background: #00dd80;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 3px solid #25b75c;
}
.aviso-desconto a span{
	font-weight: 400;
	display: block;
	text-align: center;
	font-size: 14px;
}
.aviso-desconto .span-valido{
	background: #f45b5c;
    color: #fff;
    display: table;
    width: 100%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: 10%;
}

.modal-boleto-overlay .span-valido{
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #fe5c5c;
    padding: 10px 0;
    font-weight: bold;
}

.btn-close{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    display: table;
    color: white;
    background: #ff5c5c;
    border-radius: 50px;
    padding: 6px 10px;
    z-index: 999;
}
.btn-close:hover{
	cursor: pointer;
}
.aviso-desconto-open div > strong{
	margin-bottom: 0;
}
.aviso-desconto-open .span-valor-desconto-parcelado{
	font-size: 2.4em;
    padding: 11px 0;
    display: block;
}
.aviso-desconto-open .span-valor-desconto-avista{
	margin-bottom: 15px;
	display: block;
}


.aviso-desconto-open .span-valido{
	/*display: none;*/
}

.btn-open-aviso-desconto{
	display: table;
    margin: 0 auto;
    position: fixed;
    top: -100%;
    left: 0;
    width: 40%;
    z-index: 99;
    padding: 7px 0;
    background: #f44336;
    background: #000;
    background: #47dd80;
    color: #fff;
    /*color: #f44336;*/
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    /*box-shadow: 0 1px 2px #adadad;*/
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.btn-open-aviso-desconto-fixed{
	position: fixed!important;
}
.btn-open-aviso-desconto i{	
    font-size: 11px;
    color: #fff;
	/*color: #f44336;*/
    margin: 0 1px 0 1px;  
}
.btn-open-aviso-desconto:hover{
	text-decoration: none;
	color: #fff;
}
.btn-open-aviso-desconto:hover i{
	color: #fff;
}
.btn-open-aviso-desconto i:before{
    /*background: white;*/
    border-radius: 50px;
}
.aviso-desconto-expirado{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #ff5c5c;
	color: #fff;
	font-size: 12px;
	text-align: center;
	z-index: 99;
	display: none;
}


/* Modal Boleto Bancário */
.btn-open-modal-boleto{
	display: block;
	font-size: 12px;
	color: red;
	text-align: center;
	padding: 7px 0 5px;
}

.modal-boleto-overlay{
	position: fixed;
	left: 0;
	top: -200%;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: rgba(255, 255,255, 0.98);
	z-index: 990;
	/*display: none;*/
}
.modal-boleto-overlay .modal-boleto-body{
	padding: 15px;
}
.modal-boleto-overlay .btn-close{
	position: relative;
    margin: 20px auto 70px;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    padding: 8px 0 0;
}
.modal-boleto-body h4.title-informacoes-importantes{
	font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
    color: #ff4444;
    text-transform: uppercase;
}
.list-duvidas{
    width: 44.5%;
    margin: auto;
}
.list-duvidas li{
	border-bottom: 1px solid #ccc;
	padding: 7px 15px;
	margin: 0 0 0 -15px;
	font-size: 12px;
	width: 100%;
}
.modal-boleto-body .box-preco{
	margin: 0;
}
.modal-boleto-body .tabela-preco{
	margin: 0 auto;
	padding: 25px 0;
}
.modal-boleto-body .tabela-preco h3{
	text-align: center;
}
.modal-boleto-body .modal-boleto-valor *{
	text-align: center;
}
.modal-boleto-body .modal-boleto-valor > h2{
	margin-bottom: 10px;
}
.modal-boleto-body .modal-boleto-valor > h2 strong{
	color: #f32100;
}
.modal-boleto-body .modal-boleto-valor > strong{
	display: block;
}
.modal-boleto-body .modal-boleto-valor .preco-antigo{
	font-size: 18px;
}
.modal-boleto-body .modal-boleto-valor .preco-parcelado {
    font-size: 40px;
}

/*.pv-new-79 .box-preco .preco-parcelado{
	font-size: 48px;
	line-height: 60px;
}
.pv-new-149 .box-preco .preco-parcelado,
.pv-new-190 .box-preco .preco-parcelado{
	font-size: 36px;
	line-height: 48px;
}*/

.modal-boleto-body .modal-boleto-valor img{
	display: table;
	margin: 0 auto 0;
}
.modal-boleto-body .modal-boleto-valor img:last-child{
	max-width: 50%;
}
.modal-boleto-whatsapp{
	text-align: center;
    padding: 40px 0 0;
}
.modal-boleto-whatsapp .icon-whatsapp{
    position: relative;
    right: 0;
    display: table;
    margin: 12px auto 0;
}

.modal-boleto-valor{
	width: 70%;
    margin: auto;
}
.modal-boleto-valor .tabela-preco{
	margin: 15px 1.5%;
    width: 47%;
}
.modal-boleto-valor .tabela-preco .btn{
	font-size: 18px;
}
.modal-boleto-body .box-certificado{
	width: 70%;
	margin: 45px auto 0;
}
.modal-boleto-body .box-certificado ul img{
	max-width: 48%;
}
.modal-boleto-body .box-certificado .btn{
	margin: 10px auto 0;
}
.modal-boleto-body .box-certificado p{
	padding: 5px 0 15px;
	margin: 0;
}


.modal-txt-aviso{
	background: #ed3b34;
	background: #f32100;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 15px;
    opacity: .9;
}
.txt-aviso{
	font-size: 12px;
	color: #ed3b34;
	margin: 10px 0 0;
	text-align: center;
}


/* Pv Provisoria */
.pv-provisoria .bg-04{
	background: #000;
	margin: 60px 0 0;	
}
.pv-provisoria .bg-04 *{
	color: white;
}
.pv-provisoria .bg-01{
	margin: 0;
}
.pv-provisoria .bg-01 .curso-indicado{
	background: #fff;
}
.pv-provisoria .bg-01 .curso-indicado *{
	color: #000;
}
.pv-provisoria .bg-01 .curso-indicado p span{
	background: #fff;
	color: #fe5c5c;
}


/* Notificações de Vendas */
.notificacoes-vendas ul li{
	position: fixed;
	/*bottom: 7px;*/
	bottom: -200%;
	left: 7px;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 0px 3px #9a9a9a;
	border-radius: 7px;
	z-index: 999;
}
.notificacoes-vendas ul li .nv-logo{
	float: left;
	width: 25%;
}
.notificacoes-vendas ul li .nv-logo img{
	max-width: 100%;
}

.notificacoes-vendas ul li .nv-content{
	float: right;
	width: 70%;
}
.notificacoes-vendas ul li .nv-content h4{
	font-size: 14px;
	font-weight: bold;
	color: #47dd7f;
	text-transform: capitalize;
}
.notificacoes-vendas ul li .nv-content h4 span{
	font-weight: 300;
	font-size: 12px;
}
.notificacoes-vendas ul li .nv-content p{
	font-size: 14px;
	padding: 7px 0 5px;
}
.nv-content .nv-tempo-compra{
	font-size: 12px;
	opacity: .7;
}



/* Nova Página de Vendas */
.pv-new .bg-04{
	margin: 0;
	padding: 0 0 120px;
}
.pv-new .bg-04{
	background: #fff;
}
.pv-new .bg-04 *{
	color: #000;
}
.pv-new .bg-04 .btn{
	color: #fff;
}
.pv-new .mais-certificado{
	display: table;
    margin: 20px auto 33px;
    max-width: 45px;
}
.pv-new .video-vendas p{
	font-weight: bold;
	text-align: center;
	opacity: .7;
	font-size: 12px;
	color: #fff;
	opacity: .9;
}
.pv-new p.assista-video-acima{
	margin: 0px 0 5px;
}
.pv-new p.p-curso-online{
	/*margin: -15px 0 0;*/
	color: #fd7508;

	background: #fff;
    border-radius: 50px;
    opacity: 1;
    padding: 5px 12px;
    display: table;
    margin: 0px auto 15px;
    font-size: 11px;
}


.pv-new .bg-resumo-beneficios{
	background: #000;
	padding: 120px 0;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios h2{
	text-align: center;
	color: #fff;
	padding: 0 18% 0;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios h2 span{
	color: #f32100;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios p{
	text-align: center;
	color: #fff;
	margin: 30px 0 40px;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios ul{
	display: flex;
	align-items: /*center*/;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 90px;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios ul li{
	width: 31.5%;
	padding: 50px 25px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios ul li svg, .pv-new .bg-resumo-beneficios .resumo-beneficios ul li img{
	max-width: 40%;
	display: table;
	margin: 0 auto;
	/*fill: #00dd80;*/
}

.pv-new .bg-resumo-beneficios .resumo-beneficios ul li h3{
	font-weight: bold;
	padding-top: 20px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
.pv-new .bg-resumo-beneficios .resumo-beneficios ul li h6{
	font-size: 14px;
	font-style: italic;
	color: #fd7508;
}

.pv-new .bg-sobre-curso {
	padding: 80px 0 100px;
}
.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-img{
	width: 50%;
	float: left;
}
.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto{
	float: right;
	width: 50%;
	text-align: right;
}
.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto h3{
	font-size: 30px;
	padding-bottom: 30px;
}
.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto p{
	font-size: 14px;
	line-height: 20px;
}
.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto p strong{
	color: #3f99a8;
	/*color: #47dd80;*/
}


.pv-new .section-depoimentos{
	padding: 60px 0 100px;
	background: #000;
}
.pv-new .section-depoimentos *{
	color: #fff;
}
.pv-new .section-depoimentos .iframeVideoDepoimentos{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pv-new .section-depoimentos .iframeVideoDepoimentos iframe{
	width: 32%;
	margin-bottom: 20px;
}

.pv-new .bg-06 .curso-indicado{
	background: #e8e8e8; 
	padding: 100px 15px 30px;
	margin: 0 auto 0;
}
.pv-new .bg-06 .curso-indicado:before{
	display: none;
}
.pv-new .bg-06 *{
	color: #000;
}
.pv-new .curso-indicado h2{
	margin-bottom: 0;
}
.pv-new .curso-indicado p{
	margin: 0 0 20px;
}
.pv-new .curso-indicado p strong{
	color: #3f99a8;
}



.pv-new .bg-curso-indicado-new{
	padding: 120px 0 100px;
	background: #fff;
}

.pv-new .bg-beneficios-plataforma{
	background: #fff;
	padding: 90px 0 100px;
	position: relative;
}
.pv-new .bg-beneficios-plataforma .bp-arrow-down{
	position: absolute;
	left: 47.5%;
	top: -35px;
	width: 70px;
}
.pv-new .curso-indicado-new{
}
.pv-new .curso-indicado-new h2{
	text-align: center;
	margin-bottom: 60px;
}

.pv-new .beneficios-plataforma{
	position: relative;
}
.pv-new .beneficios-plataforma h2{
	text-align: center;
}
.pv-new .beneficios-plataforma .bp-icon-plus{
	width: 45px;
	display: table;
	margin: 30px auto;
}
.pv-new .beneficios-plataforma > img{
	margin: 20px auto 0;
	display: table;
}
.pv-new .beneficios-plataforma p{
	text-align: center;
	font-size: 14px;
	opacity: .8;
	margin: 0;
}
.pv-new .beneficios-plataforma p strong{
	/*color: #00dd80;*/
	text-decoration: underline;
}




.pv-new .curso-indicado-new ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	
.pv-new .curso-indicado-new li{
	width: 30%;
}
.pv-new .curso-indicado-new li img, .pv-new .curso-indicado-new li svg{
	max-width: 30%;
	display: table;
	margin: auto;
}
.pv-new .curso-indicado-new li h3{
	font-size: 20px;
	text-align: center;
	margin: 20px auto 7px;
	font-weight: bold;
}
.pv-new .curso-indicado-new li p{
	font-size: 14px;
	/*text-align: center;*/
}


.pv-new .curso-indicado h2, .pv-new .box-bonus > h2, .pv-new .box-certificado h2, .pv-new .bg-resumo-beneficios .resumo-beneficios h2,
.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto h3, .pv-new .section-depoimentos h2, .pv-new .box-garantia .box-garantia-text h2,
.pv-new .bg-11 .duvidas-frequentes h2, .pv-new .curso-indicado-new h2, .pv-new .beneficios-plataforma h2{
	font-weight: bold;	
}

.pv-new .bg-02{
	background: #000;
}
.pv-new .bg-08{
	/*background: #1d1d1d;*/
	background: #000;
	padding: 100px 0;
}
.pv-new .box-bonus > h2, .pv-new .box-bonus > p, .pv-new .box-bonus > p *{
	color: #fff;
}
.pv-new .box-bonus > h2{
	margin-bottom: 10px;
}
.pv-new .box-bonus > p{
	margin: 35px 0 45px
}
.pv-new .box-bonus ul li{
	overflow: hidden;
	margin: 0 0 20px;
	width: 32%;

}
.pv-new .box-bonus ul li img, .pv-new .box-bonus ul li svg{
	border-radius: 0;
	max-width: 30%;
}
.pv-new .box-bonus ul li figure img{
	max-width: 80%;
	border-radius: 20px;
}
.pv-new .box-bonus ul li h4{
    margin: 12px 0;
}
.pv-new .box-bonus ul li p{
	padding: 0;
}
.pv-new .box-bonus ul li .box-bonus-title{
	position: relative;
    padding: 0 0 15px;
    background: #fff;
    color: #000;
    font-size: 20px;
    top: 0;
}
.pv-new .box-bonus .box-bonus-title-super-bonus{
	position: absolute;
    right: -33px;
    top: 19px;
    background: #47dd80;
    color: #fff;
    padding: 5px 30px;
    font-size: 11px;
    transform: rotate(45deg);
}
.pv-new .box-bonus ul li .box-bonus-price, .pv-new .box-bonus ul li .box-bonus-price-gratis{
	display: block;
	text-align: center;
	font-size: 16px;

}
.pv-new .box-bonus ul li .box-bonus-price{
	font-weight: bold;
	color: #777;
	/*opacity: .8;*/
	text-decoration: line-through;
}
.pv-new .box-bonus ul li .box-bonus-price-gratis{
	color: #47dd80;
	font-weight: bold;
	font-size: 24px;
}




.pv-new .box-bonus-price-total{
	display: table;
	margin: 0 auto;
	width: 32%;
	background: #fff;
	padding: 20px 20px;
	border-radius: 10px;
}
.pv-new .box-bonus-price-total span{
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.pv-new .box-bonus-price-total span span{
	float: right;
	text-align: right;
}
.pv-new .box-bonus-price-total span.box-bonus-price-total-rs, .pv-new .box-bonus-price-total span.box-bonus-price-total-rs span{
	color: #777;
	/*opacity: .8;*/
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.pv-new .box-bonus-price-total span.box-bonus-price-total-rs-red, .pv-new .box-bonus-price-total span.box-bonus-price-total-rs-red span{
	color: #ff2b2b;
}
.pv-new .box-bonus-price-total span.box-bonus-price-total-rs span{
	text-decoration: line-through;	
}
.pv-new .box-bonus-price-total span.box-bonus-price-total-gratis, .pv-new .box-bonus-price-total span.box-bonus-price-total-gratis span{
	color: #47dd80;
	font-size: 20px;
}



.pv-new .bg-02 .box-vai-aprender{
	padding: 100px 0 0;
	margin: 0;
	background: #000;
}
.pv-new .bg-02 .box-vai-aprender:before{
	display: none;
}
.pv-new .box-bonus ul li.bonus-2 img{
	max-width: 100%;
}

.pv-new .modulos > ul > li{
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 30px 4%!important;
    width: 88%;
}
.pv-new .modulos > ul > li .cicle{
	left: -15%;
}
.pv-new .modulos > ul > li img, .pv-new .modulos > ul > li svg{
	display: table;
    margin: 0 auto;
    border-radius: 20px;
    max-width: 70%;
}
.pv-new .modulos > ul > li figure{
	margin: 5px auto 10px;
}
.pv-new .modulos > ul > li figure figcaption{
    font-size: 14px;
    font-weight: bold;
}
/*.pv-new .modulos > ul > li.modulo-1 img{
	max-width: 20%;
}*/
.pv-new .modulos > ul > li.modulo-green svg{
	fill: #fff;
}


.pv-new .bg-09{
	background: #1d1d1d;
	padding: 100px 0 100px;
}
.pv-new .bg-09 *{
	color: #fff;
}
.pv-new .box-garantia .box-garantia-text p strong, .pv-new .box-garantia .box-garantia-text p u{
	color: #f7c013;
}


.pv-new .tabela-preco.tabela-preco-cartao h3{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}
.pv-new .tabela-preco.tabela-preco-cartao h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px 7px;
}
.pv-new .tabela-preco.tabela-preco-cartao li{
	/*font-weight: bold;*/
	border-color: #2ba24c;
}
.pv-new .tabela-preco{
	box-shadow: none;
	background: #39b75c;
}



.pv-new .bg-11{
	padding: 100px 0;
}
.pv-new .duvidas-frequentes h2{
	text-align: center;
}
.pv-new .bg-11 .card-header{
	padding: 0;
	background: none;
}
.pv-new .bg-11 .card-header button{
	background: #fff;
	padding: 15px 25px 15px 15px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-align: left;
	border: none;
	outline: none;
	font-weight: bold;
	position: relative;
}
.pv-new .bg-11 .card-header button:hover{
	cursor: pointer;
}
.pv-new .bg-11 .card-header button i{
	position: absolute;
	right: 15px;
	top: 17px;
	transition: all 0.4s;
}
.pv-new .bg-11 .card-header button[aria-expanded="true"]{
	/*background: #0056b3;*/
	color: #0056b3;
}
.pv-new .bg-11 .card-header button[aria-expanded="true"] i{
	transform: rotate(-180deg);
}
.pv-new .bg-11 .card-body ul{
	padding: 10px 0;
}
.pv-new .bg-11 .card-body ul li{
	padding: 7px 0 7px 20px;
}
.pv-new .bg-11 .card-body small{
	/*padding-left: 17px;*/
	color: #f32100;
}
.pv-new .bg-11 .card-body{
	/*background: #0056b3;*/
	color: #000;
	padding: 15px 15px 45px;
	font-size: 14px;
}

.pv-new .bg-12{
	padding: 120px 0 120px;
	/*margin-top: -135px;*/
}


.pv-new .box-qa h2{
	margin-bottom: 20px;
}
.pv-new .icon-whatsapp{
	position: relative;
    left: auto;
    right: auto;
    display: table;
    margin: 70px auto 0;
}
.pv-new .icon-whatsapp img{
    margin: -2px 0 0;
}

.pv-new .icon-instagram {
	margin: 30px auto 0;
}
.pv-new .icon-instagram span{
	background: #fff;
	color: #000!important;
    padding: 9px 75px 9px 30px;
}
.pv-new .icon-instagram img{
    width: 55px;
    margin: 0px 0 0 -15px;
    border-radius: 20px;
}



.pv-new .bg-10{
	padding: 20px 0 120px;
}
.pv-new .contador-price{
	display: table;
	margin: 45px auto 0;
	border-radius: 20px;
	box-shadow: 0px 2px 7px #9a9a9a;
    width: 50%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.pv-new .contador-price h3.faixa-black-friday{
    background: #000;
    color: #f32100;
    padding: 40px 20px 25px;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.pv-new .contador-price h3.faixa-black-friday strong{
	color: red;
	text-transform: uppercase;
}
.pv-new .contador-price ul{
	padding: 0 40px 40px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.pv-new .contador-price ul h4{
	text-align: center;
	margin: 0 0 10px;
	font-weight: bold;
	width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.pv-new .contador-price ul li{
	float: left;
	margin: 0 7px;
	text-align: center;
}
.pv-new .contador-price ul li .days,
.pv-new .contador-price ul li .hours,
.pv-new .contador-price ul li .minutes,
.pv-new .contador-price ul li .seconds {
	display: flex;
	align-items: center;
    justify-content: center;
    border: 2px solid #000;
    color: #000;
    color: #f44336;
    background: #fff;
    border-radius: 50px;
    font-size: 36px;
    font-weight: 400;
    width: 85px;
    height: 85px;
    
}
.pv-new .contador-price ul li .txt-days,
.pv-new .contador-price ul li .txt-hours,
.pv-new .contador-price ul li .txt-minutes,
.pv-new .contador-price ul li .txt-seconds {
	padding-top: 7px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.pv-new .contador-price p.contador-price-warning, .pv-new .contador-price p.contador-price-warning *{
	color: #fff;
}
.pv-new .contador-price p.contador-price-warning{
	text-align: center;
	padding: 0 7px 10px;
	font-size: 15px;
}
.pv-new .contador-price p.contador-price-warning img{
	display: inline-table;
	margin: -5px -1px 0 0;
	max-width: 15px;
}


.pv-new .btn-open-aviso-desconto{
	top: 0;
	position: absolute;
	position: fixed;
	overflow: hidden;
	padding: 2px 0;
	font-size: 9px;
}
.pv-new .btn-open-aviso-desconto strong{
	/*font-weight: 600;*/
}
.pv-new{
	padding-top: 15px;
}

.pv-new .notificacoes-vendas ul li .nv-content p{
	margin: 0;
}


.pv-new .faixa-oferta{
	position: fixed;
	width: 100%;
	top: -100%;
	left: 0;
	padding: 10px;
	z-index: 999;
	background: #000;
	transition: 0.4s;
}
.pv-new .faixa-oferta-group-cronometro{
	display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.pv-new .faixa-oferta h3{
	color: #fff;
	font-size: 16px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
.pv-new .faixa-oferta ul{
	float: left;
	margin: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pv-new .faixa-oferta .btn{
	float: left;
	margin: 0 0 0 5px;
	padding: 8px 30px;
	font-size: 14px;
	display: flex;
}
.pv-new .faixa-oferta ul li{
	display: table;
    padding: 7px 3px;
    background: #fff;
    border-radius: 7px;
    float: left;
    min-width: 70px;
    margin: 0 3px;
}
.pv-new .faixa-oferta ul li span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}
.pv-new .faixa-oferta ul li span.hours,
.pv-new .faixa-oferta ul li span.minutes, 
.pv-new .faixa-oferta ul li span.seconds{
	font-weight: bold;
}
.pv-new .faixa-oferta ul li span.txt-hours,
.pv-new .faixa-oferta ul li span.txt-minutes, 
.pv-new .faixa-oferta ul li span.txt-seconds{
	font-size: 12px;
	font-weight: 400;
}

.pv-new.pv-new-add-faixa-oferta .faixa-oferta{
	top: 0;
}

.pv-new .tabela-preco ul li{
	width: 100%;
}


.pv-new .box-preco{
	margin-top: 80px;
}
.pv-new .box-preco strong{
	/*font-weight: 400;*/
}
.pv-new .box-preco .preco-parcelado{
	/*font-weight: bold;*/
}

.pv-new .lead-aviso-confirmeacao{
    background: #47dd80;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 94%;
    margin: 10px auto 0;
    text-align: center;
    border: 2px solid #2fcc6b;
    display: none;
}


/* PV NEW 99 */
.pv-new.pv-new-99 .btn-open-aviso-desconto{
	/*background: #f32100;*/
}


/* PV NEW 149 */
/*.pv-new.pv-new-149 .btn-open-aviso-desconto{
	display: none;
}*/
/*.pv-new.pv-new-149{
	padding-top: 0px;
}
.pv-new.pv-new-149 .btn-open-aviso-desconto{
	display: none;
}
.pv-new.pv-new-149 .bg-04,
.pv-new.pv-new-190 .bg-04{
	padding-bottom: 100px;
}
.pv-new.pv-new-149 .contador-price{
	display: none;
}*/



/* PV NEW 190 */
.pv-new.pv-new-expired .contador-price{
	display: none;
}
.pv-new.pv-new-expired{
	padding-top: 0;
}
/*.pv-new.pv-new-expired .btn-open-aviso-desconto{
	display: none;
}*/
.pv-new.pv-new-expired{
    padding-top: 40px;
}
.pv-new.pv-new-expired .btn-open-aviso-desconto, .pv-new.pv-new-149.pv-new-ga .btn-open-aviso-desconto{
	display: block;
	background: #f32100;
	position: absolute;
}
/*.pv-new.pv-new-expired .icon-whatsapp{
	display: table!important;
}*/
.pv-new.pv-new-expired .icon-whatsapp{
	display: none!important;
}
.pv-new.pv-new-expired .box-preco{
	display: table!important;
}

/*.pv-new.pv-new-190 .icon-whatsapp{
	display: none;
}
.pv-new.pv-new-149 .icon-whatsapp{
	display: none;
}
.pv-new.pv-new-99 .icon-whatsapp{
	display: none;
}*/


/* PV 79 Whatsapp */
/*.pv-new.pv-new-79-whatsapp{
	padding-top: 0px;
}*/
html .pv-new.pv-new-79-whatsapp .btn-open-aviso-desconto{
	position: fixed;
    padding: 2px 0;
    font-size: 9px;
}




/* PV GA - Google Ads */
.pv-new-ga{
	padding-top: 50px;
	background: #000;
}
.pv-new-ga .logo{
	display: none;
}
.pv-new-ga .headline-topo h1, .pv-new-ga .headline-topo p, .pv-new-ga .assista-video-acima{
	color: #fff;
}
.pv-new-ga .bg-sobre-curso, .pv-new-ga .bg-termos-uso{
	background: #fff;
}
.pv-new-ga .box-certificado{
	background: #000;
	padding-bottom: 30px;
	margin-bottom: 45px;
}
.pv-new-ga .box-certificado *{
	color: #fff;
}
.pv-new-ga .box-certificado > img{
    background: #fff;
    border-radius: 50px;
    padding: 12px;
}
.pv-new-ga .modal-boleto-body .box-certificado{
	background: #fff;
}
.pv-new-ga .modal-boleto-body .box-certificado *{
	color: #000;
}
.pv-new-ga .btn{
	border-radius: 50px;
}

.owl-nav button, .owl-nav button:hover{
	outline: none!important;
	background: none!important;
}
.owl-nav button span{
	font-size: 44px;
    line-height: 10px;
    color: #fff!important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	background: #000!important;
	padding: 12px 16px 2px!important;
	border-radius: 50px!important;
	opacity: 0.6;
	transition: all 0.3s;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev span{
	margin-left: -3px;
}
.owl-carousel .owl-nav button.owl-next span{
	margin-right: -3px;
}

.owl-theme .owl-nav{
	margin-top: 5px;
}
.owl-theme .owl-dots .owl-dot span{
	margin: 5px 3px;
}


/* PV NEW BLACK */
.pv-new.pv-new-black{
	padding-top: 0;
}
.pv-new.pv-new-black .bg-01, .pv-new.pv-new-black .bg-04{
	background: #000;
}
.pv-new.pv-new-black .bg-04{
	padding-bottom: 100px;
}
.pv-new.pv-new-black .bg-01 .logo img{
    max-width: 20%;
    margin: 50px auto 30px;
}
.pv-new.pv-new-black .bg-01 .headline-topo *{
	color: #fff;
}
.pv-new.pv-new-black .headline-topo p{
	margin: 0 0 10px;
}
.pv-new.pv-new-black .box-preco .preco-antigo, .pv-new.pv-new-black .box-preco .preco-antigo s{
	color: #f44336!important;
}

.pv-new.pv-new-black .section-depoimentos-certificados, 
.pv-new.pv-new-black .section-depoimentos-certificados-2{
	background: #fff;
}
.pv-new.pv-new-black .section-depoimentos-certificados *,
.pv-new.pv-new-black .section-depoimentos-certificados-2 *{
	color: #000;
}
.pv-new.pv-new-black .section-depoimentos-certificados .btn, 
.pv-new.pv-new-black .section-depoimentos-certificados-2 .btn{
	color: #fff;
}

.pv-new.pv-new-black .contador-price ul{
	padding: 0 0 30px;
}
.pv-new.pv-new-black .contador-price ul li .days,
.pv-new.pv-new-black .contador-price ul li .hours,
.pv-new.pv-new-black .contador-price ul li .minutes,
.pv-new.pv-new-black .contador-price ul li .seconds{
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.pv-new.pv-new-black .contador-price ul li .txt-days,
.pv-new.pv-new-black .contador-price ul li .txt-hours,
.pv-new.pv-new-black .contador-price ul li .txt-minutes,
.pv-new.pv-new-black .contador-price ul li .txt-seconds{
	font-size: 11px;
}
.pv-new.pv-new-black .section-depoimentos-certificados h2 span{
	color: #fd7508;
}



/* Colors */
.pv-new.pv-new-black .bg-01 .headline-topo h1 strong, 
.pv-new.pv-new-black .bg-resumo-beneficios .resumo-beneficios h2 span,
.pv-new.pv-new-black .box-preco h2 strong{
	/*color: #f32100;*/
    color: #fd7508!important;
}
.pv-new.pv-new-black .box-preco .preco-parcelado{
	color: #14dd80!important;
}
.pv-new.pv-new-black .btn{
	/*background: #46ff40;*/
}


.pv-new.pv-new-black .bg-04 *{
	color: #fff;
}
.pv-new.pv-new-black .mais-certificado{
	background: #fff;
    padding: 13px;
    border-radius: 50px;
	margin: 15px auto 20px;
}

.pv-new.pv-new-black .contador-price h3.faixa-black-friday{
	background: #f44336;
	background: #222428;
    color: #ffffff;
}
.pv-new.pv-new-black .contador-price h3.faixa-black-friday strong{
	color: #ffffff;
	color: #14dd80;
}
.pv-new.pv-new-black .contador-price{
    background: #f44336;
    background: #222428;
	/*box-shadow: 0px 0px 15px #d8372b;*/
}
.pv-new.pv-new-black .bg-04 .contador-price{
	box-shadow: initial;
}



.pv-new.pv-new-black .contador-price ul li .days, 
.pv-new.pv-new-black .contador-price ul li .hours, 
.pv-new.pv-new-black .contador-price ul li .minutes, 
.pv-new.pv-new-black .contador-price ul li .seconds{
	border-color: transparent;
}
.pv-new.pv-new-black .bg-sobre-curso{
	padding-bottom: 0;
}

.pv-new.pv-new-black .bg-10{
	padding: 60px 0 120px;
}

.pv-new.pv-new-black .bg-resumo-beneficios{
	background: #1d1d1d;
	padding-top: 100px;
}
.pv-new.pv-new-black .section-depoimentos .btn{
	margin-top: 10px;
}

.pv-new.pv-new-black .btn-open-aviso-desconto{
	position: absolute;
	position: fixed;
	padding: 3px 0;
    font-size: 11px;
}



.pv-new.pv-new-black .txt-price{
	font-size: 12px;
	padding: 5px 0!important;
	margin: 0!important;
	text-align: center;
}




/* PV SPAIN */
.pv-spain .icon-whatsapp{
	display: none;
}



/* Modal Checkout pré-populado */
.modal-pre-populado-overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	display: none;
}
.modal-pre-populado-overlay .modal-pre-populado-content{
	width: 60%;
	margin: 100px auto;
	background: #fff;
	position: relative;

}
.modal-pre-populado-overlay .modal-pre-populado-head{
	background: #00dd80;
	padding: 20px;
}
.modal-pre-populado-overlay .modal-pre-populado-head *{
	color: #fff;
	text-align: center;
	margin: 0;
}
.modal-pre-populado-overlay .modal-pre-populado-head h4{
	font-weight: bold;
	margin: 0 0 10px;
}
.modal-pre-populado-overlay .modal-pre-populado-head p{
	font-size: 12px;
}
.modal-pre-populado-overlay .modal-pre-populado-body{
	padding: 30px;
}
.modal-pre-populado-overlay .modal-pre-populado-body form > div{
	margin-bottom: 15px;
	position: relative;
}
.modal-pre-populado-overlay .modal-pre-populado-body form label{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.modal-pre-populado-overlay .modal-pre-populado-body form input{
	width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px 10px;
    font-size: 14px;
    /*font-weight: 600;*/
    background: #fff;
}
.modal-pre-populado-overlay .modal-pre-populado-body form > div i{
	position: absolute;
    right: 20px;
    top: 42px;
    color: #949494;
    font-size: 18px;
}
.modal-pre-populado-overlay .modal-pre-populado-body form button{
	padding: 20px;
	background: #00dd80;
	background: #000;
	color: #00dd80;
	font-size: 16px;
	border-color: transparent;
	text-align: center;
	border-radius: 4px;
	width: 100%;
	font-weight: bold;
}
.modal-pre-populado-overlay p.txt-warning{
	font-size: 11px;
	color: red;
	padding: 7px 0 0;
}
.modal-pre-populado-overlay .modal-pre-populado-body form label.error{
	font-size: 12px;
	color: red;
	font-weight: 400;
}
.modal-pre-populado-overlay .modal-pre-populado-body form input.error{
	border-color: red;
	outline-color: red;
}

.modal-pre-populado-overlay .modal-pre-populado-btn-close-modal{
    position: absolute;
    top: -14px;
    right: -14px;
    font-size: 16px;
    padding: 5px 0 0;
    background: #000;
    color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #fff;
}
.modal-pre-populado-overlay .modal-pre-populado-btn-close-modal:hover{
	cursor: pointer;
}


.pv-new .progress-ultivas-vagas{
	display: table;
	width: 50%;
	margin: 15px auto 0;
}
.pv-new .progress-ultivas-vagas .progress{
	height: 1.5rem;
	border-radius: 50px;
}
.pv-new .progress-ultivas-vagas .progress-bar{
	justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 3%;
}
.pv-new .progress-ultivas-vagas .progress-bar span{
	font-weight: 600;
}
.pv-new .progress-ultivas-vagas p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0;
	margin: 0;
}


.pv-new.pv-new-79-whatsapp .progress-ultivas-vagas{
	display: none;
}

/* PV NEW 2.0 */
.pv-new-20 .bg-04 .box-preco, 
.pv-new-20 .icon-whatsapp,
.pv-new-20 .btn,
.pv-new-20 .txt-price,
.pv-new-20 .btn-open-aviso-desconto
{
	display: none;
}

.pv-new-20 .bg-10 .btn{
	display: table;
}




/* PV FB 2.0 */
.pv-FB-20 .bg-08{
	background: #1d1d1d;
	padding: 60px 0 100px
}
.pv-new.pv-FB-20 .bg-resumo-beneficios{
	background: #000;
}
.pv-FB-20 .box-bonus-price-total span {
	font-size: 12px;
}

.pv-FB-20 .box-bonus ul li.aula-bonus .box-bonus-title{
	padding: 0 0 10px;
	line-height: 22px;
}
.pv-FB-20 .box-bonus ul li.aula-bonus-certificado img{
	max-width: 100%;
    border-radius: 7px;
}
.pv-FB-20 .box-bonus > p{
	margin: 15px 0% 25px;
}
.pv-FB-20 .box-video-curso-por-dentro *{
	color: #fff;
}
.pv-FB-20 .box-video-curso-por-dentro h2{
	padding: 70px 0 0;
	font-weight: bold;
}
.pv-FB-20 .section-depoimentos p{
	margin: 7px 0 15px;
}




/* PV GESSY */
.pv-new-gessy .icon-whatsapp{
	display: none!important;
}




/* LANDING PAGE - REDIRECT */
.landing-page-redirect iframe{
	width: 110%;
	margin-left: -5%;
	min-height: 350px;
}
.landing-page-redirect h1{
	margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
}
.landing-page-redirect img.bp-arrow-down{
    width: 100px;
    display: table;
    margin: 250px auto 15px;
}



.pv-landing-page-redirect .container{
	width: 100%;
}
.pv-landing-page-redirect section.pv-new-black .bg-01 .btn{
    width: 95%;
    margin: 30px auto 300px;
}

.pv-landing-page-redirect .mais-certificado{
	margin: 15px auto 20px;
}
.pv-landing-page-redirect .box-certificado h2{
	color: #fff;
}




/* PV PORTUGAL */

.pv-portugal .preview-plataforma img{
	max-width: 30%;
	display: table;
	margin: 0 auto;
}
.pv-portugal .preview-plataforma p{
	font-size: 14px;
	color: #fff;
	opacity: 1;
	margin: -7px 0 7px;
}



/* PV NEW 3.0 */
.pv-new.pv-new-30 .bg-10 .tabela-preco{
	padding: 0 0 45px;
	margin: 10px 0 20px;
	background: #fff;
    box-shadow: 0 0 7px 3px rgb(156 156 192 / 59%);
}
.pv-new.pv-new-30 .bg-10 .tabela-preco h3, 
.pv-new.pv-new-30 .bg-10 .tabela-preco h4, 
.pv-new.pv-new-30 .bg-10 .tabela-preco h5{
	margin: 0;
	padding: 0;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco h3{
	font-size: 18px;
	padding: 25px 7px;
	background: #FFB229;
	color: #000;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco h4{
	font-size: 44px;
	font-weight: bold;
	padding: 20px 0 10px;
	color: #000;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco h5{
	font-size: 18px;
	font-weight: bold;
	color: red;
	padding: 0 0 15px;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco ul li, 
.pv-new.pv-new-30 .bg-10 .tabela-preco ul li *{
	color: #000;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco ul li:before{
	display: none;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco ul li{
	border: none;
	text-align: center;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco ul li span.cicle{
    background: #14dd80;
    padding: 0px 6px;
    border-radius: 50px;
    display: inline-table;
    margin: 0 3px 0 0;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco ul li span.cicle i{
	font-size: 10px;
	color: #fff;
}
.pv-new.pv-new-30 .bg-10 .tabela-preco .btn{
	background: #00dd80;
	color: #fff;
	border-bottom-color: #096d3b;
}

/* PV WHATSAPP */
.pv-new.pv-new-30.pv-new-79-whatsapp .txt-price,
.pv-new.pv-new-30.pv-new-79-whatsapp .btn-open-aviso-desconto{
	display: none;
}





/* 
 * FB PV NEW V3 
*/
/* MÓDULOS */
html .pv-new.pv-new-black.pv-FB-30 .curso-indicado p{
	text-align: center;
    margin: 20px 0 0;
}

html .pv-new.pv-new-black.pv-FB-30 .modulos ul li{
	background: none;
	padding: 20px 0%  10px!important;
}
html .pv-new.pv-new-black.pv-FB-30 .modulos ul li:before{
	display: none;
}
html .pv-new.pv-new-black.pv-FB-30 .modulos ul li h5{
	color: #fff;
	text-align: left;
}

html .pv-new.pv-new-black.pv-FB-30 .modulos-imagens-cortes{
	padding: 45px 0 15px;
}
html .pv-new.pv-new-black.pv-FB-30 .modulos-imagens-cortes h2{
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}
html .pv-new.pv-new-black.pv-FB-30 .modulos-imagens-cortes-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
    padding: 0 0 20px;
}
html .pv-new.pv-new-black.pv-FB-30 .modulos-imagens-cortes-img img{
	width: 32%;
	border: 3px solid #fff;
	margin-bottom: 20px;
}
html .pv-new.pv-new-black.pv-FB-30 .box-preco .preco-parcelado{

}
html .pv-new.pv-new-black.pv-FB-30 .modulos ul li ul li{
	padding: 0 0 0 15px;
	color: #fff;
}
html .pv-new.pv-new-black.pv-FB-30 .curso-indicado p strong{
	color: #43dd8a!important;
}

html .pv-new.pv-new-black.pv-FB-30 .provas-sociais-preview-3 li{
	width: 25%;
}
/* END - FB PV NEW V3 */





/* 
 * FB PV NEW 3 CERTIFICADOS
*/
html .pv-new.pv-new-black.pv-FB-30.pv-FB-3C .box-certificado ul li img{
	box-shadow: 1px 1px 7px #9e9e9e;
}




/* 
 * END - FB PV NEW 3 CERTIFICADOS
*/




/* PV NEW 4.0 */
/* Resets */
html .pv-new.pv-FB-40 .btn{
	border-radius: 4px;
	font-weight: 600;
}

/* Colors */
.pv-new.pv-new-black .bg-01 .headline-topo h1 strong,
html .pv-new.pv-FB-40 .section-curso-online-img h2 strong,
html .pv-new.pv-FB-40 .section-curso-online-txt h2 strong,
html .pv-new.pv-FB-40 .section-curso-online-txt ul li h4,
html .pv-new.pv-FB-40 .section-depoimentos-certificados h2 span,
.pv-new.pv-new-black .bg-resumo-beneficios .resumo-beneficios h2 span
{
	color: #43dd8b!important;
}

html .pv-new.pv-FB-40 .img-barbeiro-topo img{
	display: table;
	margin: 0 auto;
}
html .pv-new.pv-FB-40 .bg-01{
	padding-top: 45px;
}
html .pv-new.pv-FB-40 .section-curso-online{
	background: #000;
	padding: 60px 0;
}
html .pv-new.pv-FB-40 .section-curso-online *{
	text-align: center;
	color: #fff;
}
html .pv-new.pv-FB-40 .section-curso-online-img,
html .pv-new.pv-FB-40 .section-curso-online-txt
{
	width: 50%;
	float: left;
}
html .pv-new.pv-FB-40 .section-curso-online-img img{
	margin: 0 0 30px;
}
html .pv-new.pv-FB-40 .section-curso-online-txt h2,
html .pv-new.pv-FB-40 .section-curso-online-img h2{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
html .pv-new.pv-FB-40 .section-curso-online-txt ul li{
	font-size: 14px;
	padding: 0 0 30px;
}
html .pv-new.pv-FB-40 .section-curso-online-txt ul li h4{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 10% 7px;
}
html .pv-new.pv-FB-40 .section-curso-online-txt ul li.circle{
	position: relative;
	padding-left: 9%;
	text-align: left;
}
html .pv-new.pv-FB-40 .section-curso-online-txt ul li.circle .cicle{
	display: table;
    background: #47dd7f;
    position: absolute;
    top: 23px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 7px 10px;
    width: 36px;
    height: 36px;
}
html .pv-new.pv-FB-40 .section-curso-online-txt ul li.circle .cicle i{
	font-size: 14px;
    color: #fff;
}



html .pv-new.pv-FB-40 .provas-sociais > div img,
html .pv-new.pv-FB-40 .provas-sociais-preview-3 li img{
	margin: 15px auto 5px;
}

html .pv-new.pv-FB-40 .modulos-imagens-cortes-img figure{
	margin-bottom: 20px;
	width: 32%;
}
html .pv-new.pv-new-black.pv-FB-40 .modulos-imagens-cortes-img img{
	margin: 0;
	width: 100%;
	border-radius: 12px;
    border: 3px solid #ff004c;
    border: 3px solid #fff;
    border-style: dashed;
}
html .pv-new.pv-FB-40 .modulos-imagens-cortes-img figcaption{
	font-size: 12px;
    text-align: center;
    display: table;
    margin: -13px auto 0;
    background: #ff0053;
    color: #fff;
    border-radius: 50px;
    padding: 2px 8px;
    font-weight: 500;

    background: #fff;
    color: #000;
}




/* Black November */
.pv-black-november .logo-black-november{
	border: 2px solid red;
    border-radius: 7px;
    margin: 20px auto 35px;
    background: #000;
    position: relative;
}
.pv-black-november .logo-black-november b{
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
	color: #fff;
	background: red;
	padding: 4px 12px 3px;
	font-size: 12px;
	font-weight: bold;
}
.pv-black-november .logo-black-november img{
	display: table;
	margin: 20px auto 15px;
	max-width: 90%;
}
.pv-black-november .logo-black-november span{
	color: #fff;
	font-size: 12px;
    font-weight: bold;
    background: red;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 7px;
}
.pv-black-november .logo-black-november span strong{
	font-size: 11px;
	display: block;
	font-weight: 500;
}

.pv-new.pv-new-black.pv-black-november .contador-price-black-november,
.pv-new.pv-new-black.pv-black-november .contador-price h3.faixa-black-friday{
	background: #000;
}
.pv-new.pv-new-black.pv-black-november .contador-price-black-november{
	margin-top: 20px;
}

.pv-black-november .contador-price-black-november .img-black-november img{
	width: 80%;
	display: table;
	margin: 20px auto 10px; 

}

.pv-new.pv-black-november  .contador-price h3.faixa-black-friday{
	padding: 10px 15px 20px;
}




/* Página de VSL com Delay */
.pv-new.PV-VSL-DELAY{
	background: #000;
}
.pv-new.PV-VSL-DELAY .PV-VSL-DELAY-content,
.pv-new.PV-VSL-DELAY .btn-open-aviso-desconto{
	display: none;
}
.pv-new.PV-VSL-DELAY footer{
	/*padding-top: 100px;*/
}


/* Mobile */
@media (max-width: 767px) {

	img{
		max-width: 100%;
	}
	.box-img-pagamento img{
		max-width: 97%;
		display: table;
		margin: 0 auto 0;
	}
	.box-img-pagamento img:last-child{
		max-width: 75%;
		margin-top: -4px;
	}
 	.container{
 		width: 92%;
 	}
 	.logo img{
 		max-width: 70%;
 	}
	/*.headline-topo{
		padding: 0 0 10px;
	}*/
 	.headline-topo h1 {
 		font-size: 1.4em;
	    font-weight: 600;
	    font-weight: bold;
	    margin-bottom: 15px;
 	}
 	.headline-topo p{
	    margin: 0 0 20px;
	    text-align: center;
	    font-size: 0.8em;
 	}

 	.bg-01{
 		background-position: 60% 0%;
 	}
	
	.btn{
        padding: 20px 10px 20px;
	    font-size: 1.1em;
        line-height: 1.4em;
	    width: 96%;
	    display: inline-block;
	}
	.btn span{
		font-size: 0.8em;
	}

	.video-vendas .video-vendas-content{
		width: 100%;
		height: 200px;
	}
	.video-vendas .video-vendas-content iframe{
		width: 100%;
		height: auto;
		height: 200px;
	}
	.video-vendas .video-vendas-content .video-vendas-capa{
		top: -32px;
	}

	.tabela-preco, .bg-02 ul, .bg p{
		width: 100%;
	}
	.box-como-funciona p{
		padding: 0;
		margin: 0;
	}
	.box-certificado p{
		margin: 0;
		padding: 10px 0 15px;
		text-align: center;
	}


	.box-como-funciona ul li{
		width: 48%;
		padding: 0 0 50px;
	}
	.box-como-funciona ul li:last-child, .box-como-funciona ul li:nth-child(3){
		padding-bottom: 0;
	}
	.bg-07{
	    padding: 40% 0;
	    background-position: 25% 0%;
	}

	.box-garantia{
		display: table
	}
	.box-garantia img{
		margin: 0 auto;
		display: table;
		width: 45%;
	}
	.box-garantia .box-garantia-text{
		width: 100%;
		float: none;
	}

	.box-certificado ul{
		flex-wrap: wrap;
		align-items: center;
		margin: 0;
	}
	.box-certificado ul li{
		max-width: 100%;
		margin: 5px 0 15px;
		height: auto;
	}
	.box-certificado ul li:last-child{
		margin-bottom: 0;
	}
	
	.box-bonus ul li {
		width: 45%;
	    padding: 12% 7%;
	}
	.box-bonus ul li img{
		max-width: 45%;
	}
	.box-bonus ul li{
		width: 100%;
		margin: 10px 0 80px;
	}
	.box-bonus ul li.bonus-especial{
		margin-top: 10px;
	}
	.box-bonus ul li.bonus-especial .box-bonus-title{
		min-width: 55%;
	    top: -41px;
	}
	.box-garantia .box-garantia-text h2{
		padding: 0%;
		margin-bottom: 25px;
	}

	.tabela-preco{
		margin: 60px auto 10px;
	}

	.box-qa ul li{
		width: 100%;
	}

	.link-externos a {
		margin: 0 15px;
	}
	.curso-indicado p{
		line-height: 24px;
		text-align: justify;
	}


	.curso-indicado{
		padding: 40px 0;
	}
	

	.bg-02 ul li{
		font-size: 16px;
		line-height: 24px;
		padding: 8px 0;		
	}
	.bg-02 ul li:before{
		width: 23px;
	    height: 32px;
	    margin: -7px 7px 5px 0;
	}

	.btn-bg-02{
		margin-top: 20px;
	}

	.box-bonus ul li p{
		padding: 0 15px;
	}
	.box-bonus > p{
	    margin: 7px 0 50px;
	}

	.box-preco .preco-parcelado{
		font-size: 36px;
		line-height: 48px;
	}

	.tabela-preco ul li{
		padding: 12px 7px;
		width: 95%;
	}

	.tabela-preco .btn{
		width: 94%;
		padding: 15px 10px;
		/*font-size: 0.9em;*/
		font-weight: bold;
	}
	.tabela-preco.tabela-preco-cartao .btn span{
		font-size: 12px;
		font-weight: 400;
	}

	.curso-indicado:before, .box-vai-aprender:before{
		bottom: -30px;
	}

	.bg-10 .box-como-funciona-white{
		margin-top: 30px;
	}

	.bg{
		background-attachment: initial;
	}

	/*.icon-whatsapp{
		right: 15px;
	}*/
	.icon-whatsapp img{
		/*width: 40px;*/
	}

	.aviso-desconto{
		width: 100%;
		padding-bottom: 0;
		height: 99.5%;
	}
	.aviso-desconto-open{
		/*height: auto;*/
	}

	.section-depoimentos iframe{
		width: 100%;
		height: auto;
		min-height: 215px;
	}

	.provas-sociais{
		width: 85%;
	}

	.btn-open-aviso-desconto{
		width: 100%;
		left: 0;
		transform: translateX(0);
	}

	.box-preco > strong, .box-preco > span{
		font-size: 16px;
	}

	.box-bonus ul li h4 {
		padding: 0 15px;
	}

	.list-duvidas{
		width: 100%;
	}


	.new-box-price h4{
		font-size: 40px;
	}

	.new-box-price{
		margin: 10px auto 20px!important;
	}
	.new-box-price-billet{
		margin-bottom: 10px;
	}

	.modal-boleto-valor{
		width: 100%;
	}
	.modal-boleto-valor .tabela-preco{
	    width:  100%;
	}
	.modal-boleto-valor .tabela-preco .btn{
		font-size: 15px;
	    width: 96%;
	}
	.modal-boleto-body .box-certificado{
		width: 100%;
	}
	.modal-boleto-body .box-certificado ul img{
		max-width: 100%;
		margin: 5px 0;
	}

	.aviso-desconto a{
	    padding: 20px 8px 16px;
	    font-size: 1.3em;
	    line-height: 1.3em;
	    width: 96%;
	}
	.aviso-desconto a span{
		font-size: 0.8em;
	}
	

	/* PV Provisória  */
	.pv-provisoria .curso-indicado{
		padding: 60px 0;
	}

	.modulos ul > li{
		width: 78%;
	}
	.modulos ul > li .cicle{
		left: -19.4%;
	}

	/* Notificações de Vendas */
	.notificacoes-vendas ul li{
	    width: 96%;
	    left: 50%;
	    transform: translateX(-50%);
	    padding: 7px 15px 6px;
	    border-radius: 0;
	}
	.notificacoes-vendas ul li .nv-logo{
		width: 15%;
	}
	.notificacoes-vendas ul li .nv-content {
	    width: 82%;
	}
	.notificacoes-vendas ul li .nv-content h4{
		font-size: 14px;
	}
	.notificacoes-vendas ul li .nv-content h4 span{
		font-size: 10px;
	}
	.notificacoes-vendas ul li .nv-content p{
		font-size: 12px;
		padding: 3px 0 0px;
	}
	.nv-content .nv-tempo-compra{
		font-size: 10px;
	}



	/* Nova Página de Vendas */
	.pv-new .container{
		width: 100%;
	}
	.pv-new .bg-resumo-beneficios .resumo-beneficios h2{
		padding: 0;
	}
	.pv-new .bg-resumo-beneficios .resumo-beneficios ul{
		padding: 0;
	}
	.pv-new .bg-resumo-beneficios .resumo-beneficios ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-img, .pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto{
		width: 100%;
	}
	.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto h3{
		text-align: center;
		padding: 10px 0 20px;
	}
	.pv-new .bg-sobre-curso .sobre-curso .sobre-curso-texto p{
		text-align: left;
	}

	.pv-new .modulos ul > li{
		width: 85%;
	}
	.pv-new .modulos ul > li .cicle{
		left: -20%;
	}
	.pv-new .box-bonus ul > li{
		width: 100%;
	}
	.pv-new .box-bonus-price-total{
		width: 100%;
	}

	.pv-new .contador-price{
		width: 100%;
	}
	.pv-new .contador-price h3.faixa-black-friday{
		padding: 35px 15px 25px;
	}
	.pv-new .contador-price ul {
	    padding: 0 15px 30px;
	}
	.pv-new .contador-price ul h4{
		font-size: 1.3em;
		line-height: 1.4em;
	}
	.pv-new .bg-11 .card-header button{
		background: #fff;
		padding: 15px 30px 15px 12px;
	}
	.pv-new .bg-11 .card-header button i{
		right: 12px;
	}
	.pv-new .btn{
		width: 100%;
		/*display: block;*/
	}
	.pv-new .curso-indicado-new ul li{
		width: 100%;
		margin-bottom: 80px;
	}
	.pv-new .curso-indicado-new ul li:last-child{
		margin-bottom: 0;
	}

	.pv-new .curso-indicado-new li img, .pv-new .curso-indicado-new li svg {
		max-width: 45%;
	}
	.pv-new .beneficios-plataforma h2 img{
		/*width: 30%;*/
	}
	.pv-new .section-depoimentos .iframeVideoDepoimentos iframe{
		width: 100%;
		margin-bottom: 20px;
	}
	.pv-new .tabela-preco ul li{
		width: 100%;
	}
	.pv-new .tabela-preco.tabela-preco-cartao .btn{
		border-color: transparent;
	}
	.pv-new .bg-beneficios-plataforma .bp-arrow-down{
		left: 41%;
	}

	.pv-new .notificacoes-vendas ul li{
		width: 100%;
		padding: 7px 7px 2px;
	}
	.pv-new .notificacoes-vendas ul li .nv-content h4{
		margin: 0;
	}
	.pv-new .notificacoes-vendas ul li .nv-content p{
		margin: 0 0 -5px;
	}
	.pv-new .curso-indicado p{
		text-align: left;
	}
	.pv-new .box-garantia .box-garantia-text p{
		text-align: left;
	}
	.pv-new .box-preco h2{
	    margin-bottom: 13px;
	}

	.pv-new .faixa-oferta-group-cronometro{
		display: table;
	}
	.pv-new .faixa-oferta ul{
		width: 55%;
	}
	.pv-new .faixa-oferta ul h3{
		width: 100%;
	    font-size: 0.8em;
	    text-align: center;
	    margin: 0 0 2px;
	}
	.pv-new .faixa-oferta .btn{
		width: auto;
		padding: 5px 12px 4px;
		float: right;
		margin: 23px 0 0 0;
		font-size: 0.7em;
	}
	.pv-new .faixa-oferta ul {
		justify-content: space-around;
	}
	.pv-new .faixa-oferta ul li{
		min-width: 55px;
		margin: 0;
	}
	.pv-new .faixa-oferta ul li span.txt-hours, .pv-new .faixa-oferta ul li span.txt-minutes, .pv-new .faixa-oferta ul li span.txt-seconds{
		font-size: 10px;
	}
	.pv-new .faixa-oferta{
		padding: 5px 10px 7px;
	}

	.curso-indicado ul.curso-indicado-etapas li{
		width: 100%;
		margin-bottom: 45px;
		padding: 45px 15px;
	}
	.curso-indicado ul.curso-indicado-etapas li:last-child{
		margin-bottom: 0;
	}
	.curso-indicado ul.curso-indicado-etapas li p{
		text-align: center;
	}
	.pv-new .modulos > ul > li img, .pv-new .modulos > ul > li svg{
		max-width: 80%;
	}



	/* PV NEW BLACK */
	.pv-new.pv-new-black .bg-01 .logo img{
	    max-width: 55%;
	    margin: 35px auto 20px;
	}
	.pv-new.pv-new-black .box-preco h2{
		font-size: 30px;
	    line-height: 40px;
	}

	.pv-new.pv-new-black .section-depoimentos.section-depoimentos-certificados h2 img{
		max-width: 30%;
	}


	/* Checkout pre-populado */
	.modal-pre-populado-overlay{
		overflow-y: scroll;
	}
	.modal-pre-populado-overlay .modal-pre-populado-content{
		width: 92%;
	    margin: 20px auto 100px;
	}
	.modal-pre-populado-overlay .modal-pre-populado-body {
	    padding: 20px 15px;
	}
	.modal-pre-populado-overlay .modal-pre-populado-body form > div i {
	    right: 12px;
	    font-size: 16px;
	}
	.modal-pre-populado-overlay .modal-pre-populado-body form input{
	    padding: 15px 8px;
	}

	
	.pv-new.pv-new-black .notificacoes-vendas ul li{
		padding: 6px 7px 0px;
	}
	.pv-new.pv-new-black .notificacoes-vendas ul li .nv-logo{
		width: 12%;
	}
	.pv-new.pv-new-black .notificacoes-vendas ul li .nv-content{
		width: 86%;
	}
	.pv-new.pv-new-black .notificacoes-vendas ul li .nv-content h4{
		font-size: 12px;
	    line-height: 12px;
	}
	.pv-new.pv-new-black .notificacoes-vendas ul li .nv-content p{
		font-size: 11px;
	    line-height: 11px;
	}
	.pv-new.pv-new-black .notificacoes-vendas ul li .nv-content .nv-tempo-compra{
		font-size: 9px;
	}

	.pv-new .progress-ultivas-vagas{
		width: 100%;
	}



	.pv-new .provas-sociais-preview-3{
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.pv-new .provas-sociais-preview-3 li{
		width: 100%!important;
	}
	.pv-new .provas-sociais-preview-3 li img{
		max-width: 77.5%;
	}


	.pv-new.pv-new-30 .bg-10 .tabela-preco .btn{
		border-radius: 30px;
	    display: inline-block;
        margin: 0 auto;
	}



	/* PV FB 2.0 */
	html.pv-FB-20 .bg-resumo-beneficios .resumo-beneficios ul li {
	    width: 48%;
	    padding: 7% 3%;
	}
	html.pv-FB-20 .bg-resumo-beneficios .resumo-beneficios ul li h3 {
	    font-size: 0.9em;
	    line-height: 1.3em;
	}
	html.pv-FB-20 .bg-resumo-beneficios .resumo-beneficios ul li h6 {
	    font-size: 0.6em;
	    line-height: 1.4em;
	}

	.pv-FB-20 .box-video-curso-por-dentro iframe{
	    width: 100%;
	    height: auto;
	    min-height: 260px;	
	    margin: 5px 0 7px;	
	}
	.pv-FB-20 .provas-sociais-preview-3 li:first-child img{
		margin-top: 0;
	}

	.pv-FB-20 .curso-indicado h2 {
	    margin-bottom: 10px;
	}
	.pv-FB-20 .curso-indicado ul.curso-indicado-etapas li {
	    padding: 30px 15px;
	}
	.pv-FB-20 .curso-indicado ul.curso-indicado-etapas li h3.number{
		font-size: 2em;
	}
	.pv-FB-20 .curso-indicado ul.curso-indicado-etapas li img {
	    max-width: 70%;
	}
	.pv-FB-20 .curso-indicado ul.curso-indicado-etapas li h4{
		margin: 7px 0 15px;
	    font-size: 1.3em;
	}




	/* 
	 * FB PV NEW V3 
	*/
	html .pv-new.pv-new-black.pv-FB-30 .modulos ul li{
		width: 88%;
	}
	html .pv-new.pv-new-black.pv-FB-30 .modulos ul li .cicle{
	    left: -16%;
	}
	html .pv-new.pv-new-black.pv-FB-30 .modulos-imagens-cortes-img img{
		width: 100%;
	}
	html .pv-new.pv-new-black.pv-FB-30 .modulos-imagens-cortes-img img:last-child{
		margin-bottom: 0;
	}
	html .pv-new.pv-new-black.pv-FB-30 .box-preco .preco-parcelado {
	    font-size: 2.4em;
	    line-height: 1.6em;
	}



	/* 
	 * FB PV NEW 3 CERTIFICADOS
	*/
	html .pv-new.pv-new-black.pv-FB-30.pv-FB-3C .box-certificado ul, 
	html .pv-new.pv-new-black.pv-FB-30.pv-FB-3C .box-certificado ul li:last-child{
		margin-bottom: 3.5px;
	}


	/* PV NEW 4.0 */
	html .pv-new.pv-FB-40 .section-curso-online-img,
	html .pv-new.pv-FB-40 .section-curso-online-txt
	{
		width: 100%;
	}
	html .pv-new.pv-FB-40 .section-curso-online-img *{
		text-align: center;
	}

	html .pv-new.pv-FB-40 .section-curso-online-txt ul li.circle{
		padding-left: 12%;
	}
	html .pv-new.pv-FB-40 .modulos-imagens-cortes-img figure{
		width: 100%;
	}



}	

/* iPhone 5/SE e Smartphones Menores */
@media (max-width: 320px) {
	.modal-boleto-body .modal-boleto-valor .preco-parcelado {
	    font-size: 30px;
	}
	.btn {
	    font-size: 1em;
	}
	.aviso-desconto a{
		font-size: 1.2em;
	}
	.box-preco .preco-parcelado {
	    font-size: 36px;
	}
	.new-box-price h4{
		font-size: 36px;
	}

	.modulos ul li:before{
		left: -10px;
	}
	.modulos ul li h5{
		font-size: 16px;
	}

	.aviso-desconto h5{
		font-size: 1.2em;
	}

	.box-preco h2{
	    font-size: 30px;
	    line-height: 40px;
	}


	/* Nova Página de Vendas */
	.pv-new .box-bonus-price-total span{
		font-size: 12px;
	}
	.pv-new .box-bonus-price-total {
		padding: 20px 15px;
	}

	.pv-new .faixa-oferta ul {
	    width: 60%;
	}
	.pv-new .faixa-oferta{
		padding: 7px 7px;
	}
	.pv-new .faixa-oferta ul li span.txt-hours, .pv-new .faixa-oferta ul li span.txt-minutes, .pv-new .faixa-oferta ul li span.txt-seconds {
	    font-size: 9px;
	}
	.pv-new .contador-price ul li .hours, .pv-new .contador-price ul li .minutes, .pv-new .contador-price ul li .seconds {
		font-size: 30px;
		width: 70px;
	    height: 70px;
	}
	.pv-new .contador-price ul li {
		margin: 0 5px;
	}


	html .pv-new.pv-new-79-whatsapp .preco-parcelado{
		font-size: 30px;
	}





	/* PV NEW 4.0 */
	html .pv-new.pv-FB-40 .bg-01 .logo img{
		display: table;
		margin: 0 auto;
	}

}


@media (max-width: 375px) {
	.landing-page-redirect iframe{
	    min-height: 315px;
	}
	.landing-page-redirect h1{
		font-size: 16px;
	}
	.landing-page-redirect img.bp-arrow-down{
		width: 70px;
	    margin: 70px auto 15px;
	}

	.pv-portugal .preview-plataforma img{
		max-width: 80%;
	}
}











