.linha-minhamax {
    display: flex;
    flex-direction: row;
    max-height: 400px;
}

.linha-minha {
    display: flex;
    flex-direction: row;
}

.coluna-66 {
    width: 66%;
}

.coluna-34 {
    width: 34%;
}

.coluna-100 {
    width: 100%;
}

.containertabela {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.coltabela {
  width: 30%;
  text-align: center;
}

