* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #dcdde0;
  color: #000000;
}

body.no-scroll {
  overflow-y: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

.story > figure {
    margin: 3em 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

h3 {
    width: 100%;
    max-width: 480px;
    margin: 3em 0 0 0;
    font-family: "Freight Text";
    font-size: 22px;
    font-weight: bold;
    color: #76181b;
}

.page {
  margin: 0 0 96px 0;
}

@media(max-width: 480px) {
    .page {
        margin: 0 0 48px 0;
    }
}

/* */

/* HEADER */

.jumbotron {
  width: 100%;
  height: 80vh;
  background: #646566;
  /*background: linear-gradient(rgba(121,85,72,.5), rgba(121,85,72,.5)), url(../img/0/abertura1.jpg) no-repeat center center;*/
  background: url(../img/0/abre.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* */

.a {
    /*background: linear-gradient(rgba(121,85,72,.5), rgba(121,85,72,.5)), url(../img/1/abre.jpg) no-repeat center center;*/
    background: url(../img/1/abre.jpg) no-repeat center center;
    background-size: cover;
}

.b {
    /*background: linear-gradient(rgba(121,85,72,.5), rgba(121,85,72,.5)), url(../img/2/abre.jpg) no-repeat center center;*/
    background: url(../img/2/abre.jpg) no-repeat center center;
    background-size: cover;
}

.c {
    /*background: linear-gradient(rgba(121,85,72,.5), rgba(121,85,72,.5)), url(../img/3/abre.jpg) no-repeat center center;*/
    background: url(../img/3/abre.jpg) no-repeat right center;
    background-size: cover;
}

.d {
    /*background: linear-gradient(rgba(121,85,72,.5), rgba(121,85,72,.5)), url(../img/3/abre.jpg) no-repeat center center;*/
    background: url(../img/4/abre.jpg) no-repeat center center;
    background-size: cover;
}

.jumbotron .svg_overlay {
    display: none;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    mix-blend-mode: multiply;
    background: url(../img/0/overlay.svg) no-repeat center center;
    background-size: cover;
}

.jumbotron.a .svg_overlay {
    background: url(../img/1/overlay.svg) no-repeat center center;
    background-size: cover;
}
.jumbotron.b .svg_overlay {
    background: url(../img/2/overlay.svg) no-repeat center center;
    background-size: cover;
}
.jumbotron.c .svg_overlay {
    background: url(../img/3/overlay.svg) no-repeat center center;
    background-size: cover;
}

/* */

.container {
  width: 100%;
  height: 100%;
  padding: 48px;
  position: relative;
}

.oesp {
    color: #efebe9;
    font-size: 28px;
}

.kicker {
  margin: 64px 0 0 0;
  font-family: 'Flama';
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #efebe9;
  /*opacity: .75;*/
}

h1 {
  margin: 8px 0 0 0;
  font-family: 'Estado Headline';
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

div.title_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 400px;
}

h1.intro {
    font-size: 40px;
    line-height: 1;
    max-width: 480px;
}

h1.intro span {
    display: block;
    font-size: 160px;
}

h1.intro span.title_small {
    font-size: 100px;
}
h1.intro span.title_big {
    font-size: 98px;
    font-weight: 800;
    margin-top: -30px;
}

div.title_container .lead {
  width: 85%;
  margin: 30px 0 0 0;
  font-family: "Flama";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ffffff;
}

div.title_container .lead span.pub_date {
    display: block;
    margin-top: 1em;
    font-size: 0.8em;
}

.jumbotron-caption {
    bottom: 0;
    position: absolute;
    max-width: 350px;
    right: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: right;
    color: #fff;
    opacity: .75;
}

@media(max-width: 640px) {
    .container {
        width: 100%;
    }
    .kicker {
        font-size: 15.75px;
    }
    h1 {
        font-size: 54px;
    }
    h1.intro {
        font-size: 30px;
    }
    h1.intro span {
        font-size: 120px;
    }
    .title_container .lead {
        max-width: 288px;
        font-size: 18px;
    }
    .jumbotron-caption {
      bottom: 30px;
    }
}

@media(max-width: 480px) {
    .container {
        padding: 16px;
    }
    .kicker {
        font-size: 15.75px;
    }
    h1 {
        font-size: 40px;
    }
    h1.intro span.title_small {
      font-size: 25vw;
      line-height: 1em;
  }
    h1.intro span.title_big {
      font-weight: 800;
      font-size: 24.75vw;
    }
    .lead {
        max-width: 288px;
        font-size: 18px;
    }
}

/* NAVIGATION */

.navigation {
  width: 100%;
  height: 96px;
  background: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.navigation.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  opacity: 1;
}

.prev,
.next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 0 0 16px;
  transition: background ease .3s;
}

.next {
  text-align: right;
  padding: 0 16px 0 0;
}

.prev:hover,
.next:hover {
  cursor: pointer;
  background: #c0c5cb;
}

.nav-kicker {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .5;
}

.nav-title {
  font-family: "Estado Headline";
  font-weight: bold;
  font-size: 28px;
}

@media(max-width: 640px) {
    .nav-kicker {
        font-size: 10px;
    }
    .nav-title {
        font-size: 21px;
    }
}

@media(max-width: 480px) {
    .navigation {
        height: 48px;
    }
    .nav-kicker {
        font-size: 10px;
    }
    .nav-title {
        font-size: 14px;
    }
}

/* STORY */

.arrow {
  top: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrow:hover {
  cursor: pointer;
  background: #9999a1;
  color: #ffffff;
}

.fa-chevron-down {
  color: #000000;
}

.arrow:hover .fa-chevron-down {
  color: #ffffff;
}

.story .chapter_number {
    font-family: 'Flama';
    font-weight: 500;
    text-transform: uppercase;
}

.story h2 {
    font-family: 'Estado Headline';
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

.story p.lead {
    font-family: 'Estado Headline';
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    line-height: 1.2em;
}

.story .authors {
    margin: 70px 0 0 0;
    font-family: "Flama";
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
}

.author span {
    font-weight: 600;
}

.story {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 80px 16px 0 16px;
  position: relative;
}

p {
  width: 100%;
  max-width: 480px;
  margin: 1.5em 0 0 0;
  font-family: "Freight Text";
  font-size: 18px;
  line-height: 1.5;
}

.story p.highlight {
  margin-top: 5em;
}

.story p.highlight span {
  font-size: 19px;
  font-weight: bold;
  color: #76181b;
}

@media(max-width: 480px) {

    .story h2 {
      font-size: 45px;
    }

    p {
        font-size: 16px;
    }
    
    .story p.lead {
        font-size: 22px;
        max-width: 100%;
    }
}

p:first-child {
  margin: 0;
}


/*blockquotes*/

.story blockquote.audio_quote {
    max-width: 480px;
    width: 100%;
    margin: 3em 0 1.5em 0;
}

.story blockquote.audio_quote p {
    font-weight: 700;
    color: #76181b;
    font-size: 20px;
}

.story blockquote.audio_quote span.soundcite {
    background-color: #a0a0a4;
    border-radius: 0;
    margin-top: 0.5em;
    padding: 0.25em 0.5em;
    font-family: 'Flama';
    text-transform: uppercase;
    color: #373e46;
}

.story blockquote.audio_quote span.soundcite-play:before,
.story blockquote.audio_quote span.soundcite-pause:before, {
    border-left-color: #373e46;
}

/* image */

.image-container {
  width: 100%;
  max-width: 480px;
  margin: 32px 0 0 0;
}

.large {
    max-width: 720px;
}

.small-image {
    display: none;
}

@media(max-width: 420px) {
    .large-image {
        display: none;
    }
    .small-image {
        display: block;
    }
}


figcaption {
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
  /* border-bottom: 1px solid #bcaaa4; */
  font-size: 14px;
  font-weight: bold;
  opacity: .5;
}

/* gallery */

.gallery {
  width: 100%;
  max-width: 480px;
  margin: 3em 0 1.5em 0;
}

.gallery .image-container {
  margin: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background: #fff;
  border: none;
  z-index: 1;
  transition: background ease .3s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
}

.slick-next {
  left: auto;
  right: 0;
  transition: background ease .3s;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gallery .fa-angle-left,
.gallery .fa-angle-right {
  font-size: 21px;
  color: #000000;
}

.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
  background: #9999a1;
}

.slick-prev:hover .fa-angle-left,
.slick-next:hover .fa-angle-right {
  color: #ffffff;
}

figure figcaption {
    font-family: 'Flama';
    font-weight: 500;
    color: #373e46;
    opacity: 1;
}

.story .figure_credits {
    margin-top: 32px;
    font-family: 'Flama';
    font-weight: 400;
    color: #373e46;
    font-size: 12px;
    text-align: right;
}

.story .figure_credits + .gallery,
.story .image-container .figure_credits {
  margin-top: 0;
}

.story .img-row .figure_credits {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding-right: 8px;
}

/*uva*/
figure.uva-graphic {
    width: 100%;
    max-width: 840px;
    margin-top: 0 !important;
}

h3.infografic-title {
    font-size: 27px;
    margin-top: 2em;
    line-height: 1em;
}

h3.big-infografic-title {
    max-width: 840px;
}

p.infografic-lead {
    margin-top: 0;
    font-size: 20px;
    font-family: 'Flama';
}

p.big-infografic-lead {
    max-width: 840px;
}

/*sobreviventes*/
.image-container.survivors {
    margin-top: 5em;
}
.image-container.survivors figcaption {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    background-color: #2e3946;
    margin-top: -1.5em;
}
.image-container.survivors blockquote {
    margin: 1em 0 2em 0;
    max-width: 50%;
    float: right;
}
.image-container.survivors blockquote p {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: right;
    color: #2f3945;
}
.survivor-container {
  position: relative;
}
.survivor-text {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #2f3945;
    transition: max-height 0.5s ease;
    padding-bottom: 20px;
    max-height: 18em;
}
.survivor-text.display-text {
  max-height: none;
}
.survivor-text:not(.display-text):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5em;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(220,221,224,0) 0%, rgba(220,221,224,0.9) 90%, rgba(220,221,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(220,221,224,0) 0%,rgba(220,221,224,0.9) 90%,rgba(220,221,224,1) 100%);
    background: linear-gradient(to bottom, rgba(220,221,224,0) 0%,rgba(220,221,224,0.9) 90%,rgba(220,221,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dcdde0', endColorstr='#dcdde0',GradientType=0 );
}
button.toggle-text-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 0;
    background-color: #dcdde0;
    bottom: -0.65em;
    font-family: 'Flama';
    text-transform: uppercase;
    font-weight: 500;
    color: #2f3945;
    outline: none;
    cursor: pointer;
}


/*letters*/
.row.letter-row {
    margin-bottom: 3em;
}

.letter-row blockquote {
    margin: 1.5em 0 0 0;
}

.letter-row blockquote p {
    font-style: italic;
    font-size: 20px;
    line-height: 1.2em;
}

.letter-row blockquote footer {
    font-family: 'Flama';
    margin-top: 0.5em;
    max-width: 60%;
}

.letter-row blockquote footer span {
    display: block;
    color: #2e3946;
    font-size: 18px;
    line-height: 1.2em;
}

.letter-row blockquote footer span.author {
    text-transform: uppercase;
    font-size: 1.2em;
}

/* row */

.row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 840px;
}

.img-row {
    max-width: 1140px;
    position: relative;
}

.img-row .img-col {
    padding: 0 8px;
    margin: 20px 0;
}

.row.highlight {
  margin-top: 5em;
}

.story .row.highlight p.highlight {
    margin-top: 0;
}


aside {
    width: 100%;
    max-width: 180px;
    margin: 32px 0 0 0;
    padding: 0 16px 0 0;
}

.row.highlight aside {
  margin-top: 0.2em;
}

aside figure {
    position: relative;
}

aside figure:hover {
    cursor: pointer;
}

aside figure:hover:after {
    content:'\f002';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
    background: rgba(55,62,70,.95);
    color: #c0c5cb;
}

.aside-caption {
    max-height: 2.4em;
    font-size: 12px;
    font-weight: bold;
    margin: 0.8em 0 0 0;
    line-height: 1.2em;
    font-family: 'Flama';
    color: #373e46;
}

.story aside blockquote {
    margin: 0;
    text-align: right;
    font-family: "Freight Text";
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.3em;
    color: #76181b;
}

@media(max-width:872px) {
    p {
        margin: 32px auto 0 auto;
    }
    .row {
        display: block;
    }
    aside {
        float: right;
        padding: 0 0 16px 16px;
    }
    .aside-caption {
      max-height: none;
      margin-bottom: 1em;
    }
}

@media(max-width:480px) {
    aside {
        float: none;
        max-width: 100%;
        padding: 0;
    }
}

/* SHARE */

.sharebar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 96px 0 0 0;
}

.sharebar ul {
    display: flex;
}

.sharebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    transition: background ease .3s;
}

.sharebar a:hover {
  cursor: pointer;
  background: #d7ccc8;
}

/* CREDITS */

.credits {
    width: 100%;
    max-width: 480px;
    margin: 96px auto 0 auto;
    padding: 16px 16px 48px 16px;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
}

/* MENU OVERLAY */

.open {
  display: flex;
  align-items: center;
  position: fixed;
  top: 48px;
  right: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: #fff;
  transition: background ease .3s;
}

.open:hover,
.close:hover {
  cursor: pointer;
  background: #9999a1;
}

.open span {
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.close {
  position: fixed;
  top: 48px;
  right: 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: #fff;
  transition: background ease .3s;
}

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0 16px;
  background: #373e46;
  background: rgba(55, 62, 70, 0.95);
  overflow-y: scroll;
  z-index: 3;
}

.overlay.visible {
  visibility: visible;
}

@media(max-width: 480px) {
    .open {
        top: 16px;
        right: 16px;
    }
    .open span {
        display: none;
    }
}

/* IMAGE OVERLAY */

.image-overlay {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 16px;
    background: rgba(55,62,70,.95);;
    overflow-y: scroll;
    z-index: 3;
}

.image-overlay.visible {
    visibility: visible;
}

.image-overlay figure {
    width: 100%;
    max-width: 720px;
}

.overlay-caption {
    width: 100%;
    max-width: 720px;
    margin: 1em 0 0 0;
    font-family: 'Flama';
    font-weight: 500;
    color: #dcdde0;
    opacity: 1;
}

/* MENU */

.menu {
  width: 100%;
  max-width: 480px;
  margin: 144px 0 0 0;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  margin: 32px 0 0 0;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #9999a1;
}

.menu-item:first-child {
  margin: 0;
}

.menu-item:last-child {
  padding: 0 0 144px 0;
  border-bottom: none;
}

.menu-item img {
    max-width: 150px;
}

.item-kicker {
  margin: 0 0 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #efebe9;
  opacity: .5;
}

.item-title {
  margin: 0 0 0 16px;
  font-family: "Estado Headline";
  font-weight: bold;
  font-size: 32px;
  color: #efebe9;
}

@media(max-width: 480px) {
    .close {
        top: 16px;
        right: 16px;
    }
    .menu-item {
        flex-direction: column;
    }
    .menu-item img {
        max-width: 100%;
    }
    .item-kicker {
        margin: 16px 0 0 0;
    }
    .item-title {
        margin: 0;
    }
}

/* VIDEO */

.media-video-wrapper {
    width: 100%;
    max-width: 480px;
    margin-top: 32px;
}

/* MAP */

.wrapper {
    width: 100%;
    max-width: 480px;
    margin: 32px 0 0 0;
}

.map-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.animated {
  animation-duration: 3.5s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.animated_b {
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-delay: 1s;
}
.animated_c {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-delay: 0;
}

.jumbotron svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    mix-blend-mode: multiply;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jumbotron svg.h {
    height: 100%;
    width: auto;
}

.jumbotron svg polygon {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  33% {
    opacity:0.6;
  }
  66% {
    opacity:0.4;
  }
  100% {
    opacity:0.8;
  }
}
.fadeIn {
  animation-timing-function: ease-in-out;  
  animation-name: fadeIn;
}
