*{
    margin: 0;
    border: 0;
    outline: none;
    text-align: center;
}
body{
    margin: 0; 
    background: #ffffff;
    width: 100%;
    position: fixed; 
    overflow: hidden;
    height: 100%;
}
h1{
    font-family: Arial, Helvetica, Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: black;
    margin: 10px 0 20px 0;
}

h2{
    font-family: Arial, Helvetica, Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    margin: 10px 0 20px 0;
}
p{
    font-family: Arial, Helvetica, Roboto, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: black;
    margin: 0 0 20px 0;
}
#overlay {
	width: 100%;
    pointer-events: none;
	background: #ffffff;
	
}
.imagemLogo{
    width: 100px;
    margin:  20px;
    height: auto;
    position: absolute;
    left: 0px;
}
.botao{
    width: 30%;
    margin:  20px 0 50px 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10px;
}
#botao1,#botao2,#botao3,#botao4{
    border-radius: 15px;
    background: #555555;
    width: 100%;
    height: 70px;
    font-family: Arial, Helvetica, Roboto, sans-serif;
    color: aliceblue;
    font-size: 16px;
    pointer-events: all;
}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}

@media only screen and (orientation: portrait){
    
    .imagemLogo{
        width: 100px;
        margin:  10px;
    }
    .botao{
        width: 70%;
    }
    p{
        margin: 0;
    }
    #botao1,#botao2,#botao3,#botao4{
        height: 60px;
        margin: 5px;
        font-size: 16px;
    }
}

#qrCode_ar{
    border-radius: 10px;
    background: #00000000;
    width: 140px;
    height: 140px;
    padding: 10px;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
}

#leftMenu{
    display: none;
    text-align: left;
    position:fixed;
    left:15px;
    bottom:15px;
    width:100%;
}
