/*
colors
  background: #EBE7D9;
  #262d20;
 #b48b5b 
   #484f3d

*/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #EBE7D9;
}

.back img {
	position: relative;
	width: 100%;
	margin-top: -180px;

}

.container {
	overflow-x: hidden;
	color: #fff;
	align-items: center;
	margin: auto;
	justify-content: center;

}

.header {
	margin-top: -3px;
	font-family: "Jost", sans-serif;
	text-align: center;
}

.header img {
	margin: auto;
	justify-content: center;
}

.header h1 {
	color: #484F3D;
	font-weight: 400;
	font-size: 50px;
}

.header h2 {
	margin-bottom: 20px;
	color: #484F3D;
	font-weight: 400;
	font-family: "Playfair Display", sans-serif;
	font-size: 50px;
}

.header p {
	margin-bottom: 20px;
	color: #484F3D;
	font-size: 40px;
}

.hero {
	color: #262D20;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.hero h1 {
	color: #484F3D;
	font-size: 50px;
}

.hero h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

.hero img {
	margin-bottom: 10px;
	margin-top: 30px;
	width: 270px;
}

.text-subtitle {
	color: #262D20;
}

.desc {
	font-size: 20px;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	border: none;
	width: 500px;
	padding: 16px;
	background-color: #B48B5B;
	margin-bottom: 80px;
}



/* Main */

/* MENTORIAS */

.mentora_bertoline {
	/* .mentora_bertolini */
	justify-content: center;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 80px;
}

.mentora_keli {
	justify-content: center;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 150px;
}

.mentorias h3 {
	color: #262D20;
	margin-bottom: 50px;
	font-weight: 250;
	font-size: 50px;
	font-family: 'Playfair Display';
	margin-top: 160px;
	text-align: center;
}



.mentoria {
	color: #262D20;
}

.mentoria span {
	margin-bottom: 50px;
	font-family: 'Jost';
}

.mentoria h4 {
	font-family: 'Playfair Display';
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #262D20;
	font-size: 60px;
}

.mentoria p {
	font-family: 'Jost';
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}



.bertolini1 {
	margin-right: 20px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 80px;
}

.bertolini1 img {
	width: 500px;
}


.bertolini2 {
	margin-right: 20px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 20px;
}

#btn3 {
	margin-top: 30px;
}

.btn {
	text-decoration: none;
	font-family: 'Jost';
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(0deg, #78A235, #78A235),
		linear-gradient(0deg, #85CD13, #85CD13);
	padding: 12px;
	border: 1px solid rgba(133, 205, 19, 1);
	margin-bottom: 30px;
}



/* O QUE VOCÊ VAI APRENDER?*/
.banner {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url('../img/back-plant.png');
	justify-content: center;
}

.banner h3 {

	margin-bottom: 80px;
	font-family: 'Playfair Display';
	font-weight: 250;
	font-size: 70px;
	color: #262D20;
	z-index: 1px;
	text-align: center;
}

.banner p {
	text-align: center;
	font-weight: 300;
	justify-content: center;
	font-family: 'Jost';
	color: #EBE7D9;
	font-size: 20px;
}

.banner p+p {
	margin-top: 20px;
}

.card {
	border-radius: 20px;
	padding: 30px;
	background-color: #484F3D;
	justify-content: center;
	margin: auto;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 5px;
	width: 90%;

}



#btn2 {
	margin: auto;
}




.ganhar {
	margin: auto;
	border-radius: 50px;
	padding-bottom: 130px;
	height: 100%;
	width: 530px;
	margin-bottom: -60px;
	background-color: #484F3D;
}

.ganhar .pc {
	display: flex;
	justify-content: center;
	margin: auto;
	margin-bottom: 20px;
	margin-top: -240px;
}

.ganhar .pc img {
	width: 500px;
	margin-top: -250px;
}

.ganhar .ganhar-content {
	padding: 0 2rem;
}

.ganhar p {
	font-family: 'Jost';
	color: #EBE7D9;
}

.ganhar h3 {
	color: #EBE7D9;
	font-weight: 100;
	font-family: 'Playfair Display';
	font-size: 40px;
	margin-bottom: 30px;
}

.ganhar p {
	font-weight: 400;
	color: #EBE7D9;
	font-size: 18px;
	margin-top: 30px;
}



p>img {
	margin-right: 5px;
	width: 20px;
}

.invest {
	text-align: center;
	border-radius: 40px;
	height: 300px;
	z-index: 1;
	margin: auto;
	width: 450px;
	height: 100%;
	background-color: #EBE7D9;
	box-shadow: 0px 10px 24px 0px #00000040;
	padding-top: 20px;
	padding-bottom: 30px;

}

.invest h3 {
	margin-bottom: 30px;
	font-family: 'Playfair Display';
	font-weight: 250;
	font-size: 30px;
	color: #484F3D;
}

.invest p {
	margin-bottom: 20px;
	font-family: 'Jost';
	color: #484F3D;
	font-size: 20px;
}


.invest h5 {
	margin-bottom: 10px;
	font-family: 'Jost';
	font-weight: 400;
	color: #484F3D;
	font-size: 30px;
}

.invest strong {
	font-size: 70px;
	color: #484F3D;
}

.invest span {
	font-size: 30px;
	font-weight: 600;
}

.duvida {
	margin-top: 100px;
	text-align: center;
}

.duvida h3 {
	margin-bottom: 20px;
	color: #262D20;
	font-family: 'Playfair Display';
	font-weight: 250;
	font-size: 40px;
}

.btn_time {
	border-radius: 10px;
	height: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 300px;
	margin-top: 15px;
	background-color: #78A235;
}



#btn2 img {
	height: 25px;
	margin-left: 10px;
	width: 25px;
}

/* Footer*/
.footer {

	color: #EBE7D9;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	margin: auto;
	text-align: justify;
	padding: 30px;
	margin-top: 50px;
	height: 100%;
	background-color: #262D20;

}

.logo_footer img {
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	width: 226px;
}

.descricao {
	display: flex;
	flex-wrap: wrap;
	font-family: "Jost", sans-serif;
}

.unidades p>span {
	font-family: 'Jost';
	font-weight: 400;
}

.contatos_itens p>a {
	font-weight: 400;
	font-family: 'Jost';

	text-decoration: none;
	color: #EBE7D9;
}

.contatos_itens {
	flex-wrap: wrap;
}

.descricao p {
	font-weight: 800;
}

.descricao span {
	font-weight: bold;
	font-size: 15px;
}


.descricao h1 {
	margin-bottom: 20px;
	line-height: 56.54px;
	font-weight: 100;
	font-family: "Playfair Display", sans-serif;
	;
}

.rodape {
	color: #fff;
	font-family: "Jost", sans-serif;
	text-align: center;
	width: 100%;
	background-color: #B48B5B;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
}


.logo_room {

	justify-content: center;
	margin-left: 3px;
	margin-top: 5px;
}

/*Footer Responsive*/
@media (max-width: 768px) {

	.unidades {
		margin-right: 20px;
	}

	.rodape {
		display: block;
	}


}

@media (max-width: 900px) {
	.rodape {
		display: block;
	}

	.descricao {
		margin: auto;
	}

	.logo_footer img {
		justify-content: center;
		margin-top: 10%;
	}

	.footer {
		justify-content: center;
	}

}

@media (max-width: 619px) {
	.descricao {
		margin: auto;
		justify-content: center;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1249px) {
	.logo_footer img {
		justify-content: center;
	}

	.descricao {
		width: 99%;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;

	}

	.contatos {
		margin: 0px 20px;
	}

	.logo_footer img {
		margin-right: 10%;
		justify-content: center;
		margin-top: 20%;
	}

	.footer {
		justify-content: center;
	}


}

@media screen and (min-width: 1250px) {

	.logo_footer img {
		margin-top: 10%;
		justify-content: center;
	}


	.footer {
		justify-content: center;
	}

	.descricao {
		margin-left: 70px;
	}

	.contatos {

		margin: 0px 60px;
	}

	.Instagram {
		margin: 0px 15px;
	}


	.contatos_itens {

		display: flex;
	}


}