@charset "utf-8";



#caixa_mostrar_menu_quem_e_quem{
	width: 100%;
	display: block;
	margin-top: 50px;
	position: fixed;
	-webkit-transition: width 1s, background-Color 1s, margin-left 1s;
	-moz-transition: width 1s, background-Color 1s, margin-left 1s;
	-o-transition: width 1s, background-Color 1s, margin-left 1s;
	-ms-transition: width 1s, background-Color 1s, margin-left 1s;
	transition: width 1s, background-Color 1s, margin-left 1s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED128;
	border-bottom-color: #CED128;
	background-color: #CED128;
	margin-left: -150%;
	clear: right;
	float: left;
	visibility: visible;
}

#botao_mostrar_menu_quem_e_quem{
	width: 100%;
	height: 34px;
	position: fixed;
	margin-top: 50px;
	text-align: center;
	font-family: 'Quicksand', sans-serif, Arial;
	font-size: 14px;
	color: #CED128;
	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.2;
	background-color: #FBFBFB;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	;
	transition: opacity 1s;
	visibility: visible;
		}
	
	#botao_mostrar_menu_quem_e_quem:hover{
	background-image: url(images/padrao1.png);
	opacity: 1.0;
	color: #000;
}
.botao1_menu_quem_e_quem{
	font-family: 'Quicksand', sans-serif, Arial;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #CED128;
}
.botao1_menu_quem_e_quem: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: #000000;
}
.botao2_menu_quem_e_quem{
	font-family: 'Quicksand', sans-serif, Arial;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #CED128;
}
.botao2_menu_quem_e_quem: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: 1px;
	padding-bottom: 1px;
	color: #000000;
}


@media (max-width: 520px), (max-height: 630px)
{

#botao_mostrar_menu_quem_e_quem{
	visibility:hidden;	
		}
#caixa_mostrar_menu_quem_e_quem{
	visibility:hidden;	
		}
	}
