@-webkit-keyframes fadeIn {
0% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
/* Fim Efeitos */
body {
	background-color: #326c91;
	color: #FFFFFF;
	background-image: url(bg-center2.jpg);
	background-attachment: fixed;
}
.page {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 5px #4F4F4F;
}
.header {
	background-image: url(bg-header.jpg);
	min-height: 155px;
	margin-top: 20px;/*    box-shadow: 0px 0px 5px #FFFFFF;*/
	border-radius: 5px 5px 0px 0px;
}
.logo {
	padding-top: 14px;
	padding-left: 25px;
	float: left;
}
.canto-sup-direito {
	float: right;
	padding-top: 30px;
	padding-right: 5px;
}
.menu {
	min-height: 42px;
	background-color: #25292b;
	border-bottom: 4px solid #006945;
}
.menu-home {
	background-image: url(menu-home.png);
	min-width: 48px;
	max-width: 48px;
	min-height: 45px;
	padding-left: 0px;
	margin-top: -3px;
	margin-left: 40px;
	float: left;
}
.menu-home:hover {
	background-color: #006945;
	min-width: 48px;
	max-width: 48px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 40px;
	float: left;
	cursor: pointer;
	-webkit-animation: fadeIn 0.3s linear;
	-moz-animation: fadeIn 0.3s linear;
	-o-animation: fadeIn 0.3s linear;
	animation: fadeIn 0.3s linear;
	border-radius: 5px 5px 0px 0px;
}
.menu-home.active {
	background-color: #006945;
	min-width: 48px;
	max-width: 48px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 40px;
	float: left;
	cursor: pointer;
}
.menu-empresa {
	background-image: url(menu-empresa.png);
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
}
.menu-empresa:hover {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	-moz-animation: fadeIn 0.3s ease-in-out;
	-o-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
.menu-empresa.active {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}
.menu-estrutura {
	background-image: url(menu-estrutura.png);
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
}
.menu-estrutura:hover {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	-moz-animation: fadeIn 0.3s ease-in-out;
	-o-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
.menu-estrutura.active {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}
.menu-produtos {
	background-image: url(menu-atuacao.png);
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
}
.menu-produtos:hover {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	-moz-animation: fadeIn 0.3s ease-in-out;
	-o-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
.menu-produtos.active {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-left: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}
.menu-trabalhe-conosco {
	background-image: url(menu-contato.png);
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-right: 30px;
	float: right;
	text-align: center;
}
.menu-trabalhe-conosco:hover {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-right: 30px;
	float: right;
	text-align: center;
	cursor: pointer;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	-moz-animation: fadeIn 0.3s ease-in-out;
	-o-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
.menu-trabalhe-conosco.active {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-right: 30px;
	float: right;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}
.menu-contato {
	background-image: url(menu-contato.png);
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-right: 40px;
	float: right;
	text-align: center;
}
.menu-contato:hover {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-right: 40px;
	float: right;
	text-align: center;
	cursor: pointer;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	-moz-animation: fadeIn 0.3s ease-in-out;
	-o-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
.menu-contato.active {
	background-color: #006945;
	min-width: 90px;
	max-width: 90px;
	min-height: 45px;
	margin-top: -3px;
	margin-right: 40px;
	float: right;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}
.content {
	background-color: #fafafa;
	color: #000000;
	/* 		background-image:url(bg_content.jpg);*/
/* 		background-image:url(bg-page.jpg);		*/
	min-height: 495px;
	margin: 0px 0px 0px 0px;
	padding: 25px 5px 25px 5px;
	text-align: center;
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	-o-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
}
.footer {
	background-color: #25292b;
	text-transform: uppercase;
	padding: 20px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 1px;
	border-top: 4px solid #006945;
}
.footer-telefone {
	background-color: #006945;
	float: right;
	margin-right: -20px;
	margin-top: 2px;
}
.copyright {
	background-color: #25292b;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
}
.titulos {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #006945;
}
.linha-divisoria {
	margin-top: 0px;
	background-color: #bbecd0;
	height: 3px;
	border: 0px;
}
.textos-corpo {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-left: 53px;
	padding-right: 50px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
