.mainView{
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 0;
    transition: opacity 0.3s;
}

* {
    -webkit-touch-callout: none;
    box-sizing: border-box;
}

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

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

html {
    height: 100%;
    overflow: hidden;
    /* background-image: url("assets/login/fondocompleto.png"); */
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
 background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    /* background-image: url(assets/textura.jpg);
    background-repeat:repeat; */

}

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

.diap_containerItbook {
    width:100%;
    height:100%;
}

.diap_containerItbookEnabled{
    position: relative;
    width:1365px;
    height:971px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    float: none;
    z-index: 8;
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    transform-origin: 0px 0px 0px;
}

@font-face {
    font-family: 'omnes-medium';
    src: url('assets/assets_css/OMNES-MEDIUM.OTF');
}

@font-face {
    font-family: 'omnes-regular';
    src: url('assets/assets_css/OMNES-REGULAR.OTF');
}

@font-face {
    font-family: 'omnes-semibold';
    src: url('assets/assets_css/Omnes-Semibold.otf');
}

@font-face {
    font-family: 'Santillana2017-bold';
    src: url('assets/assets_css/Santillana2017-Bold.otf');
}

@font-face {
    font-family: 'Santillana2017-regular';
    src: url('assets/assets_css/Santillana2017-Regular.otf');
}

@font-face {
    font-family: 'Papercuts';
    src: url('assets/assets_css/PaperCuts.otf');
}

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

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

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

html, body { height: 100%; }

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





/*# sourceMappingURL=styles.css.map*/