@font-face{
	font-family: bebas; 
	src: url(fonts/Play-Regular.ttf);
}
/*.bfooter{
	width: 100%;
	height: 30px;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 20px;
	font-weight: bolder;
	color: black;
	background-color: white;
}*/

/*.bfooter p{animation: blink 3s infinite;}
@keyframes blink{
	0%{opacity: 100%}
	50%{opacity: 0%}
	100%{opacity: 100%}
}*/
footer{
	height: auto;
	width: 100%;
	padding: 10px;
	background-color: black;
	color: white;
}
footer h2{
	margin: 0px;
}
footer a{
	text-decoration: none;
	color: white;
}

footer .registered{
	padding: 60px;
	color: black;
	font-weight: bolder;
/*	align-items: center;
	justify-content: center;
	display: flex;*/
	height: 300px;
	background-color: white;
}

footer .content .registered div{
	margin: 0 auto;
	width: 50%;
	height: 30%;
	transform: scale(1.2);
}

footer .registered .sacap img{
	transform: scale(1.2);
}

footer .map{
	width: 100%;
	height: 500px;
	border: none;
}
footer .map iframe{
	width: 100%;
	height: 100%;
}