.contactos-geral {
	min-height: calc(100vh - 140px);
	color: #fff;
}

.contactos-container {
	height: 87%;
}

.titulo-cabecalho {
	font-size: 50px;
	color: #fff;
	margin: 50px 0 40px;
}

.morada {
	margin: 20px 0;
}

.menu-contactos {
	display: flex;
	flex-direction: column;
}

.mapa-site {
	margin-top: 20px;
}

	.mapa-site a {
		font-size: 13px;
		margin: 5px 0;
		color: #FFF;
	}

		.mapa-site a:hover {
			color: #FFF;
		}


.icone-redes-sociais {
	width: 45px;
	margin-right: 10px;
	margin-top: 20px;
}

.email-newsletter {
	align-items: center;
}

.email-iban p {
	margin: 15px 0;
}

.email {
	width: 100%;
	border: 1px solid #FFF;
	font-size: 13px;
	height: 36px;
	outline: 0;
	padding-left: 11px;
	background-color: #a4a6a9;
	color: #fff;
}

	.email:focus {
		border: 1px solid #6e6e6f;
	}

.donativo-valor::placeholder {
	color: #c3bcbc;
}

::placeholder {
	color: #FFF;
}

.botaoContactos {
	border: 0;
	background-color: #6e6e6f;
	width: 14%;
	height: 36px;
	color: #fff;
	outline: 0;
	cursor: pointer;
}

	.botaoContactos:hover {
		background-color: #c3bcbc;
	}


.rodape {
	height: 10%;
}


	.rodape .direitos {
		padding-top: 30px;
	}

@media (max-width:992px) {
	.botaoContactos {
		width: 14%;
	}

	.email {
		width: 80%;
	}

	.titulo-newsletter {
		margin-top: 15px;
	}
}

@media (max-width:768px) {
	.titulo-cabecalho {
		margin: 30px 0 20px;
	}

	.email {
		width: 70%;
	}

	.botaoContactos {
		width: 8%;
	}
}

@media (max-width:576px) {
	.email-iban p, .texto-newsletter {
		font-size: 13px;
	}

	.email {
		width: 80%;
	}

	.botaoContactos {
		width: 10%;
	}

	.titulo-cabecalho {
		margin: 10px 0;
	}
}

@media (max-width:414px) {
	.contactos-geral {
		height: 100%;
	}
}

@media (max-width:375px) {
	.contactos-geral {
		height: 100%;
	}
}
