.laive-nutricion {
  color: #737bae;
  font-family: "Poppins", sans-serif;
}

.laive-nutricion__bloque + .laive-nutricion__bloque {
  margin-top: 1.75rem;
}

.laive-nutricion__titulo {
  margin: 0 0 16px;
  color: #737bae;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.laive-nutricion__base {
  font-weight: 700;
}

.laive-nutricion__tabla {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.laive-nutricion__fila {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 51px;
  height: 51px;
  padding: 0 1rem;
  border: 0;
  background: #fff;
  color: #737bae;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.laive-nutricion__fila:nth-child(even) {
  background: #f0f2f9;
}

.laive-nutricion__concepto,
.laive-nutricion__valor {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
}

.laive-nutricion__concepto {
  flex: 1 1 58%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: left;
}

.laive-nutricion__valor {
  flex: 0 0 auto;
  max-width: 42%;
  text-align: right;
}

.laive-nutricion__nota {
  margin: 16px 0 0;
  color: #737bae;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
