.cabecalho__conteudo {
  background: var(--bg-topic);
  max-width: 1146px;
  width: 83%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  margin: 0 220px;
}
.cabecalho__titulo-texto {
 line-height: 1.6rem;
}
.cabecalho__titulo {
  height: auto;
  margin: 0 0 0 36px;
}
.cabecalho__titulo h2 {
  font-size: 1.375rem;
  font-family: var(--roboto);
  font-weight: 400;
  color: var(--color-titulo);

}

.cabecalho__titulo h4 {
  font-size: 0.875rem;
  font-family: var(--roboto);
  font-weight: 400;
  line-height: 1.56rem;
  color: var(--color-titulo);
}
.cabecalho__titulo span {
  font-size: 0.875rem;
  font-family: var(--roboto);
  font-weight: 400;
  line-height: 1.56rem;
  color: var(--color-titulo);
  
}

.cabecalho__login {
  display: flex;
  align-items: center;
  justify-content:space-around;
}

.cabecalho__btn {
  width: 97px;
  display: flex;
  padding: 5px;
  border: 1px solid rgb(197, 196, 196);
  border-radius: 3px;
  margin-right: 22px;
  color: rgb(172, 172, 172);
}

.cabecalho__btn img:hover, select:hover {
  cursor: pointer;
}
.cabecalho__btn option:active, select:active {
  border: none;
}

.cabecalho__info{
  display: flex;
  justify-content: space-between;
}

.cabecalho__info-texto {
  margin-right: 5px;
}
.cabecalho__info-texto h2 {
  font-size: 0.875rem;
  text-align: right;
}

.cabecalho__info-texto p{
  font-size: 0.7500rem;
}

.cabecalho__info-img{
  border-radius: 50%;
}

