
#master,
body {
    overflow: hidden; 
    margin:  0 auto;
}


body,
input {
    padding: 0;
    margin: 0
}

input {
    box-sizing: border-box
}

input,
input:after,
input:before {
    -webkit-user-select: text!important;
    -khtml-user-select: text!important;
    -moz-user-select: text!important;
    -ms-user-select: text!important;
    user-select: text!important
}

#back,
#bg,
#master,
#stage,
#stage>a,
#stage>div,
#stage>img,
.abs,
.btn,
.page,
.page>a,
.page>div,
.page>img {
    position: absolute
}

#bg,
#master,
#stage,
.page,
.popup {
    width: 1920px;
    height: 1080px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#bg {
    z-index: 1;
    background-size: 100% 100%;
}

#bg > img {
    top: 0;
    left: 0;
}

#bg,
.sanim {
    opacity: 0;
    -webkit-animation: alpha .5s 0s forwards
}

#stage {
    z-index: 2;
}

.popup {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 6;
    background-color: rgba(0, 0, 0, .8)
}

.popup.showing {
    display: block;
    opacity: 0;
    -webkit-animation: alpha .66s 0s forwards
}

.page {
    z-index: 5;
    display: none
}

.page.showing {
    display: block!important
}

.btn,
[data-nav],
[data-show-page],
[data-trigger] {
    cursor: pointer
}

[data-nav] {
    text-align: center
}

.stages{
    position: absolute;
    width:  1920px;
    height: 1080px;
    display: none;
    z-index: 3;
}

.atual {
    display: block!important;
}

.btn-nav {
    z-index: 4;
}


.btn-close {
    width: 90px;
    height: 90px;
    top: 0;
    right: 0;
    position: absolute;
}

.btn-next-page {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 1060px;
    top: 80px;
}

.btn-prev-page {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 1060px;
    top: 80px;
}

#inicio{
    width: 200px;
    height: 200px;
   
    left: 903px;
    position: absolute;
}


#promo{
    width: 489px;
    height: 200px;
    top: 960px;     
    left: 470px;
    position: absolute;
}

#brand{
    width: 489px;
    height: 121px;
    top: 1182px;   
    left: 470px;
    position: absolute;
}

#midias{
    width: 397px;
    height: 127px;
    top: 1322px;      
    left: 470px;
    position: absolute;
}

.anterior{
    width: 193px;
    height: 200px;
    top: 1800px;
    left: 10px;
    position: absolute;
    z-index: 1000;
}


.posterior{
    width: 193px;
    height: 200px;
    top: 1800px;
    left: 865px;
    position: absolute;
    z-index: 1000;
}


.galeria {
    width: 842px;
    height: 475px;
    position: absolute;
    left: 120px;
    top: 725px;
    overflow: hidden;
    border-radius: 50px;
}

.galeria-conteudo {
    display: flex;
    flex-direction: row;
}

.galeria-item > img {
    max-width: 842px;
}


.btn-prev {
    width: 80px;
    height: 100px;
    position: absolute;
    left: 40px;
    top: 910px;
}


.btn-next {
    width: 80px;
    height: 100px;
    position: absolute;
    right: 35px;
    top: 910px;
}



.videos {
    width: 844px;
    height: 475px;
    position: absolute;
    left: 120px;
    top: 725px;
    overflow: hidden;
    border-radius: 50px;
}

.videos > video {
    width: 844px;
    height: 475px;
}


.btn-1 {
    position: absolute;
    bottom: 80px;
    left: 200px;
    width: 500px;
    height: 600px;
}


.btn-2 {
    position: absolute;
    bottom: 80px;
    left: 705px;
    width: 500px;
    height: 600px;
}

.btn-3 {
    position: absolute;
    bottom: 80px;
    left: 1210px;
    width: 500px;
    height: 600px;
}



@-webkit-keyframes alpha {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes scale {
    100% {
        transform: scale(1)
    }
}