.uc_footer  {position: fixed !important;left: 0 !important;bottom: 0 !important;width: 100%;background-color: white !important;}
.uc_nav		{display: flex; flex-direction: row; justify-content: space-between;  width: 100%; height: 60px; overflow: hidden; z-index:100;}
.uc_nav_fixedtop{position: fixed;top: 0;z-index: 100;}

.uc_navgray	{
 background-color: #f3f3f3;	
 border-bottom: 1px solid var(--uc_control-border-cor); 
}
.uc_navwhite	{
 background-color: var(--uc_nav-back-color);
 color: var(--uc_nav_color);
 border-bottom: 1px solid var(--uc_nav-border-color); 
}

.uc_nav_brand	{font-size:var(--uc_texto_xsm);}
.uc_nav_logo	{display: flex; flex-direction: row; font-size: 14px;  vertical-align:center;}
.uc_nav_item	{display:flex; flex-direction:row; padding-left:10px; text-decoration:none;}
.uc_nav_content{display: inline-block;  cursor: pointer; text-decoration: none; align-self: center; text-align: center; padding-left: 10px; padding-right:10px; padding-top: 5px; padding-bottom: 5px; font-family: var(--uc_bt-texto-font); font-size: var(--uc_bt-texto-size); color: var(--uc_blueoutline-color); transition: background-color .1s ease; box-sizing: border-box;}
.uc_nav_alerta	{width:20px; height:20px; border-radius:10px; color:white; font-size: 11px; background-color:red; text-align:center;}
.uc_nav_left	{display:flex; flex-direction:row; align-items:center; width: 20%;}
.uc_nav_center	{display:flex; flex-direction:row; padding-left:30px; align-items:center; width: 100%;}
.uc_nav_right	{display:flex; flex-direction:row; justify-content:flex-end; align-items:center; width: 40%;}
.uc_footerinside  {position: fixed !important;left: 0 !important;bottom: 0 !important;width: 100%;background-color: #cccccc42 !important;}

.uc_navheader {
 display: flex; 
 flex-direction: row; 
 justify-content: space-between; 
 width: 100%; 
 height: 60px; 
 z-index: 1001;  
 overflow: hidden;  
 position: fixed; 
 top: 0; 
 border-bottom: 1px solid var(--uc_control-border-cor);  
 padding: 10px; 
}

@media screen and (max-width:320px) {
  uc_navbrand{    display: none;  }
}



	
	