* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html {/* Size of largest container or bigger */
        /* min-width: 1024px; */
        width: 100%;
    }

html,
body {
    width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
}

a {
    display: block;
    color: #883b51;
    text-decoration: none;
}

a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
}

main {
    position: relative;
    left: 240px;
    padding-bottom: 12rem;
    overflow: hidden;
    overflow-x: scroll;
    width: calc(100% - 240px);
}

.wrap {
    width: 100%;
}

main.main_w {
    left: 240px;
}

.drop {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

#btn_intro {
    text-align: center;
    height: 56px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: 'flamamedium';
    font-size: 1.4rem;
    color: #333;
    position: relative;
}

#btn_intro:hover {
    background-color: #fff;
}

#btn_intro.intro_ativo {
    color: #883b51;
    pointer-events: none;
    background-color: #fff;
    /* width: 25.5rem; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    z-index: 1;
}

.btn_menu {
    position: relative;
    height: 112px;
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 2rem 0rem 2rem 2rem;
}


.btn_privado {
    pointer-events: none;
}

.btn_publico {
    pointer-events: default;
}

.btn_ativo {
    pointer-events: none;
}

.btn_wrap {
    padding: 2rem;
}

.n {
    border: 1px solid rgba(179, 179, 179, .5);
    width: 30px;
    height: 30px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.n span {
    display: block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 2.4rem;
    font-family: 'estadoheadlinebold';
    color: #333;
    opacity: .5;
}

.dt {
    display: block;
    font-family: 'flamabook';
    text-transform: lowercase;
    font-size: 1.4rem;
    font-style: italic;
    color: #333;
    opacity: .5;
    padding-top: .2rem;
    width: 105%;
}

.title {
    font-family: 'flamabold';
    font-size: 1.8rem;
    letter-spacing: .05rem;
    color: #333;
    opacity: .3;
}

.btn_publico .title {
    opacity: 1;
}

.btn_publico .n {
    border: 1px solid #883b51;
    opacity: 1;
}

.btn_publico .n span {
    color: #883b51;
    opacity: 1;
}

.btn_publico:hover {
    background-color: #fff;
}

.btn_ativo {
    background-color: #fff;
    /*width: 25.5rem;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    z-index: 1;
}

.btn_ativo .title {
    color: #883b51;
    opacity: 1;
}

.btn_ativo .n {
    border: 1px solid #883b51;
}

.btn_ativo .n span {
    color: #883b51;
    opacity: 1;
}

#abre {
    position: relative;
    height: 100vh;
    max-width: 784px;
    /* width: calc(100% - 240px); */
    margin: 0 auto;
}

#texto {
    float: left;
    padding: 20vh 4% 8rem 0;
    width: 46%;
}

h1 {
    font-size: 6rem;
    color: #883b51;
    padding: 2rem 0;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

main > p, .infografico > p, .box p, .wrap p {
    padding: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    font-family: 'flamabook';
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

p a:hover {
    opacity: 0.5;
}

#p_abre {
    max-width: 440px;
    width: 100%;
    font-size: 2.4rem;
    line-height: 3rem;
}

#abre img {
    float: left;
    padding: 8rem 4%;
    width: 42%;
    /* height: 100vh; */
    /* max-height: 768px; */
}

h2 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-size: 2.2rem;
    font-family: 'flamabold';
    text-transform: uppercase;
    text-align: center;
    padding: 4rem;
    color: #883b51;
    clear: both;
}

.linha_fina {
    font-style: italic;
    text-align: center;
}

.credito {
    text-align: center;
    opacity: .5;
    font-style: italic;
}

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

h3 {
    font-family: 'flamabold';
    text-transform: uppercase;
    font-size: 1.8rem;
    padding: 4rem 2rem;
    line-height: 2rem;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: #883b51;
}

.box {
    background: #f5f5f5;
    height: 500px;
    max-width: 660px;
    overflow-y: scroll;
    margin: 0 auto;
    -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: inset0px 0px 21px 1px rgba(0,0,0,0.1);
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.box.maior {
    height: 590px;
    padding: 0 0 2rem 0;
}

#intro .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#logo_estadao a {
    font-family: 'Marcas Estadão';
    position: fixed;
    right: 0;
    font-size: 3rem;
    padding: 1rem;
    z-index: 1;
    color:#000;
}

#logo_estadao.branco a {
    color: #fff;
}

#shareBar {
    position: absolute;
    bottom: 0;
    width: 239px;
    height: 56px;
    background-color: #fff;
    text-align: center;
    line-height: 56px;
}

.fa {
    font-size: 2rem;
    padding:1rem;
}

#seta {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 2rem;
    min-width: calc(100% - 240px);
}

#seta span {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-family: 'flamabold';
    display: block;
    cursor: pointer;
}

#seta .fa-angle-down {
    padding: .5rem 0 1rem;
    font-size: 3rem;
    cursor: pointer;
}

#seta span:hover, #seta i:hover {
    opacity: 0.5;
}

#foto_abre {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/capa_1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 2rem;
}

#foto_abre_2 {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/capa_2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 2rem;
}

#foto_abre_3 {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/capa_3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 2rem;
}

#foto_abre_4 {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/capa_4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 2rem;
}

#foto_abre_5 {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/capa_5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 2rem;
}

#overlay {
    width: calc(100% - 240px);
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    color: #000;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#overlay h1 {
    padding-top:8rem;
    color: #000;
    text-align: center;
}

article p {
    padding: 2rem 4rem;
}

strong {
    font-family: 'flamabold';
}

.interna .credito {
    padding-top: 4rem;
}

.janela {
    width: 200px;
    float: right;
    background-color: #f5f5f5;
    padding: 2rem;
    margin-right: -6rem;
    margin: 0 -7vw 2rem 2rem;
}

.janela:hover {
    opacity: .75;
    cursor: pointer;
}

.janela img {
    width: 150px;
    border-radius: 50%;
}

.janela_caption {
    font-size: 1.8rem;
}

.janela_caption strong {
    color: #883b51;
}

p a {
    display: inline;
    color: #883b51;
    font-family: 'flamamedium';
    text-decoration: underline;
    -moz-text-decoration-color: #883b51; /* Code for Firefox */
    text-decoration-color: #883b51;
}

.pergunta {
    display: block;
    font-family: 'flamabold';
    opacity: .75;
    color: #333;
}

.janela_direita {
    float: left;
    width: 200px;
    height: 200px;
    margin-left: -25rem;
}

.janela_direita img {
    width: 200px;
    border-radius: 50%;
}

blockquote {
    font-family: 'estadoheadlinebold';
    font-size: 3.2rem;
    max-width: 500px;
    padding: 0rem 6rem;
    line-height: 1.2;
    position: relative;
    margin: 4rem auto;
    color: #555;
    border: none;
    position: relative;
    right: -8rem;
}

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

blockquote h5 {
    font-family: 'flamabook';
    font-size: 2.2rem;
    font-style: italic;
}

blockquote p {
    font-family: 'flamabold';
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #883b51;
    padding-bottom: 4rem;
}

.credito_janela {
    font-size: 1.2rem;
    color: #333;
    opacity: .5;
    font-family: 'flamabook';
    text-align: center;
    display: block;
    margin-top: 2rem;
}

.credito span {
    display: block;
    font-size: 1.6rem;
    max-width: 400px;
    margin: 0 auto;
}

#shareBar span {
    font-family: 'flamabook';
    font-size: 1.2rem;
    padding-left: 1rem;
    opacity: .5;
}

#shareBar .fa:hover {
    color: #883b51;
    cursor: pointer;
}

video {
    width: 100%;
    padding: 4rem;
}

#btn_creditos {
    position: absolute;
    bottom: 7rem;
    font-family: 'flamamedium';
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    width: 100%;
}

#btn_creditos:hover {
    opacity: .5;
}

#btn_creditos.creditos_ativo {
    color: #883b51;
    pointer-events: none;
}

/* 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:first-child {
    /*border-top: none;*/
}

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;
}

.btn_next {
    border: none;
    margin: 0 auto;
    display: block;
    background-color: #f5f5f5;
    max-width: 660px;
    width: 100%;
    height: 112px;
    font-family: 'flamabold';
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-top: 4rem;
    color: #883b51;
}

.btn_next span {
    display: block;
    font-family: 'flamabook';
    padding-top: .5rem;
    color: #333;
    font-size: 1.6rem;
}

.btn_next:hover {
    cursor: pointer;
    opacity: .75;
}

#mosaico {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

#personagens {
    float: left;
}

#personagens span {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: 'flamabold';
    color: #333;
    opacity: .75;
}

#personagens img {
    border-radius: 50%;
    /*width: 150px;
    margin-bottom: 1rem;*/
    display: block;
    width: 90px;
    margin: 0 auto 1rem;
}

.char {
    text-align: center;
    padding: 2rem 0;
    font-size: 1.6rem;
    font-family: 'flamabold';
    color: #333;
    opacity: .33;
}

#ficha {
    float: left;
    max-width: 600px;
    padding-left: 8rem;
}

#ficha img {
    max-width: 100%;
}
.linha_mosaico {
    font-style: italic;
    opacity: .75;
    text-align: center;
    padding-top: 0;
    padding-bottom: 4rem;
}

.char:hover {
    opacity:1;
    cursor: pointer;
}

.char.ativo {
    opacity: 1;
    pointer-events: none;
}

#ficha.oi {
    opacity: 1;
}


figure {
    max-width: 660px;
    padding: 2.5rem;
    margin: 0 auto;
}

figcaption {
    opacity: 0.8;
    border-left: none;
    border-bottom: 2px solid #c39da8;
    padding: 2rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    font-family: 'flamabook';
    width: 100%;
}

.player-agile+figcaption:before {
    content: 'VÍDEO';
    font-family: 'flamabold';
    margin-right:0.75rem;
    text-transform: uppercase;
    opacity: 0.5;
}
.player-agile.minuto+figcaption:before {
    content: 'MINUTO ESTADÃO';
}

.subtitle, .box p.subtitle {
    opacity: 0.5;
    border-left: none;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    font-family: 'flamabook';
    width: 100%;
}

.box p.subtitle {
    padding: 1rem 0 0 1.5rem;
    height: 4rem;
}

p.credito_abre {
    position: absolute;
    bottom: -2.6rem;
    right: 1rem;
    margin: 0;
    opacity: 0.5;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: 'flamabook';
    width: auto;
    padding: 0;
}

#mosaico-wrap:before {
    text-align: center;
    content: '';
    margin: 0 auto;
    margin-top: 6em;
    margin-bottom: 1em;
    width: 100%;
    max-width:760px;
    height: 2px;
    background-color: #f5f5f5;
    display: block;
}

#mosaico-wrap:after {
    text-align: center;
    content: '';
    margin: 0 auto;
    margin-bottom: 6em;
    margin-top: 3em;
    width: 100%;
    max-width:760px;
    height: 2px;
    background-color: #f5f5f5;
    display: block;
}

#intro {
    background: url(../img/wavegrid_@2X.png) fixed;
    background-size: 100px 100px;
}

.btn_next i:first-child {
    visibility: hidden;
}

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;
    padding: 0;
}

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;
    font-family: 'flama';
    color: #606a70;
    margin-right: 0.5rem;
    font-weight: bold;
}

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

.box img {
    max-width: 100%;
    margin-top: -4rem;
}

a#toggle {
    position: fixed;
    left: 10px;
    top: 1rem;
    font-size: 3rem;
    z-index: 1;
    display: none;
}

a#toggle.open {
    left: 250px;
}

.anim {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#menu {
    position: fixed;
    left: 0;
    width: 240px;
    height: 100vh;
    background-color: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    z-index: 1;
}

#menu.s_menu {
    left: 0px;
}

#menu.h_menu {
    left: -240px;
}

@media all and (max-height: 720px) {
    .btn_menu {
        height: 96px;
    }
}

@media all and (max-height:640px) {
    .btn_menu {
        height: 72px;
    }
}

article {
    padding: 4.6rem;
}

.interna h1 {
    text-align: center;
    padding: 4.6rem;
    color: #000;
}

@media all and (max-width:970px) {
    #seta {
        display: none;
    }
    #btn_container {
        padding: 0rem 4.6rem;
    }
    a#toggle {
        display: block;
    }
    main {
        left: 0;
        width: 100%;
    }
    main.aberto {
        width: calc(100% - 240px);
    } 
    #menu {
        left: -240px;
    }
    #abre {
        height: auto;
    }
    #abre img {
        float: none;
        width: 100%;
        padding: 6rem 30%;
    }
    #texto {
        float: none;
        width: 100%;
        padding: 2rem;
    }
    #p_abre {
        margin: 0 auto;
        padding: 0rem 4.6rem;
    }
    main > p, .wrap p {
        padding: 2rem 4.6rem;
        font-size: 1.8rem;
    }
    .box p {
        font-size: 1.8rem
    }
    figure {
        padding: 2.5rem 4.6rem;
    }
    h1 {
        font-size: 6rem;
        padding: 2rem 4.6rem;
        max-width: 440px;
    }
    .janela {
        display: block;
        background-color: #f5f5f5;
        margin: 0 auto;
        margin-bottom: 2rem;
        float: none;
    }
    #personagens {
        float: none;
    }
    #ficha {
        float: none;
        max-width: 600px;
        margin: 0 auto;
        padding: 2rem 4.6rem;
    }
    .janela_direita {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 4rem;
    }
    blockquote {
        padding: 2rem 4.6rem;
        right: 0;
        margin: 0 auto;
    }
    .credito_janela {
        margin-top: 1rem;
    }
    .h1_fix {
        font-size: 4rem;
    }
    .wrap {
        /*width: calc(100% + 240px);*/
    }
    p.credito_abre {
        padding: 0;
        font-size: 1.6rem;
    }
}

.wrap.wrap_open {
    width: calc(100% + 240px);
}

@media all and (max-width:640px) {
    h1 {
        font-size: 5rem;
    }
}

@media all and (max-width:340px) {
    h1 {
        font-size: 4rem;
    }
}

h5 {
    font-family: 'flamabook';
    font-size: 1.8rem;
    font-style: italic;
}

.profissao {
    font-family: 'flamabold';
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #883b51;
    padding-bottom: 4rem;
}

.small_quote {
    position: relative;
    padding-left: 4rem;
}

.small_quote:before {
    font-family: 'estadofineregular';
    display: block;
    content: "\201C";
    font-size: 8rem;
    position: absolute;
    left: 0px;
    top: 30px;
    color: #883b51;
    line-height: 0.2rem;
}

#logo_estadao.move a {
    right: -240px;
}

figure img {
    width: 100%;
}

figcaption span {
    font-family: 'flamabold';
    opacity: .5;
}


