* {
    outline: none;
}

html {
    font-size: 62.5%;
}

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

a {
    color: #1c757b;
}

header {
    width: 100%;
    height: 100vh;
    /*background: url(../img/header/header_intro.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
#header_1{
    background-image: url(../img/header/header_1.jpg);
}
#header_2{
    background-image: url(../img/header/header_2.jpg);
}
#header_3{
    background-image: url(../img/header/header_3.jpg);
}

main {

}

main p {
    max-width: 660px;
    width: 100%;
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
    font-family: 'freightbook';
    color: #333;
}

main p.intro {
    font-family: 'flamabook';
    font-size: 2.6rem;
    color: #000;
}

main p:first-of-type {
    margin-top: 3rem;
}

p.citacao{
    width: 100%; max-width: 620px;
    font-family:'estadoheadlineitalic';
    font-size: 2.4rem;
    padding: 1em 0;
    margin: 2rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
}

.flex {
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

h1 {
    font-size: 9rem;
    text-align: center;
    font-family: 'estadoheadlinebold';
    color: #FFFFFF;
    width: 100%;
}

h1 span {
    display: block;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin-top: 2rem;
    color: #999;
    text-shadow: none;
}

@media screen and (max-width: 960px) {
    /*h1 {
        display: none;
    }*/
}

h3 {
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin: 2.8rem;
    line-height: 1.2;
    font-family: 'flamabold';
    color: #606a70;
}

h4 {
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #333;
    padding-top: 1rem;
    text-align: center;
    font-family: 'flamabook';
    text-transform: uppercase;
}
.nav-growpop h4 {
    text-transform: none;
}

#top {
    position: fixed;
    top: -56px;
    height: 56px;
    width: 100%;
    background-color: #000;
    z-index: 10;
}

#top.asdf {
    top: 0;
}

#logo_top {
    line-height: 56px;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    font-family: 'flamalight';
    text-transform: uppercase;
}

#logo_estadao {
    position: fixed;
    font-family: 'Marcas Estadão';
    font-size: 3rem;
    color: #fff;
    line-height: 56px;
    padding-left: 1rem;
    z-index:10;
}

#logo_estadao:before {
  content: "";
}

@media screen and (min-width: 560px) {
    #logo_estadao:before {
        content: "";
    }
}

#menu_btn {
    position: fixed;
    right: 0;
    font-size: 3rem;
    line-height: 56px;
    padding-right: 1rem;
    z-index:100;
}

#logo_estadao:hover, #menu_btn:hover {
    cursor: pointer;
    opacity: 0.6;
}

#menu_overlay {
    position: fixed;
    opacity: 0;
    overflow-y: scroll;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: block;
    visibility: hidden;
    z-index:10;
}

#menu_overlay.menu_ativo {
    opacity: 1;
    visibility: visible;
}

ol {
    max-width: 660px;
    width: 100%;
    padding: 2rem;
}
ol.menu_list {
    position: relative;
    display: block;
    max-width: 660px;
    width: 100%;
    padding: 2rem;
    top: 4rem; left: 50%;

    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

ol li {
    display: block;
    overflow: hidden;
}

ol.menu_list a {
    width: 100%;
    display: block;
    float: left;
    padding: 2rem 0;
    border-bottom: 1px solid #333;
}
ol.menu_list a div {
    display: block;
    float: left;
}
#creditos_btn{
    position: relative;
    display: block;
    max-width: 660px;
    width: 100%;
    padding: 2rem;
    top: 4rem; left: 50%;
    font-family: 'flamabook';
    font-size:1.6rem; line-height: 1.2em;
    margin-bottom: 6rem;
    color: #fff;

    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#creditos_btn h3{
    font-size:3rem;
}
#creditos_btn table{
    width: 100%;
}

.item_info{
    width: calc( 100% - 260px);
}

@media screen and (min-width: 960px) {
    .menu_list a:hover {
        padding-left: 2rem;
    }

    ol.menu_list a {
        /*max-width: 120px;*/
    }
}

.item_img {
    max-width: 230px;
}

.item_img img {
    width: 100%;
    vertical-align: bottom;
}

.item_info {
    font-family: 'estadoheadlinebold';
    color: #fff;
    font-size: 2.4rem;
    color: #d3d3d3;
    padding-left: 2rem;
}

.item_info span {
    font-family: 'flamamedium';
    display: block;
    font-size: 1.6rem;
    color: #777;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem;
}

@media screen and (max-width: 960px) {
    ol {
        max-width: 420px;
        margin-top: 6rem;
    }
    ol a {
        
    }
    p.citacao{
        padding: 1em 2rem;
    }

    .item_img {
        max-width: 420px;
    }
    .item_info {
        padding: 2rem 0 0 0;
        width: calc( 100% - 4rem);
    }

    .proximo_capitulo{
        margin-bottom: 45px;
    }
}

#nav {
    display: none;
}

/* classes para ajustes */

.display {
    display: block !important;
}

.inativo {
    display: none;
}

.ativo {
    opacity: 1 !important;
    /*display: block !important;*/
}

/* ajuste scroll mobile */

.setaWrap {
    right: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    overflow: hidden !important;
    top: 0 !important;
    pointer-events: none;
}
/* troca o ícone do menu no clique */

h2 {
    font-family: 'estadoheadlinebold';
    color: #FFFFFF;
    font-size: 3rem;
}
h2.title {
    font-family: 'estadoheadlinebold';
    color: #333;
    font-size: 4rem;
    padding-top: 5rem;
    margin-top: 7rem;
    border-top: 1px solid #777;
    width: 100%;
    max-width: 620px;
    text-align: center;
}

h2::after {
    display: block;
    content: '';
    background: #FFFFFF;
    margin: 3rem 0 3rem 0;
    height: 2px;
    width: 100px;
}
figure {
    width: 100%;
    max-width: 620px;
    padding: 0 2rem;
}
figure img  {
    width: 100%;
    max-width: 620px;
}
figure.picture, figure.picture img{
    width: 100%;
    max-width: 870px; 
    margin: 0 auto;
}
figure.picture.small, figure.picture.small img{
    max-width: 620px;
}


figure figcaption{
    width: 100%;
    max-width: 870px; 
    font-size: 1.4rem;
    line-height: 1.2em;
    font-family: 'flamabook';
    margin-top: 0.5em;
}

figure.picture.small figcaption{
    max-width: 620px;
}

#header-paginas .linhaAbre {
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
}

@media screen and (max-height: 480px) {
    #header-paginas .linhaAbre {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 375px) {
    h2 {
        font-size: 4rem;
    }
    #header-paginas .linhaAbre {
        font-size: 2rem;
    }
}

@media screen and (min-width: 414px) {
    h2 {
        font-size: 5rem;
    }
    #header-paginas .linhaAbre {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 600px) {
    h2 {
        font-size: 6rem;
    }
}

@media screen and (min-width: 800px) {
    h2 {
        font-size: 7rem;
    }
}

@media screen and (max-height: 414px) {
    h2 {
        font-size: 4rem;
    }
}

@media screen and (max-height: 320px) {
    h2 {
        font-size: 3rem;
    }
    #header-paginas .linhaAbre {
        font-size: 2rem;
    }
}

.video-btn {
    padding: 6rem 0;
}

.pswp__button--share {
    display: none !important;
}

.content img{
    opacity: 0;
    transition: opacity .6s linear .85s;
}

.content img.loaded { 
    opacity: 1; 
}

/* panning css */

.img-pan-container, .img-pan-container img { 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}

.img-pan-container{
    position: relative;
    overflow: hidden;
    cursor: crosshair;
    height: 100%;
    width: 100%;
}

.img-pan-container img{
    -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
}

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

.flickity-prev-next-button {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.gallery{
    width: 100%;
    height: 30em;
    overflow: hidden;
    margin: 2rem 0;
}

.gallery figcaption {
     display: none;
}

.gallery figure {
    margin: 0 1rem 0 0;
    display: block;
    float: left;
    height: 100%;
}
.gallery figure a {
    display: block;
    height: 100%;
}

.gallery .gallery-cell {
    
}
.gallery .gallery-cell img {
    height: 100%; width: auto;
}

@media all and (max-width: 1356px) {

}

@media all and (max-width: 760px) {
    .gallery .gallery-cell img {
        width: 50vw;
    }
}

@media all and (max-width: 512px) {
    .gallery .gallery-cell img {
        width: 100vw;3
    }
}

@media screen and (max-width: 960px) {
    .foto-especie, .ficha-especie, .texto-especie  {
        width: 600px;
        max-width: 100%;
    }
    .texto-especie p {
        border-bottom: none;
        border-top: 2px solid #ccc;
        padding:2rem 0 0 0;
    }
    .gallery .gallery-cell .foto-especie img {
        width: 80%;
    }
    .conheca-bg .flickity-prev-next-button {
        top: 20%;
    }
}

.transition-03 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.lateral {
    display: block;
    position: absolute;
    margin-top: 1rem;
}

.esquerda {
    margin-left: -240px;
}

.direita {
    right: 0;
    margin-right: -240px;
}

.lateral:hover {
    cursor: pointer;
}

.lateral:hover .circle-btn {
    width: 130px;
    height: 130px;
}

.lateral:hover .video-desc {
    /* color: rgba(51, 51, 51, .8); */
}

.video-sqr {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    background-color: #ccc;
}

.video-sqr img {
    position: absolute;
}

.video-desc {
    display: block;
    width: 200px;
    padding-top: 1rem;
    font-family: 'flamabook';
    font-size: 1.6rem;
}

.video-name {
    display: block;
    font-family: 'estadoheadlinebold';
    font-size: 2rem;
    color: #3c5034;
}

.video-name::after {
    content:'';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #3c5034;
    margin: 1rem 0; 
}

.circle-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.play-btn {
    color: #fff;
}

.flex-btn {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}




/*****************/
/* home header   */
header, header#cover{
    position: relative;
    width: 100%; height: 100%;
    min-height: 600px;
    background: #2a2f35;
    z-index:0;
}
#cover svg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:10;
}
rect.clipRect{
    stroke: #fff;
}

header h1{
    font-family: 'flamalight';
    /*font-family: 'flamabook';*/
    text-transform: uppercase;
    font-size: 5.5rem;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.8);
    position: absolute;
    top: 50%; left:50%;
    z-index:10;
    letter-spacing: 0.05em;
    opacity:0;


    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
header .bg{
    width: 100%; height: 100%;
    min-height: 600px;
    position: absolute;
    background: transparent url('../img/header/desmatamento-bg.jpg') no-repeat center;
    background-size: cover;
    opacity: 0.4;
    text-align: center;
    left: 0; top:0;
    overflow: hidden;
    z-index:0;
}

#coverGradient{
    position: absolute;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+98&amp;0+0,0.6+80 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.6) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

    width: 100%; height: 100%;
    min-height: 420px;
    margin-top: 0%; bottom:0;
    opacity: 1;
    overflow: hidden;
    z-index:2;
}

/*
#cover div.bg img{
    height: 100%;
}*/
header #bg_0{
    background-image: url('../img/header/queimada-bg.jpg');
}
header #bg_1{
    background-image: url('../img/header/desmatamento-bg.jpg');
}
header #bg_2{
    background-image: url('../img/header/mudancas-climaticas-bg.jpg');
}
header #bg_3{
    background-image: url('../img/header/energia-do-futuro-bg.jpg');
}



#coverBoxes{
    position: absolute;
    width: 100%;
    top:calc(50% + 13rem); left:0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-family: 'flamamedium';
    z-index: 10;

    overflow: visible;
}

.coverBox{
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    float: left;
    position: relative;
    background-color: #000;
    background-size: 100%;
    top: calc(50% + 7em);
    overflow: visible;
    opacity:1;
}

.coverBox img{
    display: inline-block;
    vertical-align: middle;
    top:0; width: 100%;
}
.coverBox a{
    border: 2px solid rgba(0,0,0,1);
    display: block;
    width: 100%; height: 13rem;
    bottom: -3rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
    opacity: 0.4;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.coverBox span{
    display: block;
    position: absolute;
    width: 100%; height: 2rem;
    bottom: -3.5rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3em;
    color: #999;
    opacity: 0.75;
    letter-spacing: 0.05em;
    font-family: 'flamalight';
}


#box_3{
    margin-right: 0px;
}

#box_0 a{
    background-image: url('../img/header/queimada-th.jpg');
}
#box_1 a{
    background-image: url('../img/header/desmatamento-th.jpg');
}
#box_2 a{
    background-image: url('../img/header/mudancas-climaticas-th.jpg');
}
#box_3 a{
    background-image: url('../img/header/energia-do-futuro-th.jpg');
}

.coverBox.active a{
    opacity: 1;
    /*border: 2px solid rgba(255,255,255,1);*/
    border: 2px solid rgba(0,0,0,1);
}

.coverBox.active span{
    opacity: 1;
    color: #fff;
}

.scrollDown{
    position: absolute;
    bottom: 2rem; left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

/**************/
h3.subtitulo{
    font-size: 2.4rem;
}
h4.fonte{
    font-size: 1rem;
}
h3.credito{
    font-size: 1.6rem;
    font-family: 'flamabook';
}
.timelapse{
    width: 100%; max-width: 620px;
    height: 700px;
    margin: 0 auto;
}
.timelapseImgs{
    position: relative;
    width: calc(100% - 125px);
    height: 660px;
    max-width: 500px;
    float: left;
}
.timelapseImgs img{
    width: 100%;
    max-width: 620px;
    position: absolute;
}
.timelapseNumbers{
    width: 110px;
    margin-left: 15px;
    padding-top: 1rem;
    float: left;
}
.timelapseNumbers .areaTitle{
    font-family: 'flamabook';
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #606a70;
}
.timelapseNumbers div{
    width: 110px;
    color: #ccc;
    font-size: 5.2rem;
    font-family: 'flamamedium';
    padding: 0.5rem 0;
    position: absolute;
    display: none;
}
.timelapseNumbers div.active{
    color: #f7917f;
    display: block;
}
.timelapseNumbers div span{
    color: #dedede;
    font-size: 2rem;
    display: block;
    margin-top: 0.5rem;

    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.timelapseNumbers div.active span{
    color: #777;
}
.timelapseMenu{
    width: 100%;
    max-width: 620px;
    margin-bottom: 10px;
    clear:both;
    overflow: hidden;
}
.timelapseMenu a{
    display: block; float: left;
    padding: 0.5em 0;
    width: calc(20% - 2px); 
    margin-right: 2px;
    font-family: 'flamabold';
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #606a70;

    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.timelapseMenu a:hover, .timelapseMenu a.active{
    background: #f3f3f3;
    color: #333;
 }
 .timelapseMenu a.active{
    border-bottom: 1px solid #ff8e49;
    background-color: #606a70;
    color: #dedede;
 }
.fullBlock{
    width: 100%;
    min-height: 360px;
    background: url('../img/queimada-video-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: 360px;
    padding: 4rem 0;

    text-align: center;
}
.fullBlock#video0{
    background-image: url('../img/video0-bg.jpg');
}
.fullBlock#video1{
    background-image: url('../img/video1-bg.jpg');
}
.fullBlock#grafico1{
    background-image: url('../img/grafico1-bg.jpg');
}

 .videoOverlay{
    width: 100%;
    height: 100%;
    display:none;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top:0; left:0;
    z-index:100;
 }
 .videoContainer{
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding-bottom: calc(55.5% * 0.7); /* 16:9 */
    height: 0;

    top:50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
 }
 .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.capitular:first-letter {
    font-size: 5rem;
    float: left;
    line-height: 0.7;
    margin: 8px 18px 0 0;
    font-family: "estadoheadlinebold",sans-serif;
    color: #333;
    padding: 21px;
    border: 2px solid #333;
}


.vbox-overlay .vbox-title {
    top: auto;
    width: %;
    bottom: 1rem;
    height: auto;
    background: rgba(0,0,0,0.7);
    color: #f9f9f4;
    font-family: 'flamabook';
    font-size: 1.5rem;
    line-height: 1.2em;

    left: 50%;

    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.vbox-title span {
    font-family: 'flamabold';
    font-size: 1.3rem;
    line-height: 1.3em;
    text-transform: uppercase;
    display: block;
    opacity: .5;
    margin-top: 0.5em;
}

/***********************
 owl galleries
************************/
.owl-carousel .prev, .owl-carousel .next{
    display: block;
    width: 44px; height: 44px;
    line-height: 30px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    z-index:1000;
    top: 50%; left: 0;
    padding: 10px 10px;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} 
.owl-carousel .next{
    left: auto; right: 0;
} 
.owl-carousel .prev span.icon-wrap, .owl-carousel .next span.icon-wrap{
    height: 24px;
    display: block;
    vertical-align: middle;
}

/***************
 video Block
 **************/
.playBlock{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: left;
    line-height: 11rem;
}
.roundPlayButton{
    display: block; float: left;
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    border-radius: 5rem;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.6);
    text-align: center;

    transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}
.roundPlayButton:hover{
    width: 10.4rem;
    height: 10.4rem;
    line-height: 10.4rem;
    border-radius: 5.2rem;
    margin-left: -0.2rem;
    margin-top: -0.2rem;
}

.roundPlayButton i{
    display: inline-block;
    vertical-align: middle;
    font-size: 3.5rem;
    line-height: 1em;
    margin: -0.5rem 0 0 0.5rem;
}
.playDescription{
    display: block; float: right;
    width: calc( 100% - 13rem);
    margin-left: 1rem;
    margin-top: -0.5rem;
    color: #fff;
    font-size: 2rem;
    line-height: 1em;
    font-family: 'flamamedium';
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.playDescription h4{
    font-size: 4rem;
    line-height: 1.1em;
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
    font-family: 'estadoheadlinebold';
    text-transform: none;
}
.playDescription div{
    line-height: 1.2em;
    opacity: 0.75;
}
.playDescription span{
    font-family: 'flamabold';
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    opacity: 0.75;
}
.closeButton{
    position: absolute;
    right: 4rem; top: 2rem;
    display: block; float: left;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;

    transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.closeButton i{
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1em;
    margin: -0.5rem 0 0 0;
}








@media screen and (max-width: 1280px) {
    .lateral.esquerda {
        position: relative;
        margin: 1rem 4rem 0 0;
        float: left;
    }
    .lateral.direita {
        position: relative;
        margin: 1rem 0 0 4rem;
        float: right;
    }
}

@media screen and (max-width: 500px) {
    .lateral {
        position: relative;
        margin: 0 auto;
        padding-bottom: 4rem;
        width: 200px;
        float: none;
    }
    .coverBox a{
        height: 8rem;
    }
}
@media screen and (max-width: 900px) {
    header h1{
        font-size: 3.8rem;
        top: calc(50% - 1rem);
        width: 90%;
    }
    #coverBoxes{
        position: relative;
        top:calc(20%); left:50%;

        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);

        width: calc(100% - 4rem);
        margin: 0 auto;
        display: none;
    }
    .coverBox{
        width: calc(100% - 4rem);
        margin: 0 auto;
        margin-bottom: 2.5rem;
    }
    .coverBox a{
        height: 6rem;
    }
    .coverBox span{
        font-size: 1.3rem;
        bottom: -2.2rem;
        font-family: 'flamamedium';
    }
    .vbox-overlay .vbox-title {
        max-width: 100%;
        bottom: 1em;
        font-size: 1.3rem;
        line-height: 1.2em;
        font-family: 'flamamedium';
    }
    .vbox-overlay .vbox-title span {
        margin-top: 0.4em;
    }

    .owl-carousel .prev, .owl-carousel .next{
        width: 30px; height: 30px;
        background: rgba(255,255,255,0.8);
        padding: 3px 3px;
    } 
}


.lateral:hover .video-desc  {
    opacity: .65;
}

.proximo_capitulo {
    font-family: 'flamabook';
    font-size: 1.6rem;
    text-align: center;
    padding: 6rem 3rem;
    margin-top: 6rem;
    color: #000;
    border-top: 2px solid #eaeaea;
    color: #333;
    width: 100%;
    text-transform: uppercase;
}

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

.proximo_capitulo span {
    display: block;
    margin-top: 1rem;
    font-family: 'estadoheadlinebold';
    text-transform: none;
    font-size: 3rem;
}

.no_scroll {
    overflow-y: hidden;
}

.troca_icone.fa-bars:before {
    content: "\f00d"
}

.transition_06 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.t-03 {
    -webkit-transition: padding-left 0.3s ease 0s;
    -moz-transition: padding-left 0.3s ease 0s;
    -o-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s;
}

.fa {
    color: #fff;
}

