header {
    width: 100%;
    height: 60px;

    background: var(--preto);
}

.header__container{
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: space-around;
}

.header-menu__container{
    width: 30%;
    height: 50%;
    padding: 0 10px;

    display: flex;
}

.header-logo__container{
    width: 30%;
    height: 80%;
    padding: 0 10px;

    display: flex;
    justify-content: center;
}

.header-search__container{
    width: 30%;
    height: 70%;
    padding: 0 10px;
    
    display: flex;
    justify-content: end;
    
}
