* {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  color: #111;
}

.body-scroll {
  overflow: hidden;
}

a:any-link {
  cursor: pointer;
}

h1 {
  font-family: 'flama condensed';
  font-size: 13.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 900;
  z-index: 2;
}

h1 span {
  display: block;
  margin-top: .8rem;
  font-family: 'flamabook';
  font-size: 3.45rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  letter-spacing: initial;
}

h1 strong {
  font-family: inherit;
  color: rgba(193, 49, 64, 1);
}

/*#header.capa-intro h1 br {
  display: none;
}*/

@media screen and (max-width: 760px) {
  h1 {
    font-size: 16vw;
  }
  h1 span {
    font-size: 1.95rem;
  }
}

h2 {
  max-width: 660px;
  margin: 0 auto;
  padding: 8rem 2rem;
  line-height: 1.1;
  font-family: 'flama condensed';
  font-size: 12rem;
  text-align: center;
  color: #263339;
}

h3 {
  max-width: 660px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'flama condensed';
  text-transform: uppercase;
  /*font-family: 'estadoheadlinebold';*/
  font-size: 7rem;
  text-align: center;
  line-height: 1.1;
  color: #0d0e2f;
}

h4 {
  max-width: 660px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'flamabold';
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 3.2rem;
  color: #0d0e2f;
}

p {
  max-width: 660px;
  margin: 0 auto;
  padding: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'flamabook';
}

@media all and (max-width: 640px) {
  p {
    font-size: 1.8rem;
  }
  .intro {
    font-size: 2rem;
  }
}

strong {
  font-family: 'flamamedium';
  /*color: #0d0e2f;*/
}

.intro strong {
  font-family: 'freightbook';
  font-weight: bold;
}

.pergunta {
  font-family: 'flamamedium';
}

.colaborador {
  font-size: 1.6rem;
}

#conteudo {
  margin-top: 8rem;
}

/* header */

#header {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-color: #eaeaea;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

#header:before {
    content: '';
    display: block;
    /*background-color: rgba(13, 14, 47, .66);*/
    background: rgba(13, 14, 47, .66) url(../img/reticula.png);
    height: 100%;
    width: 100%;
    left: 0;
}

/*#header.capa-intro:before {
      content: '';
      opacity: 0;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(255,255,255,0);
      background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(255,255,255,1)));
      background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
      -webkit-transition: opacity .2s;
      -moz-transition: opacity .2s;
      transition: opacity .2s;
  }*/

@media all and (max-width: 667px) {
  /*#header.capa-intro:before {
      opacity: 1;
  }*/
}

.header-caption {
  position: absolute;
  bottom: -2rem;
  right: 1rem;
  color: #000;
  font-family: 'flamabook';
  font-size: 1.2rem;
  opacity: .75;
}

.capa-intro {
  height: 100%;
  background: url(../img/capas/capa-intro.jpg) no-repeat center bottom;
}

#header.capa-intro:before {
  position: absolute;
}

#header.capa-intro > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 96px);
  height: 100%
}

#seta {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  font-family: "flamamedium";
  font-size: 1.4rem;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .5) ;
}

#seta i {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #fff;
}

#seta:hover {
  cursor: pointer;
  opacity: .75;
  letter-spacing: 2px;
}

.capa-introducao {
  height: 50%;
  background: url(../img/galeria-1/foto01.jpg) no-repeat center center;
}

.capa-1 {
  height: 50%;
  background: url(../img/galeria-1/foto01.jpg) no-repeat center center;
}

.capa-2 {
  height: 50%;
  background: url(../img/galeria-2a/foto01.jpg) no-repeat center center;
}

.capa-3 {
  height: 50%;
  background: url(../img/capas/capa03.jpg) no-repeat center center;
}

.capa-4 {
  height: 50%;
  background: url(../img/capas/capa04.jpg) no-repeat center center;
}

.capa-5 {
  height: 50%;
  background: url(../img/capas/capa05.jpg) no-repeat top center;
}

.capa-6 {
  height: 50%;
  background: url(../img/capas/capa06.jpg) no-repeat top center;
}

.capa-7 {
  height: 50%;
  background: url(../img/capas/capa07.jpg) no-repeat top center;
}

.hr-title {
  width: 64px;
  height: 2px;
  margin: 2rem auto;
  background-color: #333;
}

.author {
  max-width: 660px;
  margin: 0 auto;
  padding: 2rem 0 6rem 0;
  font-family: 'flamabook';
  font-size: 1.8rem;
  /*text-transform: uppercase;*/
  text-align: center;
  line-height: 2.4rem;
  opacity: .75;
}
/*
.author span {
  display: block;
  text-transform: none;
  font-style: italic;
  font-family: 'freightbook';
  margin-top: .5rem;
}
*/
.author span {
  font-family: 'flamabold';
  font-size: 1.2rem;
  display:inline;
  margin-left: .5rem;
  opacity: .5;
  text-transform: uppercase;
}

.intro {
  max-width: 660px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'freightbook';
  font-style: italic;
  font-size: 2.2rem;
  text-align: center;
  line-height: 3.2rem;
}

.capitular:first-letter {
  font-size: 7rem;
  float: left;
  line-height: 0.72;
  margin: 12px 10px 0 0;
  text-transform: uppercase;
  /*font-family: 'estadofinebold';*/
  font-family: 'flama condensed';
  font-weight: bold;
  padding: 1.2rem 1.8rem ;
  color: #fff;
  /*border: 3px solid #0d0e2f;*/
  background-color: #0d0e2f;
}

/* botão de próximo capítulo */

.next:not(.slbArrow) {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 200px;
  margin-top: 8rem;
  font-family: 'flamabook';
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: initial;
  border-top: 1px solid #eaeaea;
  color: #4b4b4b;
  padding: 0 1rem;
}

.next:not(.slbArrow):hover {
  background-color: #f5f5f5;
}

.next:not(.slbArrow) span {
  display: block;
  margin-top: .5rem;
  font-family: 'flama condensed';
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 3rem;
  font-weight: 900;
  /*text-transform: initial;*/
  color: #0d0e2f;
}

/* barra do topo */

#top {
  position: absolute;
  top: 0;
  z-index: 1;
    width: 100%;
    height: 56px;
    /*font-family: 'estadoheadlineregular';*/
    font-family: 'flama condensed';
    background-color: transparent;
    display: flex;
  display: -webkit-flex;
          align-items: center;
  -webkit-align-items: center;
          justify-content: center;
  -webkit-justify-content: center;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
}

#top a {
  font-size: 2.4rem;
  line-height: 56px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#top a:hover {
  opacity: .75;
}

#top.scroll {
  top: 0;
}


/* sticky menu */

.sticky #top {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.sticky #top a {
  color: #0d0e2f;
}

.sticky #oesp {
  position: fixed;
  color: #0d0e2f;
}

.sticky #bt-menu {
  position: fixed;
  color: #0d0e2f;
}

/* menu de hambúrguer */

#bt-menu {
  position: absolute;
  top: 0;
  right: 1.5rem;
  line-height: 56px;
  margin-left: 1rem;
  font-size: 3rem;
  height: 45px;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
  z-index: 6;
}

#bt-menu:hover {
  opacity: 0.6;
  cursor: pointer;
}

#bt-menu.close {
  color: #0d0e2f;
}

#oesp.oesp-close {
  color: #0d0e2f;
}

#bt-menu.close i:before {
  content:"\f00d";
}

#bt-menu.bt-capa {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* oesp */

#oesp {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 7;
  font-family: 'Marcas Estadão';
  font-size: 3rem;
  opacity: 1;
  /*color: #fff;*/
  color: #fff;
}

#oesp:hover {
  opacity: .6;
}

#oesp:before {
  content: "";
}

#oesp.bt-capa:before {
  content: "";
}

#oesp.bt-capa {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media screen and (min-width: 560px) {
  #oesp:before {
    content: "";
  }
  #oesp.bt-capa:before {
    content: "";
  }
}

/* overlay */

.overlay {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 20rem);
  padding-bottom: 20rem;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
    display: flex;
    display: -webkit-flex;
            align-items: center;
    -webkit-align-items: center;
            flex-direction: column;
    -webkit-flex-direction: column;
}

.overlay.show-overlay {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  z-index: 4;
}

/* menu */

#menu {
    max-width: 660px;
    width: calc(100% - 4rem);
    margin: 0 2rem;
}
.menu-item {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #eaeaea;
}
.menu-item:hover {
    padding-left: 2rem;
    cursor: pointer
}
.menu-item img {
    width: 240px;
    height: 100%;
}
.item-desc {
    margin-left: 2rem;
    text-transform: uppercase;
    font-family: 'flamabook';/* */
    font-size: 1.6rem;
    color: #4b4b4b;
}
.item-desc span {
    display: block;
    font-family: 'flama condensed';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-top: 1rem;
    color: #0d0e2f;
}
#bt-expediente {
  padding: 4rem 0;
  font-family: 'flamamedium';
  font-size: 2.4rem;
  text-align: center;
  border: 1px solid #eaeaea;
  color: #0d0e2f;
  display: block;
}
#bt-expediente:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 660px) {
    .menu-item {
        display: block;
    }
    .menu-item:hover {
        padding-left: 0;
    }
    .menu-item img {
        width: 100%;
    }
    .item-desc {
        margin: 1rem 0 0 0;
    }
}

/* transição */

.menu-item, .overlay, .next:not(.slbArrow), #oesp, #bt-menu, #bt-expediente, #top a, #seta, h1, .confira {
  -webkit-transition: all ease-out .3s;
     -moz-transition: all ease-out .3s;
       -o-transition: all ease-out .3s;
          transition: all ease-out .3s;
}

/* tabela de créditos */

table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #686868;
  width: calc(100% - 4rem);
  max-width: 520px;
  background-color: transparent;
  font-size: 2rem;
  margin: 2rem auto 4rem;
}

table tr {
  border-top: 1px solid #eaeaea;
}

table td:first-child {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #999;
  line-height: 1.3;
   font-family: 'flama';
}

table td {
  padding: 2rem 1rem;
  border-style: none;
  word-break: normal;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  font-weight: 300;
  margin: 0 auto;
  max-width: 700px;
  font-family: 'estadoheadlineregular';
}

#logoCredito {
  font-family: 'Marcas Estadão';
  font-size: 6rem;
  position: relative;
  text-align: center;
  margin: 1.5rem;
  opacity: 1;
  color: #222222;
}

#logoCredito:before {
  content: '';
}

table td:first-child {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #999;
  font-family: 'flamamedium';
}

@media all and (min-width: 960px) {
  table td:first-child {
    width:calc(200px + 2rem);
  }
}

.creditoItem {
  margin: 2rem 0;
  padding: 2.8rem;
}

.creditoItem:hover {
  opacity: 0.5;
  background:#eeeeee;
}

.iframe-container {
    margin-top: 2rem;
  padding: 0 1.6rem;
    display: flex;
    display: -webkit-flex;
            justify-content: center;
    -webkit-justify-content: center;
}

/*
iframe:not(.timeline) {
  width: 100%;
  max-width: 115.2rem;
  height: 80vh;
  max-height: 72rem;
}
*/

.confira-wrap {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
}

.confira {
    color: #fff;
    font-family: 'flamamedium';
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 1.6rem;
    display: table;
    letter-spacing: 2px;
    border: 1px solid #fff;
    margin: 0 1rem 1rem 0 ;
    opacity: 1;
    z-index: 3;
    text-align: center;
}

.confira:hover {
  background: rgba(193, 49, 64, .66);
  cursor: pointer;
}

/* gráfico */

#grafico {
    background-color: #fff;
    padding: 4rem 2rem;
    margin: 4rem 0;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
            box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}

#grafico h4 {
  color: #0d0e2f;
  margin-bottom: 4rem;
}

#grafico figure {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

@media all and (max-width: 480px) {
  #grafico figure {
    padding-right: 0;
    padding-left: 0;
  }
}

/* box */

article.box {
  max-width: 660px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0 2rem;
}

.nota {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  padding: 2rem;
}

.box p {
  font-size: 1.8rem;
  font-family: 'freightbook';
  line-height: 1.8;
}

/* imagens */

figure {
  max-width: 1024px;
  padding: 2rem;
  margin: 0 auto;
}

figure img {
  width: 100%;
}

figcaption {
  margin-top: 1rem;
  font-family: 'flamabook';
  font-size: 1.6rem;
  opacity: .75;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.2;
}

figcaption span {
  font-family:'flamabold';
  text-transform: uppercase;
  /*color: #0d0e2f;*/
  font-size: 1.1rem;
  opacity: .5;
}

.caption-name {
  font-family: 'flamamedium';
  color: #111;
  font-size: 1.4rem;
  opacity: .5;
}

/* análise */

.analise {
  padding-top: 2rem;
}

.analise h4 {
  text-transform: none;
}

.analise .author {
  padding-bottom: 2rem;
}

/* nota */

.estado-entrevista, .alexandre-entrevista {
  display: block;
  text-transform: uppercase;
  font-family: 'flamamedium';
  font-size: 1.4rem;
}

.nota {
  max-height: 620px;
  overflow-y: scroll;
}

#no-roll {
  max-height: initial;
  overflow-y: hidden;
}

.nota ul p {
    padding: 0;
    font-size: 1.8rem;
    font-family: 'freightbook';
    line-height: 1.5;
    width: 100%;
}

.nota ul li {
    padding: 1rem 2rem;
    display: flex;
    display: -webkit-flex;
}

/*
.nota ul li:before {
  content: '-';
  margin: .8rem 1rem 0 0;
  font-family: 'flamabold';
}
*/

.nota ul ul {
  margin-left: 4rem;
}

a.inline-anchor {
    color: #0d0e2f;
    text-decoration: underline;
}

/* player agile */

.video-agile{position:relative;padding-bottom:calc(56.25% + 31px);height:0;overflow:hidden;max-width:100%}
.video-agile iframe{position:absolute;top:0;left:0;width:100%;height:100%}

::-moz-selection { background: #0d0e2f;  color: #fff; }
::selection { background: #0d0e2f; color: #fff;}

p.nota-linha-fina {
    text-transform: uppercase;
    font-family: 'flamamedium';
    font-size: 1.6rem;
}

/* galeria */

.galeria {
  margin: 4rem 0;
}

.galeria a:focus {
  outline: none;
}

.galeria img {
  width: 100%;
}

.galeria a {
  position: relative;
}
.galeria a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.galeria a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.galeria a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 14, 47, .66);
  opacity: 0;
  -webkit-transition: opacity ease .3s;
     -moz-transition: opacity ease .3s;
       -o-transition: opacity ease .3s;
          transition: opacity ease .3s;
}

.galeria a:hover:after {
  opacity: 1;
}



@media screen and (max-width: 480px) {
  #header.capa-intro > div {
    width: calc(100% - 32px);
  }
  #header.capa-intro h1 br {
    display: block;
  }
}

/* botão na legenda */

.slbCaption a {
  text-transform: uppercase;
  font-weight: bold;
  opacity: .5;
  border-bottom: 1px dotted #fff;
  font-size: 1.5rem;
  color: #fff;
}

.slbCaption a:hover {
  opacity: 1;

}

/* introdução */

.introducao {
  margin-top: 8rem;
}

/* seta */

.fa-angle-down {
  position: absolute;
  font-size: 4rem;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.fa-angle-down:hover {
  cursor: pointer;
  opacity: .5;
}

/* análise */

.analysis {
  font-size: 1.4rem;
  opacity: .5;
}

/* ajustes box */

.nota-bg {
  background-color: #f5f5f5;
  max-height: initial;
}

.hide-title #top a {
  display: none
}

figcaption span {
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 425px) { 
  h3 {
    font-size: 5rem;
  }

}
