body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #203036;
  margin: 0;
  padding: 0;
  background: #f3f7f6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

p { margin-bottom: 1rem; }

ul {
  margin-bottom: 1rem;
  padding-left: 1.1rem;
}

li { margin-bottom: .45rem; }

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover { text-decoration: none; }

.corpo_principal {
  background-color: transparent;
}

.titulo_principal {
  font-weight: 800;
  font-size: 30px;
  margin-top: 10px;
}

.imgs_cards { position: relative; }
.text_cards { font-weight: 700; }
.name_cards { font-size: 18px; }
.desc_cards { min-height: 150px; }
.desc_txt_card { margin: 10px 0; font-size: 13px; }

.hover-button-acao {
  background-color: #009e75;
}

.fundo-azul {
  background-color: #29458e;
  color: #FFFFFF;
}
