@charset "utf-8";
/* footer */

#footer {
	clear: both;
	background: rgba(8, 27, 101, 0.5);
	width:100%;
	position:relative;
	bottom: 0%;
	padding: 2%;
	left: 0%;
	z-index:2;
	font-family: 'Comfortaa', cursive;
	font-weight:700;
	font-size:1em;
	color:#FFF;
	text-align:center;
	margin-top:50%;
}

#footer #redes{
	padding-bottom:0.5%;
}

#footer #footertxt{
	margin:0 auto;
	text-align:center;
	width:80%;
}

