body
{
	font-family: 'Montserrat', sans-serif;	
}
a, a:focus, a:active, a:hover
{
	text-decoration: none !important;
}
img
{
	max-width: 100%;
}
.centered-text
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 15;
}
header{
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.header
{
	height: 100vh;
	width: 100%;
	color: white;
	font-size: 1.5em;
	padding-top:200px;
}

.topo
{
	position: absolute;
	width: 100%;
	top: 0;
	padding: 40px 0;
	z-index: 99;
}
.topo ul
{
	list-style: none;
    float: right;
    font-size: 1.4em;
    margin-top: 15px;
}
.topo li
{
	float: left;
    margin-left: 15px;
}

.header .centered-text
{
	top: 45%;
}

.header .container
{
	height: 100vh;
	position: relative;
	
}

.header h1
{
	font-size: 4.5em;
	font-weight: bold;
}

.header h2
{
	font-size: 2em;
}

.header .satisfacao
{
	font-weight: bold;
}

.header .neuro-bg
{
	position: absolute;
    bottom: 0;
    width: 100%;
}

/* COMPARISON */
.comparison
{
	display: none;
}

/* FONT */
h2.spaced
{
	font-size: 3em;
	letter-spacing: 16px;
}
h1.vermelho-text
{
	margin-top: -15px;
	margin-bottom: 40px;
	font-size: 5em;
}

h1.title-text
{
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 20px;
}

.quote .quote-div
{
	margin: 50px 0;
	padding: 0 50px;
    font-size: 1.4em;
}

.quote:nth-child(1) .quote-div
{
	border-left: none;
}
.autor .text-center
{
	width: 100%;
}

.autor
{
	margin-top: 40px;
}
.autor img
{
	width: 90px;
	margin-right: 15px;
}
.autor .vermelho-text
{
	letter-spacing: 2px;
}

/* MEMORY FORMULA */

.block-div
{
	padding: 50px;
	font-size: 1.5em;
	display: block;
    overflow: hidden;
}
.internet-buy
{
	font-size: 1em;
}
.internet-buy h2.spaced
{
	font-size: 4em;
	letter-spacing: 10px;
}
.internet-buy h1
{
	font-size: 6em;
}
.internet-buy .buy-img
{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fullheight-div
{
	min-height: 100vh;
	display: block;
    overflow: hidden;
}
.como-funciona .col-lg-4, .focus-formula .col-lg-4
{
	position: relative;
}
.white-bg
{
	background: white;
	color: #2d3038;
}
.dark-bg a
{
	color: white;
}
.dark-bg a:focus, .dark-bg a:hover, .dark-bg a:active
{
	color: #d20707;
}

.dark-bg
{

	color: white;
}

.dark-bg .spaced
{
	color: white;
}

.footer .social
{
	margin-right: 10px;
}
.footer-logo
{
	max-width: 150px;
	margin-left: -55px;
}
.white-bg .spaced
{
	color: #2d3038;
}

.white-bg .vermelho-text
{
	color: #9d0000;
}
.dark-bg .vermelho-text
{
	color: #9d0000;
}


/* BOTAO */
.botao
{
	font-size: 2em;
	margin: 20px auto 5px auto;
	padding: 20px 40px;
	transition: background 0.4s ease;
	border-radius: 99px;
	font-weight: bold;
}
.botao2
{
	font-size: 2em;
	margin: 20px auto 5px auto;
	padding: 20px 40px;
	transition: background 0.4s ease;
	border-radius: 99px;
	font-weight: bold;
	background: #27ae60;
}

.botao2:hover
{
	
	background: #171717;
	color: #fff !important;
}

.header .botao
{
	color: white;
	border: 6px solid white;
}
.header .botao:active,
.header .botao:hover,
.header .botao:focus
{
	background: white;
	color: black;
}

.dark-bg .botao
{
	color: #ffffff;
	border:none;
	background: #9d0000;
}
.dark-bg .botao:active,
.dark-bg .botao:hover,
.dark-bg .botao:focus
{
	background: #27ae60;
	color: #ffffff;
}

.white-bg .botao
{
	color: #ffffff;
	border:none;
	background: #9d0000;
}
.white-bg .botao:active,
.white-bg .botao:hover,
.white-bg .botao:focus
{
	background: #000000;
	color: #ffffff;
}

.grafico-mobile
{
	display: none;
}

.satisfacao-garantida
{
	background-color: #22242a;
	background-image: url('../img/satisfacao.png');
	background-repeat: no-repeat;
}
.tempo
{
	background-color: #22242a;
	background-image: url('../img/tempo.png');
	background-repeat: no-repeat;
	min-height:550px;
}
.tempo2
{
	background-color: #22242a;
	background-image: url('../img/tempo2.png');
	background-repeat: no-repeat;
	min-height:300px;
}
.satisfacao-garantida h1.white-text
{
	font-size: 5em;
}
.satisfacao-garantida h1.vermelho-text
{
	margin-bottom: -10px;
}
.satisfacao-desc
{
	font-size: 1.2em;
}
.semi-footer
{
	background: #14161a !important;
}
.footer
{
	padding: 30px;
}

.resultados-rapidos h1.vermelho-text
{
	color: white;
}

.resultados-rapidos h4
{
	font-size: 1.2em;
	width: 75%;
	margin: -20px auto 0 auto;
}

.grafico
{
	margin-top: 50px;
	max-width: 100%;
}
.internet-badge
{
	float: left;
	margin-right: 10px;
}
.internet-buy p
{
	font-size: 2.25em;
    line-height: 22px;
    padding: 5px;
}
.internet-buy .row
{
	padding-top: 30px;
}
.problema-solucao {
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Animations */
.header h1 { animation-delay: 0.2s; }
.header h2 { animation-delay: 0.6s; }
.header .botao { animation-delay: 1s; }
.header .satisfacao { animation-delay: 1.5s; }
.header .neuro-bg { animation-duration: 3s; }
.header .pote-big { animation-delay: 1.5s; animation-duration: 0.5s; }
.header .pote-small { animation-delay: 1.5s; animation-duration: 0.5s; }
.header .brilho-bg { animation-delay: 1.75s; animation-duration: 0.5s; }
.header .brilho-bg2 { animation-delay: 1.75s; animation-duration: 0.5s; }

.resultados-rapidos h4 { animation-delay: 0.4s; }
.grafico { animation-delay: 0.6s; }
.pote-desc-img { animation-delay: 0.5s; animation-duration: 0.5s; }
.pote-right { animation-delay: 0.75s; animation-duration: 0.5s; }
.pote-left { animation-delay: 1s; animation-duration: 0.5s; }
.quote:nth-child(1) .quote-text { animation-delay: 0.2s; }
.quote:nth-child(2) .quote-text { animation-delay: 0.6s; }
.quote:nth-child(3) .quote-text { animation-delay: 1s; }


/*.div-problema { animation-delay: 0s; }*/
.div-problema h1 { animation-delay: 0s; }
/*.div-problema p { animation-delay: 0.75s; }
.div-problema .row:nth-child(3) .col-lg-6:nth-child(1) { animation-delay: 1s; }
.div-problema .row:nth-child(3) .col-lg-6:nth-child(2) { animation-delay: 1.25s; }
.div-problema .row:nth-child(4) .col-lg-6:nth-child(1) { animation-delay: 1.5s; }
.div-problema .row:nth-child(4) .col-lg-6:nth-child(2) { animation-delay: 1.75s; }*/

.div-solucao h1 { animation-delay: 0.5s; }
/*.div-solucao p { animation-delay: 2.5s; }
.div-solucao .row:nth-child(3) .col-lg-6:nth-child(1) { animation-delay: 2.75s; }
.div-solucao .row:nth-child(3) .col-lg-6:nth-child(2) { animation-delay: 3s; }
.div-solucao .row:nth-child(4) .col-lg-6:nth-child(1) { animation-delay: 3.25s; }
.div-solucao .row:nth-child(4) .col-lg-6:nth-child(2) { animation-delay: 3.5s; }*/

.internet-buy .row:nth-child(3) .col-lg-6:nth-child(1) { animation-delay: 0.25s; }
.internet-buy .row:nth-child(3) .col-lg-6:nth-child(2) { animation-delay: 0.5s; }
.internet-buy .row:nth-child(4) .col-lg-6:nth-child(1) { animation-delay: 0.75s; }
.internet-buy .row:nth-child(4) .col-lg-6:nth-child(2) { animation-delay: 1s; }
.oculto{
	opacity: 0;
}

.visible{
	opacity: 1;
}
.navbar-nav li:nth-child(1) a { animation-delay: 0.2s; }
.navbar-nav li:nth-child(2) a { animation-delay: 0.3s; }
.navbar-nav li:nth-child(3) a { animation-delay: 0.4s; }
.navbar-nav li:nth-child(4) a { animation-delay: 0.5s; }
.navbar-nav li:nth-child(5) a { animation-delay: 0.6s; }
.navbar-nav li:nth-child(6) a { animation-delay: 0.7s; }
#sidebar { animation-delay: 1.2s; }
#title { animation-delay: 0.8s; animation-fill-mode: forwards; }

	.resultados-reais .row
	{
		margin-top: 50px;
	}
	
	.satisfacao-garantida h1 {
    font-size: 2.75em !important;
    margin-top: 5px;
}

.satisfacao-garantida .botao
{
    margin: 20px 5px;
    padding: 20px 80px;
}
	
.semi-footer .col-lg-4
{
	padding: 25px 0;
}
.social-media
{
	text-align: right;	
}
.div-problema
{
	background: #424753;
	padding: 40px !important;
	font-size: 2em;
}
.div-solucao
{
	background: #22242a;
	padding: 40px 30px !important;
	font-size: 2em;
}
.div-problema .row, .div-solucao .row
{
	width: 70%;
    margin: auto;
}
.div-problema .row p, .div-solucao .row p
{
	text-transform: uppercase;
	line-height: 24px;
	display: inline-block;
    text-align: left;
}
.perda-ganho
{
	margin-top: 30px;
}

.zap {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
}

/* Responsividade */
@media (max-width: 7067px)
{
	.header
	{
		overflow: hidden;
		font-size: 1.25em;
		height:750px;
		padding-top:180px;
	}
	.div-problema .row, .div-solucao .row
	{
		width: 100%;
		margin: auto;
	}
	.logo
	{
		width: 210px;
		padding-top: 10px;
	}
	.block-div
	{
		font-size: 1.25em;
		padding: 35px;
	}
	.block-div p, .pote-right, .pote-left {
		font-size: 1.25em;
	}
	h1.vermelho-text 
	{
		margin-bottom: 20px;
	}
	.internet-buy
	{
		font-size: 1em;
	}
	.grafico
	{
		height: 400px;
	}
	.pote-desc-img
	{
		height: 410px;
	}
	.header h1
	{
		font-size: 4.2em;
	}
	
	.header h2
	{
		font-size: 1.4em;
		width: 70%;
		margin: auto;
	}
	.header .centered-text
	{
		top: 52%;
	}
	
	/*.header .pote-big
	{
		margin: 0px;
		bottom: 10px;
		left: -40px;
	}
	.header .pote-small
	{
		margin: 0px;
		bottom: 20px;
		left: 145px;
	}
	
	.header .brilho-bg {
		margin: 0px;
		left: -140px;
		bottom: -55px;
	}*/
	
	.header .pote-big
	{
		margin: 0px;
		bottom: 10px;
		left: 120px;
	}
	.header .pote-small
	{
		margin: 0px;
		bottom: 10px;
		right: 120px;
	}
	
	.header .brilho-bg {
		margin: 0px;
		right: 0px;
	}
	
	.header .brilho-bg2 {
		margin: 0px;
		left: 0px;
	}
	
	.internet-buy p {
		font-size: 1.7em !important;
		line-height: 20px;
	}
	.resultados-reais .row
	{
		margin-top: 0px;
	}
}
@media (max-width: 1023px)
{
    .header
	{
		overflow: hidden;
		font-size: 1.25em;
		height:1200px;
		padding-top:180px;
	}
}	
@media (max-width: 767px)
{
	.div-solucao .container, .div-solucao h1
	{
		text-align: left !important;
	}
	.grafico
	{
		display: none;
	}
	.grafico-mobile
	{
		display: block;
	}
	.header
	{
		overflow: hidden;
		font-size: 1.25em;
		height:1000px;
		padding-top:150px;
	}
	.header img
	{
		width: 200px;
	}
	.header h1
	{
		font-size: 3em;
		margin-top: 60px;
	}
	.header h2
	{
		width: 100%;
		font-size: 1.25em;
	}
	.header .botao
	{
		font-size: 1.5em;
	}
	.centered-text
	{
		position: relative; 
		transform: none;
		top: 0;
		margin: 20px 0;
	}
	.botao, .satisfacao-garantida .botao
	{
		font-size: 1.5em;
		width: 90%;
		padding: 15px 20px;
	}
	.topo
	{
		text-align: center;
		padding: 20px 0;
	}
	.topo ul
	{
		display: none;
	}
	.header .centered-text {
		top: 150px;
	}
	.autor div
	{
		text-align: left !important;
	}
	.autor img
	{
		width: 60px;
		margin-right: 5px;
	}
	
	.block-div
	{
		overflow: hidden;
	}
	
	.header .pote-big
	{
		height: 230px;
		left: 30px;
	}
	.header .pote-small
	{
		height: 230px;
		right: 30px;
	}
	h2.spaced {
		font-size: 3em;
		letter-spacing: 5px;
	}
	
	.pote-left, .pote-right {
		animation-name: fadeIn;
	}

	.pote-left .centered-text, .pote-right .centered-text
	{
		text-align: center !important;
	}
	.quote .quote-div {
		margin: 30px 0;
		padding: 0 10px;
		border-left: none;
	}
	.quote-div .autor
	{
		margin-top: 15px;
	}
	
	.resultados-rapidos h4
	{
		width: 100%;
	}
	
	.grafico {
		width: 100%;
		height: auto;
	}
	
	.pote-desc-img
	{
		height: auto;
		max-height: 300px;
	}
	
	.satisfacao-garantida img
	{
		width: auto;
		max-height: 350px;
		margin: 0 auto;
		display: block;
	}
	
	.satisfacao-desc
	{
		font-size: 1em;
	}
	
	h1.vermelho-text
	{
		font-size: 3.5em;
		margin-top: 0;
	}
	
	h2.spaced
	{
		font-size: 1.5em;
	}
	
	.internet-buy
	{
		background-image: none;
	}
	.internet-buy .row {
		padding-top: 0px;
	}
	
	.internet-buy h1, .satisfacao-garantida h1
	{
		text-align: center;
	}
	
	.internet-buy h2.spaced {
		font-size: 2.8em;
		letter-spacing: 6px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	.satisfacao-garantida .botao
	{
		margin: 20px auto 20px auto;
	}
	
	.footer-logo
	{
		margin-left: 0px;
	}
	
	.footer-link
	{
		margin: 25px 0;
		display: block;
		color:#000000;
	}
	
	.social-media
	{
		text-align: center !important;
	}
	
	.div-solucao { animation-delay: 0s; }
	.div-solucao h1 { animation-delay: 0.5s; }
}
@media(max-width: 400px)
{
	.header
	{
		overflow: hidden;
		font-size: 1.1em;
		height:950px;
	}
	h1.vermelho-text {
		font-size: 3em;
		margin-top: 0;
	}
	.internet-buy h2.spaced {
		font-size: 2em;
		letter-spacing: 6px;
		margin-bottom: 0px;
		text-align: center;
	}
}
.md{font-size:26px;}
.ft{font-size:18px;}
.ft2{font-size:16px;}
.ft3{font-size:12px;}
.satisfacao-garantida{
	min-height:500px;
}
.preco{
	font-size: 32px;
}
.sp{
	margin-top:25px;
}
.destaque{
	background-color:#efefef;border-radius:10px;padding:10px;
}
.destaqueblack{
	background-color:#000000;border-radius:10px;padding:10px;
}

.mais-vendido{
	background-color:#9d0000;border-radius:10px;margin:0px;color:#ffffff;font-size:22px;
}
.blackfriday{
	background-color:#000000;border-radius:10px;margin:0px;color:#ffffff;font-size:22px;
}

.peca-ja{
	border: 2px #fff solid;
	padding: 4px 10px ;
	border-radius: 30px;
}

.peca-ja:hover{
	border: 2px #9d0000 solid;
	padding: 4px 10px ;
	border-radius: 30px;
}
.pera1 {
	animation-delay: 0.30s;
}
.pera2 {
	animation-delay: 0.45s;
}
.pera3 {
	animation-delay: 0.60s;
}
.pera4 {
	animation-delay: 0.75s;
}


.faq1 {
	animation-delay: 0.12s;
}
.faq2 {
	animation-delay: 0.24s;
}
.faq3 {
	animation-delay: 0.36s;
}
.faq4 {
	animation-delay: 0.48s;
}
.faq5 {
	animation-delay: 0.60s;
}
.faq6 {
	animation-delay: 0.72s;
}
.faq7 {
	animation-delay: 0.84s;
}
.faq8 {
	animation-delay: 0.96s;
}