.pageH1{
	display: none;
}

.honeyspot{
	width: 0px;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	display: inline-block;
	flex-grow: 0;
	position: absolute;	
}

#footerMyLogo{
	max-width: 250px;
	margin-bottom: 20px;
}

.messageRed{
	width: 100%;
	padding: 12px 22px;
	background: #E58888;
	border-radius: 8px;
}

.messageGreen{
	width: 100%;
	padding: 12px 22px;
	background: #B2DFB9;
	border-radius: 8px;
}

:root{
	--candeeiro-green-light: #99a99c; 
}