h2 {
    width: 100%;
    max-width: 600px;
    margin: 0;
    font-family: "Flama";
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    color: #000000;
}

h2.main-story {
    font-size: 40px;
}

h2 span {
    color: #fff;
    background: #000;
}

h3 {
    width: 100%;
    max-width: 600px;
    margin: 0;
    font-family: "Estado Headline";
    font-size: 24px;
    font-weight: bold;
    color: #f77c27;
}

h4 {
    width: 100%;
    max-width: 600px;
    margin: 32px 0 0 0;
    font-family: "Flama";
    text-transform: uppercase;
    color: #fff;
}

h4 span {
    padding: 8px 12px;
    background: #000;
}

/* */

p + h2 {
    margin: 64px 0 0 0;
}

.gallery + h2 {
    margin: 64px 0 0 0;
}

.graph + h2 {
    margin: 64px 0 0 0;
}

h2 + .gallery {
    margin: 64px 0 0 0;
}

/* MENU */

.menu-item.inactive {
    pointer-events: none;
}

.inactive img {
    opacity: .25;
}

.inactive .item-kicker {
    opacity: .25;
}

.inactive .item-title {
    opacity: .25;
}

.inactive .item-date {
    opacity: .25;
}

/* NEXT */

.next {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 64px 16px;
}

.next:hover {
  background: #eeeeee;
}

.next.inactive {
    pointer-events: none;
}

.next-kicker {
    width: 100%;
    max-width: 600px;
    font-family: "Flama";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .5;
}

.inactive .next-kicker {
    opacity: .25;
}

.next-title {
    width: 100%;
    max-width: 600px;
    margin: 16px 0 0 0;
    font-family: "Flama";
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.inactive .next-title {
    opacity: .5;
}

.next-date {
    width: 100%;
    max-width: 600px;
    margin: 32px 0 0 0;
    font-family: "Flama";
    opacity: .5;
}

/* CUSTOM */

h2 + p {
    margin: 32px 0 0 0;
}

p + h3 {
    margin: 64px 0 0 0;
}

table + h3 {
    margin: 64px 0 0 0;
}

/* TABLE */

table {
    width: 100%;
    max-width: 600px;
    margin: 32px 0 0 0;
    font-family: "Flama";
    font-size: 18px;
}

th {
    text-transform: none;
    text-align: left;
}

td, th {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 16px 16px 16px 0;
}

/* GRAPH */

.graph-heading {
    width: 100%;
    max-width: 600px;
    font-family: "Flama";
    font-size: 32px;
    font-weight: 500;
}

.graph-image {
    width: 100%;
    max-width: 600px;
    margin: 32px 0 0 0;
}

.graph-source {
    width: 100%;
    max-width: 600px;
    margin: 32px 0 0 0;
    font-family: "Flama";
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    opacity: .5;
}

/* LIST */

dl, dd, dt {
  margin: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  font-family: "Flama";
  font-size: 18px;
  line-height: 1.5;
}

dl:last-child {
  border-bottom: none;
}

dt {
  width: 25%;
  margin: 8px 0 0 0;
  font-weight: 500;
  color: #000;
}

dt:first-of-type {
    margin: 0;
}

dd {
  width: 75%;
  margin: 8px 0 0 0;
}

dd:first-of-type {
    margin: 0;
}

dl .image-container {
    margin: 0;
    padding: 0 0 32px 0;
}

/* */

section {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

section:last-child {
  border-bottom: none;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* padding: 96px 16px; */
  padding: 144px 16px;
}

/* */

.graph-lead {
    width: 100%;
    max-width: 600px;
    margin: 32px 0 0 0;
    font-family: "Flama";
    font-size: 18px;
    font-weight: 500;
    opacity: .5;
}

ul {
    width: 100%;
    max-width: 600px;
    font-family: "Flama";
}

.list-item {
    margin: 32px 0 0 0;
    font-family: "Flama";
    font-size: 18px;
    line-height: 1.5;
}

.list-title {
    font-weight: 700;
}

tr:first-child th {
    padding-top: 0;
}

.story-lead {
    font-family: "Flama";
    font-weight: bold;
    opacity: .5;
}

.ps {
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
}

.sharebar ul {
    display: flex;
    justify-content: center;
}

/* RESPONSIVE */

@media (max-width:960px) {
    h1.intro {
        font-size: 72px;
    }
}

@media (max-width:720px) {
    h1.intro {
        font-size: 64px;
    }
}

@media (max-width:640px) {
    h1.intro {
        font-size: 56px;
    }
    .graph {
        padding: 64px 16px;
    }
    .gallery-item {
        padding: 0 24px;
    }
    .slick-prev {
        width: 32px;
        height: 32px;
        left: -12px;
    }
    .slick-next {
        width: 32px;
        height: 32px;
        right: -12px;
    }
    .next-chapter {
        padding: 64px 16px;
    }
}

@media (max-width:560px) {
    h1.intro {
        font-size: 48px;
    }
}

@media (max-width:480px) {
    h1.intro {
        font-size: 40px;
    }
    h2 {
        font-size: 24px;
    }
    h2.main-story {
        font-size: 32px;
    }
    h3 {
        font-size: 18px;
    }
    table {
        font-size: 14px;
    }
    figcaption {
        font-size: 12px;
    }
    .graph-heading {
        font-size: 24px;
    }
    .graph-lead {
        font-size: 16px;
    }
    .graph-title {
        font-size: 24px;
    }
    .graph-source {
        font-size: 9px;
    }
    .gallery {
        font-size: 16px;
    }
    .next-title {
        font-size: 32px;
    }
    .slick-prev {
        width: 24px;
        height: 24px;
        left: -12px;
    }
    .fa-angle-left {
        font-size: 16px !important;
    }
    .slick-next {
        width: 24px;
        height: 24px;
        right: -12px;
    }
    .fa-angle-right {
        font-size: 16px !important;
    }
    dl {
        font-size: 14px;
    }
    .list-item {
        font-size: 14px;
    }
    .story-lead {
        font-size: 14px;
    }
}

@media (max-width:400px) {
    h1.intro {
        font-size: 32px;
    }
    .content {
        padding: 64px 16px;
    }
}

@media (max-width:320px) {
    h2 {
        font-size: 24px;
    }
    h2.main-story {
        font-size: 24px;
    }
}

.infografico {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 96px 16px 0;
}

figure.uva-graphic[style] {
    margin-bottom: 0 !important;
}

.next-kicker::after {
    content: '→';
    margin-left: 1em;
}

.vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50% );
        -ms-transform: translate( -50%, -50% );
            transform: translate( -50%, -50% );
}

.vertical-center h1.intro {
    margin-top: 0;
}

.denuncia a {
    color: #f77c27;
    border-bottom: 1px solid currentColor;
}

.denuncia p:first-of-type {
    margin-bottom: 3.2rem;
}