


.bt_info_menu
{

	position: absolute; 
	z-index: 0; 
	bottom:6px; 
	left: 0px;
	/*border: 1px solid red;*/
	overflow: visible;
	z-index: 1;




}
/*==================================================================*/
/*=========================== RESPONSIVO ===========================*/
/*==================================================================*/
@media (max-width:705px)
{
	.df_menu_sup_pai
	{
		flex-flow: column wrap;			
	}
	.df_menu_sup_botoes
	{
		width: 100%;
		text-align: center;		
		margin-top: -10px;				
	}	
	.df_menu_sup_logo
	{						
		width: 100%;
		text-align: center;		
		margin-top: 5px;
	}

.bt_info_menu
{
	top:0px; 
}


	/*------- Espaçamento entre botoes ---------*/	
	.botoes_menu > li 
	{
	    margin-left: 25px;    
	}
}

@media (max-width:985px)
{
}


