@charset "utf-8";



#caixa_mostrar_menu_fases_processo{
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0AAF5E;
	border-bottom-color: #0AAF5E;
	width: 100%;
	height: 1px;
	clear: right;
	float: left;
	visibility: hidden;
	overflow: visible;
	background-image: -webkit-gradient(
	linear,
	left top,
    right top,
	color-stop(0, #016333),
	color-stop(0.5, #00ae5d),
	color-stop(1, #016333)
);
	background-image: -o-linear-gradient(right, #016333 0%, #00ae5d 50%, #016333 100%);
	background-image: -moz-linear-gradient(right, #016333 0%, #00ae5d 50%, #016333 100%);
	background-image: -webkit-linear-gradient(right, #016333 0%, #00ae5d 50%, #016333 100%);
	background-image: -ms-linear-gradient(right, #016333 0%, #00ae5d 50%, #016333 100%);
	background-image: linear-gradient(to right, #016333 0%, #00ae5d 50%, #016333 100%);
	background-color: #F2F2F2;
}

#botao_mostrar_menu_fases_processo{
	width: 100%;
	height: 34px;
	position: fixed;
	margin-top: 50px;
	text-align: center;
	font-family: 'Quicksand', sans-serif, Arial;
	font-size: 14px;
	color: #0AAF5E;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding-bottom: 18px;
	border-top-color: #000000;
	min-width: 180px;
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 18px;
	line-height: 34px;
	text-decoration: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	cursor: pointer;
	float: left;
	opacity: 0.5;
	background-color: #F9F9F9;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	;
	transition: opacity 1s;
	
	}
	
	#botao_mostrar_menu_fases_processo:hover{
	background-image: url(images/padrao1.png);
	opacity: 1.0;
	color: #000;
}
.botao1_menu_fases_processo{
	font-family: 'Quicksand', sans-serif, Arial;
	text-decoration: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 90%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FBFBFB;
}
.botao1_menu_fases_processo:hover{
	background-image: url(images/padrao1.png);
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}
.botao2_menu_fases_processo{
	font-family: 'Quicksand', sans-serif, Arial;
	text-decoration: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 85%;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #FBFBFB;
	margin-left: 5%;
}
.botao2_menu_fases_processo:hover{
	background-image: url(images/padrao1.png);
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}
@media (max-width: 520px), (max-height: 630px)
{

#botao_mostrar_menu_fases_processo{
	visibility:hidden;	
		}
#caixa_mostrar_menu_fases_processo{	
	visibility:hidden;	
		}
	}
