@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.10;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./../interface/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 35px;
	line-height: 1;
	color: #0345b6;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 73px;
}

@media screen and (max-width: 768px) {
	.slick-prev {
		left: 30px;
	}
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 73px;
}

@media screen and (max-width: 768px) {
	[dir="rtl"] .slick-prev {
		right: 30px;
	}
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: 73px;
}

@media screen and (max-width: 768px) {
	.slick-next {
		right: 30px;
	}
}

[dir="rtl"] .slick-next {
	left: 73px;
	right: auto;
}

@media screen and (max-width: 768px) {
	[dir="rtl"] .slick-next {
		left: 30px;
	}
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #0345b6;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #0345b6;
	opacity: 0.75;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	/*height: 100%; */
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	outline: none;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	/* Image border */
	border: 4px solid white;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	/* Background color behind image.
		 This is visible during transitions. */
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../interface/lightbox/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../interface/lightbox/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../interface/lightbox/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../interface/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close:active {
	top: 1px;
}

/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

.lity-hide {
	display: none;
}

@font-face {
	font-family: 'bw_modelica_ss01black';
	src: url("../fonts/bwmodelicass01-black-webfont.woff2") format("woff2"), url("../fonts/bwmodelicass01-black-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bw_modelica_ss01bold';
	src: url("../fonts/bwmodelicass01-bold-webfont.woff2") format("woff2"), url("../fonts/bwmodelicass01-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bw_modelica_ss01extrabold';
	src: url("../fonts/bwmodelicass01-extrabold-webfont.woff2") format("woff2"), url("../fonts/bwmodelicass01-extrabold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bw_modelica_ss01medium';
	src: url("../fonts/bwmodelicass01-medium-webfont.woff2") format("woff2"), url("../fonts/bwmodelicass01-medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geomanist';
	src: url('http://172.20.0.10/ohs/data/fonts/geomanist-bold-webfont.woff2') format('woff2'), url('http://172.20.0.10/ohs/data/fonts/geomanist-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.grupo-form fieldset {
	border: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
	.grupo-form fieldset {
		padding: 0 !important;
		margin: 0 !important;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
	}
}

.grupo-form input,
.grupo-form select,
.grupo-form textarea {
	padding: 15px 10px;
	box-sizing: border-box;
	border: 2px solid #ebf4f9;
	color: #5B808A;
	font-family: 'bw_modelica_ss01medium';
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	background-color: #ebf4f9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.grupo-form input[type="text"],
.grupo-form input[type="password"],
.grupo-form input[type="datetime"],
.grupo-form input[type="datetime-local"],
.grupo-form input[type="date"],
.grupo-form input[type="month"],
.grupo-form input[type="time"],
.grupo-form input[type="week"],
.grupo-form input[type="number"],
.grupo-form input[type="email"],
.grupo-form input[type="url"],
.grupo-form input[type="search"],
.grupo-form input[type="tel"],
.grupo-form input[type="color"],
.grupo-form select[type="text"],
.grupo-form select[type="password"],
.grupo-form select[type="datetime"],
.grupo-form select[type="datetime-local"],
.grupo-form select[type="date"],
.grupo-form select[type="month"],
.grupo-form select[type="time"],
.grupo-form select[type="week"],
.grupo-form select[type="number"],
.grupo-form select[type="email"],
.grupo-form select[type="url"],
.grupo-form select[type="search"],
.grupo-form select[type="tel"],
.grupo-form select[type="color"],
.grupo-form textarea[type="text"],
.grupo-form textarea[type="password"],
.grupo-form textarea[type="datetime"],
.grupo-form textarea[type="datetime-local"],
.grupo-form textarea[type="date"],
.grupo-form textarea[type="month"],
.grupo-form textarea[type="time"],
.grupo-form textarea[type="week"],
.grupo-form textarea[type="number"],
.grupo-form textarea[type="email"],
.grupo-form textarea[type="url"],
.grupo-form textarea[type="search"],
.grupo-form textarea[type="tel"],
.grupo-form textarea[type="color"] {
	width: 100%;
	font-size: 0.875rem;
	margin-bottom: 0.9375rem;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.grupo-form input:focus,
.grupo-form select:focus,
.grupo-form textarea:focus {
	outline: none;
	border: 2px solid #09a5ff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.grupo-form input::placeholder,
.grupo-form select::placeholder,
.grupo-form textarea::placeholder {
	color: #5B808A;
}

.grupo-form select,
.grupo-form textarea {
	width: 100%;
	margin-bottom: 0.9375rem;
	font-size: 0.875rem;
}

.grupo-form textarea {
	height: 160px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.grupo-form label {
	font-size: 0.875rem;
	font-weight: bold;
	color: #999;
}

.grupo-form .col-esq,
.grupo-form .col-dir {
	width: 49%;
}

@media screen and (max-width: 576px) {

	.grupo-form .col-esq,
	.grupo-form .col-dir {
		width: 100%;
	}
}

.grupo-form .col-esq {
	float: left;
}

.grupo-form .col-dir {
	float: right;
}

.grupo-form .container {
	padding-left: 0rem;
	padding-right: 0rem;
}

.grupo-form .bt,
.grupo-form .bt-submit {
	background-color: #00338a;
	color: white;
	border: none;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'bw_modelica_ss01bold';
	font-size: 18px;
	text-transform: uppercase;
}

.grupo-form .bt:hover,
.grupo-form .bt-submit:hover {
	background-color: #09a5ff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.grupo-form .bt-submit {
	display: block;
	width: 100%;
}

.bt {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	box-sizing: border-box;
}

.bt-bloco {
	display: block;
	width: 100%;
}

input[type="submit"].bt-block,
input[type="reset"].bt-block,
input[type="button"].bt-block {
	width: 100%;
}

.bt-grande {
	padding: 1rem 2rem !important;
	font-size: 1.25rem;
}

.bt-medio {
	padding: 0.7rem 1.5rem !important;
	font-size: 0.875rem;
}

.bt-pequeno {
	padding: 0.5rem 1rem !important;
	font-size: 0.75rem;
}

html,
body {
	font-family: "bw_modelica_ss01medium", arial;
	color: #252a2e;
}

.bg {
	background-color: #f2fcfb;
}

main a {
	color: #147dba !important;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

menu {
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

img {
	max-width: 100%;
}

.container-imprensa {
	padding: 15px 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.center {
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
	box-sizing: border-box;
}

.vc-pesquisou-por {
	display: inline-block;
	font-weight: normal;
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
	.vc-pesquisou-por {
		text-align: center;
	}
}

.vc-pesquisou-por i,
.vc-pesquisou-por em {
	color: #ed373d !important;
}

.titulo-secao {
	font-family: 'bw_modelica_ss01extrabold';
	font-weight: normal;
	font-size: 24px;
	color: #00338a;
	background-image: url(../interface/bg-linha-titulo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px !important;
	position: relative;
	margin-bottom: 20px !important;
}

.titulo-secao .bt {
	position: absolute;
	top: 6px;
	margin-left: 30px;
	padding-right: 30px !important;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #09a5ff;
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(../interface/icone-bt-veja-mais.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 93%;
}

@media screen and (max-width: 576px) {
	.titulo-secao .bt {
		position: relative;
		display: block;
		margin-left: 0px;
	}
}

.titulo-secao .bt:hover {
	color: #0055af;
	border: 1px solid #0055af;
}

.bt {
	text-decoration: none !important;
}

.p-relative {
	position: relative;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.grupo-form fieldset,
menu,
.titulo-secao,
.topo aside ul,
.menu ul,
.box .col-dir .certificado-digital h1,
.box .col-dir .grafica h1,
.noticias .bloco article figure,
.downloads-links .downloads article h1,
.downloads-links .links ul,
.banners .center figure,
.rodape .sobre ul,
.conteudo aside .certificado-digital h1,
.conteudo aside .grafica h1,
.ebi .titulo,
.ebi .listagem article figure,
.ebi .listagem article h1,
.ebi .imagem-automatica,
.ebi .lista-galerias,
.ebi .paginacao,
.ebi .downloads article h1,
.ebi .ohs-videos-listagem {
	margin: 0;
	padding: 0;
}

.topo {
	height: 91px;
	background-color: #F2FEFE;
	font-family: 'bw_modelica_ss01bold';
	font-size: 13px;
	color: #00338a;
	padding-top: 10px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 985px) {
	.topo {
		position: relative !important;
		height: 270px;
	}
}

@media screen and (max-width: 980px) {
	.topo {
		padding-bottom: 10px;
	}
}

.topo .center {
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 31px;
	align-content: center;
	align-items: center;
}

@media screen and (max-width: 985px) {
	.topo .center {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}

.topo .logo {
	max-width: 381px;
	order: 1;
	position: relative;
	bottom: 0;
	margin-top: 3px;
}

@media screen and (max-width: 985px) {
	.topo .logo {
		display: inline-block;
		width: 100%;
		max-width: none;
	}
}

.topo .logo img {
	display: block;
}

@media screen and (max-width: 985px) {
	.topo .logo img {
		display: inline-block;
		text-align: center;
	}
}

.topo .data-pesquisa {
	width: 420px;
	order: 2;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
}

@media screen and (max-width: 985px) {
	.topo .data-pesquisa {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.topo .data-pesquisa p {
	letter-spacing: -1px;
}

.topo .data-pesquisa p img {
	vertical-align: bottom;
	margin-right: 7px;
}

.topo .data-pesquisa form {
	position: relative;
}

.topo .data-pesquisa form input[type="text"] {
	border: 2px solid #09a5ff;
	background-color: transparent;
	padding: 13px 10px;
	padding-right: 40px;
	margin-bottom: 0;
}

.topo .data-pesquisa form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 46px;
	background-image: url(../interface/icone-lupa.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	text-indent: -99999px;
}

.topo aside {
	max-width: 268px;
	text-transform: uppercase;
	text-align: center;
	order: 3;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.topo aside button {
	background-color: transparent;
	border: 1px solid #00338a;
	cursor: pointer;
	padding: 3px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #00338a;
	outline: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.topo aside button:hover {
	background-color: #09a5ff;
	border: 1px solid #09a5ff;
	color: white;
}

@media screen and (max-width: 985px) {
	.topo aside {
		width: 100%;
		max-width: none;
	}
}

.topo aside p {
	letter-spacing: -1px;
}

.topo aside p img {
	margin-right: 5px;
	vertical-align: bottom;
}

.topo aside p:nth-child(3) a {
	cursor: context-menu;
}

.topo aside p a {
	text-decoration: underline;
	color: #00338a;
}

.topo aside p a:hover {
	color: #09a5ff;
}

@media screen and (max-width: 1030px) {
	.topo aside p {
		font-size: 12px;
	}
}

@media screen and (max-width: 985px) {
	.topo aside p {
		text-align: right;
		margin-right: 10px !important;
		font-size: 14px;
	}
}

.topo aside ul {
	list-style: none;
}

@media screen and (max-width: 980px) {
	.topo aside ul {
		text-align: left;
	}
}

.topo aside ul li {
	display: inline-block;
	margin: 0 2px;
}

.menu {
	margin-top: -3px;
	background-color: #0345b6;
	font-family: 'bw_modelica_ss01bold';
	font-size: 15px;
	text-transform: uppercase;
	font-stretch: normal;
	letter-spacing: 0px;
	z-index: 2;
	position: fixed;
	z-index: 10;
	top: 92px;
	left: 0;
}

@media screen and (max-width: 985px) {
	.menu {
		margin-top: 0px !important;
		position: relative;
		top: 0px;
	}
}

.menu menu {
	display: none;
	color: white;
}

.menu menu:hover {
	color: #8bb5fd;
}

.menu ul {
	list-style-type: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1124px) {
	.menu ul {
		text-align: center;
	}
}

.menu ul .sub-menu {
	position: relative;
}

.menu ul .sub-menu:hover {
	background-color: #09a5ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.menu ul .sub-menu:hover ul {
	display: inline-block;
}

@media screen and (max-width: 985px) {

	.menu ul .sub-menu:hover ul {
		display: none;
	}
}

.menu ul .sub-menu:nth-child(1) ul,
.menu ul .sub-menu:nth-child(7) ul{
	width: 240px;
}

.menu ul .sub-menu:nth-child(3) ul {
	width: 150px;
}

.menu ul .sub-menu ul {
	display: none;
	position: absolute;
	top: 47px;
	left: 0px;
	width: 100%;
	text-align: left;
	background-color: #09a5ff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.menu ul .sub-menu ul li {
	width: 100%;
}

.menu ul .sub-menu ul li:last-child a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}


/*
.menu ul .sub-menu-1:hover,
.menu ul .sub-menu-2:hover,
.menu ul .sub-menu-3:hover,
.menu ul .sub-menu-4:hover,
.menu ul .sub-menu-5:hover,
.menu ul .sub-menu-6:hover,
.menu ul .sub-menu-7:hover,
.menu ul .sub-menu-8:hover {
	background-color: #0984cc;
}*/

.menu ul .sub-menu ul li a:hover {
	background-color: #0073cd;
}

.menu ul .aba-ativo {
	background-color: #09a5ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	display: inline-block;
	color: white;
	margin: 15px 0;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}



@media screen and (max-width: 1047px) {
	.menu ul li a {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.menu ul li:hover{
	background-color: #0984cc;
}


/*
.menu ul li a:hover {
	color: #000000;
}*/
/* 
@media screen and (max-width: 985px) {
	menu {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		display: inline-block !important;
	}

	.menu-mobile ul {
		display: none;
	}

	.menu-mobile .sub-menu-1 ul,
	.menu-mobile .sub-menu-2 ul,
	.menu-mobile .sub-menu-3 ul {
		position: relative !important;
		top: 0px !important;
		width: 100% !important;
		text-align: center !important;
		background-color: #007dd7 !important;
		border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
	}

	.menu-mobile .sub-menu-1 ul li:last-child,
	.menu-mobile .sub-menu-2 ul li:last-child,
	.menu-mobile .sub-menu-3 ul li:last-child {
		border: none;
	}

	.menu-mobile .sub-menu-1 ul li:last-child a,
	.menu-mobile .sub-menu-2 ul li:last-child a,
	.menu-mobile .sub-menu-3 ul li:last-child a {
		border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
	}

	.menu-mobile li {
		width: 100%;
		border-bottom: 1px solid #1a386d;
	}

	.menu-mobile li a {
		width: 100%;
		display: inline-block;
		margin: 0 !important;
		border-bottom: 1px solid #5383d6;
	}

	.menu-mobile li a:hover {
		background-color: #0657e0;
	}
} */

.cabecalho {
	margin-top: 45px;
	margin-bottom: 22px;
}

@media screen and (max-width: 985px) {
	.cabecalho {
		margin-top: -85px;
	}
}

.cabecalho #js-cabecalho .bloco {
	overflow: hidden;
}

.cabecalho #js-cabecalho .bloco img {
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

@media screen and (max-width: 577px) {
	.cabecalho #js-cabecalho .bloco img {
		max-width: none;
		height: 400px;
		position: relative;
		left: -25%;
	}
}

@media screen and (max-width: 414px) {
	.cabecalho #js-cabecalho .bloco img {
		transform: scale(0.5) translate(-30%, -5%);
	}
	.cabecalho #js-cabecalho .bloco a{
		height: 290px;
	}
}

.cabecalho #js-cabecalho .bloco a {
	display: inline-block;
	width: 100%;
	/*height: 265px;*/
	color: inherit;
	position: relative;
}

.cabecalho #js-cabecalho .bloco .titulo, 
.cabecalho #js-cabecalho .bloco .resumo {
	position: absolute;
	padding: 30px 73px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}



@media screen and (max-width: 768px) {

	.cabecalho #js-cabecalho .bloco .titulo,
	.cabecalho #js-cabecalho .bloco .resumo{
		padding: 30px;
	}
	
}

.cabecalho #js-cabecalho .bloco .titulo {
	top: 55%;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 0px 1px 1px #333;
}

@media screen and (max-width: 992px) {
	.cabecalho #js-cabecalho .bloco .titulo {
		top: 43%;
	}
}

@media screen and (max-width: 880px) {
	.cabecalho #js-cabecalho .bloco .titulo {
		top: 45%;
	}
}

@media screen and (max-width: 768px) {
	.cabecalho #js-cabecalho .bloco .titulo {
		font-size: 30px;
	}
}

.cabecalho #js-cabecalho .bloco .resumo {
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	max-height: 160px;
	font-size: 16px;
	color: #fff;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	line-height: 23px;
}

@media screen and (max-width: 768px) {
	.cabecalho #js-cabecalho .bloco .resumo {
		max-height: 120px;
		font-size: 14px;
		overflow-y: scroll;
		display:none;
	}
}

.box {
	display: inherit;
	position: relative;
}

.box .center {
	display: grid;
	grid-template-columns: 1fr 652px;
	grid-column-gap: 31px;
	align-items: flex-start;
}

@media screen and (max-width: 1200px) {
	.box .center {
		grid-template-columns: 1fr 50%;
	}
}

@media screen and (max-width: 985px) {
	.box .center {
		display: inline;
	}
}

.box .pesquisa {
	display: inline-block;
	width: 100%;
	height: 479px;
	background-color: #ed373d;
	padding: 36px;
	box-sizing: border-box;
	font-family: 'bw_modelica_ss01bold';
	font-size: 17px;
	color: white;
}

@media screen and (max-width: 985px) {
	.box .pesquisa {
		height: auto;
		overflow: inherit !important;
	}
}

.box .pesquisa .bloco {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 7px;
	align-items: flex-end;
}

@media screen and (max-width: 985px) {
	.box .pesquisa .bloco {
		grid-template-columns: 1fr;
	}
}

.box .pesquisa .bloco2 {
	display: grid;
	grid-template-columns: 1fr 62px;
	grid-column-gap: 7px;
	align-items: flex-end;
}

@media screen and (max-width: 985px) {
	.box .pesquisa .bloco2 {
		grid-template-columns: 1fr;
	}
}

.box .pesquisa strong {
	display: inline-block;
	width: 100%;
	font-family: 'bw_modelica_ss01extrabold';
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

@media screen and (max-width: 1003px) {
	.box .pesquisa strong {
		font-size: 20px;
	}
}

.box .pesquisa hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #cd2e33;
}

.box .pesquisa .icone-proximo {
	background-image: url(../interface/icone-proximo.png);
}

.box .pesquisa .icone-lupa-branco {
	background-image: url(../interface/icone-lupa-branco.png);
}

.box .pesquisa .icone-novo-ticket {
	background-image: url(../interface/icone-novo-ticket.png);
	background-color: #1cbfae !important;
}

.box .pesquisa label {
	display: inherit;
	font-family: 'bw_modelica_ss01bold';
	font-size: 15px;
	color: white;
	margin-top: 10px;
	letter-spacing: -1px;
}

.box .pesquisa input {
	font-size: 14px;
	color: #ed373d;
	border: none;
	background-color: #fae7e8;
	margin-bottom: 0px;
}

.box .pesquisa input:focus {
	outline: none;
	background-color: #ffbdc1;
}

.box .pesquisa input[value="OK"],
.box .pesquisa input[value="Consultar"] {
	width: 62px;
	background-color: #f76c59;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor: pointer;
}

@media screen and (max-width: 1150px) {

	.box .pesquisa input[value="OK"],
	.box .pesquisa input[value="Consultar"] {
		position: relative;
		width: 100%;
		margin-top: 7px;
	}
}

.box .pesquisa ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ed373d;
}

.box .pesquisa :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ed373d;
}

.box .pesquisa ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ed373d;
}

.box .pesquisa :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ed373d;
}

@media screen and (max-width: 1200px) {
	.box .col-dir {
		height: 478px;
		overflow: hidden;
	}
}

@media screen and (max-width: 985px) {
	.box .col-dir {
		margin-top: 20px;
		height: auto;
	}
}

.box .col-dir .banners {
	margin-top: 0px !important;
	margin-bottom: 30px;
}

.box .col-dir .banners .slick-prev:before,
.box .col-dir .banners .slick-next:before {
	color: #fff;
}


.box .col-dir .banners .slick-prev {
	left: 20px !important;
}


[dir="rtl"] .box .col-dir .banners .slick-prev {
	left: auto;
	right: 20px !important;
}

.box .col-dir .slick-next {
	right: 20px !important;
}

[dir="rtl"] .box .col-dir .slick-next {
	left: 20px !important;
	right: auto;
}

@media screen and (max-width: 985px) {
	.box .col-dir .banners {
		margin-bottom: 20px;
		max-width: none !important;
	}

	.box .col-dir .banners img {
		width: 100%;
	}
}

.box .col-dir .certificado-digital {
	float: left;
	background-image: url(../interface/bg-certificado-digital.jpg);
}

@media screen and (max-width: 985px) {
	.box .col-dir .certificado-digital {
		margin-bottom: 20px;
	}
}

.box .col-dir .grafica {
	float: right;
	background-image: url(../interface/bg-grafica.jpg);
}

.box .col-dir .certificado-digital,
.box .col-dir .grafica {
	max-width: 650px;
	/* 318px se for usr 2 banners lado a lado */
	height: 283px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 49px 29px;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 1200px) {

	.box .col-dir .certificado-digital,
	.box .col-dir .grafica {
		max-width: none;
		width: 100%;
		/* 48% se for usar 2 banners lado a lado */
		height: 100%;
	}
}

@media screen and (max-width: 985px) {

	.box .col-dir .certificado-digital,
	.box .col-dir .grafica {
		width: 100%;
	}
}

.box .col-dir .certificado-digital img,
.box .col-dir .grafica img {
	margin-bottom: 15px;
}

.box .col-dir .certificado-digital h1,
.box .col-dir .grafica h1 {
	font-family: 'bw_modelica_ss01extrabold';
	font-size: 22px;
	font-weight: normal;
}

.box .col-dir .certificado-digital a,
.box .col-dir .grafica a {
	color: white;
	text-decoration: none;
}

.noticias {
	margin-top: 50px;
}

.noticias .bloco {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 31px;
}

@media screen and (max-width: 985px) {
	.noticias .bloco {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 576px) {
	.noticias .bloco {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 985px) {
	.noticias .bloco article {
		text-align: center;
	}
}

.noticias .bloco article figure {
	height: 185px;
}

.noticias .bloco article figure img {
	height: 100%;
}

.noticias .bloco article h1 {
	font-size: 15px;
	font-weight: bold;
	
}

.noticias .bloco article a {
	color: inherit;
	text-decoration: none;
}

.galeria {
	margin-top: 50px;
}

.galeria .bloco {
	column-count: 5;
	column-gap: 10px;
	text-align: center;
}

@media (max-width: 820px) {
	.galeria .bloco {
		column-count: 4;
	}
}

@media (max-width: 680px) {
	.galeria .bloco {
		column-count: 3;
	}
}

@media (max-width: 576px) {
	.galeria .bloco {
		column-count: 1;
	}
}

.galeria .bloco a {
	display: block;
	position: relative;
}

.galeria .bloco .pinterest {
	display: inline-block;
	background: #000;
	margin: 0 2px 15px;
	column-break-inside: avoid;
	box-sizing: border-box;
	/*&[alt="play"]{
					position: absolute;
					top: 27px;
					left: 45px;
					width: auto;
				}*/
}

.galeria .bloco .pinterest .icone-play {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.galeria .bloco .pinterest .icone-play img {
	width: auto;
	max-width: none;
}

.galeria .bloco .pinterest img {
	display: block;
	width: 100%;
	height: auto;
}

.galeria .bloco .pinterest img[alt] {
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.galeria .bloco .pinterest p {
	font-size: 12px;
	color: #333;
	margin: 0;
}

.transparencia {
	margin-top: 30px;
	height: 624px;
	background-image: url(../interface/bg-transparencia.jpg);
	background-position: top top;
}

@media screen and (max-width: 985px) {
	.transparencia {
		height: auto;
		padding-bottom: 40px;
	}
}

.novo-titulo-transparencia {
	margin-top: 45px !important;
}

.transparencia .titulo-secao {
	margin-top: 84px;
	color: white;
}

.transparencia .titulo-secao .bt {
	border: 1px solid #09a5ff !important;
	color: #09a5ff !important;
}

.transparencia .titulo-secao .bt:hover {
	border: 1px solid #59f5ff !important;
	color: #59f5ff !important;
}

.transparencia .bloco {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	text-align: center;
	align-content: center;
}

@media screen and (max-width: 985px) {
	.transparencia .bloco {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 576px) {
	.transparencia .bloco {
		grid-template-columns: 1fr;
	}
}

.transparencia .bloco a {
	max-width: 192px;
	font-family: 'bw_modelica_ss01bold';
	font-size: 18px;
	padding: 20px 10px;
	box-sizing: border-box;
	color: white;
	text-decoration: none;
	border-top: 2px solid #09a5ff;
	border-left: 2px solid #09a5ff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 985px) {
	.transparencia .bloco a {
		max-width: none;
	}
}

.transparencia .bloco a:nth-child(6),
.transparencia .bloco a:nth-child(12) {
	border-right: 2px solid #09a5ff;
}

.transparencia .bloco a:nth-child(7),
.transparencia .bloco a:nth-child(8),
.transparencia .bloco a:nth-child(9),
.transparencia .bloco a:nth-child(10),
.transparencia .bloco a:nth-child(11),
.transparencia .bloco a:nth-child(12) {
	border-bottom: 2px solid #09a5ff;
}

.transparencia .bloco a:nth-child(1) {
	border-top-left-radius: 10px;
}

.transparencia .bloco a:nth-child(6) {
	border-top-right-radius: 10px;
}

.transparencia .bloco a:nth-child(7) {
	border-bottom-left-radius: 10px;
}

.transparencia .bloco a:nth-child(12) {
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 985px) {
	.transparencia .bloco a {
		border-let: 1px solid #000;
	}

	.transparencia .bloco a:nth-child(3) {
		border-top-right-radius: 10px;
		border-right: 2px solid #09a5ff;
	}

	.transparencia .bloco a:nth-child(6) {
		border-top-right-radius: 0px;
	}

	.transparencia .bloco a:nth-child(7) {
		border-bottom-left-radius: 0px;
		border-bottom: 0;
	}

	.transparencia .bloco a:nth-child(8) {
		border-bottom: 0;
	}

	.transparencia .bloco a:nth-child(9) {
		border-bottom: 0;
		border-right: 2px solid #09a5ff;
	}

	.transparencia .bloco a:nth-child(10) {
		border-bottom-left-radius: 10px;
	}
}

@media screen and (max-width: 576px) {

	.transparencia .bloco a:nth-child(1),
	.transparencia .bloco a:nth-child(2),
	.transparencia .bloco a:nth-child(4),
	.transparencia .bloco a:nth-child(5),
	.transparencia .bloco a:nth-child(7),
	.transparencia .bloco a:nth-child(8),
	.transparencia .bloco a:nth-child(10),
	.transparencia .bloco a:nth-child(11) {
		border-right: 2px solid #09a5ff;
	}

	.transparencia .bloco a:nth-child(1) {
		border-top-right-radius: 10px;
	}

	.transparencia .bloco a:nth-child(12) {
		border-bottom-left-radius: 10px;
	}

	.transparencia .bloco a:nth-child(3) {
		border-top-right-radius: 0px;
	}

	.transparencia .bloco a:nth-child(10),
	.transparencia .bloco a:nth-child(11) {
		border-bottom: 0;
		border-bottom-left-radius: 0px;
	}
}

.transparencia .bloco a:hover {
	background-color: #09a5ff;
}

.downloads-links {
	margin-top: 50px;
}

.downloads-links .center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 31px;
}

@media screen and (max-width: 985px) {
	.downloads-links .center {
		grid-template-columns: 1fr;
	}
}

.downloads-links .downloads .bloco {
	display: grid;
	grid-column-gap: 31px;
	grid-row-gap: 20px;
}

@media screen and (max-width: 576px) {
	.downloads-links .downloads .bloco {
		grid-template-columns: 1fr;
	}
}

.downloads-links .downloads article {
	background-color: white;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	padding: 24px 32px;
	box-sizing: border-box;
}

.downloads-links .downloads article:hover {
	background-color: #00338a;
}

.downloads-links .downloads article:hover h1 {
	color: white;
}

.downloads-links .downloads article:hover .bt {
	background-image: url(../interface/icone-downloads-hover.png);
	background-color: white;
	color: #00338a;
}

.downloads-links .downloads article h1 {
	font-family: 'bw_modelica_ss01bold';
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}

.downloads-links .downloads article strong {
	float: left;
	font-family: 'bw_modelica_ss01black';
	font-weight: normal;
	font-size: 14px;
	color: #ed373d;
	margin-top: 7px;
}

.downloads-links .downloads article .bt {
	float: right;
	background-color: #09a5ff;
	font-family: 'bw_modelica_ss01bold';
	font-size: 14px;
	color: white;
	background-image: url(../interface/icone-downloads.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 20%;
	padding-left: 40px !important;
	padding-right: 20px !important;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.downloads-links .links {
	font-family: 'bw_modelica_ss01medium';
	font-size: 14px;
}

@media screen and (max-width: 985px) {
	.downloads-links .links {
		margin-top: 50px;
	}
}

.downloads-links .links strong {
	font-family: 'bw_modelica_ss01extrabold';
	font-weight: normal;
}

.downloads-links .links ul {
	list-style: none;
}

.downloads-links .links ul li {
	border-bottom: 1px solid #a9d6dd;
	background-image: url(../interface/icone-pasta.png), url(../interface/icone-seta-links.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
}

.downloads-links .links ul li a {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}

.downloads-links .links ul li a:hover {
	color: #09a5ff;
}

.banners {
	margin-top: 50px;
}

.banners .center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 31px;
}

@media screen and (max-width: 720px) {
	.banners .center {
		grid-template-columns: 1fr;
	}
}

.banners .center figure {
	position: relative;
}

@media screen and (max-width: 720px) {
	.banners .center figure {
		text-align: center;
		margin-bottom: 20px;
	}
}

.banners .center figure:hover figcaption {
	color: #cdcdcd;
}

.banners .center figure img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.banners .center figure figcaption {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: 'bw_modelica_ss01bold';
	font-size: 18px;
	color: white;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

@media screen and (max-width: 720px) {
	.banners .center figure figcaption {
		width: 100%;
		left: 0;
	}
}

.rodape {
	margin-top: 50px;
	font-size: 13px;
}

.rodape .sobre {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e1f6fa;
}

.rodape .sobre .center {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	grid-column-gap: 31px;
}

@media screen and (max-width: 985px) {
	.rodape .sobre .center {
		grid-template-columns: 1fr;
	}
}

.rodape .sobre article {
	line-height: 20px;
}

@media screen and (max-width: 985px) {
	.rodape .sobre article {
		text-align: center;
	}
}

.rodape .sobre article img {
	max-width: 264px;
}

.rodape .sobre article strong {
	font-family: 'bw_modelica_ss01extrabold';
	font-weight: normal;
	color: #00338a;
}

.rodape .sobre ul {
	font-family: 'bw_modelica_ss01extrabold';
	font-size: 14px;
	list-style: none;
}

@media screen and (max-width: 985px) {
	.rodape .sobre ul {
		display: none;
	}
}

.rodape .sobre ul li {
	line-height: 30px;
}

.rodape .sobre ul a {
	color: #00338a;
}

.rodape .assinaturas {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

.rodape .assinaturas .center {
	display: grid;
	grid-template-columns: 3fr 1fr;
	align-items: center;
}

@media screen and (max-width: 985px) {
	.rodape .assinaturas .center {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 985px) {
	.rodape .assinaturas p {
		text-align: center !important;
		margin: 0;
	}
}

.rodape .assinaturas p img {
	vertical-align: middle;
}

.governo{
	display: block;
	margin:  0 auto 0 330px;
}

.rodape .assinaturas .governo img {
	margin-right: 20px;
}

@media screen and (max-width: 985px) {
	.rodape .assinaturas .governo img {
		display: block;
		margin: 0 auto 10px auto;
	}
}

.rodape .assinaturas .oph {
	text-align: right;
}

@media screen and (max-width: 985px) {
	.rodape .assinaturas .oph {
		margin-top: 30px;
	}
}

.secao-titulo {
	margin-top: -3px;
	text-align: center;
	background-color: #09a5ff;
	padding-top: 46px;
	padding-bottom: 46px;
}

.secao-titulo a {
	float: left;
}

.secao-titulo a img {
	vertical-align: bottom;
}

.secao-titulo .titulo-secao {
	font-family: 'bw_modelica_ss01bold';
	font-size: 32px;
	font-weight: normal;
	color: white;
	margin-left: -36px;
}

@media screen and (max-width: 810px) {
	.secao-titulo .titulo-secao {
		font-size: 22px;
		margin-left: 0;
	}
}

.conteudo {
	margin-top: 50px;
}

.conteudo .center {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 128px;
	align-items: flex-start;
}

@media screen and (max-width: 985px) {
	.conteudo .center {
		grid-template-columns: 1fr;
	}
}

.conteudo aside {
	padding: 20px;
	box-sizing: border-box;
	background-color: white;
}

@media screen and (max-width: 985px) {
	.conteudo aside {
		display: none;
	}
}

.conteudo aside a {
	display: inline-block;
	margin-bottom: 10px;
}

.conteudo aside a:last-child {
	margin-bottom: 0px;
}

.conteudo aside a img {
	display: block;
}

.conteudo aside strong {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'bw_modelica_ss01extrabold';
	font-size: 24px;
	font-weight: normal;
	color: #00338a;
}

.conteudo aside .certificado-digital {
	float: left;
	background-image: url(../interface/bg-certificado-digital.jpg);
	margin-bottom: 10px;
}

.conteudo aside .grafica {
	float: right;
	background-image: url(../interface/bg-grafica.jpg);
}

.conteudo aside .certificado-digital,
.conteudo aside .grafica {
	max-width: 318px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 49px 29px;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 1070px) {

	.conteudo aside .certificado-digital,
	.conteudo aside .grafica {
		max-width: 300px;
	}
}

@media screen and (max-width: 985px) {

	.conteudo aside .certificado-digital,
	.conteudo aside .grafica {
		width: 100%;
		max-width: none;
		height: auto;
	}
}

.conteudo aside .certificado-digital img,
.conteudo aside .grafica img {
	display: inline-block;
	margin-bottom: 15px;
}

.conteudo aside .certificado-digital h1,
.conteudo aside .grafica h1 {
	font-family: 'bw_modelica_ss01extrabold';
	font-size: 22px;
	font-weight: normal;
}

.conteudo aside .certificado-digital a,
.conteudo aside .grafica a {
	color: white;
	text-decoration: none;
}

.ebi {
	line-height: 30px;
}

.ebi strong,
.ebi b {
	font-family: 'bw_modelica_ss01extrabold';
	color: #00338a;
}

.ebi i,
.ebi em {
	color: #00338a;
}

.ebi .titulo {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: normal;
	color: #00338a;
	line-height: normal;
	font-family: 'bw_modelica_ss01extrabold';
	font-size: 30px;
}

.ebi .listagem {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 31px;
}

.ebi .listagem article {
	background-color: white;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.ebi .listagem article:last-child {
	margin-bottom: 0px !important;
}

.ebi .listagem article a {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 31px;
	align-items: flex-start;
}

@media screen and (max-width: 810px) {
	.ebi .listagem article a {
		display: inline;
		text-align: center;
	}
}

.ebi .listagem article .sem-imagem {
	grid-template-columns: 1fr;
}

.ebi .listagem article a {
	text-decoration: none;
	color: inherit;
}

.ebi .listagem article a:hover .bt {
	color: #00338a;
	border: 1px solid #00338a;
}

.ebi .listagem article h1 {
	box-sizing: border-box;
	font-family: 'bw_modelica_ss01bold';
	font-weight: normal;
	font-size: 20px;
	color: #00338a;
}

.ebi .listagem article .bt {
	font-family: 'bw_modelica_ss01bold';
	font-size: 10px;
	color: #09a5ff;
	text-transform: uppercase;
	padding: 0px 20px !important;
	border: 1px solid #09a5ff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.ebi img[alt] {
	padding: 5px;
	background: white;
	border: 1px solid #f2f2f2;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.ebi .imagem-automatica {
	float: left;
	width: 30%;
	margin-right: 15px !important;
	margin-bottom: 40px !important;
	/*img{
		padding: rem(5px);
		background: $cor-branco;
		border: 1px solid #f2f2f2;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
		box-sizing: border-box;
		//display: inline;
	}*/
}

.ebi .imagem-automatica img {
	width: 100%;
}

@media screen and (max-width: 576px) {
	.ebi .imagem-automatica {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}

.ebi .imagem-automatica .imagem-extras {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ebi .imagem-automatica .imagem-extras img {
	margin: .3em;
	width: 80px;
	height: 80px;
	max-width: none;
}

.ebi blockquote {
	display: block;
	background: white;
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	border-left: 2px solid #09a5ff;
}

.ebi blockquote b,
.ebi blockquote strong,
.ebi blockquote i,
.ebi blockquote em {
	color: #ed373d;
}

.ebi blockquote:before {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 80px;
}

.ebi blockquote:after {
	content: "";
}

.ebi #ohs-forms-resposta blockquote {
	font-style: normal !important;
	box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	-moz-box-shadow: 2px 2px 15px #ccc;
	border-left: 15px solid #09a5ff !important;
	border-right: 2px solid #09a5ff !important;
}

.ebi .galeria {
	margin-top: 0px;
	column-count: 4;
	column-gap: 10px;
	text-align: center;
}

@media (max-width: 985px) {
	.ebi .galeria {
		column-count: 3;
	}
}

@media (max-width: 680px) {
	.ebi .galeria {
		column-count: 2;
	}
}

@media (max-width: 550px) {
	.ebi .galeria {
		column-count: 1;
	}
}

.ebi .galeria .pinterest {
	display: block;
	margin: 0 2px 15px;
	column-break-inside: avoid;
	box-sizing: border-box;
}

.ebi .galeria .pinterest img {
	display: block;
	width: 100%;
	height: auto;
	border: 5px solid #FEFEFE;
}

.ebi .galeria .pinterest img[alt] {
	padding: 0 !important;
}

.ebi .galeria .pinterest p {
	font-size: 12px;
	color: #333;
	margin: 0;
}

.ebi .lista-galerias {
	list-style: none;
}

.ebi .lista-galerias li {
	border-bottom: 1px solid #a9d6dd;
	background-image: url(../interface/icone-pasta.png), url(../interface/icone-seta-links.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
}

.ebi .lista-galerias li a {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}

.ebi .lista-galerias li a:hover {
	color: #09a5ff;
}

.ebi .paginacao {
	width: 100%;
	text-align: center;
	margin-top: 40px !important;
	list-style: none;
	font-size: 14px;
}

.ebi .paginacao li {
	display: inline-block;
}

.ebi .paginacao li a {
	color: #252a2e;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.ebi .paginacao li a:hover {
	color: #999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.ebi .paginacao .pagina-atual {
	color: white !important;
	background-color: #09a5ff;
}

.ebi .ohs-paginacao-table {
	margin-top: 40px;
}

.ebi table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.ebi table strong {
	color: #252a2e !important;
}

.ebi table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.ebi table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.ebi table th,
.ebi table td {
	padding: .625em;
}

.ebi table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.ebi table {
		border: 0;
	}

	.ebi table caption {
		font-size: 1.3em;
	}

	.ebi table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.ebi table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.ebi table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: left;
	}

	.ebi table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.ebi table td:last-child {
		border-bottom: 0;
	}
}

.ebi .downloads {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 31px;
	grid-row-gap: 20px;
}

@media screen and (max-width: 576px) {
	.ebi .downloads {
		grid-template-columns: 1fr;
	}
}

.ebi .downloads article {
	background-color: white;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	padding: 24px 32px;
	box-sizing: border-box;
}

.ebi .downloads article:hover {
	background-color: #00338a;
}

.ebi .downloads article:hover h1 {
	color: white;
}

.ebi .downloads article:hover .bt {
	background-image: url(../interface/icone-downloads-hover.png);
	background-color: white;
	color: #00338a;
}

.ebi .downloads article h1 {
	font-family: 'bw_modelica_ss01bold';
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}

.ebi .downloads article strong {
	float: left;
	font-family: 'bw_modelica_ss01black';
	font-weight: normal;
	font-size: 14px;
	color: #ed373d;
	margin-top: 7px;
}

.ebi .downloads article .bt {
	float: right;
	background-color: #09a5ff;
	font-family: 'bw_modelica_ss01bold';
	font-size: 14px;
	color: white;
	background-image: url(../interface/icone-downloads.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 20%;
	padding-left: 40px !important;
	padding-right: 20px !important;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.ebi .ohs-video strong {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.ebi .ohs-video .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ebi .ohs-video .video iframe,
.ebi .ohs-video .video object,
.ebi .ohs-video .video embed {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}

.ebi .ohs-videos-listagem {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 31px;
	align-items: flex-end;
}

@media screen and (max-width: 700px) {
	.ebi .ohs-videos-listagem {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.ebi .ohs-videos-listagem strong {
	display: inline-block;
	width: 100%;
}


ul.acessibilidade {
	display: flex;
}

/* Botão de acessibilidade */
ul.acessibilidade > li > button {
    background-color: #0345b6;
    border: 2px solid #0345b6;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
}

/* Efeito de hover */
ul.acessibilidade > li > button:hover {
    background-color: #851e1e;
    color: #fff;
}

main blockquote,
main dd,
main dl,
main figure,
main h2,
main h3,
main h4,
main h5,
main h6,
main hr,
main p,
main pre {
    margin-top: 1rem !important;
}

main h1 {
	margin-top: 0.5rem
}

