.logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-alt);
  width: 1280px;
  height: 413px;

  position: absolute;
  z-index: 2;
}
.logo img{
  width: 485px;
  height: 230px;
}

.missao{
  position: absolute;
  background-color: var(--bluey);

  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  z-index: 1;

  width: 100%;
  height: 867px;
  margin-top: 260px;
}

.missao-holder{
  margin-top: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20vw;
}

.missao-column{
    display: flex;
    flex-direction: column;
    width: 426px;
    height: min-content;
}

#missao-text{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}

.visao-column{
    width: 496px;
    text-align: start;
    line-height: 1.5;
    font-size: 16;
    padding-bottom: 3vh;
}

.missao-valores{
  display: flex;
  flex-direction: row;  
  gap: 4vw;
  margin-top: vh;
}

.valores-column{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.valores-column ul {
  margin: 0;
}