html {
	height: 100%;
}
body {
	font-family: Ubuntu, Segoe UI, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	min-height: 100%;
	position: relative;
	padding-bottom: 95px;
}

.h2.cormorant,
h2.cormorant {
	font-size: 2.2em;
	color: #025c75;
	margin-bottom: 1rem;
}

.cormorant {
	font-family: Cormorant Garamond, serif;
}

header {
	position: relative;
	height: 60px;
	z-index: 1;
}

header .logo {
	width: 126px;
	height: 76px;
	background: url(../svr_img/logo_bacen.png) no-repeat center;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 10px 0 0;
}
.link-highcontrast {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 0.7rem;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #025c75;
	border-radius: 0;
	color: #025c75;
	font-weight: 300;
	padding: 0;
}
#menu {
	background: #f8f9fb;
	border-top: 1px solid #dcddde;
	padding-top: 0;
	padding-bottom: 0;
	height: 60px;
	border-bottom: 1px solid #edd297;
	position: relative;
}

#menu::before {
	content: '';
	display: block;
	width: 300px;
	height: 38px;
	background-image: url(../svr_img/bg_nav_center.jpg);
	position: absolute;
	top: -1px;
	left: calc(50% - 150px);
}

section.content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.table .thead-primary th {
	color: #ffffff;
	background-color: #025c75;
	border-color: #003954;
	font-weight: 500;
}

footer[role='contentinfo'] {
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer[role='contentinfo']::before {
	content: '';
	display: block;
	width: calc(100vw - 50%);
	height: 1px;
	background-color: #e9ecef;
	position: absolute;
	top: 0;
	left: 0;
}

footer[role='contentinfo']::after {
	content: '';
	position: absolute;
	background: #f9f9f9;
	height: 100%;
	left: 0;
	bottom: 0;
	height: calc(100% - 1px);
}

footer[role='contentinfo'] .container {
	position: relative;
	border-right: 1px solid #e9ecef;
	border-top: 1px solid #e9ecef;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f9f9f9;

	/* width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%; */
}

footer[role='contentinfo'] .container::after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	border-top: 50px solid #fff;
	border-left: 50px solid transparent;
}

footer[role='contentinfo'] .line {
	display: block;
	width: 0;
	height: 70px;
	border-right: 1px solid #e9ecef;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 24px;
	top: -11px;
	z-index: 2;
}

footer[role='contentinfo'] ul:not(:last-child) {
	margin-bottom: 0;
}

footer[role='contentinfo'] li:not(:last-child):not(.sem-separador)::after {
	content: '|';
	display: inline-block;
	margin-left: 7px;
}

footer[role='contentinfo'] .missao {
	max-width: 550px;
	font-style: italic;
	color: #025c75;
	font-size: 0.9rem;
}

footer[role='contentinfo'] .info {
	font-size: 0.8rem;
}

@media (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
	footer[role='contentinfo']::after {
		display: none;
	}
}

@media (max-width: 991px) {
	body {
		padding-bottom: 125px;
	}
}

@media (max-width: 767px) {
	body {
		padding-bottom: 165px;
	}
}

@media (max-width: 575px) {
	body {
		padding-bottom: 195px;
	}
}

@media (min-width: 1400px) {
	footer[role='contentinfo']::after {
		width: calc(((100vw - 1320px) / 2));
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	footer[role='contentinfo']::after {
		width: calc(((100vw - 1140px) / 2));
	}
}

/* CSS PARA ALTO CONTRASTE */
.highcontrast,
.highcontrast header[role='banner'] {
	background-color: #000 !important;
}
.highcontrast,
.highcontrast *,
.highcontrast footer[role='contentinfo'] .container {
	color: #fff !important;
}
.highcontrast a,
.highcontrast .btn-link,
.highcontrast a:hover,
.highcontrast a:active,
.highcontrast a:focus,
.highcontrast a * {
	color: #ff0 !important;
	text-decoration: underline;
}
.highcontrast .link-highcontrast {
	text-decoration: none;
	border-bottom-color: #ff0;
}
.highcontrast #menu {
	background-color: #303030 !important;
	border-top: none;
	border-bottom-color: #444;
}
.highcontrast header .logo {
	background-image: url('../svr_img/logo_bc_branco.png');
}
.highcontrast #menu::before {
	background-image: url('../svr_img/bg_nav_center_contraste.png');
}
.highcontrast .table .thead-primary th {
	background-color: #fff;
	color: #000 !important;
}
.highcontrast footer[role='contentinfo'] .container:after {
	border-top-color: #000;
}
.highcontrast footer[role='contentinfo'] .container,
.highcontrast footer[role='contentinfo']::after {
	background-color: #333 !important;
	border-color: #444;
}
.highcontrast .alert,
.highcontrast footer[role='contentinfo'] .line {
	border-color: #444;
}
.highcontrast .alert,
.highcontrast footer[role='contentinfo']::before {
	background-color: #444;
}
.highcontrast .btn:focus {
	box-shadow: 0 0 0 0.25rem #333;
}
.highcontrast .midias-sociais img {
	filter: invert(1) grayscale(1);
}
