body {
	font-family: Barlow,Verdana,Helvetica,Arial,sans-serif;
	background-color: #f7f4ee;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
}



h1 {
	font-size: 58px;
	color: #001759;
	margin-bottom: 10px;
}

h2 {
	font-size: 45px;
	color: #001759;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3 {
	font-size: 35px;
	font-weight: 700;
	color: #001759;
	font-stretch: 0;
	margin-bottom: 10px;
}

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


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

hr {
	border: 1px solid #efeff1;
}

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

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

#header {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  max-width: 1100px;
  position: relative;
}

.header-text {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

.header-text a {
	color: #006569;
	text-decoration: none;
}

.header-text a:hover {
	color: #001759;
	text-decoration: none;
}

.header-text a:visited {
	color: #006569;
	text-decoration: none;
}

.header-sub-text {
	font-size: 18px;
	color: #707070;
	padding-left: 10px;
}

.header-sub-text a {
	color: #bd4b00;
	text-decoration: underline;
}

.header-sub-text a:hover {
	color: #bd4b00;
	text-decoration: none;
}

.header-sub-text a:visited {
	color: #bd4b00;
	text-decoration: underline;
}

#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 {
/*	background-color: #fffffff2;;
	border-radius: 10px;
	padding: 20px;*/
	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.png);
	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 #001759;
	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;
	background-color: #FFF;
	z-index: 2;
	position: relative;
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
}

#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;
}


#footer {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
/*	background: linear-gradient(to top, #a8c48f 0%, #a8c48f 50%, #e5ecdf 50%, #e5ecdf 100%);*/
	background-color: #006569;
	min-height: 80px;
}

#bottomFooter {
		background-color: #f7f4ee;
		color: #006569;
		padding-top: 4px;
		padding-bottom: 4px;
}

.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: #f05f00;
	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 {
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
}

.footerInfoText a {
	color: #FFF !important; 
	text-decoration: none;
}

.footerInfoText a:visited {
	color: #FFF;
	text-decoration: none;
}

.footerInfoText a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footerInfoText a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}

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

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

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

.footerLinks a:hover {
	color: #006569;
	text-decoration: underline;
}

.footerLinks a:visited:hover {
	color: #006569;
	text-decoration: underline;
}


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

.publica-process {
	background-color: #f2f2f2;
	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:#006569 !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: 24px;
}

.custom-link {
	font-family: Barlow,Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.2;
	box-sizing: border-box;
	color: inherit;
	align-items: center;
	border-radius: 6px;
	box-shadow: 1px 2px 12px rgba(59,103,124,.25);
	min-height: 3em;
	padding: .6em 1.2em;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: background-color 250ms;
	padding-right: 4.8em;
	border: 1px solid #beb889;
	display: inline-flex;
	background-color: #beb889;
	font-weight: 600;
}

.custom-link:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3.6em;
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	justify-content: center;
	align-items: center;
}

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

@media only screen and (max-width: 1000px) {
  .publica-process-title {
  	overflow: hidden;
  }
  .publica-process-link {
  	display: none;
  }
  .full-width-content {
  		padding: 10px 10px 10px 10px;
  }
}


