/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/02/2023, 16:30:36
    Author     : BRUNO
*/

header{
    width: 100%;
    position: relative;
    margin: 0px auto;
    background-color: #fff;
    border-width: 0px 0px 1px;
    box-shadow: rgba(22, 24, 27, .32) 0px 1px 10px 0px;
    height: 56px;
    
}

header > #user-span{
    position: absolute;
    top: 20px;
    right: 50px;
    
}
header > #user-span a{
    text-decoration: none;
    margin: 0  15px;
    color: #696969;
}
header > h1{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: blue;
}
label[for="menu-principal"]{
    color: #194575;
    width:45px;
    line-height:45px;
    font-size: 45px;
    position: absolute;
    top: 5px;
    left: 5px;
    
    font-weight: 900;
    text-align:center;
}

@media only screen and (max-width: 900px){
    header > #user-span{
    position: absolute;
    top: 35px;
    right: 50px;
    
}
header > #user-span a{
    text-decoration: none;
    margin: 0  15px;
    color: #696969;
}
}