@charset "utf-8";

html {
	overflow-y: scroll;
}
body {
	font-size: 16px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
hr {
	background-color: #8c8c8c;
	height: 2px;
	border: 0;
}
a {
	font-weight: bold;
}
@media (min-width: 768px) {
	.navbar-nav {
		margin-left: -30px;
		margin-right: -30px;
	}
}
.alert {
	font-weight: bold;
}
.btn {
	font-weight: bold;
}
.container {
	flex: 1;
}
.valign {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.header-bar {
	height: 200px;
	background-color: #d9d9d9;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-image: url('/img/header.jpg');
}
.header-bar-gray {
	height: 80px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-color: rgba(38,37,95);
	
}
.header-bar-blue {
	height: 30px;
	margin-top: -20px;
	margin-bottom: 20px;
	background-color: rgb(13, 17, 181);
	padding-top: 5px;
	color: white;
	font-weight: bold;
	
}
.header-bar-gray b {
	color: white;
	font-size: 26px;
	font-family: Tauri, Arial;
}
.footer-bar {
	height: 50px;
	background-color: #d9d9d9;
}
.logo {
	width: 180px;
	margin-right: 5px;
}
.btn-login {
	font-weight: bold;
	margin: 10px;
}

/* Aviso de cookies LGPD */
.cookieConsentContainer{z-index:999;width:400px;min-height:20px;box-sizing:border-box;border-radius:5px;padding:20px 20px 20px 20px;background:#2f3537;overflow:hidden;position:fixed;bottom:30px;right:30px;display:none}.cookieConsentContainer .cookieTitle a{font-family:OpenSans,arial,sans-serif;color:#fff;font-size:22px;line-height:20px;display:block}.cookieConsentContainer .cookieDesc p{margin:0;padding:0;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:13px;line-height:20px;display:block;margin-top:10px}.cookieConsentContainer .cookieDesc a{font-family:OpenSans,arial,sans-serif;color:#fff;text-decoration:underline}.cookieConsentContainer .cookieButton a{display:inline-block;font-family:OpenSans,arial,sans-serif;color:#fff;border-radius:5px;font-size:14px;font-weight:700;margin-top:14px;background:rgb(26, 32, 250);box-sizing:border-box;padding:8px 24px;text-align:center;transition:background .3s}.cookieConsentContainer .cookieButton a:hover{cursor:pointer;background:rgb(26, 32, 250)}@media (max-width:980px){.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}