div#main {
    overflow: hidden;
    height:100vh;
}
div#main div#fundo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

div#fundo >  div {
    position: absolute;
    min-width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    background: white;
}

div#fundo >  div > img {
    min-height: 100vh;
    top: 0; 
    width: 100vw;
}
.imagem {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.titulo {
    position: fixed;
    left: 300px;
    font-size: 3em;
    font-family: BahnBold;
    font-weight:600;
    color: white;
    width: 250px;
    opacity: 0;
    top: 200vh;
    transition: top 2.4s;
    /* ease-out, opacity 0.8s 0.4s;*/
}
@media only screen and (max-width:700px){
    .titulo {
        left: 65px;
    }
}
@media only screen and (max-width:480px){

    .imagem {
        background-position: 32% 30%;
    }
    #fundo .acetato .titulo{
        left:22px;
    }
    #fundo .acetato.este .titulo{
        top:102px;   
    }
}    
@media only screen and (max-width:350px){
    .titulo {
        font-size: 12vw;
        width: 60%;
    }
}
.acetato.pacima .titulo{
    top:-100vh;
    opacity:1;
}
.acetato.pabaixo .titulo{
    top:200vh;
    opacity:1;
}
.acetato.este .titulo, .acetato:target .titulo{
    top:50px;
    opacity:1;
}
@media only screen and (max-width:210px){
    #fundo .titulo {
        font-size: 12vw;
        width: 60%;
        left:5px!important;
    }    
    #logobot img{
        width:30vw;
        margin-top:10px;
    }
}
@media only screen and (max-width:90px){
    #logobot img{
        display:none;
    }   
}
/*
div#indice > a > div{ 
    width: 4px;
    height: 4px;
    border: 2px solid grey;
    background: white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 13px;
}
div#indice > a > .pag.visi {
    background: grey;
}
*/
.right {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: table;
     z-index: 6;
}
div#indice {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
div#indice > a > div {
    background: url(../resources/images/sidebut.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat!important;
    padding: 5px;
}

div#indice > a > .pag.visi {
    background-image: url(../resources/images/sidebutcheck.png);
}

div#fundo >  .acetato.este {
    top:0vh;
    height:100vh;
}
div#fundo >  .acetato.pacima{
    
    top:-100vh;
   
}
div#fundo > .acetato.pabaixo {
    top:100vh;
    height:100vh;
}
div#fundo > .acetato {
    opacity:0;    
}
div#fundo > .acetato.este, div#fundo > .acetato.ultimo {
    opacity:1;
    transition: top 1s ease-in 0.2s, margin 1s ease-out 0.2s;
}
div#subfundo {
    height: 100%;
    width: 100%;
    z-index: 5;
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: grab;
}

div#fundoscrll {
    width: 100%;
    padding: 50px;
    height: 100%;
    position: absolute;
    top: -50px;
    left: -50px;
    overflow: auto;
}

div#forcesrcll {
    width: 100%;
    height: 100%;
}







html, body {

  overscroll-behavior-y: contain;
}