@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
body {
	background: #2c152b url("../img/bg-body.webp") 50% 0 no-repeat !important;
}
/* Reset */

/* Header */
header.header {
	padding: 65px 0;
}
img.logo {
    clear: both;
    display: block;
    width: 248px;
}
/* Header */

/* Principal */
section.principal {
	padding: 0 0 75px 0;
}
section.principal .copy {
	clear: both;
	display: block;
	width: 50%;
}
section.principal .copy h1 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 50px 0;
}
section.principal .copy h1 span {
	color: #e45240;
	font-style: italic;
}
section.principal .copy h2 {
	color: #e45240;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 50px 0;
}
a.cta {
	clear: both;
	display: block;
	background: #2dce4b;
	font-size: 20px;
	color: #ffffff !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	padding: 20px 0;
	width: 50%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
}
/* Principal */

/* Produto simples */
section.produtosimples {
	background: rgb(239,66,59);
	background: linear-gradient(150deg, rgba(239,66,59,1) 0%, rgba(203,39,63,1) 100%);
	padding: 75px 0;
}
section.produtosimples h1 {
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	color: #2c152b;
	margin: 0 auto 50px auto;
}
img.produto {
    clear: both;
    display: block;
    width: 80%;
    margin: auto;
}
img.produto.mobile {
    display: none;
}
/* Produto simples */

/* Teste Real */
section.testereal {
	background: #2c152b url("../img/bg-testereal.webp") 50% 0 no-repeat !important;
	padding: 75px 0;
}
section.testereal .copy {
	clear: both;
	display: block;
	width: 50%;
	float: right;
}
section.testereal h1 {
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	color: #ffffff;
	margin: 0 auto 50px auto;	
}
section.testereal .copy p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8;
}
section.testereal .copy h2, section.testereal .copy p span {
	color: #e45240;
	font-size: 18px;
	font-weight: 800;
}
a.cta.cta-testereal {
	margin: 50px 0;
}
/* Teste Real */

/* O Que Falam */
section.oquefalam {
	background: rgb(239,66,59);
	background: linear-gradient(150deg, rgba(239,66,59,1) 0%, rgba(203,39,63,1) 100%);
	padding: 75px 0;
}
section.oquefalam h1 {
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	color: #2c152b;
	margin: 0 auto 50px auto;
}
img.foto {
    clear: both;
    display: block;
    width: 75%;
    margin: auto;
}
.box-depoimento-item {
    background: #ffffff;
    padding: 25px;
    margin: 35px 0 0 0;
	height: 255px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.box-depoimento-item h2 {
    color: #2c152b;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.box-depoimento-item p {
    text-align: center;
    margin: 0;
}
a.cta.cta-oquefalam {
    width: 25%;
    margin: 50px auto 0 auto;
}
/* O Que Falam */

/* Ideia Realidade */
section.ideiarealidade {
	padding: 75px 0;
}
section.ideiarealidade h1 {
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	color: #ffffff;
	margin: 0 auto 50px auto;
}
section.ideiarealidade p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8;
}
section.ideiarealidade p span {
	color: #e45240;
	font-weight: 800;
}
img.mapa {
    clear: both;
    display: block;
    width: 80%;
    margin: auto;
}
p.p1 {
    margin: 50px 0 0 0;
}
a.cta.cta-ideiarealidade {
    width: 25%;
    margin: 50px auto 0 auto;
}
/* Ideia Realidade */

/* WhatsApp */
section.whatsapp {
	background: rgb(5,165,77);
	background: linear-gradient(150deg, rgba(5,165,77,1) 0%, rgba(45,206,75,1) 100%);	
	padding: 75px 0;
}
a.cta-wpp {
	clear: both;
	display: block;
	color: #ffffff;
	padding: 20px 0;
	width: 25%;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #ffffff !important;
	text-transform: uppercase;
	border: solid 3px #ffffff;
	font-weight: 600;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;		
}
/* WhatsApp */

/* Footer */
footer.footer {
	padding: 75px 0;
	text-align: center;
}
img.logo-ft {
    clear: both;
    display: block;
    width: 164px;
    height: auto;
    margin: 0 auto 35px auto;
}
.redes-sociais a {
	clear: both;
	margin: 0 5px;
	text-decoration: none;
}
.redes-sociais svg {
    fill: #ffffff;
}
/* Footer */

/* Responsivo */
@media (max-width: 700px) {
	/* Reset */
	body {
		background: #2C152C url(../img/bg-body.webp) 89% 450px no-repeat !important;
		background-size: 750px !important;
	}	
	/* Reset */
	
	/* Header */
	header.header {
		padding: 35px 0;
	}
	img.logo {
		width: 50%;
		margin: auto;
	}
	/* Header */
	
	/* Principal */
	section.principal {
		padding: 0 0 340px 0;
	}	
	section.principal .copy, section.testereal .copy {
		width: 100%;
		float: none !important;
	}
	section.principal .copy h1 {
		font-size: 25px;
		text-align: center;
		margin: 0 0 35px 0;
	}
	section.principal .copy h2 {
		font-size: 20px;
		text-align: center;
		margin: 0 0 35px 0;
	}
	a.cta-principal {
		width: 100%;
		margin: 0 auto;
	}
	/* Principal */
	
	/* Produto simples */
	section.produtosimples h1 {
		font-size: 25px;
		text-align: center;
		margin: 0 0 35px 0;
	}
	img.produto.desktop {
		display: none !important;
	}
	img.produto.mobile{
		display: block!important;
		width: 100%;
	}
	/* Produto simples */
	
	/* Teste real */
	section.testereal {
		background: #2c152b url(../img/bg-testereal.webp) 13% 570px no-repeat !important;
		padding: 75px 0;
		background-size: 750px !important;
	}	
	section.testereal h1 {
		font-size: 25px;
		text-align: center;
		margin: 0 0 35px 0;
	}
	section.testereal .copy p, section.testereal .copy h2 {
		text-align: center;
		font-size: 16px;
	}	
	a.cta.cta-testereal {
		width: 100%;
		margin: 300px auto 0 auto;
	}
	/* Teste real */
	
	/* O que Falam */
	section.oquefalam h1 {
		font-size: 25px;
		text-align: center;
		margin: 0 0 35px 0;
	}
	a.cta.cta-oquefalam {
		width: 100%;
		margin: 50px auto 0 auto;
	}
	img.foto {
		width: 65%;
		margin: 10px auto;
	}
	.box-depoimento-item {
		height: auto !important;
		width: 90%;
		margin: 25px auto 0 auto;
	}
	/* O que Falam */
	
	/* Ideia realidade */
	section.ideiarealidade h1 {
		font-size: 25px;
		text-align: center;
		margin: 0 0 35px 0;
	}
	p.p1 {
		margin: 0;
	}	
	section.ideiarealidade p {
		text-align: center;
		font-size: 16px;
	}
	a.cta.cta-ideiarealidade {
		width: 100%;
		margin: 50px auto 0 auto;
	}	
	/* Ideia realidade */
	
	/* WhatsApp */
	section.whatsapp {
		padding: 50px 0;
	}
	a.cta-wpp {
		width: 100%;
	}
	/* WhatsApp */
	
	/* Footer */
	footer.footer {
		padding: 50px 0;
	}
	img.logo-ft {
		width: 35%;
		margin: 0 auto 25px auto;
	}
	/* Footer */
}
/* Responsivo */