*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
}

.sharebar,
.entry-header {
  display: none;
}

h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 24px;
  margin-bottom: 32px;
}

h2 {
  font-size: 18px;
  margin-bottom: 16px;
}

h3 {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .54;
}

h4 {
  margin-bottom: 8px;
}

hr {
  margin: 0;
  margin-bottom: 16px;
  border-color: rgba(0, 0, 0, .12);
}

.brasil hr {
  display: none;
}

.page {
  width: 100%;
  padding: 0 16px;
}

.container {
  width: 100%;
  max-width: 720px;
  margin: auto;
}

.brasil {
  margin-bottom: 64px;
}

.brasil ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*background: #f5f5f5;*/
}

.brasil li {
  width: 46%;
  /*padding: 16px;*/
}

.capitais {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  width: 46%;
  margin-bottom: 64px;
  /*margin-bottom: 2%;*/
  /*padding: 16px;*/
  /*background: #f5f5f5;*/
}

.entry {
  margin-bottom: 16px;
}

.entry:last-of-type {
  margin-bottom: 0;
}

.year,
.round {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.year-title,
.round-title {
  font-size: 14px;
  font-weight: 700;
}

.bar-container {
  margin: 0 12px;
  width: 100%;
  background: #f5f5f5;
}

.bar {
  display: block;
  width: 0px;
  height: 16px;
  background: #5C869C;
}

.percent {
  min-width: 52px;
  text-align: right;
  margin-left: auto;
  /*font-weight: 700;*/
  color: #5C869C;
}

@media (max-width: 550px) {
  .brasil li {
    width: 100%;
    margin-bottom: 16px;
  }
  .brasil hr {
    display: block;
    width: 100%;
  }
  .card {
    width: 100%;
  }
}
