@font-face {
    font-family: OPTIAlternateGothic-TwoAg;
    src: url("../fonts/OPTIAlternateGothic-TwoAg.otf") format("opentype");
}

html {
    font-family: Helvetica, sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: black;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html, body {
    height: 100%;
    cursor: pointer;
}

body {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(/img/motivo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

img {
    position: fixed;
    top: 150px;
    left: 0px;
    width: 100vw;
    -webkit-animation: blur 30s linear forwards;
    -moz-animation: blur 30s linear forwards;
    -ms-animation: blur 30s linear forwards;
    -o-animation: blur 30s linear forwards;
    animation: blur 30s linear forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blur {
    to {
        -webkit-filter: blur(100px);
        filter: blur(100px);
        opacity: 0.0;
    }
}

@-moz-keyframes blur {
    to {
        -moz-filter: blur(100px);
        filter: blur(100px);
        opacity: 0.0;
    }
}

@keyframes blur {
    to {
        -webkit-filter: blur(100px);
        -moz-filter: blur(100px);
        filter: blur(100px);
        opacity: 0.0;
    }
}

.background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.message {
    position: fixed;
    width: 100vw;
    top: calc(100vh - 100px);
    text-align: center;
    font-family: 'OPTIAlternateGothic-TwoAg', serif;
    font-size: 48px;
    color: #ccc;
}

#contact {
    position: fixed;
    left: calc((100vw / 2) - 150px);
    width: 300px;
    top: 100px;
    text-align: center;
    font-family: 'OPTIAlternateGothic-TwoAg', serif;
    font-size: 48px;
    color: #ccc;

}
