@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');

* {line-height: 1.2em;font-weight: 500;font-family: 'Open Sans', sans-serif;color: white;margin: 0 auto; padding: 0;}

body {
	background: linear-gradient(45deg, #eff3f6 0%, #fff 100%) !important;
	/*background: #f3f6f8 !important;*/
	overflow-x: hidden !important;
}

button.btn-cta, a.btn-cta {
	background: #169154;
	font-size: 13px;
	font-weight: 700;
	color: white;
	padding:15px 40px;
	border-radius: 40px;
	text-transform: uppercase;
	box-shadow: 0px 0px 27px -1px #27663f;
}


button.btn-cta:hover, a.btn-cta:hover {
	background: #0ae619;
	color: white;
	transition: all 0.3s;
}


.padding-40{padding: 40px 0;}
.padding-20{padding: 20px 0;}
.padding-60{padding: 60px 0;}
.margin-60-top{margin-top: 60px;}
.w-100 {width: 100%;}
b, i {color: #626b94;}
small.small-decript {
	font-size: 11px;
	text-transform: uppercase;
	color: #989898;
	font-weight: 700;
	letter-spacing: 2px;
}

/* HEADER */


.alert {
	position: absolute;
	background: black;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}
.alert p {
	text-align: center;
	margin-bottom: 0 !important;
	width: 900px;
	font-size:15px;
}
header {
	background-image: url('../img/background_header.png');
	background-size: cover;
	background-position: bottom;
	height:auto;
	padding-bottom: 40px;
}

header .row {
	width: 100%;
}
header .row img#logo {
	height: 50px;
}

header .row nav ul {
	list-style: none;
}
header .row nav ul li {
	float: left;
}

header .row nav ul li a {
	color: white;
	font-size: 13px;
	font-weight: 800;
	display: block;
	padding:15px 40px;
}

header .row nav ul li:last-child a {
	padding-right:0;
}

/*header .row nav ul li:first-child a {
	border: solid 1px white;
	border-radius: 40px;
}
*/

header .row h2 {
	font-size: 36px;
	font-weight: 700;
}
header .row p.description {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

header .video {
	position: relative;
	width: 100%;
	flex-direction: column;
}

header .video::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

header .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px !important;
}

header .img-banner {
	margin-top: -100px;
}
/* HEADER */


/* CONTEUDO */ 

section .depoimentos small {
	color: #626b94;
	font-size: 13px;
	line-height: 24px;
}
section .depoimentos p {
	color: red !important;
	font-weight: bold;
	text-transform: capitalize;
}
section .depoimentos i {color: orange;}
/*section.item {border:solid 1px red;}*/
section.item h3{
	color: #169154;
	font-weight: 700;
	font-size: 28px;
}

section.item p {
	font-size: 15px;
	line-height: 30px;
	color: #626b94;
}

section.item p.p-list {
	color: black;
	font-size: 15px;
	color: #626b94;
}

section.item p.p-list i {
	color:  #0089c6;
	margin-right: 10px;
}


section.item .bonus h3 {font-size: 18px;}
section.item .bonus img {height: 125px;}

section.preco {
	background: rgb(34, 33, 34);
	background: -moz-linear-gradient(195deg, rgba(66, 61, 62, 1) 0%, rgba(37, 33, 34, 1) 100%);
	background: -webkit-linear-gradient(195deg, rgba(66, 61, 62, 1) 0%, rgba(37, 33, 34, 1) 100%);
	background: linear-gradient(195deg, rgba(66, 61, 62, 1) 0%, rgba(37, 33, 34, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#423d3e", endColorstr="#252122", GradientType=1);
}

section.preco h3 {color: white;}
section.preco h1 {font-size: 3em;font-weight: 700;}
section.preco p.parcelamento {font-size: 1.3em;margin-bottom: -10px;}
section.preco i , section.preco p {color: #ffd81f;}

section.preco input.btn::-webkit-input-placeholder {
	color: white;
	text-transform: uppercase;
}

section.preco input.btn:hover{
	background: #0089c6;
	color: white;
	transition: all 0.3s;
}

section.preco input.btn:focus {
	box-shadow: none;
}

#faq .faq li { padding: 20px;list-style: none;transition: all .10s;}
#faq .faq li.q:hover{
	border-left: 2px #ffd81f solid;
	transition: all .10s;
}
#faq .faq li.q {
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  color: #053d4e;
}

#faq .faq li.a {
  background: #169154;
  display: none;
  color:#fff;
  font-size: 14px;
  line-height: 30px;
}

#faq .faq i {color: #169154;}

footer { background:#212529;}
footer img {height:35px;}
footer p {
	font-size: 14px;
}

@media screen and (max-width:768px) {
	.row {margin-right: 0 !important;margin-left: 0 !important;}
	.container .row {text-align: center;}

	.alert p {width: 100%;}

	section {padding-top: 0px;}
	header .container .row:nth-child(2) {
		flex-direction: column-reverse;
		text-align: center;
	}

	header .a-login {display: none !important;}
	header .img-banner {
		margin-top: 20px;
	}

	.container .row .text-right{text-align: center !important;}
	.container .row img.img_header {width: 80%;margin-top: -25px !important;}

	img.w-100 , #pagamento img {width: 80% !important;}
	img.professor {width: 50% !important;margin-bottom: 25px;}
	#garantia .w-100 {width: 50% !important;}

	header {
		background-image: url('../img/background_header_mob.png');
		padding-bottom: 50px;
	}

	header .container .row:nth-child(1) {
		flex-direction: column;
		margin-bottom: -20px;
	}
	header .row nav ul li:last-child a {padding:0px 40px;}
	header .container .row:nth-child(2), #publico_alvo .container .row {
		flex-direction: column-reverse;
		text-align: center;
	}
	header .row h2 {font-size: 24px;}
	header .row p.description {
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
	}
	
	#como_funciona {margin-top: 0px;}
	#como_funciona .w-100 , #publico_alvo .w-100, #garantia .w-100 {padding-bottom: 30px;}
	#como_funciona .row , #publico_alvo .row {padding-bottom: 0px;}
	

	#pagamento h1 {font-size: 2em;}
	#pagamento p:last-child {font-size: 12px;}
}