
body {
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family: 'Roboto', sans-serif !important;
	font-size:15px;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
	outline:0px !important;
	outline: 0px auto --webkit-focus-ring-color !important;
	outline-offset: 0px !important;
  }
  
  *, *::before, *::after {
	box-sizing:none !important;
	outline: 0px auto --webkit-focus-ring-color !important;
	outline-offset: 0px !important;
	}

  a {
	  color: rgb(20,70,150);
  }
  
  a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
  }
  
  body *::-webkit-scrollbar {
	width:5px;
	background-color:rgb(250,250,250);
	height:10px;
	margin:5px;
  }

  #form-busca {
	margin-top:10px;
  }

  #linha-busca{
	height: 65px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

  #form-busca input {
	border-radius:20px;
	border:2px solid rgba(0,110,160,.2);
	font-size:14px;
	line-height:14px;
	padding:8px 20px;
	background-color: transparent;
	color:rgb(0,110,160) !important;
  }

  #form-busca button {
	  background-color: transparent;
	  border:none;
  }

  #form-busca svg {
	  color:rgb(0,110,160);
	  font-size:24px;
	  line-height:24px;
	  padding-top:7px;
  }
  
  .topo {
	height:500px;
	width:100%;
	position:relative;
  }

.bannerTopo {
  width: 100%;
  height: 320px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(245, 245, 245);
  position: relative;
  border-radius: 20px;
}

.bannerTopo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.bannerTopo .frase h2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  padding: 20px;
}

#bannerCapa .tns-outer {
	position: relative;
	overflow: hidden;
	border:0px solid rgb(255,255,255);
}
  
#bannerCapa .tns-controls {
	justify-content: space-between;
    display: flex;
    bottom: 45%;
    position: absolute;
    left: 10px;
    right: 10px;
}	

#bannerCapa .tns-controls button {
	display: contents;
}	

#bannerCapa .tns-controls button span {
	font-size: 60px;
	color: rgb(200,200,200) !important;
}	

#bannerCapa .tns-nav {
	position: absolute;
	right:50px;
	top:15px;
	bottom: unset;
	left: unset;
	background-color: transparent !important;
	z-index: 98 !important;
}
  
#bannerCapa .tns-nav button {
	height:2px !important;
	padding:3px 10px !important;
	border-radius: 20px !important;
	margin: 1px;
	border: 0;
	background-color: rgb(200,200,200) !important;
}
  
#bannerCapa .tns-nav button.tns-nav-active {
	background-color: #333 !important;
	color: #fff;
}

  #video-home {
	width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 1;
	position:relative;
  }

  #video-home video {
	width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 1;
	position:relative;
  }

  .jumbotron {
	margin-bottom:0 !important;
  }
  
  #icones i {
	padding-right:10px;
	font-style: normal;
	color:rgb(5,140,195)
  }
  
  #icones i:hover {
	color:rgb(0,100,150);
	cursor:pointer;
  }

#imprimir .material-icons{
	padding: 8px;
	color: rgb(50, 50, 50);
}

.marginTop30{
	margin-top: 30px !important;
}

#icone-impressao .icone {
	display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 2px 5px 5px 5px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 23px;
}

#icone-impressao .icone i {
	height: 100% !important;
}

.icone-twitter {
	background-color: #000000;
}

.icone-whatsapp {
	background-color: #55B863;
}

.icone-facebook {
	background-color: #366EA7;
}

.icone-linkedin, .icone-print {
	background-color: #326BA4;
}

.box-logo {
	top:0;
	right:0;
	left:0;
	z-index:10;
}

.logo {
	text-align: center;
}

.image_logo {
  height:150px;
  padding:20px 0;
}

.margin-comunicado {
	padding-left:0 0 0 35px !important;
}

.header-acessibildiade {
	background-color: rgb(0,145,220);
	height: 50px;
}

.docs-anexos-1 {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.05);
	background-color: rgb(255,255,255);
	border:1px solid rgb(230,230,230);
	padding:10px 20px;
	margin-bottom:8px;
	border-radius:12px;
	display:flex;
	flex-direction: row;
	text-align:left;
	transition:all .5s ease;
  }
  
  .docs-anexos-1 svg {
	padding-top:12px;
	font-size:32px;
	color:rgb(0,40,75);
  }
  
  .docs-anexos-1 p {
	margin:10px 10px 10px 15px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
	color:rgb(0,40,75);
	border-left:1px solid rgba(0,40,75,.2);
	padding-left:15px;
  }
  
  .docs-anexos-1 p small {
	display:block;
	margin-top:5px;
  }
  
.docs-anexos-1:hover {
	background-color:rgb(55, 77, 133);
}

.docs-anexos-1:hover svg, .docs-anexos-1:hover p{
	color: #FFF;
}

footer {
  width:100%;
  float:left;
  margin-top:150px;
  background: linear-gradient(to right, #364D86, #273761);
  color:#FFF;
  padding:90px auto !important;
  height: 280px;
  max-height: 100% !important;
}

footer hr {
	background-color: rgba(255,255,255,.2);
}

.logo-footer {
	width:100px;
}

.saae-digital {
	background-color:rgb(0,75,130);
}
	  
  #fotos-home {
	  position:relative;
	  width:100%;
	  height:270px;
	  overflow:hidden;
	  }
	  
  #fotos-home img {
	  height:270px;
	  object-fit: cover;
	  object-position: center;
	  }
	  
  #fotos-home h3 a {
	  position:absolute;
	  font-size:20px;
	  line-height:22px;
	  color:#FFF;
	  padding:20px;
	  left:0;
	  right:0;
	  bottom:0;
	  background-color:rgba(20,70,150,.7);
  }
	  
  .atalho {
	  height:260px;
	  margin-right:2%;
	  margin-left:2%;
	  display:inline-block;
	  overflow-y:auto;
	  padding:15px;
	  text-align:center;
	  color:rgba(255,255,255,.5);
	  background-color:rgb(20,70,150);
	  border-radius:20px;
	  font-size:0.9em;
	  transition: all .5s ease;
	  }

  .atalho:hover {
	  margin-right:0;
	  margin-left:0;
  }
  
  .atalho svg {
	  padding:10px 0 0 0;
	  margin:0;
	  font-size:40px !important;
	  color:rgb(255,255,255);
	  }
  
  .atalho h3 {
	  margin:0;
	  padding:10px 0;
	  line-height:24px;
	  font-size:20px !important;
	  color:rgb(255,255,255);
	  }
	  
  .atalho a {
	  color:rgb(255,255,255);
	  text-transform:uppercase;
  }
  
  .atalho:hover {
	  text-decoration:none;
	  background-color:rgb(0,155,220);
	  }	
  
  .cor1 {background-color:#90caf9}
  .cor2 {background-color:rgb(220,220,220)}
  .cor3 {background-color:#e1f5fe}
  .cor4 {background-color:rgb(10,54,126)}
  .cor5 {background-color:rgb(235,235,235)}
  .cor6	{background-color:rgb(180,180,180)}
  .cor7 {background-color:#FFF}
  

  .box-paginacao {
	  width:auto;
	  margin:auto;
	  text-align:center;
	  text-align:center;
	  border:1px solid #FFF;
	  margin-top:40px;
  }

  .pagination {
    padding-left:15px !important;
    list-style: none;
}
  
  .nomargin {
	  margin:0px !important;
	  padding:0px !important;
  }
  
  .nopadding {
	margin:0px !important;
	padding:0px !important;
  }

  .mapa-site {
	  list-style: none;
	  margin:0;
	  padding:0;
  }

  .mapa-site li {
	  padding:3px 0;
  }

  .mapa-site > li {
	  font-weight:bold;
	  margin-top:20px;
  }

  .mapa-site > li > ul > li {
	  font-weight:normal;
	  margin:0;
  }
  
  .border {
	  border:1px solid rgb(200,200,200);
  }
  
  .borderB {
	  border-bottom:1px solid rgb(200,200,200);
  }
  
  .borderR {
	  border-right:1px solid rgba(200,200,200,.3);
  }
  
  .borderBP {
	  border-bottom:1px dashed rgb(200,200,200);
  }
  
  .borderT {
	  border-top:1px solid rgb(200,200,200);
  }
  
  .padding2 {
	padding:2px;
  }

  .padding6 {
	padding:6px;
  }

  .padding3V {
	  padding:3px 0px;
  }
  
  .padding5 {
	  padding:5px;
  }
  
  .padding5T {
	  padding-top:5px;
  }
  
  .padding5B {
	  padding-bottom:5px;
  }
  
  .padding5V {
	  padding:5px 0px;
  }
  
  .padding8T {
	  padding-top:8px;
  }
  
  .padding10 {
	  padding:10px;
  }
  
  .padding10L {
	  padding-left:10px;
  }
  
  .padding10V {
	  padding:10px 0px;
  }
  
  .padding10T {
	  padding-top:10px;
  }
  
  .padding10B {
	  padding-bottom:10px;
  }
  
  .padding12V {
	  padding:12px 0px;
  }
  
  .padding15V {
	  padding:15px 0px;
  }
  
  .padding20 {
	  padding:20px;
  }
  
  .padding20V {
	  padding:20px 0px;
  }
  
  .padding20T {
	  padding-top:20px;
  }
  
  .padding20B {
	  padding-bottom:20px;
  }
  
  .padding25V {
	  padding:25px 0px;
  }
  
  .padding30 {
	  padding:30px;
  }
  
  .padding30T {
	  padding-top:30px;
  }
  
  .padding30V {
	  padding:30px 0px;
  }
  
  .padding30B {
	padding-bottom:30px;
	}

  .padding40V {
	  padding:40px 0px;
  }

  .padding-enquete {
	padding:10px 30px 20px 30px;
  }
  
  .margin2T {
	  margin-top:2px;
  }
  
  .margin5V {
	margin:5px 0px;
	}

.margin10V {
	  margin:10px 0px;
  }
  
  .margin10L {
	  margin-left:10px;
  }
  
  .padding10R {
	  padding-right:10px;
  }
  
  .margin10T {
	  margin-top:10px;
  }

  .margin10B {
	margin-bottom:10px;
}
  
  .margin-10T {
	  margin-top:-15px;
  }
  
  .margin15T {
	  margin-top:15px;
  }
  
  .margin20V {
	  margin:20px 0px;
  }
  
  .margin20B {
	  margin-bottom:20px;
  }
  
  .margin20T {
	  margin-top:20px;
  }
  
  .margin23T {
	  margin-top:23px;
  }
  
  .margin25T {
	  margin-top:25px;
  }

  .margin30V {
	margin:30px 0;
  }
  
  .margin30T {
	  margin-top:30px;
  }
  
  .margin30B {
	  margin-bottom:30px;
  }
  
  .margin40T {
	  margin-top:40px;
  }

  .margin40V {
	  margin:40px 0px;
  }
  
  .margin50V {
	  margin:50px 0px;
  }
  
  .margin50T {
	margin-top:50px;
	}

  .margin60V {
	  margin:60px 0px;
  }

  .margin60B {
	margin-bottom:60px;
  }
  
  .margin60T {
	  margin-top:60px;
  }
  
  .margin70T {
	  margin-top:70px;
  }
  
  .margin70V {
	  margin:70px 0px;
  }
  
  .margin-interno {
	  margin-top:50px;
  }
  
  .margin80V {
	  margin:80px 0px;
  }
  
  .margin80T {
	  margin-top:80px;
  }

  .margin80B {
	  margin-bottom:80px;
  }
  
  .marginHr {
	  margin:50px 0px !important;
  }
  
  #hr-news {
	  margin-top:-50px;
  }
  
  .bg-branco {
	  background-color:rgb(255,255,255);
  }
  
  .text-cinza {
	  color:rgb(150,150,150);
  }
  
  .shadow {
	  -webkit-box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
	  -moz-box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
	  box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
  }

  .noticia-lateral {
	  width:100%;
	  height:200px;
	  overflow: hidden;
	  margin-bottom:30px;
	  position: relative;
  }

  .noticia-lateral img {
	border:1px solid rgb(220,220,220);
	object-fit: cover;
	object-position: center;
	min-height:200px;
  }

  .noticia-lateral a {
	  position:absolute;
	  bottom:0;
	  left:16px;
	  right:16px;
	  padding:15px;
	  font-weight:bold;
	  font-size:1.2em;
	  line-height:1.1em;
	  background-color:rgba(0,0,0,.8);
	  color:rgb(255,255,255);
  }
  
  .altura-box-1 {
	  height:250px;
	  overflow-y:auto;
  }
	  
  .altura-box-2 {
	  height:270px;
	  overflow-y:auto;
  }
  
  .altura-box-3 {
	  height:350px;
	  overflow-y:auto;
  }
  
  .altura-box-4 {
	  height:400px;
	  overflow-y:auto;
  }
  
  .box2 {
	  width:49%;
	  float:left;
	  margin-right:2% !important;
	  text-align:center;
	  margin-bottom:10px;
  }
  
  .box2:nth-child(odd) {
	  margin-right:0 !important;
	  }
	  
  .box3 {
	  width:32%;
	  float:left;
	  margin-right:2%;
	  text-align:center;
	  margin-bottom:70px;
  }
  
  .box3:last-child {
	  margin-right:0;
	  }
	  
  .box4 {
	  width:23.5%;
	  float:left;
	  margin-right:2%;
	  height:250px;
  }
  
  .box4:last-child {
	  margin-right:0;
	  }
  
  .box4 i {
	  font-size:40px;
	  color:rgb(205,110,40);
  }
  
  .mascara-foto-secretario {
	  width:100%;
	  height:200px;
	  object-fit: cover;
	  object-position: center;
	  overflow:hidden;
  }

  .lista-noticia {
	  height:400px;
	  overflow-y: auto;
  }

  .lista-noticia img {
	object-fit: cover;
	object-position: center;
	height:240px;
  }
  
  #lista-turismo img {
	  width:100%;
	  min-height:200px;
	  object-fit: cover;
	  object-position: center;
	  overflow:hidden;
  }
  
  .mascara-foto-noticia , .mascara-foto-video {
	  width:100%;
	  height:270px;
	  overflow:hidden;
	  object-position:center;
	  object-fit: cover;
	  }
  
  .box-expande {
	  position: relative;
	  padding: 0;
	  overflow: hidden;
  }
  
  .img-expande {
	  -moz-transform: scale(1);
	  -webkit-transform: scale(1);
	  -o-transform: scale(1);
	  -webkit-transition: 1s all ease;
	  -moz-transition: 1s all ease;
	  -o-transition: 1s all ease;
	  overflow: hidden;
  }
  
  .img-expande:hover {
	  -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -webkit-transition: 1s all ease;
	  -moz-transition: 1s all ease;
	  -o-transition: 1s all ease;
	  cursor:pointer;
	  overflow: hidden;
  }
  
  .relative {
	  position:relative;
  }
  
  .absolute {
	  position:absolute;
  }
  
  
.titulo {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.titulo h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  width: fit-content;
  margin-right: 15px !important;
}
.border-title{
	width: 100%;
	height: 1px;
	background-color: #364d8644;
}

  .corTituloVideo {
	  color: #FFF;
  }
  
  .titulo-interno {
	text-align:left;
	padding: 2px 5px 5px 5px;
	margin-bottom: 40px;
	margin-top:20px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	font-weight:bold;
	}

  .titulo-interno span {
	  position: relative;
	  bottom: -7px;
	  display: inline-block;
	  padding: 0 30px 7px 0;
	  border-bottom: 3px solid rgb(0,155,220);
	  outline: 0;
	  font-size:22px;
	  width: auto;
  }

  .container-titulo-breadcrumb {
	width: 100% !important;
	margin: 0px !important;
	padding:0px !important;
  }

  .titulo-interno-breadcrumb {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
  }

  .titulo-interno-breadcrumb > * {
	margin: 0px !important;
	padding: 0px  !important;
  }

  .container-breadcrumbs-items{
	display: flex;
	justify-content: end;
	align-items: center;
  }
  
  .breadcrumb{
	list-style:none !important;
	font-size:0.8em !important;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center !important;
	margin: 20px 0px !important;
	padding: 0px !important;
  }

  .btnPadrao , .btnPadrao:visited {
	  padding:12px 18px;
	  font-size:12px;
	  line-height:14px;
	  text-transform: uppercase;
	  font-weight:900;
	  background-color:rgb(20,70,150);
	  border-radius:10px;
	  color: rgb(255,255,255);
	  border:none;
	  transition:all 0.2s ease !important;
  }
	  
  .btnPadrao:hover , .btnPadrao:focus , .btnPadrao:active {
	  background-color:rgb(0,155,220);
	  color:rgb(255,255,255) !important;
	  text-decoration:none;
  }
  
  .btnPadrao1 , .btnPadrao1:visited {
		padding:9px 14px;
		font-size:12px;
		text-transform: uppercase;
		color:rgb(54, 77, 134);
		border-radius:4px;
		border:1px solid rgb(210,210,210);
		transition: all .7s ease;
  }
	  
  .btnPadrao1:hover , .btnPadrao1:focus , .btnPadrao1:active {
	  background-color:rgb(54, 77, 134);
	  border:1px solid rgb(54, 77, 134);
	  color:rgb(255,255,255) !important;
	  text-decoration:none;
  }
  
  .btnTopo , .btnTopo:visited {
	  text-transform:uppercase;
	  padding:10px 30px;
	  font-size:11px;
	  line-height:13px;
	  display:inline-block;
	  text-align: center;
	  font-weight:bold;
	  color:rgb(255,255,255);
	  border-radius:30px;
	  top:0;
	  border:1px solid transparent;
	  background-color:rgb(0,155,220);
	  transition: all .5s ease;
  }
	  
  .btnTopo:hover {
	  background-color: #326BA4;
	  color:#FFF;
	  text-decoration:none;
  }

  .btn-anexos {
	width:100%;
	float:left;
	padding:10px;
	line-height:16px;
	display:block;
	border-bottom:1px dashed rgb(220,220,220);
}

.btn-anexos-edital {
	  width:100%;
	  float:left;
	  padding:10px;
	  line-height:16px;
	  font-weight:bold;
	  display:block;
	  border-bottom:1px dashed rgb(220,220,220);
  }
  
  #myBtn {
	display: none;
	position: fixed;
	bottom: 35px;
	right: -4px;
  }
  
  .bs-callout {
	  padding:25px;
	  margin:15px 0;
	  border:1px solid rgb(210,210,210);
  }
  
  .bs-callout-info {
	  border-bottom:2px solid rgb(0,170,90);
  }
  
  .bs-callout-info:hover {
	  border-bottom:2px solid rgb(210,210,210);
  }
  
  .bs-callout h4 {
	  margin-top: 0;
	  margin-bottom: 15px;
	  padding-bottom:10px;
	  color:rgb(0,170,90);
	  border-bottom:1px dotted rgb(210,210,210);
  }

::-webkit-input-placeholder {
	color:rgb(0,110,160);
  }

:-ms-input-placeholder {
	color:rgb(0,110,160);
  }
  
 ::placeholder {
	color:rgb(0,110,160);
  }

.midias-sociais a {
	  display:inline-block;
	  width:30px;
}

.midias-sociais-top {
	display:inline-block;
	padding:12px 1px;
}

.midias-sociais-top img {
	opacity:1;
	width:20px;
	transition: all 1s ease;
	transform: rotate(0deg);
}

.midias-sociais-top img:hover {
	transform: rotate(720deg);
	opacity: .7;
}

.midias-sociais a:hover , .midias-sociais-top a:hover {
	text-decoration: none !important;
}

.midias-sociais a:hover img , .midias-sociais-top a:hover img {
	opacity:.5;
}

.arisb {
	width:145px !important;
}

#enquete label {
	font-size:1.1em;
	font-weight:bold;
	padding:0;
}

.custom-control-label {
	font-weight: normal !important;
	font-size:1em !important;
	margin-top:10px;
}

.height420 {
	height:420px;
	overflow-y:auto;
}

.img-thumb-galeria-foto {
	min-width:100%;
	height:200px;
	overflow: hidden;
	object-fit: cover;
    object-position: center;
}

.owl-carousel {
	position:relative;
	margin-top:20px;
}

.owl-carousel img {
	border:1px solid rgb(255,255,255);
}

.owl-nav button {
	outline:none !important;
}

.owl-nav button:first-child {
	position:absolute;
	top:-35px;
	left:1px;
}

.owl-nav button:last-child {
	position:absolute;
	top:-35px;
	left:35px;
}

.owl-nav button span {
	font-size:24px;
	line-height:10px;
	padding:8px 12px 10px 12px;
	height:30px;
	border-radius:0;
	margin-right:1px;
	border:1px solid rgb(225,225,225);
	background-color:rgb(255,255,255);
	display:block;
}
  
  ::-webkit-scrollbar              {background:rgba(255,255,255,.5); width:12px;}
  ::-webkit-scrollbar-track        {background-color:rgba(0,0,0,.2); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
  ::-webkit-scrollbar-track-piece  {background-color:rgba(255,255,255,0.1);}
  ::-webkit-scrollbar-thumb        {background-color:rgb(15,50,100); border-radius:2px;}
  


  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }
  
  

  .slideUp {
	  animation-name: slideUp;
	  -webkit-animation-name: slideUp;
	  animation-duration: 2s;
	  -webkit-animation-duration: 2s;
	  visibility: visible;
  }
  


  @keyframes slideUp {
	  0% {
		  opacity: 0;
		  -webkit-transform: translateY(30%);
	  } 
	  100% {
		  opacity: 1;
		  -webkit-transform: translateY(0%);
	  }
  }
  


  @-webkit-keyframes slideUp {
	  0% {
		  opacity: 0;
		  -webkit-transform: translateY(30%);
	  } 
	  100% {
		  opacity: 1;
		  -webkit-transform: translateY(0%);
	  }
  }
  
  
  
  
	 	 
/* --- MENU --- */

#box-menu {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding:5px 0 !important;
}


.dynamika-menu-nav-forest ul {
	margin:0;
	padding:0;
}

.dynamika-menu-li-root {
	padding-left:20px;
	padding-right:20px;
	width: 140px;
	height:50px;
	border-radius:4px;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-left:2px;
	margin-right:2px;
	background-color:transparent;
	color:rgb(255,255,255);
	display:flex !important;
	align-items: center !important;
	background-color: #364D86;
	transition:all 0.2s ease !important;
}

.dynamika-menu-li-root:hover {
	background-color:#137DBC;
	color:rgb(255,255,255) !important;
}


.dynamika-menu-li-root:hover a {
	color:rgb(255,255,255) !important;
}

.dynamika-menu-a-root {
	color:rgb(255,255,255) !important;
	line-height:14px;
	font-size:12px;
	height:50px;
	display:flex !important;
	align-items: center !important;
}

.dynamika-menu-span-items {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 51px !important;
  left: 0;
  width: 230px;
  background-color: #137DBC;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


.dynamika-menu-li-link {
	position: relative;
}

.dynamika-menu-span-sub {
	width:100%;
	display:flex;
	flex-direction: column;
	position: relative;
}

.dynamika-menu-span-sub h3 {
	color:rgb(255,255,255);
	text-align: left;
	font-size:12px !important;
	line-height:14px !important;
	font-weight:bold;
	padding:15px;
	margin:0;
	border-bottom:1px solid rgba(255,255,255,.1);
	position: relative;
}

.dynamika-menu-span-sub a + ul {
	display:none;
}

.dynamika-menu-span-sub:hover a + ul  {
	display:block;
	position: absolute;
	top: 0;
	left: 231px;
	background-color:rgb(0,75,130);
	border-radius: 4px;
	width:230px;
}

.dynamika-menu-li-root:last-child .dynamika-menu-span-sub:hover a + ul {
    left: auto;
    right: 231px;
}


.dynamika-menu-li-link {
	list-style:none;
	text-align: left;
	text-align: left !important;
	padding:15px !important;
	border-bottom:1px solid rgba(255,255,255,.1);
	font-size:12px !important;
	line-height:14px !important;
}

.dynamika-menu-li-link:hover {
	background-color:#137DBC;
	border-radius: 4px;
}

.dynamika-menu-a-link {
	font-size:12px !important;
	line-height:14px !important;
	font-weight:bold !important;
	color:rgb(255,255,255) !important;
}
	  
	  
	  
	  
	  
/* ----- SCROLL TOP -----*/

.scrollTop {
    position: fixed !important;
    right: 10px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(41, 58, 103);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
	z-index: 9999;
}
  
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
  
.svgIcon path {
    fill: white;
}
  
.scrollTop:hover {
    width: 65px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(41, 58, 103);
    align-items: center;
}
  
.scrollTop:hover .svgIcon {
    /* width: 20px; */
    transition-duration: 0.3s;
    transform: translateY(-200%);
}
  
.scrollTop::before {
    position: absolute;
    bottom: -20px;
    content: "Topo";
    color: white;
    /* transition-duration: .3s; */
    font-size: 0px;
}
  
.scrollTop:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition-duration: 0.3s;
}
	  
	  
#atalhos {
	padding-top: 30px;
}
	  
	  
/* ----- ACESSIBILIDADE ----- */

	#acessibilidade #texto {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	#acessibilidade > * {
		margin: 0px !important;
		padding: 0px !important;
	}

	#acessibilidade div span{
		margin: 0px !important;
		padding: 0px !important;
		width: 100% !important;
		height: 60px !important;
		display: flex;
		justify-content: start;
		align-items: center;
	}

	#acessibilidade div span a{
		margin: 0px 5px;
	}

	#texto a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		padding: 4px;
		border: 1px solid #d3d3d37c;
		border-radius: 5px;
	}

	#texto a:hover{
		border: 0.5px solid rgba(128, 128, 128, 0.356);
		transform: scale(1.04, 1.04);
		transition: 0.2s;
	}

	#texto svg {
		width: 14px !important;
		height: 14px !important;
		color: #d1d1d1;
	}


/* ----- BOOTSTRAP ----- */

.list-group {
	border-bottom:1px solid rgb(0,155,220);
	display:flex;
	align-items: center;
	align-content: stretch;
	margin-bottom:15px;
}

a.list-group-item-info, button.list-group-item-info {
    color: rgb(20,70,150);
}

a.list-group-item, button.list-group-item {
    color: #555;
}

.list-group-item-info {
    color: rgb(20,70,150);
    background-color: #d9edf7;
}

.bg-light {
    background-color: rgb(255,255,255) !important;
}

.bg-primary {
	background-color: rgb(0,155,220) !important;
}

.text-primary {
	color:rgb(0,155,220) !important;
}

.rounded-maior {
	border-radius:16px;
}

.summary {
	display:none;
}

.empty , .indisponivel {
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	width:100%;
	padding:60px 0;
}

.card-header{
	background-color:rgb(54, 77, 134);
}

.card-header button {
	color:#FFF;
	font-weight: 600;
	list-style-type: disc;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 16px !important;
}

.card-header button:hover{
	color: white;
	text-decoration: none;
	transform: scale(1.03,1.03);
	transition: 0.2s;
}

.card-body p {
	margin: 0px !important;
	padding: 0px !important;
}

.bg-info {
	background-color:rgba(0,100,150,.2) !important;
}

.btn {
	font-size:14px !important;
}

.page-link {
	color:rgb(20,70,150);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:rgb(20,70,150);
	border-color: rgb(20,70,150);
}

.card button , .card .btn-link {
	outline:none !important;
}

h1 {
	font-size:2rem !important;	
}

h2 {
	font-size:1.75rem !important;
}

h3 {
	font-size:1.45rem !important;
}

h4 {
	font-size:1.25rem !important;
}

.list-group a {
	height:auto;
	min-height:400px;
}

.list-group a {
	padding:25px;
}

.list-group .active {
	background-color: #FFF;
}

.list-group hr {
	border-top:1px solid rgba(0,0,0,.2);
	padding:0;
	margin:5px 0;
}

table {
	border:1px solid rgb(210,210,210);
}

table td , table th {
	padding:10px;
}

#whatsapp {
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  margin: 0px !important;
  padding: 2px !important;
  width: 220px;
  z-index: 999;
  transition: all 500ms;
  background-color: rgb(52, 212, 76);
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#whatsapp img{
	width: 20%;
	margin: 0px !important;
	padding: 0px !important;
	/* background-color: red; */
}
#whatsapp p{
	font-weight: 600;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px !important;
	padding: 0px !important;
	width: 85% !important;
	/* background-color: blue; */
}


#whatsapp:hover{

	filter: brightness(115%);
}
#whatsapp img{
	width: 38px;
	height: 38px;
}

.padding-box-atalhos {
	padding-top:0;
	padding-bottom:60px;
}

.btn-chamada {
    padding:5px 25px;
    height:100px;
    margin:5px;
    display:flex;
    flex-direction: column;
    align-items: center;
    transition:all .5s ease;
    border-radius:8px;
    background-color:rgb(245, 245, 245);
    border:1px solid transparent;
}
  
.btn-chamada:hover {
    background-color:rgb(230,230,230);
    border:1px solid rgb(230,230,230);
}
  
.btn-chamada span {
    /* color:#364D86; */
	/* color:#DA2628; */
	/* color: #137DBC; */
	/* color: #364D86; */
	color: #417943;
    font-size:32px;
    margin-top:10px;
}
  
.btn-chamada h3 {
    font-size:12px !important;
    line-height:14px;
	color: black;
    padding:0 10px;
    margin:8px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    display:inline-block
}

.card-chamada-lateral{
	border: 1px solid rgba(128, 128, 128, 0.171);
	border-radius: 5px;
	margin: 0px !important;
	padding: 0px !important;
}

.btn-chamada-lateral {
	height:100px;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition:all .5s ease;
	border:5px solid transparent;
	background-color: rgb(255, 255, 255) !important;
	border-bottom: 1px solid rgba(128, 128, 128, 0.171);
}
  
.btn-chamada-lateral:hover {
	background-color:#364D86 !important;
	color: rgb(255, 255, 255);
}

.btn-chamada-lateral:hover span, .btn-chamada-lateral:hover h3{
	color: #FFF;
	border-color: rgba(255, 255, 255, 0.575);
}
  
.btn-chamada-lateral span {
	color:#364D86;
	font-size:30px;
	line-height:23px;
	width: 64px !important;
	height: 64px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px !important;
	padding: 1px !important;
	border: 3px solid rgba(128, 128, 128, 0.219);
	border-radius: 50%;
}
  
.espaco-vago{
	width: 20% !important;
}

.btn-chamada-lateral h3 {
	font-size:14px !important;
	line-height:18px;
	color:#364D86;
	padding:10px;
	margin:0;
	width: 50% !important;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	display:inline-block;
}

.procura {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
}

.procura .form {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 320px !important;
	display: flex;
	box-sizing: border-box;
}

.container-busca{
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 0px !important;
	margin-right: -10px !important;
}

#busca, #busca-cabecalho {
	width: 100%;
	max-width: 320px !important;
	display: flex;
	align-items: center;
	justify-content: end !important;
	margin-top: 0;
	box-sizing: border-box;
}

#busca input, #busca-cabecalho input {
	flex: 1;
	height: 40px;
	padding: 0 16px;
	font-size: 13px;
	border: 1px solid rgb(210, 210, 210);
	border-right: none;
	border-radius: 8px 0 0 8px;
	box-sizing: border-box;
	background-color: white;
    transition:all 0.5s ease !important;

}

#busca button, #busca-cabecalho button {
	flex: 0 0 auto;
	padding: 0 16px;
	height: 40px;
	background-color: #417943;
	color: white;
	border: 1px solid rgb(210, 210, 210);
	border-left: none;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#busca input:hover, busca-cabecalho input:hover{
	border-style: solid;
	border-color: #417943;
	border-width: 1px 0px 1px 1px;
}

#busca button, #busca-cabecalho button{
	transition:all 0.5s ease !important;

}

#busca input:hover + button, #busca-cabecalho input:hover + button{
	border: 1px solid #417943;	
}

  /* 
  
  #busca  svg {
	color:rgb(25,195,247);
	font-size:20px;
	position: absolute;
	right:15px;
	top:10px;
	z-index: 3;
  } */

  .form-control {
	border: 1px solid rgb(210,210,210);
	padding-left:20px;
  }

  #box-home {
	margin-top:40px;
  }

  
  .flex {
    display: flex;
}

.btn-topo:nth-child(1){
	margin-right: 3px;
}

.btn-topo:nth-child(2){
	margin-left: 3px;
}

.btn-topo {
	color: rgb(0 145 220);
	padding:15px;
	transition: all .2s ease;
	font-size: .75em;
	font-weight:bold;
	text-transform: uppercase;
	background-color:rgb(255, 255, 255) !important;
	border: 1px solid rgb(210, 210, 210) !important;
	text-align: center !important;
	display: inline-block;
	border-radius: 8px;
	margin-top: 33px;
	margin-bottom: 33px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
  
.btn-topo:hover {
	background-color:rgb(0 145 220) !important;
	color: rgb(255, 255, 255);
}
  
.btn-topo span {
	color: rgb(0 145 220);
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	margin-top:-5px;
}
  
.btn-topo:hover span {
	color: rgb(255, 255, 255);
}

.contato-footer {
	text-align: center;
  	background-color: rgb(255, 255, 255);
  	color: rgb(50,50,50);
	border:1px solid rgba(255,255,255,.2);
	border-radius:12px;
	padding:20px;
  	height: 155px;
  	overflow-y: auto;
}

.contato-footer span {
	color:rgb(0,145,220);
	font-size:48px;
}

.box-comunicado {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}
.comunicado {
	background-color: #fff;
	overflow-y: auto;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	height: 580px !important;
}

/* estilização de comunicado card */

.comunicado-data{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.363);
	color: white;
	font-size: 13px;
	padding: 7px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.comunicado-data p{
	margin: 0px !important;
	padding: 0px !important;
}

.container-comunicado-cabecalho{
	width: 100% !important;
	height: auto !important;
}

.comunicado-cabecalho{
	width: 100% !important;
	min-height: 110px;
	margin: 0px !important;
	padding: 0px !important;
	background-color: #364D86;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.comunicado-cabecalho h4 {
	margin-top: 10px !important;
	margin-bottom: -3px !important;
	padding: 15px 10px !important;
	width: 90%;
	color: white;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis !important;
}

.comunicado-cabecalho a {
	color: white;
	font-size: 16px;
}

.comunicado-descricao{
	margin: 15px 25px 25px 25px !important;
}

.comunicado h4 {
	position: relative;
	text-transform: uppercase;
	margin:0;
	padding:5px 0 10px 35px;
	font-size:17px;
	line-height:22px;
	margin-bottom: 5px;
}

.comunicado span {
	position: absolute;
	left:2px;
	top:1px;
	font-size:30px;
	color:#417943;
	z-index: 9999 !important;
}

.line-green{
	background-color: #417943;
	width: 5.555% !important;
	height: 4px;
}

.line-gray{
	background-color: rgb(230, 231, 233);
	width: 5.555% !important;
	height: 4px;
}

.line-red{
	background-color:  #DA2628;
	width: 5.555% !important;
	height: 4px;
}

.noticia-home {
    background-color:rgb(0,145,220,0.08);
    border-radius:12px;
    position: relative;
    display:block;
    overflow: hidden;
    margin-bottom:15px;
	transition: 0.5s;
	border: 1px solid transparent !important;
}

.noticia-home:hover{
	background-color:rgba(255, 255, 255, 0.08);
	border: 1px solid rgb(210, 210, 210) !important;
}

.noticia-home img {
    height:195px;
    width:200px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.noticia-home h3 {
    color:rgb(0, 75, 130);
    text-transform: uppercase;
    font-size:16px !important;
    font-weight:bold;
    line-height:20px;
    padding:0 20px 0 0;
    margin:0;
}

.noticia-home p {
    padding: 0 20px 0 0;
    color:rgb(50,50,50);
}

.noticia-home .data {
    background-color:rgb(255,100,0);
    position: absolute;
    left:175px;
    top:0;
    z-index: 2;
    padding:6px 12px;
    display:block;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.noticia-home .data .dia {
    font-size:20px;
    line-height:20px;
    color:rgb(255,255,255);
    font-weight:bold;
    display: block;
}

.noticia-home .data .mes {
    font-size:13px;
    line-height:14px;
    color:rgb(255,255,255);
}
  
.container-text-noticia-home{
	position: absolute;
	left: 235px;
	top: 30px;
	overflow-y: auto;
	height: 160px;
}

.video-home-thumb {
	position:relative;
	border-radius:12px;
	overflow: hidden;
	margin-top: 20px;
}

.video-home-thumb img {
	width:100%;
	height:300px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

#galeria-fotos-capa .video-home-thumb .mascara{
	background-color: unset;
}

#galeria-fotos-capa .video-home-thumb:hover .mascara {
	background-color: rgba(0,0,0,.4);
}

.video-home-thumb .mascara {
	position: absolute;
	top:0;
	left: 15px;
    right: 15px;
	bottom:0;
	border-radius: 12px;
	background-color: rgba(0,0,0,.8);
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .3s ease;
}

.video-home-thumb:hover .mascara {
	background-color: rgba(0,0,0,.4);
}

.video-home-thumb svg {
	color:rgb(255,100,0) !important;
	font-size:45px;
	margin-bottom: 10px;
	text-align: center;
}

.video-home-thumb h3 {
	font-size:20px !important;
	line-height:26px !important;
	padding:0 30px;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
	color:rgb(255,255,255);
	display:block;
}





.foto-home-thumb {
	position:relative;
	border-radius:12px;
	overflow: hidden;
	margin-top: 20px;
}

.foto-home-thumb img {
	width:100%;
	height:290px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

#galeria-fotos-capa .foto-home-thumb .mascara{
	background-color: rgba(0,0,0,.4);
}

#galeria-fotos-capa .foto-home-thumb:hover .mascara {
	background-color: rgba(0,0,0,.8);
}

.foto-home-thumb .mascara {
	position: absolute;
	top:0;
	left: 15px;
    right: 15px;
	bottom:0;
	border-radius: 12px;
	background-color: rgba(0,0,0,.8);
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .3s ease;
}

.foto-home-thumb:hover .mascara {
	background-color: rgba(0,0,0,.4);
}

.foto-home-thumb svg {
	color:white !important;
	font-size:45px;
	margin-bottom: 10px;
	text-align: center;
}

.foto-home-thumb h3 {
	font-size:20px !important;
	line-height:26px !important;
	padding:0 30px;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
	color:rgb(255,255,255);
	display:block;
}

.modal-header-video-capa {
	position:relative;
	background-color: rgb(0,145,220) !important;
	color:rgb(255,255,255) !important;
	justify-content: center;
}


.atendimento-capa{
	display: flex !important;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	gap: 10px;
}
.titulo-atendimento{
	padding: 0px 38px;
}

.box-atendimento{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	margin-top: 20px;
	min-width: 100% !important;
	background-color: rgb(255, 255, 255);
	border-radius: 20px;
	height:290px;
	overflow-y: auto;
	border: 1px solid rgb(210, 210, 210) !important;
    transition:all 0.5s ease !important;
}

.box-atendimento h5 {
	text-align: center;
}

.box-atendimento h5 a{
	color: rgb(0,75,130) !important;
}

.material-maior {
	font-size:40px !important;
	padding:18px;
	border:5px solid rgb(235,235,235);
	border-radius:50%;
	margin-top:10px;
}

.barra-inferior {
	line-height:14px;
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	align-items: center;
}
  
.barra-inferior a {
	width:100%;
	text-align: right;
}

.modal-header {
	position:relative;
	background-color: rgb(0,145,220);
	color:rgb(255,255,255) !important;
}
  
.modal-header button {
	position: relative;
	right:0;
	top:0;
	border:0 !important;
}

.modal-title {
	margin-top:0;
	width:100%;
	text-align: center;
}

.box-solicitacao-esic{
	padding: 30px;
	/* padding: 10px 50px 0px 0px; */
    margin: 0;
    border-radius: 12px;
    background-color: rgb(245, 245, 245);
}

.box-padrao {
	position: relative;
	height:235px;
}

.titulo-box {
	font-size:14px;
	line-height:18px;
	position: absolute;
	top:25px;
	left:0;
	width:100%;
	height: 200px;
	border-top:1px solid rgb(235,235,235);
	border-left:1px solid rgb(235,235,235);
	border-right:1px solid rgb(210,210,210);
	border-bottom:1px solid rgb(150,150,150);
	border-radius:6px;
	padding:20px;
	display:block;
}

.titulo-box a, .titulo-box a:hover {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.title-card-documento {
	display:block;
	padding-bottom:3px;
	margin:0;
	font-size:16px;
	line-height:18px;
	color: rgb(54, 77, 134);
}

.sub-title{
	color: rgb(58, 58, 58);
}

.filtros {
    border: 1px solid rgb(210,210,210);
    border-radius: 6px;
    overflow: hidden;
}

.filtros h6 {
    font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
    padding: 15px 20px 15px 25px;
    margin: 0;
    border-bottom: 1px solid rgb(210,210,210);
    position: relative;
}

.filtros h6 span {
    position: absolute;
    top: 18px;
    left: 10px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color:rgb(54, 77, 134);
}

.box-filtros {
	padding:25px;
	background-color: rgb(54, 77, 134,.07);
}

/* -------- LICITAÇÃO  ---------- */

#tabelas > div > div {
	border-top:1px solid rgb(220,220,220) !important;
	padding:15px !important;
}

#tabelas span {
	font-weight:600;
}

#tabelas-head{
	background-color: rgb(245, 245, 245) !important;
}

#tabelas .btn-status {
	display:inline-block;
	padding:8px 15px;
	border-radius:4px;
	font-size:14px;
	line-height:14px;
	color:rgb(255,555,255);
	font-weight:normal;
}

.corAB, .corEM, .corAT, .corHO {background-color: rgb(55,140,42); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corSU, .corCO {background-color:rgb(20,120,240); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corFI, .corCA, .corDE {background-color:rgb(190,20,10); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corCA, .corRE, .corEA{background-color:rgb(230,140,0); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}


/*--- SLIDER INTERNO ---*/

.tns-outer {
	position: relative;
}

.tns-nav {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,.3);
	z-index: 2;
	text-align: center;
}

.slider .tns-nav {
	position:absolute;
	top: 0 !important;
	left:0;
	right:0;
	text-align:center;
	height:40px;
	background-color: transparent;
	z-index: 2;
}

.slider .tns-nav button {
	height:10px;
	width:10px;
	margin:0 2px 10px 2px;
	padding:0;
	border-radius:50%;
	border:3px solid rgb(255,255,255);
	background-color: transparent;
}

.slider .tns-nav button{

	background-color: rgb(220,220,220) !important;
	border: 3px solid rgb(220,220,220) !important;
}

.slider .tns-nav .tns-nav-active{
	background-color: #000 !important;
	border: 3px solid #000 !important;
}

.slider .tns-controls {
	justify-content: space-between;
    display: flex;
	bottom: 42% !important;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}	

.slider .tns-controls button {
	display: contents;
}	

.slider .tns-controls button span {
	font-size: 50px;
	color: rgb(220,220,220) !important;
}	



.noticia-listagem-interna {
	width:100%;
	position: relative;
	margin-bottom:25px;
	color:rgb(255,255,255);
}

/* PALEATIVO */

.noticia-listagem-interna img {
    width: 300px;
    height: 220px;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    display: block; 
}

.noticia-listagem-interna img[alt]:not([src]) {
    background-color: #f0f0f0;
    text-align: center;
    line-height: 220px;
    color: #888;
    font-size: 16px;
    border-radius: 8px 0 0 8px;
    content: attr(alt);
}

/* PALEATIVO */


.noticia-listagem-interna-texto {
	position: absolute;
	top:0;
	left:300px;
	right:0;
	height:220px;
	border:1px solid rgb(210,210,210);
	border-left:0;
	padding:30px 20px 20px 20px;
	border-radius:0 8px 8px 0;
}

.noticia-listagem-interna-texto a p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.noticia-listagem-interna-texto a, .noticia-listagem-interna-texto a:hover{
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.noticia-listagem-interna:hover a h3{
	color: rgb(19, 125, 188);
    transition:all 0.2s ease !important;
}

.noticia-listagem-interna h3 {
	padding:0;
	margin:5px 0 5px 0;
	font-size:22px;
	line-height:28px;
	padding:10px 0;
	font-weight:600;
	color:#364D86;
	text-transform: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 70px;
	-webkit-box-orient: vertical;
}

.noticia-listagem-interna p {
	padding:0;
	margin:0;
	color:rgb(50,50,50);
}

.noticia-listagem-interna .data {
	position: absolute;
	left:300px;
	top:0;
	background-color: #417943;
	font-size:14px;
	line-height:14px;
	padding:10px;
	z-index: 2;
	color: white;
	border-radius: 0px 0px 5px 0px;
}

/* ----- BOX LISTAGEM PADRÃO ----- */

.box-lista {
  width: 100% !important;
  border-radius: 12px;
  position: relative;
  margin: 0 0 40px 0px !important;
  overflow: hidden;
}

.imagem-lista.col-ce1-24{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.box-lista img{
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
  border-radius: 12px 0 0 12px;
}

.box-lista:hover img{
  object-fit: cover;
  object-position: center;
}

.box-lista .texto{
  padding: 30px 30px 20px 20px;
}

.box-lista hr{
  padding: 0 !important;
  margin: 15px 0 !important;
}

.box-lista h4{
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 20px 8px 0;
  font-family: 'Montserrat', sans-serif;
}

.box-lista:hover .tarja,
.box-lista-secretaria:hover .tarja {
  border-bottom: 2px solid rgb(255, 255, 255);
  right: 100%;
}



 /*----- BOX TRANSPARÊNCIA ----- */
  
.box-transparencia {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
}
  
.transparencia {
    display: flex;
    flex-direction: column;
    border:1px solid rgb(220,220,220);
    border-radius:8px;
    margin:10px;
    flex-basis:320px;
    flex-grow: 1;
    flex-shrink: 0;
    padding:20px;
    text-align: center;
}
  
.transparencia span {
    color:rgb(54, 77, 134);
    font-size:50px;
    line-height:40px;
    margin:0;
    padding:0;
}
  
.transparencia h3 {
    padding:10px 0 15px 0;
    margin:0;
    font-size:18px !important;
    line-height:22px;
    text-transform: uppercase;
    font-weight:900;
	color: rgb(54, 77, 134);
}
  
.transparencia ul {
    margin:0;
    padding:0 20px;
}
  
.transparencia ul li {
    text-align: left;
    font-size:13px;
    line-height:15px;
    margin-top:3px;
}
  
.transparencia ul li a:hover {
    text-decoration:underline !important;
}

.container-breadcrumb{
	height: 60px;
	margin: 15px 0px 35px 0px !important;
	border-bottom: 1px solid #364d861e;
}

.container-titulo-breadcrumb h2 {
	padding-bottom: 10px;
	margin-bottom: -25px;
	margin-left: 15px;
	border-bottom: 3px solid #364D86;
}

.licitacao-home{
	margin-top: 20px;
}

.licitacao-home:nth-child(3){
	margin-top: 12px;
}

.home-licitacao {
	border: 1px solid rgb(210, 210, 210) !important;
	border-radius:20px;
	color: #000;
	padding:20px;
	width:100%;
	height: 145px;
	overflow-y: auto;
}
  
.home-licitacao h4 {
	padding:5px 0 15px 0;
	margin:0;
	font-size:16px !important;
	line-height:16px;
	text-transform: uppercase;
	text-align: center;
}
  
.home-licitacao p {
	margin:0;
	padding:0;
	font-size: 14px;
}

.card-potabilidade {
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	border-radius: 0.5rem;
	background: white;
	margin-bottom: 1.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.card-potabilidade:hover {
	box-shadow: 0 8px 15px rgba(0,0,0,0.18);
	transform: translateY(-5px);
}

.potabilidade-header {
	background-color: rgb(0,145,220,0.08);
	color: rgb(0, 75, 130);
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 0.75rem 1rem;
	font-weight: 600;
	font-size: 1.1rem;
}

.potabilidade-content {
	padding: 1rem;
	color: #333;
	font-size: 0.95rem;
	height: 100px;
    overflow-y: auto;
}

.potabilidade-footer {
	padding: 0.75rem 1rem;
	border-top: 1px solid #dee2e6;
	text-align: right;
}

.btn-potabilidade {
	font-weight: 600;
	color: rgb(0, 75, 130);
	text-decoration: none;
	transition: color 0.3s;
}

.container-redes-sociais{
	background-color: #364D86; 
	height: 35px; 
	width: 100%; 
	display: flex; 
	justify-content: end; 
	align-items: center;
}

.container-redes-sociais > a {
	margin: 0px 5px;
	width: 23px ;
	height: 23px ;
	opacity: 0.6;
	transition:all 0.2s ease !important;
}

.container-redes-sociais > a:hover {
	opacity: 1;
	cursor: pointer;
}

.bannerContainer .tns-item {
  margin: 0px !important;
}

.bannerContainer .tns-item img {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

#noticia-home {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0px !important;
    padding: 0 10px;
	gap: 20px;

}

/* NOTICIAS CAPA */

#noticia-capa{
	margin-top: 0px !important;
	margin-bottom: 50px;
}

.noticia-principal {
  position: relative;
  background-color: rgb(245, 245, 245);
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
  display: flex;
  margin: 30px 0px;
  transition:all 0.5s ease !important;
}

.noticia-principal:hover{
	background-color: white; 	
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.055);
}

.noticia-principal h2{
	color: #364D86 !important;
	padding: 10px 0px;
}

.noticia-principal img {
  width: 250px;
  height: 100% !important;
  object-fit: cover;
  transition: all .3s ease;
  filter: brightness(100%);
}

.noticia-principal:hover img {
  filter: brightness(70%);
  cursor: pointer;
}

.noticia-principal a {
  padding: 10px 20px;
  display: block;
  overflow-y: auto;
}

.noticia-principal a h2 {
  color: rgb(50, 50, 50);
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 900;
  line-height: 22px;
}

.noticia-principal a p {
  color: rgb(50, 50, 50);
}

/* NOTICIAS INTERNAS */

#noticia-capa{
	margin-top: 100px;
	margin-bottom: 50px;
}

.midia-interna {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
  display: flex;
  margin-bottom: 25px;
  border: 1px solid #dee2e6 !important;
}

.a-videos{
	text-decoration: none;
	color: black;
}


.midia-interna img {
  	width:300px;
	height:220px;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
	border-radius:8px 0 0 8px;
}

.midia-interna a {
  padding: 10px 20px;
  width: 100% !important;
  display: block;
  overflow-y: auto;
}
.midia-interna h3 {
	padding:0;
	margin:5px 0 5px 0 !important;
	font-size:22px !important;
	line-height:28px !important;
	font-weight:600;
	color:#364D86;
	text-transform: none !important;
	transition:all 0.3s ease !important;
}

.midia-interna:hover h3{
	color: rgb(19, 125, 188);
}

.midia-interna a p {
  color: rgb(50, 50, 50);
}

.titulo-video{
	padding-top: 10px !important;
}

footer {
	border-top: 12px solid #137ebc88;
}

.logotipo-footer{
	top: -135px;
	right: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.footer-container{
	margin-top: -125px!important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-item .material-icons {
  font-size: 36px;
  color: #f5f5f5;
  vertical-align: middle;
  margin-bottom: 10px;

}

.footer-item{
	border: 2px solid rgba(255, 255, 255, 0.167);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	background-color: #4460a8 !important;
	margin: 15px;
	width: 360px !important;
	border-radius: 10px;
	padding: 15px;
}

.footer-midia-social{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px !important;
	padding: 0px !important;
}

.footer-midia-social > * {
	margin: 10px 10px;
}

.footer-midia-social img {
	opacity: 0.5;
	transition:all 0.4s ease !important;
}

.footer-midia-social img:hover{
	opacity: 1;
}

.list-item-title a h5 {
    color: rgb(54, 77, 134);
    transition: color 0.2s ease;
}

.card-comunicado h5, .card-item h5{
	transition:all 0.3s ease !important;
}

.card-comunicado:hover h5, .card-item:hover h5 {
    color: rgb(19, 125, 188);
    cursor: pointer;
}

.card-comunicado a, .card-item{
	text-decoration: none !important;
	color: black !important;
}

.card-item h5{
	color: rgb(54, 77, 134);
}

.card-item h5{
	padding: 0px !important;
	margin: -12px 0px !important;
}

.card-item hr {
	margin: 10px !important;
}

.card-item-publicacao{
	margin: 12px 0px 0px 0px !important;
	color: rgb(99, 99, 99);
	font-size: 13.5px;
}

.padding-title-views{
	padding: 10px 0px 0px 0px !important;
}

.botoes{
	padding: 0px 0px 15px 0px !important;
	display: flex;
	align-items: center;
}

.padding-15{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.margin-15{
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.btn-status {
  padding: 6px 12px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all .2s ease;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 10px;
}

.FI {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.AB {
  border: 2px solid rgb(168, 207, 69);
  background-color: rgb(168, 207, 69);
}

.FR {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.DE {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.RE {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.SS {
  border: 2px solid #f86a0b;
  background-color: #f86a0b;
}

.EA {
  border: 2px solid rgb(255, 200, 50);
  background-color: rgb(255, 200, 50);
}

.titulo-licitacao{
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}

.card-item p {
	padding: 0px !important;
	margin: 0px !important;
}

.padding25{
	padding: 25px !important;
}

.maps-contato{
	margin: 20px 0px 0px 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.maps-contato iframe{
	width: 100% !important;
}

.box-solicitacao{
	background-color: rgb(245, 245, 245) !important;
}

.btn-ouvidoria{
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-transparencia{
	text-decoration: none !important;
	color:black;
}
.link-transparencia h5{
	color: rgb(54, 77, 134);
	transition:all 0.3s ease !important;
}

.link-transparencia:hover h5{
	color: rgb(19, 125, 188);
}

.banner-capa {
  height:56vh;
  position: relative;
  left:0;
  bottom:0;
  background-position:cover;
  background-size: 110%;
}

.banner-capa .tns-nav {
  display:none !important;
}

.banner-capa img {
  height:62vh;
  width:100%;
}

.banner-background {
  height:62vh;
  overflow: hidden;
  position:relative;
}

.banner-slogan {
  height:62vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    right:0;
    background-color:none;
  }
  
.banner-slogan .frase a {
    flex: 0;
    min-width:1000px;
    max-width:80%;
    text-align:center;
    color:#FFF;
    align-items: center;
  }
    
.banner-slogan h2 {
    text-shadow: 2px 2px #000;
    font-size:70px;
    line-height:70px;
    text-transform: uppercase;
    background-color:rgba(0,0,0,.5);
    padding:20px 40px;
    border-radius:20px;
  }
    
.banner-slogan h4 {
    font-size:20px;
    line-height:26px;
    color:rgb(255,255,255);
    text-shadow: 2px 2px #000;
    font-family: 'Gotham';
    text-align: center;
}

.atalhos {
  text-align: center !important;
  position: relative;
  top:-85px;
  bottom:0;
  left:0;
  right:0;
  min-height: 12vh;
  z-index: 99;
}

.container-atalhos{
	width: 100% !important;
}

.atalhos > * {
	margin: 0px;
}

.atalhos a {
  text-decoration:none;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
  padding:0;
  margin: 0px 2px !important;
  transition:all .7s ease;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.39);
  border-radius: 15px;
  border-top:5px solid transparent;
  background-color: rgb(54, 77, 134);
}

.atalhos a:hover span {
	transform: scale(1.05, 1.05);
	transition:all .3s ease;
}

.atalhos a:hover{
	background-color: rgb(19, 125, 188);
	transition:all .3s ease
}

.atalhos a:hover h3{
	transform: scale(1.02, 1.02);
	transition:all .3s ease;
}

.atalhos span {
  color: white;
  font-size:42px;
  margin-top:10px;
  min-height:auto !important;
  width:auto !important;
  border: 3px solid white;
  padding: 15px;
  border-radius: 50%;
}

.atalhos h3 {
  color: white;
  padding:0 10px;
  margin:10px 0 20px 0;
  font-weight:bold;
  font-size:16px !important;
  line-height:20px;
  text-transform: uppercase;
}


/* BANNER CASO PRECISE VOLTAR */

/* .banner-background {
	height:70vh;
  overflow: hidden;
  position:relative;
}

.banner-slogan {
    height:55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    right:0;
    background-color:none;
  }
  
.banner-slogan .frase a {
    flex: 0;
    min-width:1000px;
    max-width:80%;
    text-align:center;
    color:#FFF;
    align-items: center;
  }
    
.banner-slogan h2 {
    text-shadow: 2px 2px #000;
    font-size:70px;
    line-height:70px;
    text-transform: uppercase;
    background-color:rgba(0,0,0,.5);
    padding:20px 40px;
    border-radius:20px;
  }
    
.banner-slogan h4 {
    font-size:20px;
    line-height:26px;
    color:rgb(255,255,255);
    text-shadow: 2px 2px #000;
    font-family: 'Gotham';
    text-align: center;
}

.atalhos {
  text-align: center !important;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  min-height: 12vh;
  background-color: rgb(245, 245, 245) !important;
}
.atalhos > * {
	margin: 0px auto;
}

.atalhos a {
  text-decoration:none;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
  padding:0;
  border-top:5px solid transparent;
  transition:all .7s ease;
  background-color: rgb(245, 245, 245);
}

.atalhos a:hover {
  background-color: rgb(166, 172, 182) !important;
}

.atalhos span {
  color: #417943;
  font-size:32px;
  margin-top:10px;
  min-height:auto !important;
  width:auto !important;
}

.atalhos h3 {
  color: black;
  padding:0 10px;
  margin:10px 0 20px 0;
  font-weight:bold;
  font-size:18px !important;
  line-height:20px;
  text-transform: uppercase;
} */


.hidden-select2, 
.hidden-select2 + .select2-container {
    display: none !important;
}
.container-geral-servicos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin: 0px !important;
  padding: 0px !important;
  z-index: 99;
  background-color: black;
  gap: 5px;
  flex-wrap: wrap;

}
.container-servicos{
	background-color: black;
}

.servico-item {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  width: 150px;
  flex: 1 1 150px;
  box-sizing: border-box;
  transition:all .7s ease !important;
}

.servico-item:hover h3 {
  transform: scale(1.02, 1.02);
  transition:all .7s ease !important;
  color: rgb(23, 145, 216) !important;
}

.servico-item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.65);
}

.servico-item:hover img{
  filter: blur(0px);
  transition:all .3s ease !important;
}

.servico-item h3 {
  color: white;
  font-weight: 600;
  height: 40%;
  display: flex;
  align-items: end;
  text-align: start;
  padding:0px 40px;
  text-transform: uppercase;
  transition:all .7s ease !important;
}

.servico-item p {
text-align: start;
  padding-top: 15px;
  height: 60%;
  color: rgb(184, 184, 184);
  padding: 10px 40px;
}

.servico-item img {
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  filter: blur(2px);
}

.servico-item img {
  vertical-align: middle;
  border-style: none;
}

.dynamika-menu-responsivo-wrapper {
    right: 0px !important;
	top: 40px !important;
}

.dynamika-menu-responsivo-wrapper button {
	background-color: #364D86 !important;
}

.dynamika-menu-responsivo-wrapper button:hover,
.dynamika-menu-responsivo-wrapper button.dl-active,
.dynamika-menu-responsivo-wrapper ul {
	background-color: #364D86 !important;
}