.mainView {
    width: 100%;
    height: 100%;
    visibility: visible;
}

* {
    -webkit-touch-callout: none;
}

*:not(input):not(textarea) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[contenteditable='true'] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
}

.html_diaporamaItbook {
    margin: 0;
    padding: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.diap_containerItbook {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 1366px;
    height: 768px;
    float: none;
    z-index: 8;
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    transform-origin: 0px 0px 0px;
    /* transform: scale(0.955556, 0.955556);
      margin-left: 207.333px; top: 0px; */
}

@font-face {
    font-family: 'scoreboard';
    src: url('scoreboard.ttf');
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('Quicksand-Medium.ttf');
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('Quicksand-Bold.ttf');
}

@font-face {
    font-family: 'Santillana2017Bold';
    src: url('Santillana2017Bold-Bold.otf');
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

/* CURTAINS */

.puerta1 {
    height: 768px;
    width: 1000px;
    top: 0px;
    background-color: rgb(224, 191, 228);
    position: fixed;
    transform: scale(-1);
    transition: left 0.5s linear;
    z-index: 101;
}

.puerta2 {
    height: 768px;
    width: 1000px;
    top: 0px;
    background-color: rgb(224, 191, 228);
    position: fixed;
    transition: right 0.5s linear;
    z-index: 101;
}

/* GAME SCENE */

.game-view {
    background-color: rgb(255, 255, 255);
    width: 1366px;
    height: 768px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
