html {
  border-top: 10px solid var(--bs-primary);
}

body {
  background: #F9FAFB;
  font-family: 'Open Sans', sans-serif;
  border-top: 3px solid var(--bs-info);
}

h1 {
  letter-spacing: -2px;
  line-height: 50px;
}

h2 {
  letter-spacing: -3px;
  color: #003737;
}

h3 {
  letter-spacing: -2px;
}

.icones {
  width: 128px;
  height: 128px;
}

.side-icon {
  padding-right: 10px;
  padding-top: 3px;
}

.card-beneficios {
  /*min-height: 280px;*/
  padding-bottom: 20px;
}

