body {
	font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Source Sans Pro, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	background-color: #ededed;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 105px;
	max-width: 100%;
	margin: 0px auto;
	max-width: 1100px;
	position: relative;
	background-color: #101920;
}

.custom-link {
	background-color: #d62410;
	border-color: #d62410;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	padding: .8em 3rem .8em 1.2em;
	position: relative;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-link::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 1.2rem;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: calc(50% - 14px);
	transition: all .2s cubic-bezier(.45, .05, .55, .95);
}

.custom-link:hover::after {
	transform: translateX(4px);
}

.custom-link:hover {
	background-color: #a91c09;
}


#footer {
	text-align: center;
	color: #FFF;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 200px;
	position: relative;
}

h1 {
	font-size: 58px;
	color: #000000;
}

h2 {
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	font-stretch: 0;
}

h3 {}

h4 {
	font-size: 18px;
	color: #000000;
	font-stretch: 0;
	margin: 0px;
}


@media only screen and (max-width: 940px) {
	h1 {
		font-size: 30px;
	}

	h3 {
		font-size: 20px;
	}
}

hr {
	border: 1px solid #efeff1;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

.sticky+#content {
	padding-top: 102px;
}




#header-bar {
	width: 100%;
	height: 0px;
	background-color: #00a0ba;
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.logoContainer {

	width: 190px;
	height: 100%;
	max-height: 98px;
	margin-left: 50px;
	max-width: 25%;
}

@media only screen and (max-width: 1100px) {
	.logoContainer {
		margin-left: 60px;
	}
}

.logo {
	background-image: url(../img/logo.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

#topSearchBar {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
	padding-top: 12px;
}

#topSearchBarForm {
	display: flex;
	flex-direction: row;
	padding: 2px;
}

#topSearchBarInput {
	width: calc(100% - 44px);
	border: 1px solid #00a0ba;
	font-size: 15px;
	background-color: #FFF;
	padding: 9px 4px 9px 40px;
	background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

#topSearchBarInput:focus {
	outline: none;
}

#topSearchBarButton i {
	cursor: pointer;
}

#topSearchBarButton {
	background-color: #00a0ba;
	border: none;
	color: #FFF;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
}

img {
	border: 0px;
}

#container {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	padding: 10px;
}

.full-width-content {
	/*	display: table;*/
	margin: 0 auto;
	padding: 10px 50px 50px 50px;
	max-width: 1000px;
	background-color: #ECF6FC;
	z-index: 2;
	position: relative;
	/*	box-shadow: 3px 3px 5px 6px #ccc;*/
}

#content a {
	font-weight: 500;
	color: #000000;
	text-decoration: none
}

#content a:visited {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	color: #764d29;
	text-decoration: none;
}

#content a:visited:hover {
	color: #764d29;
	text-decoration: none;
}


.clickable-item {
	cursor: pointer;
}


#scrollToTopButton {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 99;
	font-size: 24px;
	border: none;
	outline: none;
	background-color: #ff9c00;
	color: white;
	cursor: pointer;
	padding-top: 8px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 2px;
}

#scrollToTopButton:hover {
	background-color: #333;
}


#search_container {
	width: 100%;
	margin: 4px;
}

#search_input {
	width: 180px;
	height: 20px;
	margin-right: 4px;
	font-size: 15px;
}

#search_button {
	width: 74px;
	height: 30px;
	background: #ffee59;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #000000;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin-right: 0px;
	cursor: pointer;
}



.footerImageContainer {
	max-width: 100vw;
	overflow: hidden;
}

.footerImage {
	height: 155px;
}

/* Add WA floating button CSS */
.floating-wa {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.floating-wa.disabled {
	background-color: gray !important;
}

.fab-icon {
	margin-top: 15px;
}

.demoBanner {
	width: 100%;
	background-color: #ff6602;
	float: left;
	font-size: 18px;
	color: #000;
	padding: 20px 10px 20px 10px;
	margin-top: 15px;
}

.footerInfo {
	width: 100%;
	background-color: #FFF;
	font-size: 16px;
	padding: 40px;
}

.footerInfoText h4 {
	color: #999;
	font-weight: bold;
	padding: 40px;
}

.footerLinks {
	color: #434343;
	text-decoration: none;
}

.footerLinks a {
	color: #434343;
	text-decoration: none;
}

.footerLinks a:visited {
	color: #434343;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #000;
	text-decoration: none;
}

.footerLinks a:visited:hover {
	color: #000;
	text-decoration: none;
}

.publica-processes {
	margin-top: 5px;
}

.publica-process {
	background-color: #eee;
	padding: 4px;
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.return-home-link {
	text-decoration: underline !important;
	font-weight: normal !important;
}

.return-home-link:hover {
	color: #00a0ba !important;
	text-decoration: none !important;
}

.publica-process:hover {
	background-color: #0052833d; // Main color with alpha
}

.publica-process-title a {
	font-weight: normal !important;
	color: #000;
}

.publica-process-title a:hover {
	font-weight: normal !important;
	color: #000 !important;
}

.publica-process-link {
	margin-left: 20px;
}

.publica-process-details-key-value-block {
	margin-top: 20px;
}

.publica-process-details-key {
	font-weight: bold;
}

.publica-process-details-value {
	background-color: #f9f9fb;
	padding: 5px;
	overflow: hidden;
}

.other-registers-block {
	margin-top: 50px;
	border-top: 1px solid #000;
	padding-top: 4px;
}


.other-registers-block a {
	font-weight: normal !important;
	color: #005283 !important;
	cursor: pointer;
}

.other-registers-block a:hover {
	font-weight: normal !important;
	color: #fff;
	cursor: pointer;
}

.footerLogo {
	padding: 10px 30px 30px 30px;
}

.outer-container {
	border: #e0dfdf 1px solid;
	padding: 30px 30px 10px 30px;
	border-radius: 15px;
	text-align: center;
	margin: 10px auto;
	width: 90%;
	background-color: #FFF;
}

#response {
	padding: 10px;
	margin-top: 10px;
	border-radius: 2px;
	display: none;
}

.success {
	background: #c7efd9;
	border: #bbe2cd 1px solid;
}

.error {
	background: #fbcfcf;
	border: #f3c6c7 1px solid;
}

div#response.display-block {
	display: block;
}

.input-row {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px;
}

.btn-submit {
	background: #efefef;
	border: #d3d3d3 1px solid;
	width: 100%;
	border-radius: 20px;
	cursor: pointer;
	padding: 12px;
}

label {
	margin-bottom: 5px;
	display: inline-block;
	font-weight: normal;
}

.file {
	border: 1px solid #cfcdcd;
	padding: 12px;
	border-radius: 20px;
	color: #171919;
	width: 93%;
	margin-bottom: 20px;
}



.spanner {
	position: absolute;
	top: 50%;
	left: 0;
	background: #2a2a2a;
	width: 100%;
	display: block;
	text-align: center;
	height: 300px;
	color: #FFF;
	transform: translateY(-50%);
	z-index: 1000;
	visibility: hidden;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #ffffff;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

.show {
	visibility: visible;
}

.spanner,
.overlay {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show,
.overlay.show {
	opacity: 1
}

.loading-spinner {
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
	padding: 10px;
	padding-top: 30px;
	margin-top: 30px;
}

.loading-spinner div {
	position: absolute;
	border: 4px solid #00a0ba;
	opacity: 1;
	border-radius: 50%;
	animation: loading-spinner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loading-spinner div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes loading-spinner {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	4.9% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.button {
	font-family: Barlow, Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.2;
	/*	font-size: 110%;*/
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 40px;
}

@media only screen and (max-width: 1000px) {
	.logo {
		margin-left: -50px;
		padding-top: 4px;
	}

	.publica-process-title {
		overflow: hidden;
	}

	.publica-process-link {
		display: none;
	}

	.full-width-content {
		padding: 10px 10px 10px 10px;
	}
}

@media only screen and (max-width: 339px) {
	#headerButtonExternalWebsite {
		display: none;
	}
}