.secao-claro {
  background: #f8f8fa;
}

.secao-grad {
  background: linear-gradient(
    to top right,
    rgb(255, 255, 255),
    rgba(41, 105, 163, 0.2)
  );
}

.section h2 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #1e3a5f;
}

.style-subtitulo {
  margin-bottom: 32px;
  max-width: 720px;
}

.mini-painel {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  padding: 24px;
}

.grid-funciona {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.funciona-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
}

.como-textos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #2969a3;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.nota-resultados {
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
}

.contentFlex {
  display: flex;
  align-items: flex-start;
  align-content: flex-end;
  justify-content: space-between;
}

.imgFunciona{
  width: 200px;
  height: 200px;
}

.imgFunciona img{
  width: 100%;
  height: 100%;
}