
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;
  }

  #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%;
    margin:0;
    padding:0;
    overflow: hidden;
    background-color: rgb(245,245,245);
    position:relative;
}
  
.bannerTopo img {
    min-width:100%;
    height:500px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
  
.bannerTopo .frase h2 {
    position: absolute;
    bottom:-13px;
    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);
}

#icone-impressao .icone {
	display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    padding: 6px 5px 5px 5px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 23px;
}

.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 {
	background-color: rgb(255,255,255);
	text-align: center;
}

.logo img {
  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(0,145,220);
}

.docs-anexos-1:hover svg, .docs-anexos-1:hover p{
	color: #FFF;
}

footer {
  width:100%;
  float:left;
  margin-top:150px;
  background: linear-gradient(to left, rgb(0, 75, 130), rgb(0, 145, 220));
  color:#FFF;
  padding:90px auto !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 {
    text-align: left;
    position: relative;
    padding:0;
    margin-bottom:40px;
	transition: 0.5s;
  }
  
  .titulo h2 {
    font-family: 'Montserrat', sans-serif;
    font-size:13px !important;
    line-height:13px;
    margin:0;
    padding:10px 25px;
    border-radius:20px;
    background-color: rgb(0,145,220);
    color:rgb(255,255,255);
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
  }

  .square {
    height:1px;
    position:absolute;
    top:17px;
    left:0;
    right:0;
    text-align:left;
    background-color:rgba(40,90,145,.4);
    transition:all .2s ease;
  }

  .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;
  }

  .titulo-interno-breadcrumb {
    text-align: left;
    position: relative;
    padding:0;
	transition: 0.5s;
	margin: 20px 0px 40px 0px !important;
  }
  
  .titulo-interno-breadcrumb h2 {
    font-family: 'Montserrat', sans-serif;
    font-size:17px !important;
    line-height:13px;
    margin:0;
    padding:10px 25px;
    border-radius:20px;
    background-color: rgb(0,145,220);
    color:rgb(255,255,255);
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
	margin-top: 17px;
  }

  .square-breadcrumb {
    height:1px;
    position:absolute;
    top:34px;
    left:0;
    right:0;
    text-align:left;
    background-color:rgba(40,90,145,.4);
    transition:all .2s ease;
  }
  
  .breadcrumb{
	list-style:none !important;
	font-size:0.8em !important;
	background-color: transparent;
  }

  .btnPadrao , .btnPadrao:visited {
	  padding:10px 16px;
	  font-size:12px;
	  line-height:14px;
	  text-transform: uppercase;
	  font-weight:900;
	  background-color:rgb(20,70,150);
	  border-radius:50px;
	  color: rgb(255,255,255);
	  border:none;
	  transition: 0.2s;
  }
	  
  .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(0,60,100);
		border-radius:4px;
		border:1px solid rgb(210,210,210);
  }
	  
  .btnPadrao1:hover , .btnPadrao1:focus , .btnPadrao1:active {
	  background-color:rgba(0,60,100);
	  border:1px solid rgb(0,60,100);
	  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 {
	padding:5px 0 !important;
	background-color: rgb(0,145,220);
}

.dynamika-menu-nav-forest ul {
	margin:0;
	padding:0;
}

.dynamika-menu-li-root {
	padding-left:20px;
	padding-right:20px;
	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;
}

.dynamika-menu-li-root:hover {
	background-color:rgb(0,75,130);
	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 {
	display:none;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
	position: absolute;
	top:51px;
	left:0;
	width:230px;
	background-color:rgb(0,75,130);
	border-radius:4px;
	overflow: hidden;
	z-index:99;
	display:flex;
	flex-direction: column;
}

.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);
	width:230px;
}

.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:rgb(0,100,150)
}

.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(255,100,0);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(255, 100, 0, 0.1);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
}
  
.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(255,100,0);
    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 div {
		  position: absolute;
		  left: -320px;
		  transition: 1s;
		  padding:0px;
		  width: 320px;
		  text-decoration: none;
		  z-index:900 !important;
		  top:3px;
	  }
	  
	  #acessibilidade div:hover {
		  position: absolute;
		  left:0px;
		  transition: 1s;
		  padding:0px;
		  text-decoration: none;
		  z-index:900 !important;
		  top:3px;
	  }
	  
	  #texto .icone {
		  display:inline-block;
		  padding:13px 15px 13px 20px;
		  top:0px;
		  color:rgb(255,255,255);
		  background-color:rgb(0,100,150);
		  font-weight:bold;
		  cursor:pointer;
		  position:fixed;
		  text-align:center;
		  left:-10px;
		  font-size:16px;
		  z-index:99 !important;
		  }
		  
	  #icones a:hover {
		  text-decoration:none;
		  opacity: 0.2;
		  filter: alpha(opacity=20);
		  }
		  
	  #texto .links {
		  display:inline-block;
		  width:230px;
		  box-shadow:0px 3px 5px 0px rgba(0,0,0,.5);
		  padding:20px 15px;
		  margin-top:47px;
		  color:rgb(255,255,255);
		  background-color:rgb(0,100,150);
		  position:fixed;
		  }
	  
	  .links svg {
		  color:rgb(125,175,215);
		  font-size:18px;
	  }
	  
	  .links a:hover svg {
		  color:rgb(255,255,255);
	  }
		  
	  #acessibilidade a {
		  display:block;
		  padding:8px 14px;
		  margin:6px;
		  color:#000;
		  border-radius:3px;
		  font-size:0.9em;
		  background-color:rgb(255,255,255);
		  top:15px;
	  }
	  
	  #acessibilidade a:hover {
		  background-color:rgb(125,175,215);
		  color:rgb(255,255,255);
	  }





/* ----- 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 button {
	color:#000
}

.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 {
	position: fixed;
	bottom: 110px;
	right: 5px;
	display: inline-block;
	width: 70px;
	z-index: 999;
	transition: all 500ms;
}

#whatsapp:hover{
	transform: scale(1.3);
	filter: brightness(115%);
}

.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(0,145,220,.1);
    border:1px solid transparent;
}
  
.btn-chamada:hover {
    background-color: rgb(255,255,255);
    border:1px solid rgb(230,230,230);
}
  
.btn-chamada span {
    color:rgb(0,145,220);
    font-size:32px;
    margin-top:10px;
}
  
.btn-chamada h3 {
    font-size:12px !important;
    line-height:14px;
    color:rgb(0,75,130);
    padding:0 10px;
    margin:8px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    display:inline-block
}

.btn-chamada-lateral {
	padding:7px 15px 10px 50px;
	margin-bottom:10px;
	height:100px;
	display:flex;
	flex-direction: row;
	align-items: center;
	transition:all .5s ease;
	border:5px solid transparent;
	border-radius:12px;
	background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(210, 210, 210) !important;
	color: rgb(0 145 220);
	color:#FFF;
}
  
.btn-chamada-lateral:hover {
	background-color:rgb(0 145 220) !important;
	color: rgb(255, 255, 255);
}

.btn-chamada-lateral:hover span, .btn-chamada-lateral:hover h3{
	color: #FFF;
}
  
.btn-chamada-lateral span {
	color:rgb(0 145 220);
	font-size:30px;
	line-height:23px;
}
  
.btn-chamada-lateral h3 {
	font-size:14px !important;
	line-height:18px;
	color:rgb(0 145 220);
	padding:10px;
	margin:0;
	text-align: left;
	text-transform: uppercase;
	font-weight:bold;
	display:inline-block;
}

.procura{
	padding: 8px 1px 10px 1px;
}

#busca {
	width:100%;
	z-index:1;
	display:flex;
	justify-content: flex-end;
	position: relative;
	padding:0;
	margin-top:48px;
}
  
  #busca input {
	background-color: rgb(255,255,255);
	border:1px solid rgb(210,210,210);
	height:40px;
	width:100%;
	padding:0 20px;
	font-size:13px;
	line-height:40px;
	text-align: left;
	border-radius:8px;
	position: absolute;
  }
  
  #busca input:hover {
	border:2px solid rgb(0,75,130);
  }
  
  #busca button {
	width:60px;
	padding-top:12px;
	padding-right:5px;
	text-align: center;
	background-color: transparent !important;
	border: none !important;
	z-index:1;
	display:flex;
	justify-content: flex-end;
	position: relative;
	margin:0 0 -20px 0;
  }
  
  #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: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comunicado {
	flex-basis: 400px;
	align-items: stretch;
	flex-grow: 1;
	flex-shrink: 1;
	overflow-y: auto;
	margin:10px;
	padding:25px;
	background-color: rgb(255, 255, 255);
	border-radius:12px;
}

.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:0;
	top:1px;
	font-size:30px;
	color:rgb(255,100,0);
}

.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;
}

.modal-header-video-capa {
	position:relative;
	background-color: rgb(0,145,220) !important;
	color:rgb(255,255,255) !important;
	justify-content: center;
}

.box-atendimento{
	background-color: rgb(255, 255, 255);
	border-radius: 20px;
	padding: 20px !important;
	margin: 0px !important;
	height: 200px;
	overflow-y: auto;
	border: 1px solid rgb(210, 210, 210) !important;
	transition: 0.5s;
}

.box-atendimento:hover{
	background-color: rgb(0,145,220);
}

.box-atendimento:hover h5 a, .box-atendimento:hover p, .box-atendimento:hover .material-maior{
	color: #FFF !important;
}

.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;
    margin: 0;
    border-radius: 12px;
    background-color: rgb(235,235,235);
}

.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;
}

.titulo-box strong {
	display:block;
	padding-bottom:3px;
	margin:0;
	font-size:16px;
	line-height:18px;
}

.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(0,145,220);
}

.box-filtros {
	padding:25px;
	background-color: rgba(0,145,220,.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: rgba(235, 235, 235) !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);
}

.noticia-listagem-interna img {
	width:300px;
	height:220px;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
	border-radius:8px 0 0 8px;
}

.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, .noticia-listagem-interna-texto a:hover{
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.noticia-listagem-interna-texto:hover {
	background-color: rgba(0,145,220,.03);
}

.noticia-listagem-interna h3 {
	padding:0;
	margin:15px 0 5px 0;
	font-size:22px;
	line-height:28px;
	padding:10px 0;
	font-weight:600;
	color:rgb(0,145,220);
	text-transform: none !important;
}

.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: rgb(255,100,0);
	font-size:14px;
	line-height:14px;
	padding:10px;
	z-index: 2;
}


 /*----- 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(0,145,220);
    font-size:50px;
    line-height:40px;
    margin:0;
    padding:0;
}
  
.transparencia h3 {
    padding:10px 0 15px 0;
    margin:0;
    font-size:20px;
    line-height:22px;
    text-transform: uppercase;
    font-weight:900;
	color: rgb(0,145,220);
}
  
.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{
	margin-bottom: 35px !important;
}

.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;
}