.content {
  padding: 0 1.2rem;
}

.main {

}

.main-story {

}

header {

}

.story-headline {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  font-size: 9.6rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  opacity: .87;
}

.story-headline span {
  display: block;
  font-size: 5.4rem;
  text-align: center;
}

.story-lead {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  font-weight: bold;
  text-align: center;
  color: #006393;
}

.story-author {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  font-weight: bold;
  text-align: center;
}

.asterisk {
  color: #b6292f;
}

.to-oesp {
  display: block;
  font-family: "Flama";
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
}

.to-oesp:after {
  content: '';
  display: block;
  width: 96px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  background: rgba(0, 0, 0, .12);
}

.story-date {
  display: none;
  margin: 0 auto;
}

.story-content {
  margin-bottom: 9.6rem;
}

.sub-story {

}

.chapeu {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #006393;
}

.sub-story-headline:before {
  content: '';
  display: block;
  width: 96px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  background: #b6292f;
}

.sub-story-headline {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  font-size: 4.2rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  opacity: .87;
}

.sub-story-lead {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  font-weight: bold;
  text-align: center;
  color: #006393;
}

.sub-story-author {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  font-weight: bold;
  text-align: center;
}

p {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}

p.olho {
  max-width: 375px;
  font-family: "Estado Headline";
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #006393;
}

.image-container {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
}

.story-image {

}

.story-image-caption {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
	text-align: right;
	opacity: .38;
}

.interactive {
  padding: 4.8rem 1.2rem;
  background: #f5f5f5;
}

.interactive-headline {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-family: "Estado Headline";
  text-transform: uppercase;
  color: #b6292f;
}

/* responsivo */

@media (max-width: 320px) {
  .story-headline {
    font-size: 7.2rem;
  }

  .story-headline span {
    font-size: 4.05rem;
  }
}

@media (max-width: 574px) {
  .box {
    padding: 1.2rem;
  }
}

/* comentário fix? */

.totalComMob {
  display: none;
}
