*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
header{
}
.center{
    background-color: white;
    flex-wrap: wrap;
    display: flex;
    max-width: auto;
    padding: 1%;
}
.logo{
    width: 50%;
    align-items:flex-start;
}

.titulo{
    width:90%;
    align-self:center;
    text-align: center;
    color:#ec6608;
    font-size: 90%;
}

html, body{
    height: 100%;
    overflow-y: hidden;
}

.statusbar{
    align-self: flex-start;
    background-color:#005e29;
    flex-wrap: wrap;
    display: flex;
    max-width: auto;
    padding:1%;
    font-style:normal;
    font-size:70% ;
    color:white;

}
.info{
    flex-wrap:nowrap;
    display: flex;
    background-color:#005e29 ;
    width: 100%;
    max-height:auto;
    position: absolute;
    bottom:0px;
}
.info p{
    margin: auto;
    font-size:auto;
}
.Status{
}
