.icon-aval
{
	background-image: url(../img/estrutura/icon/aval.png);
}
.icon-mensal
{
	background-image: url(../img/estrutura/icon/mensal.png);
}
.icon-cad
{
	background-image: url(../img/estrutura/icon/cad.png);
}
.icon-manual
{
	background-image: url(../img/estrutura/icon/manual.png);
}
.icon-duvidas
{
	background-image: url(../img/estrutura/icon/duvida.png);
}
.icon-selos
{
	background-image: url(../img/estrutura/icon/selo.png);
}









@media  (max-width:767px) 
{
	.navbar
	{
		
position: absolute;
		
top: 0px;
		
width: 100%;
		
z-index: 1100;
	}
	
	.navbar-header
	{
	border: none;
	}
	.navbar-bar
	{
		background-color:#fff;
	}
	.navbar-fix
	{
		z-index: 1100;
		margin-bottom: 0px;
	}
	.navbar-width-fix
	{
		border-right: 1px solid #E0E0E0;
		font-size: 12px;
		background-color: #fff;
		border-bottom: 1px solid #e0e0e0;
	}
	.icon-menu
	{
		background-repeat: no-repeat;
		background-position: center top;
		height: 34px;
		display: inline-block;
		width: 37px;
	}
	
	.dropdown:hover .icon-menu
	{
		background-position: center bottom;
	}
	.btnhover:hover .icon-menu
	{
		background-position: center bottom;
	}
	.open .icon-menu
	{
		background-position: center bottom;
	}
	.icone-trabalhe-2
	{
		display:none !important;
	}
	
}
@media (min-width:768px) and (max-width:991px) 
{
	.navbar-header
	{
		display:none;
	}
	.navbar
	{
		
	}
	.navbar-line-fix
	{
		border-left: 1px solid #e0e0e0;
	}
	.navbar-fix
	{
		z-index: 1100;
		margin-bottom: 0px;
	}
	.navbar-width-fix
	{
		width: 115px;
		border-right: 1px solid #E0E0E0;
		font-size: 12px;
	}
	.icon-menu
	{
		background-repeat: no-repeat;
		background-position: center top;
		height: 34px;
		width: 100%;
		display: block;
	}
	
	.dropdown:hover .icon-menu
	{
		background-position: center bottom;
	}
	.btnhover:hover .icon-menu
	{
		background-position: center bottom;
	}
	.open .icon-menu
	{
		background-position: center bottom;
	}
	.icone-trabalhe-2
	{
		display:none !important;
	}
}
@media (min-width:992px) and (max-width: 1199px)
{
	.navbar-header
	{
		display:none;
	}
	.navbar
	{
		
	}
	.navbar-fix
	{
		margin-top: -84px;
		z-index: 1100;
		margin-bottom: 0px;
	}
	.navbar-width-fix
	{
		width: 149px;
		border-right: 1px solid #E0E0E0;
	}
	.icon-menu
	{
		background-repeat: no-repeat;
		background-position: center top;
		height: 34px;
		width: 100%;
		display: block;
	}
	
	.dropdown:hover .icon-menu
	{
		background-position: center bottom;
	}
	.btnhover:hover .icon-menu
	{
		background-position: center bottom;
	}
	.open .icon-menu
	{
		background-position: center bottom;
	}
	.icone-trabalhe-2
	{
		display:none !important;
	}
}
@media (min-width:1200px)
{
	.navbar-header
	{
		display:none;
	}
	.navbar
	{
		
	}
	.navbar-fix
	{
		margin-top: -84px;
		z-index: 1100;
		margin-bottom: 0px;
	}
	.navbar-width-fix
	{
		width: 184px;
		border-right: 1px solid #E0E0E0;
	}
	.icon-menu
	{
		background-repeat: no-repeat;
		background-position: center top;
		height: 34px;
		width: 100%;
		display: block;
	}
	
	.dropdown:hover .icon-menu
	{
		background-position: center bottom;
	}
	.btnhover:hover .icon-menu
	{
		background-position: center bottom;
	}
	.open .icon-menu
	{
		background-position: center bottom;
	}
	
	.icone-trabalhe
	{
		display:none !important;
	}
}

.icone-contato
{
	font-size: 13px;
    padding: 3px 12px;
    background-color: #c8c8c8;
    border-radius: 10px;
}
.icone-contato:hover
{
    background-color: #db9a9a;
}
.icone-trabalhe
{
	font-size: 13px;
	padding: 3px 12px;
	background-color: #f1bb65;
	border-radius: 10px;
}
.icone-trabalhe:hover
{
    background-color: #CE9D50;
}
