.botoes_lateral_acoes_superior {
	position: fixed;
	top: 95px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.15);
	float: right;
	right: 5px;
	display: block;
	z-index: 9999;
}

.botoes_lateral_acoes {
	position: fixed;
	bottom: 175px;
	width: 50px;
	height: 257px;
	background: rgba(0,0,0,0.15);
	float: right;
	right: 5px;
	display: block;
	z-index: 9999;
}

.acoes_controles_perfil {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
	background: rgba(255,255,255,1);
	overflow: hidden;
	border: 2px solid;
	border-radius: 10px;
	border-color: rgba(255,255,255,1);
}

.acoes_controles_perfil img{
	position: absolute;
	width: 100%;
	float: right;
}

.botoes_lateral_acoes p.sinal_seguir{
	position: absolute;
	top: 35px;
	margin-left: 15px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	background: rgba(200,0,0,1);
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 17px;
	font-weight: 600;
	z-index: 3;
	display: none;
}


.acoes_controles_acao_vca {
	position: relative;
	width: 50px;
	height: 51px;
	float: right;
}

.acoes_controles_acao_vca span{
	position: absolute;
	bottom: 0px;
	float: right;
	width: 100%;
	text-align: center;
	line-height: 12px;
	color: rgba(245,245,245,1);
	font-size: 12px;
	font-weight: 400;
}

.acoes_controles_acao_seta {
	position: relative;
	width: 50px;
	height: 50px;
	float: right;
	cursor: pointer;
}

.acoes_controles_acao_seta span{
	position: absolute;
	bottom: 0px;
	float: right;
	width: 100%;
	text-align: center;
	line-height: 12px;
	color: rgba(245,245,245,1);
	font-size: 12px;
	font-weight: 400;
}

.acoes_lateral {
	display: none;
}


.botoes_lateral_acoes_inferior {
	position: fixed;
	bottom: 110px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0);
	float: right;
	right: 5px;
	display: none;
	z-index: 9999;
}
