.cabecalho{
    background-color: var(--cor-de-fundo);
    padding: 1em;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.container{
    display: flex;
    align-items: center;
}
.cabecalho__menu-hamburguer {
    width: 24px;
    height: 24px;
    background-image: url("..Menu.png");
    justify-content: space-between;
    align-items: center;
    display: inline-block;
}
    .menu-hamburguer-imagem{
        width: 24px;
        height: 24px;
        justify-content: space-around;
        align-items: center;
    }
    .container__imagem1{
        width: 60px;
        height: 60px;
        justify-content: space-between;
        align-items: center;
    }
.container__imagem{
    width: 50px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}

.container__imagem, .container__titulo,
.container__frase{
    padding: 1em;
}
.container__titulo, .container__frase{
    display: none;
}
@media screen and (min-width: 820px){
    .container__titulo, .container__titulo-negrito{
        font-size: 30px;
}
}
.container__titulo{
    display: block;
    width: 30vw;
}
@media screen and (min-width: 1024px){
    .container__frase{
        display: block;
        font-size: 20px;
        padding-left: 5em;
}
.container__titulo{
    font-family: var(--fonte-principal);
    font-size: 30px;
    font-weight: 400;
}
.container__titulo-negrito{
    font-weight: 700;
}
    .container__frase{
    font-family: var(--fonte-secundaria);
    font-weight: 300;
}
}
