@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Montserrat:wght@400;600;700;800&family=Noto+Sans:wght@400;700&display=swap');

body{
font-size:14px;
color:#ffffff;
font-family:'Noto Sans',  Verdana, sans-serif;

}
.tituloPagina {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #5f5f5f;
    color: #0e1b48;
    font-weight: bold;
    font-family: 'Montserrat', Trebuchet, sans-serif;
}
.btn01 {
    width: 112px;
    height: 40px;
    border: none;
    float: right;
    margin-top: 22px;
    background: #6c8ac6;
    color: #fff;
}
.btnVermelho{
	background:#f32f58;
}
#container{
position: absolute;
width:100%;
min-height:90%;
top:0;
}

header {
    width: 100%;
    height: 85px;
    background: #fbfbfb;
    display: table;
    margin-right: 10px;
    margin-bottom: 40px;
}
header .content{
    height: auto !important;
   }

.content {
    width: 90%;
    height: 210px;
    color: #5f5f5f;
    margin: 0 auto;
}
.marca {
    width: 220px;
    height: 70px;
    float: right;
     background-image: url(https://www.totallinks.com.br/images/logo-menu.png);
    background-size: cover;
}

.barra2{
	width:15px;
	height:70px;
	float:right;
	margin-left:5px; 
}

.azul{background:#6c8ac6;}
.verde{background:#52d07f;}
.cinza{background:#434446}
.vermelha{	background:#f32f58; }


#msgbemvindo{
	float:left;
	color:#333;
	line-height: 85px;
  /*  margin-left: 70px;*/
    display: table;
    position: relative;
}

.btnEdit {
    width: 98px;
    height: 30px;
    border: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
	float:right;
}