
body{
  background-color:#FFF;
}
.erro{
	background-color:#FFF;
	height:100%;
}
.erro .logo{
	max-width:287px;
	width:80%;
	border:0;
	margin:5% 0 0 0;
}
.erro .texto{
	text-align:left;
	margin:2em 0 0 0;
}
.erro .texto h1{
	font-family:Verdana;
	font-size:2em;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:0 0 5px 0;
}
.erro .texto h1 span{
	font-size:1.2em;
}
.erro .texto p{
	font-family:Verdana;
	font-size:1.375em;
	color:#BA1212;
	text-align:center;
}

.erro .voltar{
	margin:15px 0 0 0;
	text-align:center;
}
.erro .voltar a{
	color:#FFF;
	text-decoration:none;
	transition:0.5s;
	font-size:18px;
	font-family:foco_light;
}
.erro .voltar a:hover{
	color:#999;
	transition:0.5s;
}

@media (min-width: 0) and (max-width: 320px){}

@media (min-width: 0px) and (max-width: 479px){	
	.erro .logo{
		float:none;
	}
}