@media only screen and (max-width: 460px) {
	h4 {
		font-size: 14px;
	}

	.testimonial-content:before {
		left: 45%;
	}




	/* #land_pc {
		display: none;
	}


	#land_resp {
		display: block;
	} */



	.botaowhats,
	.botaoemail,
	.botaoinsta {


		width: 50px;
		height: 50px;

	}


	.botaofaleconosco {


		width: 150px;
		height: 30px;
		border-radius: 25px;

	}




	.landing-page {
		position: relative;

		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 100vh;
		overflow-y: auto;
		background-color: #ACC5DB;
	}


	.social-icons {

		background-color: #97CAF6;
	}


	.floating-buttons {
		position: fixed;
		bottom: 200px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1000;
		display: flex;
		justify-content: space-between;
		width: 200px;
	}

	.floating-button {
		background-color: #007bff;
		color: #fff;
		border: none;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		font-size: 30px;
		text-align: center;
		cursor: pointer;
		transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}

	.floating-button:hover {
		transform: scale(1.2);
		box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
	}


	.whatsapp-button {
		background-color: #25d366;
	}

	.email-button {
		background-color: #ff5722;
	}

	.instagram-button {
		background-color: #e4405f;
	}











}

@media only screen and (max-width: 600px) {
	.floating-button2 {
		top: 10%;
		right: 2%;
		/* Ajuste para telas menores */
	}








}






@media only screen and (max-width: 460px) {
	#land_pc {
		display: none;
	}

	#land_resp {
		display: block;
	}





	.floating-button2 {


		position: fixed;
		top: 2%;
		right: 2.5%;
		/* Alterado para manter no lado direito */
		text-decoration: none;
		border-radius: 50%;
		/* box-shadow: 0px 0px 523px rgba(0, 0, 0, 0.1); */
		z-index: 1000;

	}

	.wts-btn {
		height: 40px;
		width: 40px;
		background-color: #25d366;
	}

	.floating-button2 span {
		display: none;
	}











}

/* Esconde land_resp e mostra land_pc em telas com largura superior a 370px */
@media only screen and (min-width: 461px) {
	#land_pc {
		display: block;
	}

	#land_resp {
		display: none;
	}

	.floating-button2 {


		position: fixed;
		top: 2%;
		right: 2.5%;
		/* Alterado para manter no lado direito */
		text-decoration: none;
		border-radius: 50%;
		/* box-shadow: 0px 0px 523px rgba(0, 0, 0, 0.1); */
		z-index: 1000;

	}

	.wts-btn {
		height: 80px;
		width: 80px;
		background-color: #25d366;
	}



}