@media only screen and (max-width: 500px) {
	.unica_investimento {
		width: 80%;
	}

	.btn {
		margin: auto;
	}

	.sobre {
		text-align: center;
	}

	.sobre_text {
		margin-right: 20px;
		margin-left: 20px;
	}



}

@media only screen and (max-width: 600px) {

	.min_header {
		display: none;
	}

	.card2 {
		width: 95%;
	}

	.card1 {
		width: 95%;
	}

	.card1 h1 {
		width: 10px;
	}

	.btn_wats {
		max-width: 95%;
	}

	.footer {

		text-align: center;
	}

}

@media only screen and (max-width: 609px) {
	#accord2 {
		margin-top: -100px;
	}

}



@media (max-width: 767px) {
	.min_header {
		display: none;
	}

}

@media (max-width: 768px) {

	.text-subtitle_sobre h1 {
		font-size: 35px;
	}

	.unidades {
		margin-right: 20px;
	}

	.header img {
		width: 100%;
	}

	.quadro {
		display: flex;
		justify-content: center;
	}

	.quadro img {
		width: 80%;
	}


	.btn_wats {
		width: 200px;
	}

	.btn_wats a {
		font-size: 20px;
	}

	.btn_wats img {
		margin-right: 5px;
		width: 18px;
		height: 18px;
	}

	.icon1 {
		margin-bottom: -50px;
	}

	.icon1 img {
		width: 30px;
		height: 30px;
	}

	.icon1 h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.preco1 {
		margin-bottom: 50px;
		margin-top: 80px;
	}

	.preco1 p {
		font-size: 25px;
	}

	.preco1 h4 {
		font-size: 40px;
		margin-bottom: -40px;
	}

	.preco1 strong {
		font-size: 40px;
	}


}


@media (max-width: 900px) {


	/* SOBRE RESPONSIVO*/
	.sobre {
		margin: auto;
	}

	.sobre h3 {
		font-size: 50px;
	}

	.sobre_text p {
		font-size: 20px;
	}

	.icon1 img {
		width: clamp(30px, 14vw, 50px);
		height: clamp(30px, 14vw, 50px);
	}

	.icon1 h3 {
		font-size: clamp(25px, 9vw, 35px);
		line-height: 30px;
	}



	.header img {
		width: 70%;
	}


	.open {
		justify-content: center;
		display: flex;
	}

}


@media screen and (min-width: 768px) and (max-width: 1250px) {


	.text-subtitle_sobre h1 {
		margin-top: -50px;
	}

	/* HEADER RESPONSIVE*/

	.header img {
		width: 70%;
	}

	.hero {
		display: none;
	}

	.name_consultoria {
		display: none;
	}

	/* SOBRE  RESPONSIVE*/



	.btn_wats {
		max-width: 100%;
	}



	.card2 {
		width: 45%;
	}

	.card1 {
		width: 45%;
	}

	.icon1 {
		margin-bottom: -60px;
	}

	.icon1 img {
		width: 60px;
		height: 50px;
	}

	.icon1 h3 {
		font-size: 35px;
		line-height: 30px;
	}

	.preco1 {
		margin-top: 80px;
	}

	.preco1 p {
		font-size: 25px;
	}

	.preco1 h4 {
		font-size: 30px;
	}

	.preco1 strong {
		font-size: 40px;
	}


	
}


@media screen and (max-width: 1187px) {
	#quadro2 {
		display: none;
	}
}

@media screen and (min-width: 1188px) {
	#quadro1 {
		display: none;
	}
}


@media screen and (min-width: 1250px) {
	/* HEADER RESPONSIVE*/


	.header img {
		width: 70%;
	}

	.hero {
		display: none;
	}

	.name_consultoria {
		display: none;
	}

	.container_sobre {
		margin-top: 0;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../img/background-transparent.png');
	}

	/* SOBRE  RESPONSIVE*/
	#sobre1 {
		display: none;
	}

	.sobre_text h3 {
		font-size: 45px;
	}


	.btn_wats {
		max-width: 100%;
		margin-top: 80px;
	}



	.btn_wats {
		max-width: 100%;
	}

	.icon1 {
		margin-bottom: -50px;
	}

	.icon1 img {
		width: 55px;
		height: 55px;
	}

	.icon1 h3 {
		font-size: 35px;
		line-height: 30px;
	}

	.preco1 {
		margin-top: 80px;
	}

	.preco1 p {
		font-size: 25px;
	}

	.preco1 h4 {
		font-size: 30px;
	}

	.preco1 strong {
		font-size: 40px;
	}

	.card2 {
		width: 45%;
	}

	.card1 {
		width: 45%;
	}

	.investimentos {
		background-size: 1000px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../img/flor.png');
	}

	#quadro1 {
		display: none;
	}

	
}