@charset "utf-8";

.menu_rapido{
	width: 100%;
	position: absolute;
}
.botao_menu_rapido{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1d1d1d;
	font-family: Quicksand;
	font-size: 18px;
	height: 25px;
	position: relative;
	line-height: 25px;
	z-index: 999999999;
	width: 60px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: auto;
	transition: right 0.5s;
	right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1D1D1D;
	border-right-color: #1D1D1D;
	border-bottom-color: #1D1D1D;
	border-left-color: #1D1D1D;


}
.botao_menu_rapido:hover{
	font-weight: bold;
	text-decoration: underline;
	right: 10px;
		transition:right 0.5s;


}
.caixote{
	background-color: #0FF;
	display: block;
	width: 100%;
	position: fixed;
	padding-top: 40%;
}

.caixa_menu_rapido{
	display: block;
	transition: right 1s;
	width: 60px;
	height: 100px;
	position: fixed;
	z-index: 999999;
	left: auto;
	right: 5px;
	top: 35px;
	bottom: auto;
	visibility: visible;
}



.caixa_geral_menu_rapido{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	position: fixed;
	margin: auto;
	left: 0%;
	text-decoration: none;
	visibility: hidden;

}

.caixinha{
	background-color: #0F6;
	height: 100%;
	display: block;
	margin-right: 0%;
	margin-left: 0%;
	position: relative;
}
.altura_menu_rapido{
	display: block;
	position: relative;
	height: 80%;
	top: 10%;
	bottom: 10%;
	width: 100%;
}.texto_botao_rapido{
	width: 100px;
}
@media only screen and (max-width: 320px) {
	.caixa_menu_rapido{
	visibility: hidden;
}
}
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
.caixa_menu_rapido{
	top: 130px;
}}
