
/***************************** RODAPÉ **************************************/
footer#rodape{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: rgba(0, 0, 50, 1);
	padding: 100px 0;
	text-align: center;
}

footer#rodape h1{
	text-align: center;
	font-size: 14px;
	color: purple;
}

footer#rodape h3{
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

footer#rodape p{
	text-align: center;
	font-size: 16px;
	text-indent: 0px;
	color: purple;
}

footer#rodape img#seta{
	width: 50px;
	height: auto;
}

article#contato-rodape{
	position: relative;
	width: 95%;
	height: auto;
	margin-left: 2.5%;
	padding-bottom: 10px;
	text-decoration: none;
	display: inline-block;
}

article#contato-rodape a{
	text-decoration: none;
	color: purple;
}

.img_facebook{
	position: absolute;
	width: 80px;
	height: 80px;
	right: 160px;
	top: 150px;
}

.img_instagram{
	position: absolute;
	width: 80px;
	height: 80px;
	right: 160px;
	top: 250px;
}

.img_santarosa{
	position: absolute;
	width: 80px;
	height: 80px;
	right: 160px;
	top: 350px;
}

article#contato-rodape img:hover{
	-webkit-transform: scale(1.1);
}

article#contato-rodape h3{
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto;
	color: purple;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

hgroup#contato-rodape{
	position: relative;
	width:30%;
	height:600px;
	background: #fff;
	padding: 30px;
	margin: 1.5%;
	float: left;
}

hgroup#contato-rodape h1{
	text-align: center;
	font-size: 22px;
	color: purple;
}

hgroup#contato-rodape h4{
	width: auto;
	height: auto;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	color: purple;
	font-size: 24px;
	text-align: center;
	text-shadow: none;
	margin-bottom: 0;
	font-weight: bold;
}

footer#rodape iframe{
	position: relative;
	width: 100%;
	height: 300px;
}

hgroup#contato-rodape input, textarea, form{
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: purple;
}

form#campo-msg{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.bt-enviar{
	color: rgba(21, 107, 19, 1);
	background-color: rgba(250, 250, 250, 1);
	color: rgba(50, 50, 50, 1);
	padding: 8px;
	box-shadow: 0px 1px 2px #000;
	border: none;
	font-weight: bold;
	margin-top: 4%;
	margin-bottom: 2%;
}

.bt-enviar:hover{
	color: rgba(250, 250, 250, 1);
	background-color: rgba(0, 0, 50, 1);
	transition: 1s;
}

.bt-limpar{
	color: rgba(21, 107, 19, 1);
	background-color: rgba(250, 250, 250, 1);
	color: rgba(50, 50, 50, 1);
	padding: 8px;
	box-shadow: 0px 1px 2px #000;
	border: none;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
}

.bt-limpar:hover{
	color: rgba(250, 250, 250, 1);
	background-color: rgba(0, 0, 50, 1);
	transition: 1s;
}


/***************************** RODAPÉ MOBILE **************************************/
@media (max-width: 980px) {

	
/***************************** RODAPÉ **************************************/
	footer#rodape{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: rgba(0, 0, 50, 1);
		padding: 1em 0 5em 0;
		text-align: center;
	}

	footer#rodape h1{
		text-align: center;
		font-size: 30pt;
		color: purple;
	}

	footer#rodape h3{
		position: relative;
		width: 100%;
		float: left;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		font-family: 'Roboto', sans-serif;
	}

	footer#rodape p{
		text-align: center;
		font-size: 1em;
		text-indent: 0;
		color: purple;
	}

	footer#rodape img#seta{
		width: 50px;
		height: auto;
		margin: 0;
	}

	article#contato-rodape{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding-bottom: 100px 0;
		text-decoration: none;
		display: block;
	}

	article#contato-rodape a{
		text-decoration: none;
		color: purple;
	}

	article#contato-rodape img:hover{
		-webkit-transform: scale(1.1);
	}

	article#contato-rodape h3{
		position: relative;
		width: 90%;
		float: left;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		font-family: 'Roboto', sans-serif;
	}

	hgroup#contato-rodape{
		position: relative;
		width: 90%;
		height: auto;
		margin-left: 5%;
		background: #fff;
		padding: 1em 0;
	}

	hgroup#contato-rodape h1{
		text-align: center;
		font-size: 1.5em;
	}

	hgroup#contato-rodape h4{
		width: auto;
		height: auto;
		margin: 0 auto;
		font-family: 'Roboto', sans-serif;
		color: purple;
		font-size: 1em;
		text-align: center;
		text-shadow: none;
		margin-bottom: 0;
		font-weight: bold;
	}

	footer#rodape iframe{
		position: relative;
		width: 100%;
		height: 300px;
	}

	hgroup#contato-rodape input, textarea, form{
		width: 100%;
		font-family: 'Roboto', sans-serif;
		font-size: 1em;
	}

	form#campo-msg{
		width: 90%;
		height: auto;
		margin: 0 auto;
		text-align: left;
	}

	.bt-enviar{
		color: rgba(21, 107, 19, 1);
		background-color: rgba(250, 250, 250, 1);
		color: rgba(50, 50, 50, 1);
		padding: 8px;
		box-shadow: 0px 1px 2px #000;
		border: none;
		font-weight: bold;
		margin-top: 4%;
		margin-bottom: 2%;
	}

	.bt-enviar:hover{
		color: rgba(250, 250, 250, 1);
		background-color: rgba(0, 0, 50, 1);
		transition: 1s;
	}

	.bt-limpar{
		color: rgba(21, 107, 19, 1);
		background-color: rgba(250, 250, 250, 1);
		color: rgba(50, 50, 50, 1);
		padding: 8px;
		box-shadow: 0px 1px 2px #000;
		border: none;
		font-weight: bold;
		margin-top: 2%;
		margin-bottom: 2%;
	}

	.bt-limpar:hover{
		color: rgba(250, 250, 250, 1);
		background-color: rgba(0, 0, 50, 1);
		transition: 1s;
	}

	.img_facebook{
		position: relative;
		width: 4em;
		height: 4em;
		top: 0;
		margin: 1em;
		right: 0px;
		padding: 0;
		text-align: center;
	}

	.img_instagram{
		position: relative;
		width: 4em;
		height: 4em;
		top: 0;
		margin: 1em;
		right: 0px;
		padding: 0;
		text-align: center;
	}

	.img_santarosa{
		position: relative;
		width: 4em;
		height: 4em;
		top: 0;
		margin: 1em;
		right: 0px;
		padding: 0;
		text-align: center;
	}


}