.conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vw;
}

.suplemento {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  padding: 3vw 0;
}

.suplemento .nm-suplemento {
  line-height: 0.6;
}

.nm-suplemento .nm-nutri {
  font-size: 5vw;
  font-weight: 800;
  font-style: italic;
  color: #777777;
}

.nm-suplemento .nm-an {
  font-size: 7vw;
  font-weight: 800;
  font-style: italic;
  color: #ff5900;
}

.nm-suplemento .nm-t {
  font-size: 7vw;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  color: #0000cf;
}

.suplemento .suplem {
  color: black;
  font-size: 1.78vw;
  font-weight: 500;
  line-height: 0.6;
}

.subtitulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  color: darkmagenta;
}

.sobre {
  margin-left: 1.8vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.sobre ul {
  padding-left: 3.5vw;
  margin-bottom: 1.2vw;
}

.sobre li {
  color: #cd0029;
  font-size: 3.5vw;
}

.sobre li b {
  font-weight: 500;
}

.result ul {
  columns: 2;

  padding-left: 3.5vw;
  margin-bottom: 1.2vw;
}

.result li {
  color: #0000cd;
  font-size: 3.5vw;
  font-weight: 500;
}

.result .bom::marker {
  color: orange;
}

.result .exc::marker {
  color: #00d219;
}

.nova-letra {
  list-style: none;
  margin-left: -3VW;
  line-height: 0.5;
}

.ajuste {
  list-style: none;
}

.fim {
  list-style: none;
  font-style: italic;
  font-weight: 600 !important;
  color: #000ac1 !important;
  margin-left: -3VW;
}

.wrapper-resultado {
  border: 0.1vw solid #0000cd;
  border-radius: 2vw;

  padding: 1.5vw 2vw 0 2vw;

  background-color: #eef7ff;
  box-shadow: #00000040 0px 0.0625em 0.0625em, #00000040 0px 0.125em 0.5em, #ffffff1a 0px 0px 0px 1px inset;
}

.aquisicao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7vw;
  margin-top: 4vw;
  margin-bottom: 0.8vw;
}

.aquisicao h1 {
  font-size: 3vw;
  font-weight: 800;
  color: darkmagenta;
  margin-bottom: 0.7vw;
}

.wa-link {
  display: flex;
  align-items: center;

  color: #000ac1;
  font-size: 3vw;
  font-weight: 600;

  margin-left: -1.7vw;
}

img {
  margin-right: 0.6vw;
  height: 6vw;
}

.logo .letra {
  font-size: 5vw !important;
}

.logo .txt {
  font-size: 3.8vw !important;
}

.logo .slogan {
  font-size: 1.49vw;
}