@charset "utf-8";
body, html {
	height: 100%;
	margin: 0;
}
.background {
	background: url('/img/bg.svg');
	background-size: contain;
	background-repeat: repeat;
	opacity: 60%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.custom-container {
	min-height: 95vh;
	margin-top: 5vh;
	border: 3px solid #9c1c28;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #f8f9fa;
	border-top: 1px solid #dee2e6;
}
.conteudo {
	margin-bottom: 45px;
}
.logo {
	max-width: 100%;
	width: 30%;
	height: auto;
}
a {
	text-decoration: none;
}
a.link {
	color: #9c1c28;
	text-decoration: none;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}