@import "//fonts.googleapis.com/css?family=Bangers";
.card {
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	height: 300px;
	margin: 1rem;
	position: relative;
	width: 250px;
}

.card-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-1:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.text-muted {
	font-size: 20px;
}

.muted-branco {
	color: #ffffff !important;
}

.whatsapp-p {
	color: #ffffff;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1,
h4,
h5,
h3 {
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase !important;
}

.preco{
  font-size: 100px;
  color: #ffffff;
}

.del{
  color: #b4953f !important;
}

.item {
	padding: 0 45px 40px 20px;
}

i {
	left: 0;
	position: absolute;
}

li {
	display: inline-block;
	font-size: 1.5em;
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase;
}

li span {
	display: block;
	font-size: 4.5rem;
}

body {
	margin: 0;
}

.wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 45vh;
	background: #020024;
}

.time-to {
	text-align: center;
	font-family: 'Rubik', sans-serif;
	color: white;
	font-size: 35px;
	letter-spacing: 2px;
}

.time-to span {
	display: block;
	font-size: 80px;
	color: red;
}

.restantes{
  color: #b4953f !important;
}

.btn {
	background-color: #b4953f !important;
}

#pauta-logo {
	width: 500px;
}

#pauta-app {
	width: 300px;
}

@media screen and (min-width:769px) {
	.btn {
		padding: 30px !important;
	}
	#div-perguntas,
	#div-aprender {
		display: block !important;
	}
	#descricao {
		font-size: 30px !important;
	}
	section {
		padding-top: 70px;
		padding-bottom: 70px;
  }
  #ebook-preco{
    display: none !important;
  }
}

@media screen and (max-width:768px) {
	h1 {
		font-size: 35px !important;
		text-align: center;
	}
	#subheadline {
		text-align: center;
		font-size: 17px !important;
	}
	.btn {
		width: 100% !important;
	}
	#div-perguntas,
	#div-aprender {
		display: none !important;
	}
	.row-person {
		margin-left: 0px;
	}
	#descricao {
		font-size: 17px !important;
	}
	section {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.time-to {
		font-size: 19px;
	}
	.time-to span {
		font-size: 35px;
	}
	.wrap {
		height: 30vh;
	}
	#wpp-logo {
		width: 200px;
	}
	#pauta-logo {
		width: 300px;
	}
	#sobre {
		text-align: center;
	}
	#pauta-app {
		display: none;
	}
	.center-block {
		text-align: center;
	}
	.row.text-center {
		padding: 16px;
  }
  #ebook-preco{
    width: 250px !important;
  }
  .preco{
    font-size: 50px !important;
  }
  .m-r-22 {margin-right: 10px !important;}
}



/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
	font-family: Montserrat-Regular;
	src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
  }
  
  @font-face {
	font-family: Montserrat-SemiBold;
	src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf'); 
  }
  
  @font-face {
	font-family: Playlist Script;
	src: url('../fonts/Playlist/Playlist Script.otf'); 
  }
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ RS PLUGIN ]*/
  /*---------------------------------------------*/
  .container {max-width: 1200px;}
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Form ]*/
  .contact100-form {
	max-width: 100%;
  }
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
	width: 280px;
	max-width: 100%;
	position: relative;
	background-color: transparent;
	height: 50px;
  }
  
  /*---------------------------------------------*/
  .input100 {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 3px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color: rgba(255,255,255, 0.0);
  }
  
  .input100:focus {
	background-color: rgba(255,255,255, 0.05);
  }
  
  
  /*------------------------------------------------------------------
  [ Alert validate ]*/
  
  .validate-input {
	position: relative;
  }
  
  .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 0px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 32px;
	pointer-events: none;
  
	font-family: Montserrat-Regular;
	color: #c80000;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
  
	visibility: hidden;
	opacity: 0;
  
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
  }
  
  .alert-validate::after {
	content: "\f071";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 38px;
  }
  
  .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
  }
  
  @media (max-width: 992px) {
	.alert-validate::before {
	  visibility: visible;
	  opacity: 1;
	}
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Simple slide100 ]*/
  .simpleslide100 {
	display: block;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
  }
  
  .simpleslide100-item {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  
  
  
  /*==================================================================
	  TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
  ==================================================================*/
  
  /*==================================================================
  [ Color ]*/
  .cl0 {color: #fff;}
  .cl1 {color: #999;}
  
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ S-Text 0 - 15 ]*/
  .s1-txt1 {
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
  }
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ M-Text 16 - 25 ]*/
  .m1-txt1 {
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1;
  }
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ L-Text >= 26 ]*/
  .l1-txt1 {
	font-family: Montserrat-Regular;
	font-size: 30px;
	color: #fff;
	line-height: 1;
  }
  
  .l1-txt2 {
	font-family: Playlist Script;
	font-size: 180px;
	color: #fff;
	line-height: 1.1;
  }
  
  
  /*==================================================================
	 SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
  ==================================================================*/
  /*//////////////////////////////////////////////////////////////////
  [ Size ]*/
  .size1 {
	width: 100%;
	min-height: 100vh;
  }
  
  .size2 {
	min-width: 140px;
	height: 50px;
  }
  
  .size3 {
	width: 36px;
	height: 36px;
  }
  
  .size4 {
	width: 35px;
	height: 100%;
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Width ]*/
  .wsize1 {
	min-width: 46px;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ Height ]*/
  
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Background ]*/
  .bg0 {background-color: #fff;}
  
  .bg-img1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Border ]*/
  
  
  
  
  
  /*==================================================================
	 WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
  ==================================================================*/
  .where1 {
	align-self: flex-start;
  }
  
  
  
  /*==================================================================
   HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
  ==================================================================*/
  .placeholder0::-webkit-input-placeholder { color: #999999;}
  .placeholder0:-moz-placeholder { color: #999999;}
  .placeholder0::-moz-placeholder { color: #999999;}
  .placeholder0:-ms-input-placeholder { color: #999999;}
  
  
  /*---------------------------------------------*/
  .overlay1 {
	position: relative;
	z-index: 1;
  }
  .overlay1::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
  }
  
  /*---------------------------------------------*/
  .wrappic1 {
	display: block;
	flex-grow: 1;
  }
  
  .wrappic1 img {
	max-width: 100%;
  }
  
  /*---------------------------------------------*/
  .how-btn1 {
	padding: 0 15px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 25px;
  }
  
  .how-btn1:hover {
	background-color: #fff;
	color: #555;
  }
  
  /*---------------------------------------------*/
  .how-social {
	color: #999;
	font-size: 18px;
	border: 1px solid rgba(255,255,255,0.1);
	background-color: transparent;
	border-radius: 50%;
  }
  
  .how-social:hover {
	background-color: #fff;
	color: #555;
  }
  
  /*---------------------------------------------*/
  .how-btn-play1 {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 50%;
	font-size: 20px;
	color: #333;
	position: relative;
	z-index: 1;
  }
  
  .how-btn-play1::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
  
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
  }
  
  .how-btn-play1:hover:after {
	opacity: 0.6;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Pseudo ]*/
  
  /*------------------------------------------------------------------
  [ Focus ]*/
  .focus-in0:focus::-webkit-input-placeholder { color:transparent; }
  .focus-in0:focus:-moz-placeholder { color:transparent; }
  .focus-in0:focus::-moz-placeholder { color:transparent; }
  .focus-in0:focus:-ms-input-placeholder { color:transparent; }
  
  
  /*------------------------------------------------------------------
  [ Hover ]*/
  .hov-cl0:hover {color: #fff;}
  .hov-bg0:hover {background-color: #fff;}
  
  /*---------------------------------------------*/
  .hov1:hover i {
	color: #fff;
  }
  
  
  
  
  
  
  /*==================================================================
	RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
  ==================================================================*/
  
  
  /*//////////////////////////////////////////////////////////////////
  [ XL ]*/
  @media (max-width: 1200px) {
	.m-0-xl {margin: 0;}
	.m-lr-0-xl {margin-left: 0; margin-right: 0;}
	.m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
	.m-l-0-xl {margin-left: 0;}
	.m-r-0-xl {margin-right: 0;}
	.m-l-15-xl {margin-left: 15px;}
	.m-r-15-xl {margin-right: 15px;}
  
	.p-0-xl {padding: 0;}
	.p-lr-0-xl {padding-left: 0; padding-right: 0;}
	.p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
	.p-l-0-xl {padding-left: 0;}
	.p-r-0-xl {padding-right: 0;}
	.p-l-15-xl {padding-left: 15px;}
	.p-r-15-xl {padding-right: 15px;}
  
	.w-full-xl {width: 100%;}
  
	/*---------------------------------------------*/
  
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ LG ]*/
  @media (max-width: 992px) {
	.dis-none-lg {display: none;}
	.m-0-lg {margin: 0;}
	.m-lr-0-lg {margin-left: 0; margin-right: 0;}
	.m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
	.m-l-0-lg {margin-left: 0;}
	.m-r-0-lg {margin-right: 0;}
	.m-l-15-lg {margin-left: 15px;}
	.m-r-15-lg {margin-right: 15px;}
  
	.p-0-lg {padding: 0;}
	.p-lr-0-lg {padding-left: 0; padding-right: 0;}
	.p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
	.p-l-0-lg {padding-left: 0;}
	.p-r-0-lg{padding-right: 0;}
	.p-l-15-lg {padding-left: 15px;}
	.p-r-15-lg {padding-right: 15px;}
  
	.w-full-lg {width: 100%;}
  
	/*---------------------------------------------*/
	 .respon1 {
	  font-size: 160px;
	}
  
  
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ MD ]*/
  @media (max-width: 768px) {
	.m-0-md {margin: 0;}
	.m-lr-0-md {margin-left: 0; margin-right: 0;}
	.m-lr-15-md {margin-left: 15px; margin-right: 15px;}
	.m-l-0-md {margin-left: 0;}
	.m-r-0-md {margin-right: 0;}
	.m-l-15-md {margin-left: 15px;}
	.m-r-15-md {margin-right: 15px;}
  
	.p-0-md {padding: 0;}
	.p-lr-0-md {padding-left: 0; padding-right: 0;}
	.p-lr-15-md {padding-left: 15px; padding-right: 15px;}
	.p-l-0-md {padding-left: 0;}
	.p-r-0-md{padding-right: 0;}
	.p-l-15-md {padding-left: 15px;}
	.p-r-15-md {padding-right: 15px;}
  
	.w-full-md {width: 100%;}
  
	/*---------------------------------------------*/
	.respon1 {
	  font-size: 120px;
	}
  
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ SM ]*/
  @media (max-width: 576px) {
	.dis-none-sm {display: none;}
	.m-0-sm {margin: 0;}
	.m-lr-0-sm {margin-left: 0; margin-right: 0;}
	.m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
	.m-l-0-sm {margin-left: 0;}
	.m-r-0-sm {margin-right: 0;}
	.m-l-15-sm {margin-left: 15px;}
	.m-r-15-sm {margin-right: 15px;}
  
	.p-0-sm {padding: 0;}
	.p-lr-0-sm {padding-left: 0; padding-right: 0;}
	.p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
	.p-l-0-sm {padding-left: 0;}
	.p-r-0-sm{padding-right: 0;}
	.p-l-15-sm {padding-left: 15px;}
	.p-r-15-sm {padding-right: 15px;}
  
	.w-full-sm {width: 100%;}
  
	/*---------------------------------------------*/
	 .respon1 {
	  font-size: 80px;
	}
	
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ SSM ]*/
  @media (max-width: 480px) {
	.m-0-ssm {margin: 0;}
	.m-lr-0-ssm {margin-left: 0; margin-right: 0;}
	.m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
	.m-l-0-ssm {margin-left: 0;}
	.m-r-0-ssm {margin-right: 0;}
	.m-l-15-ssm {margin-left: 15px;}
	.m-r-15-ssm {margin-right: 15px;}
  
	.p-0-ssm {padding: 0;}
	.p-lr-0-ssm {padding-left: 0; padding-right: 0;}
	.p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
	.p-l-0-ssm {padding-left: 0;}
	.p-r-0-ssm{padding-right: 0;}
	.p-l-15-ssm {padding-left: 15px;}
	.p-r-15-ssm {padding-right: 15px;}
  
	.w-full-ssm {width: 100%;}
	/*---------------------------------------------*/
  
  }

.fa-question-circle:before {
	font-size: 35px !important;
	background: -webkit-linear-gradient(135deg, #31d7db 0, #15647a 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.whatsapp-h3 {
	color: #ffffff !important;
}


/* FAQ */

.containera {
	margin: 0 auto;
	padding: 2rem;
	width: 70rem;
}

#perguntas {
	margin: 0;
	padding: 0;
	font-family: 'Hind', sans-serif;
	background: #fff;
	color: #4d5974;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
}

#perguntas {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	color: #ffffff !important;
	font-size: 1.15rem;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
}

.accordion a:hover,
.accordion a:hover::after {
	cursor: pointer;
	color: #b4953f;
}


/* .accordion a:hover::after {
  border: 1px solid #ffffff;
}

.accordion a.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
} */

.accordion a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0dd";
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 1rem;
	color: #ffffff;
	padding: 5px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.accordion a.active::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0de';
	color: #b4953f;
}

.accordion .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
}

.accordion .content p {
	font-size: 1rem;
	font-weight: 300;
	color: white;
}

.accordion .content.active {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
}

.row{
	margin: 0px !important;
}

.m-r-22 {margin-right: 20px;}


.flex-w,
.flex-b{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-sb-m {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}



