*{
    margin: 0;
    padding: 0;
}
/*===============================================================
Header
===============================================================*/
.navbar-brand img{
    width: 160px;
}
header .logomarca{
    display: flexbox;
    justify-content: center;
    align-items: center;
}
.logomarca h1{
    font-weight: bold;
}
.logomarca p{
    font-style: italic;
    font-weight: bold;
}