.formcontato__contacto {
	display: flex;
	width: 64.5%;
	height: 95%;
	border-radius: 20px;
	-webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.30);
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.30);


}

.formcontato--esquerda {
	width: 40%;
	height: 100%;
}

.formcontato__img {
	display: flex;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px 1px 1px 20px;
	-webkit-box-shadow: -10px 50px 15px 1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -10px 22px 15px 1px rgba(0, 0, 0, 0.30);
	box-shadow: -10px 5px 15px 1px rgba(0, 0, 0, 0.30);


}

.formcontato__text {
	display: flex;
	flex-direction: column;
	height: 99%;
	width: 60%;
	box-sizing: border-box;
	-webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;

}

.formcontato__title {
	color: var(--preto-100);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 1% 0% 0.5% 0.5%;
	width: 100%;
	height: 7%;
}

.formcontato__subtext {
	color: var(--preto-100);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 100%;
	height: 5%;
	margin: 0% 0% .5% .5%;
}


.formcontato__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.1rem;
	align-self: stretch;
	margin-top: 1.1rem;
	width: 100%;
	height: 79%;
	box-sizing: border-box;
}

.formcontato__input {
	display: flex;
	padding: 0.15rem 0.20rem 0.15rem 0.50rem;
	align-items: center;
	width: 90%;
	height: 10%;
	font-size: 75%;
	margin-left: 1%;
	border: none;
	border-radius: 10px;
	outline: none;
	color: var(--preto-100);
	background-color: white;
	-webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}


.formcontato__input::placeholder {
	color: var(--preto-50);

}

.formcontato__textarea {
	display: flex;
	padding: 0.50rem 0.75rem 3rem 0.75rem;
	align-items: center;
	width: 88%;
	height: 28%;
	margin-left: 1%;
	border: none;
	border-radius: 10px;
	color: var(--preto-50);
	outline: none;
	-webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.1);

}

.formcontato__textarea::placeholder {
	color: var(--preto-50);
}

.formcontato__botao {
	background-color: var(--azul-100);
	color: var(--preto-branco);
	border: none;
	border-radius: 5px;
	width: 22%;
	height: 8%;
	font-size: 85%;
	padding: 0.3rem 0.2rem 0.3rem 0.2rem;
	margin-left: 0.3rem;
	margin-top: 4.2%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.30);
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.30);
}

.formcontato__botao:hover {
	transform: scale(1.05, 1.05);
}


@media (max-width: 2048px) {

	.formcontato__contacto {
		width: 70%;
		height: 70%;
		font-size: 150%;
		margin-top: 6%;

	}

	.formcontato__subtext {
		font-size: 80%;
	}

	.formcontato__textarea {
		font-size: 90%;
	}

}


@media (max-width: 1920px) {

	.formcontato__contacto {
		width: 60%;
		height: 75%;
		font-size: 100%;
		margin-top: 4.5%;

	}

	.formcontato__subtext {
		font-size: 70%;
	}

	.formcontato__textarea {
		font-size: 100%;
	}

	.formcontato__botao {
		width: 30%;
		height: 10%;
		font-size: 100%;
		margin-bottom: 1%;
		margin-left: 1%;
	}

	.formcontato__subtext {
		font-size: 85%;
	}

}


@media (max-width: 1440px) {

	.formcontato__contacto {
		width: 50%;
		height: 85%;
		font-size: 80%;
		margin-top: 6%;

	}

	.formcontato__title {
		font-size: 115%;
	}

	.formcontato__subtext {
		font-size: 85%;
	}

	.formcontato__textarea {
		font-size: 100%;
		height: 30%;
	}

	.formcontato__botao {
		width: 40%;
		height: 15%;
		font-size: 110%;
		margin-top: -1%;

	}
}


@media (max-width: 1024px) {


	.formcontato__contacto {
		width: 100%;
		height: 65%;
		margin-top: 20%;
	}

	.formcontato__title {
		font-size: 150%;
	}


	.formcontato__subtext {
		font-size: 110%;
	}

	.formcontato__textarea {
		font-size: 140%;
	}

	.formcontato__input {
		font-size: 100%;
	}

	.formcontato__botao {
		width: 40%;
		height: 10%;
		font-size: 120%;
		margin-top: 2%;

	}

}

@media (max-width: 915px) {


	.formcontato__contacto {
		width: 100%;
		height: 65%;
		margin-top: 25%;
	}

	.formcontato__title {
		font-size: 170%;
	}

	.formcontato__subtext {
		font-size: 155%;
	}

	.formcontato__textarea {
		font-size: 170%;
	}

	.formcontato__input {
		font-size: 120%;
	}

	.formcontato--esquerda {
		display: none;
	}

	.formcontato__text {
		width: 100%;
	}

	.All {
		margin-left: 2%;
	}

	.formcontato__botao {
		width: 30%;
		height: 10%;
		font-size: 150%;
	}

}

@media (max-width: 900px) {


	.formcontato__contacto {
		width: 100%;
		height: 65%;
		margin-top: 25%;
	}

	.formcontato__title {
		font-size: 130%;
	}

	.formcontato__subtext {
		font-size: 120%;
	}

	.formcontato__textarea {
		font-size: 135%;
	}

	.formcontato__input {
		font-size: 100%;
	}

	.formcontato--esquerda {
		display: none;
	}

	.formcontato__text {
		width: 100%;
	}

	.All {
		margin-left: 2%;
	}

	.formcontato__botao {
		width: 40%;
		height: 12%;
		font-size: 110%;
	}

}

@media (max-width: 432px) {

	.formcontato__botao {
		width: 90%;
		height: 15%;
		font-size: 100%;
		margin-bottom: 5%;
		margin-left: 5%;
	}

	.formcontato__title {
		font-size: 95%;
	}


	.formcontato__contacto {
		width: 100%;
		height: 65%;
		margin-top: 45%;
	}

	.formcontato__subtext {
		font-size: 80%;
	}

	.formcontato__textarea {
		font-size: 90%;
	}

	.formcontato__input {
		font-size: 70%;
	}


}