header {
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    /*position: fixed; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
   
    background-color: var(--color-corporativo3) !important
}
 header .row{
    width: 100%;
} 

header #img1{
    margin:20px;
     height: 70px;
}
    header #img2 {
        height: 70px;
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top:50px;
        
    }
navbar {
    background-color: transparent !important
}