/*
colors
  background: #EBE7D9;
  #262d20;
 #b48b5b
   #484f3d
 
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Playfair Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #EBE7D9;
}

.back img {
	position: relative;
	width: 100%;
	margin-top: -180px;
}

.container {
	overflow-x: hidden;
	overflow: hidden;
	color: #fff;
	align-items: center;
	margin: auto;
	justify-content: center;

}

.header {
	text-align: center;
}

.header img {
	margin: auto;
	justify-content: center;
}

.header h1 {
	font-weight: 250;
	font-family: "Playfair Display", sans-serif;
	font-size: 30px;
}

.name_consultoria h3 {
	font-weight: 100;
	font-family: "Playfair Display";
	font-size: clamp(50px, 14vw, 70px);
}

.hero {
	justify-content: center;
	display: flex;
}

.hero img {
	margin: auto;
	margin-top: 30px;
	width: 270px;
}

.container_sobre {
	margin-top: 4rem;
}

.text-subtitle_sobre {
	color: #262D20;
	margin-bottom: 100px;
	text-align: center;
}

.text-subtitle_sobre h1 {
	font-size: 50px;
	font-family: 'Playfair Display';
	font-weight: 200;
}

.text-subtitle {
	text-align: center;
	color: #262D20;
}

/* Main */
.sobre {
	margin-bottom: 100px;
	align-items: center;
	color: #262D20;
	justify-content: center;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 20px;
}

.sobre_text h3 {
	font-weight: 250;
	font-family: 'Playfair Display';
	font-size: 50px;
}

.sobre_text p {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 20px;
	margin-top: 10px;
	font-family: 'Jost';
}

.quadro img {
	width: 570px;
}

.sobre_text span {
	font-weight: 600;
}

.btn {
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Jost';
	display: flex;
	width: 100%;
	max-width: 255px;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.2rem;
	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);
}

.btn img {
	margin-left: 40px;
	width: 20px;
}



/* Investimentos*/

.investimentos {
	margin: auto;
	justify-content: center;
	color: #484F3D;
}


.sections {
	align-items: center;
	color: #484F3D;
	justify-content: center;
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 8px;

}

.unica_investimento {
	width: 100%;
	padding: 2rem;
	max-width: 330px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #00000040;
	background-color: #EBE7D9;

	display: flex;
	flex-direction: column;
}

.unica_investimento:hover {
	transition: .5s;
	background-color: #484F3D;
	color: #fff;
}

.invest_text h3 {
	margin-top: 90px;
	font-family: "Playfair Display", sans-serif;
	font-weight: 250;
	line-height: 79.39px;
	font-size: 50px;
	text-align: center;
	color: #262D20;
}

.icon1 {
	display: flex;
	align-items: center;
	column-gap: 1rem;
}

.icon1 img {
	width: 300px;
}

.unica_investimento h3 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 250;
	line-height: 10px;
	font-size: 1px;
}


.unica_investimento img {
	width: 20px;
	height: 20px;
}

.investimentos p {
	margin-bottom: -10px;
	font-weight: 300;
	font-family: 'Jost';
	font-size: 10px;
	font-weight: 400;
}

.preco1 h4 {
	font-weight: 400;
	font-family: 'Jost';
}


.preco1 h4 strong {
	font-weight: 450;
	font-size: 60px;
}

.self-center {
	justify-self: center;
	align-self: center;
}


/* .btn_wats {
	margin: auto;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Jost';
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: -30px;
	padding: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 75%;
	display: flex;
	align-items: center;
	background-color: #78A235;
	border-radius: 10px;
	align-items: center;
}


.btn_wats img {
	margin-right: 10px;
}Q */

/* 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: "Italiana", 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;
	}

	
}