@charset "utf-8";
/* CSS Document */

.barra{
	position:fixed;
	width:100%;
	height:30px;
	background-color:#189D0E;
	bottom:0;
	text-decoration:none;
	
}

.barra p{
	color:#FFF;
	text-align:center;
	margin-top:5px;
	text-decoration:none;
}

.barra a {
	text-decoration:none;
}

@media (max-width:1024px){
	
.barra{
    height:11%;

}	

.barra p{
	font-size:46px;
	margin-top:8px;
}	
}