@charset "utf-8";
/* CSS Document */
html, body, body2{
  height: 100%;
	overflow:hidden;
	-ms-user-select: none;      /* IE 10+ */
  -moz-user-select: none;     /* Firefox all */
  -webkit-user-select: none;  /* Chrome all / Safari all */
  user-select: none;
}
body{
	background-image:url(../images/fundo.jpg);
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
	display: block;
}

body2{
	background-image:url(../images/fundo2.jpg);
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
	display: block;
}


.mid {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	
div, body{
  margin: 0;
  padding: 0; 
}

.btnpt{
	margin-top: 35%;
	margin-left: 17.6%;
		width: 14.65vw;
}


.btnmat{
	position: absolute;
margin-top: 35.5%;
	margin-left: 37%;
	width: 14.65vw;
}




.btnpt3{
	margin-top: 35%;
	margin-left: 10%;
		width: 10vw;
}


.btnmat3{
	position: absolute;
margin-top: 35%;
	margin-left: 10%;
	width: 10vw;
}


.btnpt2{
	margin-top: 35%;
	margin-left: 40%;
		width: 10vw;
}


.btnmat2{
	position: absolute;
margin-top: 35%;
	margin-left: 10%;
	width: 10vw;
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
	font-family: "Arial Black", Gadget, sans-serif;
    font-size: 3vw;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#text2{
    position: absolute;
    top: 55%;
    left: 49%;
	font-family: "Arial Black", Gadget, sans-serif;
    font-size: 3vw;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
