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

/* CONTEÚDO */

#conteudo {
    padding: 5.8rem 0 0 0;
    overflow-x: hidden;
}

#conteudo p img {
    max-width: 100%;
}

#conteudo > article {
    border-top: 1px solid #eee;
    padding: 8rem 0;
}

#conteudo article.info-box {
    width: calc(100% - 48px);
    height: 500px;
    max-width: 660px;
    background: #eee;
    margin: 4rem auto;
    padding: 2rem 4rem;
    overflow: hidden;
    overflow-y: scroll;
}

#conteudo p.linhaAbre {
    font-family: 'flamabook', sans-serif;
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
}

#conteudo p.abre-last {
    margin-bottom: 8rem;
}

#conteudo .destaque {
    font-weight: bold;
    font-family: 'flama';
    color: #606a70;
    margin-right: 0.5rem;
}

#conteudo p.swipe {
    font-family: 'flamamedium';
    font-size:1.4rem;
    opacity: 0.33;
    text-align: center;
    padding: 0 2rem 1rem;
}

#conteudo p.swipe img {
    width: 2.0rem;
    clear:both;
    float:none;
    margin: 0 1rem;
}

@media screen and (max-width: 1025px) {
    #conteudo article.info-box {
        padding: 0rem 0rem;
        height: auto;
    }
}

/* NÚMERO */

.abreNumero {
    font-family: 'estadoheadlineregular';
      font-size: 4rem;
      text-align: center;
    color: #606a70;
}

/* CAPITULAR */

.capitular:first-letter {
    font-size: 29px;
    float: left;
    line-height: 0.8;
    margin: 6px 12px 0 0;
    font-family: "estadoheadlinebold",sans-serif;
    color: #fff;
    background-color: #cec19f;
    padding: 1.4rem;
}

/* OLHO */

.olho {
    text-align: center;
    max-width: 360px !important;
    font-family: "flamabook",sans-serif !important;
    text-transform: uppercase;
    margin: 0 auto !important;
    color: #606a70;

}
.olho::after {
    content: '';
    margin: 0 auto;
    margin-top: 1em;
    width: 100px;
    height: 2px;
    background-color: #cec19f;
    display: block;
}

.olho::before {
    content: '';
    margin: 0 auto;
    margin-bottom: 1em;
    width: 100px;
    height: 2px;
    background-color: #cec19f;
    display: block;
}

/* BOTÃO DE PRÓXIMO CAPÍTULO */

.proximoCapitulo {
    font-family: 'flamaextrabold';
    font-size: 3rem;
    text-align: center;
    padding: 7rem 3rem 6rem;
    margin-top: 6rem;
    color: #000;
    text-transform: uppercase;
    border-top: 1px solid #eaeaea;
    color: #ccc;
}

.proximoCapitulo:hover {
    cursor: pointer;
    background:#f6f6f6;
}

.proximoCapitulo span {
    display: block;
    font-size: 2rem;
    margin-top: 2rem;
}

/* LEGENDAS */

figure {
    margin: 0 auto;
    text-align: center;
    margin-top: 112px;
}

figcaption {
    margin-top: 2rem;
    opacity: 0.8;
    border-left: 4px solid #eaeaea;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: 0.01rem;
}

.imagem-grande {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 2rem 2rem;
}

.imagem-alinhada {
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    padding: 2rem;
}


/* ================================================
   CUSTOM
   ================================================ */

figcaption {
    padding-bottom: 2rem;
    opacity: 0.8;
    border-left: none;
    border-bottom: 2px solid #cec19f;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: left;
}

#header-paginas figcaption {
    border-bottom: none;
    text-align: center;
}

section.infografico {
    background: #f5f5f5;
    margin: 6rem auto;
    padding: 6rem 0rem 8rem;
    -webkit-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    position: relative;
    font-family: 'flamabook';
}

section.infografico p {
    font-family: 'flamabook';
    color: #606a70;
}

section.infografico span.explicacao {
    font-weight: bold;
    font-family: 'flamamedium';
    color: #606a70;
    font-size: 1.4rem;
    text-transform: uppercase;
    display:block;
}

section.infografico .destaque {
    display:block;
    margin-bottom: 1.4rem;
}

blockquote {
    font-family: 'freightbookitalic';
    font-size: 22px;
    font-style: italic;
    max-width: 500px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    margin: auto;
}

blockquote h5 {
    font-size: 22px;
    font-style: italic;
    max-width: 500px;
    line-height: 1.45;
    color: #383838;
    font-weight: initial;
    font-family: 'Estado Headline';
}

blockquote.big p {
    font-size: 22px;
    max-width: 500px;
    line-height: 1.45;
    color: #383838;
    font-style: normal;
    font-family: 'Estado Headline';
    font-size: 1.7rem;
    text-align: left;
    letter-spacing: 0rem;
    text-transform: uppercase;
    display: block;
    font-family: 'flamabold';
    color: #cec19f;
}

blockquote.big {
    font-family: 'estadoheadlinebold';
    font-size: 32px;
    font-style: normal;
    max-width: 500px;
    padding: 0.25em 40px;
    line-height: 1.2;
    position: relative;
    color: #383838;
    margin: 8rem auto;
    color: #555;
}

blockquote.big .figcaption {
    border-bottom: none;
    font-style: normal;
    font-family: 'flamamedium';
    font-size: 1rem;
    opacity: 0.5;
    text-align: center;
    margin-top: 1rem;
}

blockquote:before {
    font-family: 'estadofineregular';
    display: block;
    content: "\201C";
    font-size: 120px;
    position: absolute;
    left: 10px;
    top: 48px;
    color: #cec19f;
    font-style: initial;
    line-height: 0.2rem;
}

.info-box blockquote:before {
    top: 68px;
}

@media all and (max-width: 580px) {
    blockquote:before {
        position: initial;
        top: 0px;
    }

    blockquote.big {
        font-size: 24px;
    }
}

blockquote.big:before {
    left: -20px;
}
blockquote cite {
    color: #666;
    font-size: 18px;
    display: block;
    margin-top: 24px;
    font-family: 'flamabook';
    font-style: initial;
    text-indent: -21px;
}

blockquote cite:before {
    content: "\2014 \2009 \2009";
}

blockquote p {
    font-style: initial;
    text-transform: uppercase;
    font-size: 66%;
    margin-left: 6px;
    font-family: 'flamabold';
    color: #cec19f;
}

#header-paginas .img-abre {
    max-width: 100%;
}

#logoTop {
    width: 118px;
    margin: 0 auto;
    opacity: 1;
}

#logoEstadao {
    margin: 0.2rem 0 0 0;
    opacity: 1;
}

#abrirMenu {
    margin: 1.4rem 1.4rem 0 0;
}

#shareBar i {
    opacity: 1;
}

.head-title {
    font-family: 'flamalight', sans-serif;
    text-transform: uppercase;
}

.head-title strong {
    display: block;
    font-family: 'flamaextrabold', sans-serif;
}

#header-paginas figure {
    margin-top: 0;
}

#header-paginas figure > div {
    max-height: 350px;
    overflow: hidden;
}

.show .inicio {
    opacity: 0.5;
}

body:not(.noGradient) #menu {
    position: absolute;
    opacity: 1;
    color: #fff;
    height: 112px;
    background: rgba(0,0,0,0.66);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#logoEstadao, .inicio {
    color: #fff;
}

.inicio {
    font-weight: bold;
    font-family: 'flama';
    margin-right: 0.5rem;
    position: absolute;
    font-size: 1.4rem;
    line-height: 56px;
}
.inicio span {
    margin-left: 2rem;
}

@media all and (max-width: 960px) {
    body:not(#capa) #menu {
        color: #212121;
        background: transparent !important;
    }

    body:not(#capa) #menu #logoEstadao, body:not(#capa) #shareBar, body:not(#capa) #menu .inicio {
        color: #212121;
    }

    body:not(#capa) #shareBar i span {
        display:none;
    }

    h2.subtitulo {
        font-size: 3rem;
    }
}

#menu.show {
    color: #212121;
}

#menu.show #logoEstadao {
    color: #212121;
}

#shareBar i span {
    padding: 0 6px 0 6px;
    font-size: 1.2rem;
}

#abrirMenu:hover {
    cursor: default;
}

#shareBar i:hover {
    opacity: 0.5;
}

#abrirMenu, #logoTop, #logoEstadao {
    position: absolute;
}

#menu.show #abrirMenu, #menu.show #logoTop, #menu.show #logoEstadao, #menu.show .inicio {
    position: fixed;
    color: #212121;
}

#header {
    /*background: url(../../img/capas/capa-placeholder.jpg) no-repeat center center fixed;
    background-size:cover;*/
    /*position:absolute;*/
    top:0;
    margin-bottom: 100vh;
    background: rgba(0,0,0,0.2);
    /*background: rgba(0,0,0,0.80);*/
/*    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    */
    /*background: rgba(0,0,0,0.8);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/

    background: none;
}

body.aberto #header {
    top: -100%;
}


.head-title {
    color: #fff;
}
/*
.head-title:after {
    content: '';
    margin: 0 auto;
    margin-top: 1em;
    width: 100px;
    height: 2px;
    background-color: #cec19f;
    display: block;
}
*/
#header .creditos {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #fff;
    font-family: 'flamamedium';
    font-size:14px;
    text-transform: uppercase;
}

#header .creditos:hover {
    opacity: 1;
}

.scrollDown {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    margin: 1.4rem;
    font-family: 'flamamedium';
    font-size:24px;
    color: #cec19f;
    width: 200px;
    margin: 0 auto;
}

.scrollDown i {
    font-size: 32px;
    display: block;
    margin-top: 1.4rem;
}

.scrollDown:hover {
    color: #fff;
}

blockquote h3 {
    text-align: left;
    font-style: initial;
}

.scrollAnalise:hover {
    opacity: 0.66;
}


.scrollAnalise span.figcaption {
    color: #606a70;
    font-family: 'flamaextrabold';
    font-style: normal;
    opacity: 1 !important;
}

.scrollAnalise span.figcaption strong {
    font-size: 1.7rem;
    text-align: left;
    letter-spacing: 0rem;
    text-transform: uppercase;
    display:block;
    font-family: 'flamabold';
    color: #cec19f;
}

.img-direita-fora, .img-direita-fora img, .img-esquerda-fora, .img-esquerda-fora img {
    max-width: 200px;
}

.img-esquerda-fora {
    float: left;
    padding: 10px 0px 0px 0px;
    margin-left: -255px;
}

.img-direita-fora {
    border: none;
    padding: 10px;
    background: #f5f5f5;
}

.img-direita-fora img {
    border-radius: 50%;
    max-width: 200px;
}
@media all and (max-width:500px) {
    .img-direita-fora {
        border: none;
        padding: 0px;
        background: transparent;
    }
}

@media all and (min-width:499px) {
    .img-direita-fora .figcaption {
        border-bottom: none !important;
    }
}



.script {
    font-style: italic; font-family: 'estadoheadlineitalic'; opacity: 0.5;
}

.center {
    text-align:center;
}

table td {
   font-style: italic; font-family: 'estadoheadlineitalic';
}

table td:first-child {
    font-style: normal;
}

h2.subtitulo {
    color: #212121;
    font-family: 'flamaextrabold';
}

p.abre:before {
    content: '';
    margin: 0 auto;
    margin-bottom: 1em;
    width: 100px;
    height: 2px;
    background-color: #cec19f;
    display: block;
}

figcaption {
    font-family: 'flamabook';
    font-style: normal;
}

.caps {
    text-transform: uppercase;
}

.op50 {
    opacity: 0.5;
}

body#capa .inicio {
    display: none !important;
}

.inicio i {
    font-size: 32px;
    line-height: 56px;
    display: none;
}
.inicio span {
    display: block;
}

@media screen and (max-width: 560px) {
    body#capa #logoTop {
        margin: 0 0 0 1.6rem;;
    }
    body:not(#capa) #logoTop {
        margin: 0 0 0 6.6rem;;
    }
    .inicio i {
        display: block;
        width: 48px;
        text-align: center;
        border-right: 2px solid #eee;
    }
    .inicio span {
        display: none;
    }
    #shareBar {
        margin-right: -1.4rem;
    }
}

@media all and (max-width: 1070px) {
    .img-esquerda-fora {
        float: none;
        margin: 0;
        display: block;
    }
}

#conteudo article.info-box {
    background: #f5f5f5;
}
#analise {
    background: #f5f5f5;
    margin: 6rem auto;
    padding: 6rem 0rem 8rem;
    -webkit-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    position: relative;
    font-family: 'flamabook';
}

body#capa #menu {
    position:fixed;
}

.hideOnMobile {
    display:block !important;
}
.showOnMobile {
    display:none !important;
}

@media all and (max-width: 760px) {
    body#capa #menu {
        position:absolute;
    }
    #header h1 {
        font-size: 3rem;
        width: 80%;
    }
    #shareBar i span {
        display:none;
    }
    .strips__strip p {
        position: relative !important;
        margin: 0;
        padding-top: 2.5%;
    }
    #strips h1.strip__title span {
        display:none;
    }

    .hideOnMobile {
        display:none !important;
    }
    .showOnMobile {
        display:block !important;
    }
}

.strip__title, .scrollDown, .creditos {
    opacity: 0;
}

.strips__strip p {
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 2rem;
    font-family: 'flamamedium';
    opacity: 0;
    max-width: 100%;
}

.aparece, .strips__strip p.aparece {
    opacity: 1;
}

.desativado {
    opacity: 0.33;
    background: #000;
    cursor: not-allowed !important;
}

.desativado a {
    cursor: not-allowed !important;
}

/* cammarin */
.script {
    font-style: normal;
}

.abre + p {
    font-style: italic;
}

#header {
    /*height: 200%;
    pointer-events: none;*/
    margin-bottom: auto;
    border-bottom: 100vh solid transparent;
    height: 200%;
}

.head-title {
    /*top: 25%;*/
}

#asdf {
    width: 100%;
    height: 100vh;
    background: black;
}

.safari-ios .head-title {
    top: 25%;
}

.safari-ios #asdf {
    display: none;
}

.safari-ios .strips .strip__content {
    height: 50%;
}

body {
    overflow-y: scroll !important;
}

.strips__strip p span {
    display: block;
    text-transform: uppercase;
    font-size: 60%;
}

@media all and (max-height: 640px) {
    .strips__strip p span {
        display: none;
    }
}

blockquote.big .img-esquerda-fora img {
    border-radius: 50%;
}