*, body {
    margin: 0;
    padding: 0;
    font-family:arial;
    font-size:16px;
    color:#333;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #e9f0fb;
}

input {
    outline: none;
}

div {
    display:flex;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.cabecalho_topo {
    display: flex;
    width:100%;
    height: 60px;
    background-color: #0c1b42;
    color: #ffffff;
    padding: 0px 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content:space-between;
    margin: 0px;
}

.cabecalho_topo > img {
    width: 150px;
}

.cabecalho_topo > div {
    align-items: center;
}

.foto-perfil {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.cabecalho_topo > div > p {
    color: #abb0b3;
    margin: 0px 20px 0px 10px;
}

.botao-editar-perfil {
    width: 30px;
    height: 30px;
    opacity: 0.6;
}

.area_util {
    flex-direction: column;
    margin: 0px;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
    width: 100%;
    justify-content: left;
}

.barra-menu-principal {
    width: 100%;
    margin: 0px;
    padding: 0px 40px;
    height: 50px;
    align-items: center;
    background-color: #0582d0;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
    justify-content: flex-start;
}

.barra-menu-principal a {
    color: #fff;
    padding: 0px 12px 0px 0px;
    font-size: 14px;
}

.barra-menu-principal img {
    margin: 0px 5px 0px 20px;
    width: 20px;
    height: 20px;
}