@import url(https://fonts.googleapis.com/css?family=Roboto);
body, html {
	background: #f0f0f0;
	width:100%;
	height:100%;
	margin: 0px;	
}
.fundo{	
	height: 100%;
	max-width: 100%;
	position: relative;
}

img{
	width: 100%;
   	height: auto;
}

p{
	color: #fff;
	font-family: "Roboto";
	text-align: center;
	font-size: 30px;
	margin: 0px;
}

a{
	font-size: 30px;
	color: #fff;
	font-family: "Roboto";
	margin: 0px;
	text-decoration: none;
}
.info{
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
