﻿@font-face {
    font-family: 'header';
    src: url('fonts/OpenSansCondensed-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'text';
    src: url('fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    font-size:1rem;
}
body {
    color: #fff;
    text-align: center;
    background: #000000 url(back_small.png) no-repeat center top;
    background-size: cover;
    font-family: "text", Arial, sans-serif;
    overflow:hidden;
}

.no-js body {
    overflow: auto;
}

#logo{position:absolute;bottom:0;right:0;max-width:20%;z-index:0}
.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px;
    transform-style: preserve-3d;
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    background-color: rgba(0,0,0,0.8);
}

.pt-page-current,
.no-js .pt-page {
    visibility: visible;
}

.pt-page-ontop {
    z-index: 999;
}
.inner {
    height:100%;
    display: flex;
    flex-direction: column;
}
.text {
    padding: 30px;
    flex-grow: 2;
    font-size: 1.2rem;
}
.action {
    flex-grow: 2
}

h1, h2, h3, h4, h5, h6 {
    font-family: "header", Arial,sans-serif;
    margin: 20px 0px;
    font-size:2.4rem;
}
h2{font-size:1.8rem}
p{margin-bottom:1.4rem;}

a.btn {
    font-family: 'header';
    display: inline-block;
    padding: 20px 30px;
    background-color: #E61A30;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 15px;
    font-size:1.8rem;
    max-width:90%
}
    a.btn:hover {
        background-color: #7FCF75;
    }
a.two-btns {
    min-width:80px;
	max-width:40%;
}

a.disabled, a.disabled:hover {
	background-color: #cccccc;	
}

#camera--view {
    width: 100%;
    transform: scaleX(-1);
    filter: FlipH;
}

#image--preview {
    margin: 0 auto;
    border: 10px solid white;
}

#camera--preview {
    height: 100%;
    width: 100%;
}

.btn-foto {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    border: 12px solid #e9e4e4;
    background-color: #fff;
}
    .btn-foto:hover {
        border: 12px solid #fff;
        background-color: #e9e4e4;
    }
a.no-btn {
    background-color: #DE5E4E;
}
    a.no-btn:hover {
        background-color: #E61A30;
    }

