* {
    outline: none;
}

html {
    font-size: 62.5%;
}

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

a {
    display: block;
}

/* HEADER */
/* TITULOS */

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

h1 span {
    display: block;
    font-size: 2.7rem;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin-top: 2rem;
    color: #FFFFFF;
    font-family: 'flamabook';
}

h1 b {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 6rem;
    }
    h1 span {
        font-size: 2.7rem;
    }
}

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.6rem;
    color: #888;
    padding-top: 1rem;
    text-align: center;
    font-family: 'flamabook';
}

/* --- */

.head-title {
    position: absolute;
    top: 35%;
    left: 50%;
}
/* animar o título no header */

.first {
    opacity: 0;
    transform: translateX(-50%) translateY(0%);
}

.last {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

/* imagens de abre */

@media screen and (max-width: 960px) {
    .img-abre {
        width: 100%;
    }
    figure {
        margin-top: 56px;
    }
}

#header {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    background: url(../img/onca_parda_tratada.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 414px) {
    #header {
         background: url(../img/onca_parda_tratada.jpg) no-repeat center center;
    }
}


.scrollDown {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin-bottom: 4rem;
    bottom: 0;
}

#header h1 span {
    opacity: 1;
}

.cap-1 {
    background: url(../img/galerias/capitulo-1/fotos-luciano/lcandisani3-irara.jpg) no-repeat center bottom;
}

.cap-2 {
    background: url(../img/rastro-da-onca.jpg) no-repeat center center;
}

.cap-3 {
    background: url(../img/desafio-conservacao.jpg) no-repeat center center;
}

/* barra no topo */

#abrirMenu {
    position: fixed;
    right: 1.2rem;
    line-height: 56px;
    margin-left: 1rem;
    font-size: 3rem;
    height: 45px;
    text-transform: uppercase;
    opacity: 1;
}

#abrirMenu:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* deixa a navegação escondida no início */

#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 */

.troca:before {
    content: "\f00d" !important;
}

.fa {
    color: #FFFFFF;
}

/* */

#header-paginas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

#abre-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
}

#header-title {
    /*
    position: absolute;
    left: 20%;
    top: 12%;
    width: 50%;
    */
    max-width: 660px;
    padding: 6rem;
    z-index: 1;
}

h2 {
    font-family: 'estadoheadlinebold';
    color: #FFFFFF;
    font-size: 3rem;
}

h2::after {
    display: block;
    content: '';
    background: #FFFFFF;
    margin: 3rem 0 3rem 0;
    height: 2px;
    width: 100px;
}

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

#logoMenu {
    width: 180px;
}

#logoTop {
    opacity: 0;
    position: fixed;
    width: 180px;
    height: 45px;
    line-height: 56px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 1rem auto;
}

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

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

.ma-reservas {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.ma-reservas img {
    width: 100%;
}

.foto {
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: .5;
}

.foto::before {
    content: 'foto: ';
    text-transform: uppercase;
    font-family: 'flamabold';
    opacity: .75;
}

.ficha-especies {
    padding: 6rem 0;
}

.content {
    position: relative;
    margin: 3%;
    width: 40%;
    height: 60%;
    box-shadow: 0 0 60px rgba(0,0,0,.4);
    background: #000;
}

.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{
}

.gallery figcaption {
     display: none;
}

.gallery figure  {
    margin:1rem;
}

.gallery .gallery-cell img {
    width: 33.3333333vw;
}

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

/* conheça as espécies */

#conheca-as-especies {
    width: 100%;
    background-color: #ccc;
    margin: 6rem 0;
    font-size: 2rem;
    padding: 2rem;
    background: url(../img/bg-fichas.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ccc;
}

.especie {
    /* max-width: 1280px; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 8rem;
}

.foto-especie {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    font-family: 'estadoheadlinebold';
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
}

.foto-especie::before {
    content: '';
    padding-bottom: 3rem;
    border-top: 2px solid #fff;
    display: block;
    width: 100px;
    margin: 0 auto;
}

.ficha-especie {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
}

.texto-especie {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    font-family: 'flamabook';
    line-height: 1.5;
}

.texto-especie p {
    padding:0 0 2rem 0;
    font-family: 'flamabook';
    color: #ccc; 
    font-size: 2rem;
}

.ficha-especie li {
    font-family: 'flamabold';
    padding-bottom: 2rem;
}

.ficha-especie li span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    font-size: 1.4rem;
    padding-bottom: .2rem;
}

#fichas-wrap {   
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
}

.owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
}

.owl-button {
    width: 44px;
    height: 64px;
    border: none;
    background: rgba(0,0,0,1);
    cursor: pointer;
    margin: 0 -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;
}

.owl-button:hover {
  background: rgba(0,0,0,0.75);
  padding: 72px 0;
  -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;
}

.owl-button svg {
  position: absolute;
  left: 27%;
  top: 20%;
  width: 46%;
  height: 60%;
}

.owl-button .arrow {
  fill: #fff;
}

.conheca-bg {
    /*
    background: url(../img/bg-fichas.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background-color: #000;
    font-size: 2rem;
    color: #ccc;
    z-index: 1;
}

.gallery .gallery-cell .foto-especie img {
    width: 80%;
    /* padding: 4rem 0; */
}

@media screen and (max-width: 960px) {
    .especie {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 2rem;
    }
    .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%;
    }
}

figure img {
    width: 100%;
    max-width: 660px;
}

.obs {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.2;
}

#ficha-especies:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -24px;
    margin-left: -12px;
    left: 50%;
}

#bg-especies {
    position: relative;
}

#bg-especies img {
    width: 100%;
    vertical-align: bottom;
}

.bicho {
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

#muriqui-do-sul {
    width: 13%;
    top: -5%;
    left: 0;
}

#muriqui-do-norte {
    width: 10%;
    top: 5%;
    left: 60%;
}

#irara {
    width: 10%;
    top: 24%;
    left: 91%;
}

#anta {
    width: 10%;
    top: 54%;
    left: 80%;
}

#gato-mourisco {
    width: 8%;
    top: 24%;
    left: 50%;
}

#onca-parda {
    width: 9%;
    top: 56%;
    left: 63%;
}

#onca-pintada {
    width: 10%;
    top: 48%;
    left: 45%;
}

#jaguatirica {
    width: 9%;
    top: 24%;
    left: 35%;
}

#paca {
    width: 9%;
    top: 58%;
    left: 31%;
}

#queixada {
    width: 10%;
    top: 37%;
    left: 24%;
}

#veado-bororo {
    width: 9%;
    top: 39%;
    left: 15%;
}

#cachorro-vinagre {
    width: 8%;
    top: 59%;
    left: 6%;
}

.hoverEspecie.bicho::before {
    content: '';
    position: absolute;
    width: 10vw;
    height: 10vw;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}

.nao-ameacada {
    color: #789e00;
}

.vulneravel {
    color: #c3a21f;
}

.em-perigo {
    color: orange;
}

.criticamente-em-perigo {
    color: #b50b0b;
}

.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;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.temp {
    color: red;
}

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

#info-palmito {
    height: 474px;
}

#info-rg-onca {
    height: 333px;
}

h4+p {
    display: block;
    padding-top: 1rem;
    font-family: 'flamabook';
    font-size: 1.8rem;
    color: #999;
}

#trajeto_soneca {
    width: 100%;
    max-width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 2rem;
}

a {
    color: #333;
}

#jacutinga {
    float: left;
    position: relative;
    margin-left: -100px;
}

#jacutinga .video-sqr {
    width: 400px;
    height: 300px;
    margin: 0 3rem 0 0;
}

.gallery+p {
    padding-top: 6rem;
}

.gallery+h4 {
    padding-top: 6rem;
}

.p_figure {
    max-width: 660px;
    padding: 2rem;
    width: 100%;
}

.fonte::before {
    content: ' fonte: ';
    text-transform: uppercase;
    font-family: 'flamabold';
    opacity: .75;
}

.fonte.fonte_foto::before {
    content: ' foto: ';
}

.fonte {
    font-size: 1.4rem;
}

.herton {
    text-align: center;
}

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

#coleira {
    max-width: 960px;
}

#coleira img {
    max-width: 960px;
}

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

.accordion p {
    display: block;
    padding-top: 1rem;
    font-family: 'flamabook';
    font-size: 1.8rem;
    color: #999;
}

.accordion_header {
    font-size: 1.8rem;
    font-family: 'flamabold';
    text-transform: uppercase;
    color: #ccc;
}

#fundo_preto {
    width: 100%;
    padding: 4rem 0;
    background-color: #f5f5f5;
}

#fundo_preto h5 {
    color: #000;
}

#fundo_preto + .proximoCapitulo {
    margin-top:0;
}

#rg-onca-page #menu {
    opacity: 1 !important;
}

#rg-onca-page #abrirMenu {
    visibility: hidden;
}

h5 {
    font-family: 'flamabold';
    color: #fff;
    text-transform: uppercase;
    max-width: 660px;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    text-align: left;
    font-size: 1.6rem;
}

h5+p {
    display: block;
    padding-top: 1rem;
    font-family: 'flamabook';
    font-size: 1.8rem;
    color: #999;
}

.scrollDown i, h1.head-title {
    cursor: pointer;
}

.scrollDown i:hover, h1.head-title:hover {
    opacity: .75;
}

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

@media screen and (max-width: 500px) {
    .lateral.direita, .lateral.esquerda {
        position: relative;
        margin: 0 auto;
        padding-bottom: 3rem;
        width: 200px;
        float: none;
    }
}

@media screen and (max-width: 414px) {
    #armadilhas-fichas h4 {
        font-size: 2rem;
    }
}

/*show on mobile*/

.show-on-mobile {
    display: none;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem 1rem 2rem;
}

.embed-container {
    margin: 2rem 0 1rem 0;
}

.video-caption {
    font-family: 'estadoheadlinebold';
    font-size: 1.8rem;
    color: #3c5034;
    line-height: 2.4rem;
    display: block;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eaeaea;
}

.video-caption span {
    font-family: 'flamabook';
    font-size: 1.6rem;
    color: #555;
}

.video-caption hr {

}

@media screen and (max-width: 1010px) {
    .show-on-mobile {
        display: block
    }
    #gal_1, #gal_5 {
        display: none;
    }
}



/*#gal_1 desaparece*/


p.headerCredits {
    position: absolute;
    text-align: left;
    bottom: 0;
    right:0;
    max-width: 100%;
    color: #fff;
    padding: 1rem 2rem;
    font-family: 'flamabold';
    font-size: 1.4rem;
    opacity: .5;
}