@charset "utf-8";

body {
	box-sizing: border-box !important;
	font-family: 'Jaldi', sans-serif;
	font-size:16px;
	line-height:20px;
	overflow-x:hidden !important;
	}
	
body *::-webkit-scrollbar {
    width:9px;
    background-color: #e2e7e8;
    height:10px;
    margin:5px;
}

body *::-webkit-scrollbar-thumb {
    background: rgb(30,125,135);
}

body *::-webkit-scrollbar-track {
    background-color:rgb(205,220,225);
}
	
footer {
	margin-top:90px;
	background-color:rgb(210,230,215) !important;
	padding-bottom:30px;
	}
	
#ao-vivo {
	margin-top:4px;
	}
	
.box-logo {
	background-color:rgb(210,230,215);
}

.nopadding {
	padding:0px !important;
	}
	
.nomargin {
	margin:0px !important;
	}
	
.padding2 {
	padding:2px!important;
	}
	
.padding5 {
	padding:5px!important;
	}
	
.padding5V {
	padding:5px 0px !important;
	}
	
.padding5R {
	padding-right:5px!important;
	}
	
.padding10 {
	padding:10px!important;
	}
	
.padding10T {
	padding-top:10px!important;
	}

.padding10B {
	padding-bottom:10px!important;
	}
		
.padding10V {
	padding:10px 0px !important;
	}
	
.padding12 {
	padding:12px!important;
	}
	
.padding15 {
	padding:15px!important;
	}
	
.padding15V {
	padding:15px 0 !important;
	}
	
.padding20 {
	padding:20px!important;
	}
	
.padding20T {
	padding-top:20px !important;
	}
	
.padding20B {
	padding-bottom:20px !important;
	}
	
.padding20V {
	padding:20px 0px;
	}
	
.padding20H {
	padding:0px 20px;
	}
	
.padding21 {
	padding:21px!important;
	}
	
.padding30 {
	padding:30px;
	}
	
.padding30V {
	padding:30px 0px;
	}
	
.padding30B {
	padding-bottom:30px;
	}
	
.padding40B {
	padding-bottom:40px;
	}
	
.padding40V {
	padding:40px 0px;
	}
	
.padding50V {
	padding:50px 0px;
	}
	
.padding50T {
	padding-top:50px;
	}
	
.padding50B {
	padding-bottom:50px;
	}
	
.padding60V {
	padding:60px 0px 50px 0px;
	}
	
.padding80V {
	padding:80px 0px 70px 0px;
	}

.margin5T {
	margin-top:5px;
	}
	
.margin5V {
	margin:5px 0px;
	}
	
.margin8T {
	margin-top:8px;
	}
	
.margin10 {
	margin:10px;
	}
	
.margin10T {
	margin-top:10px;
	}
	
.margin10B {
	margin-bottom:10px;
	}
	
.margin10V {
	margin:10px 0px;
	}
	
.margin15T {
	margin-top:15px;
	}
	
.margin15V {
	margin:15px 0px;
	}
	
.margin17T {
	margin-top:18px;
	}
	
.margin20V {
	margin:20px 0px;
	}

.margin20B {
	margin-bottom:20px;
	}
	
.margin20T {
	margin-top:20px;
	}
	
.margin25T {
	margin-top:25px;
	}

.margin30V {
	margin:30px 0px;
	}
	
.margin30T {
	margin-top:30px;
	}
	
.margin30B {
	margin-bottom:30px;
	}
	
.margin35T {
	margin-top:35px;
	}
	
.margin40T {
	margin-top:40px;
	}
	
.margin40B {
	margin-bottom:40px;
	}
	
.margin40V {
	margin:40px 0;
	}
	
.margin45T {
	margin-top:45px;
	}
	
.margin50T {
	margin-top:50px;
	}
	
.margin50B {
	margin-bottom:50px;
	}
	
.margin60T {
	margin-top:60px;
	}

.margin65T {
	margin-top:65px;
	}
	
.margin70T {
	margin-top:70px;
	}
	
.margin80T {
	margin-top:80px;
	}
	
.border {
	border:1px solid rgb(220,220,220);
	}
	
.borderT {
	border-top:1px solid rgb(220,220,220);
	}
	
.borderB {
	border-bottom:1px solid rgb(220,220,220);
	}
	
.borderBP {
	border-bottom:1px dashed rgb(220,220,220);
	}
	
.borderL {
	border-left:1px dashed rgb(220,220,220);
	}

.border1B {
	border-bottom:1px solid rgba(46,110,164,.1);
	border-top:15px solid rgb(46,110,164);
	}
	
.bordaLateral {
	border-left:1px solid rgb(190,214,225);
	right:-15px;
	}
	
.border-branco {
	color:rgba(0,0,0,.7) !important;
	border:1px solid rgba(255,255,255,.5) !important;
}

.border-branco:hover {
	color:rgba(0,0,0,.8) !important;
	background-color:rgba(255,255,255,.4) !important;
	}
	
.border-contas {
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(235,235,235);
	border-left:10px solid rgb(255,255,255);
	}
	
.border-bottom-topo {
	border-bottom:6px solid rgb(220,220,245);
	}
	
.radius4 {
	border-radius:4px;
	}
	
.radius30 {
	border-radius:30px;
	}
	
.bg-cinza {
	background-color:rgb(240,240,240);
	}
	
.bg-branco {
	background-color:rgb(255,255,255);
	}
	
.bg-verde {
	background-color:rgb(175,205,165);
	}
	
.bg-azul {
	background-color:rgb(230,235,240);
	}
	
.text-branco {
	color:rgb(255,255,255);
	}
	
.back-sessao {
	background-image:url(../images/back-sessao.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	}
	
.botoes-topo {
	background-color:rgb(90,190,120);
	padding:15px 25px;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	color:rgb(255,255,255);
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	}
	
.botoes-topo i {
	font-size:14px !important;
	line-height:14px !important;
	color:rgb(255,255,255);
	}
	
.botoes-topo:hover {
	color:rgb(255,255,255);
	background-color:rgb(50,145,80);
	text-decoration:none;
	}
	
.btnBotoes1 {
	color:rgba(255,255,255);
	background-color:rgb(195,10,5);
	padding:6px 12px;
	text-transform:capitalize;
	letter-spacing:.5px;
	}
	
.btnBotoes1:hover {
	background-color:rgb(160,5,5);
	color: white !important;
	}
	
.btnBotoes2 {
	color:rgb(255,255,255);
	background-color:rgb(90,190,120);
	padding:6px 12px;
	text-transform:capitalize;
	letter-spacing:.5px;
	}
	
.btnBotoes2:hover {
	background-color:rgb(50,145,80)!important;
	}
	
.imgVereador {
	width:100%;
	height:180px;
	object-fit:cover;
    object-position:center;
	}
	
.imgNews {
	width:100%;
	height:400px;
	object-fit: cover;
    object-position: center;
	}

.img-circle {
	width:80px;
	height:80px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}
	
.opacity-max{
	opacity:0.20
	}
	
.greyscale-max {
	filter:grayscale(100%);
	}
	
#news .col-md-5 img {
	width:100%;
	height:220px;
	object-fit: cover;
    object-position: center;
}

#news .col-md-7 a h4 {
	font-size:2em !important;
}

.tituloNews {
    background-color: rgba(0,0,0,.4);
    color: rgb(255,255,255);
    text-shadow: 1px 1px rgb(0,0,0);
    position: absolute;
    z-index: 10;
    padding: 15px;
    line-height:34px;
	bottom:0px;
    overflow: hidden;
	margin-right:15px;
	margin-bottom:0px;
	width:100%;
}

.titulo-fixo {
	background-color:rgba(0,0,0,.8);
	padding:20px;
	bottom:0;
	right:0;
	left:0;
	text-align:center;
	position:absolute;
	}
	
.titulo-fixo h2 {
	color:#FFF;
	font-size:26px;
	line-height:30px;
	padding:0;
	margin:0
	}

.relative {
	position:relative;
	}
	
.absolute {
	position:absolute;
	}
	
.g5 {
	width:5%;
	float:left;
	}
	
.g20 {
	width:20%;
	float:left;
	}
	
.g50 {
	width:50%;
	float:left;
	}

.g90 {
	width:90%;
	float:left;
	}
	
.box2 {
	float:left;
	width:49%;
	}

.box2:nth-of-type(2) , .box2:nth-of-type(4) , .box2:nth-of-type(6) , .box2:nth-of-type(8) , .box2:nth-of-type(10) {
	margin-left:2%;
	}
	
.box3 {
	float:left;
	width:32.6666666%;
	}

.box3:nth-of-type(2) , .box3:nth-of-type(3) , .box3:nth-of-type(5), .box3:nth-of-type(6) ,
.box3:nth-of-type(8) , .box3:nth-of-type(9) , .box3:nth-of-type(11), .box3:nth-of-type(12) {
	margin-left:1%;
}
	
.box4 {
	float:left;
	width:24.25%;
	}

.box4:nth-of-type(2) , .box4:nth-of-type(3) , .box4:nth-of-type(4) ,
.box4:nth-of-type(6) , .box4:nth-of-type(7) , .box4:nth-of-type(8) ,
.box4:nth-of-type(10) , .box4:nth-of-type(11) , .box4:nth-of-type(12) ,
.box4:nth-of-type(14) , .box4:nth-of-type(15) , .box4:nth-of-type(16) {
	margin-left:1%;
	}
	
.box6 {
	float:left;
	width:15.8333%;
	}
	
.box6:nth-of-type(2) , .box6:nth-of-type(3) , .box6:nth-of-type(4) , .box6:nth-of-type(5) , .box6:nth-of-type(6) ,
.box6:nth-of-type(8) , .box6:nth-of-type(9) , .box6:nth-of-type(10) , .box6:nth-of-type(11) , .box6:nth-of-type(12) {
	margin-left:1%;
	}
	
.icon-cancel-circled , .icon-ok-circled {
	bottom:0px;
	right:0px;
	font-size:20px;
	line-height:30px;
	padding:5px 0;
	position:absolute;
	background-color:#FFF;
	border-radius:8px 0 4px 0;
	}
	
.foto-noticia-capa {
	width:100%;
	height:370px;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.foto-noticia-menu {
	width:100%;
	height:150px;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.foto-lista-vereador {
	height:250px;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.foto-lista-vereador img {
	width:100%;
	min-height:250px !important;
	}
	
.height200 {
	height:220px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}

.height-galeria{
	height: 218px;
	overflow: hidden;
}

.height250 {
	height:250px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}

.height280 {
	height:280px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height300 {
	height:300px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height320 {
	height:320px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height330 {
	height:330px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height340 {
	height:340px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height345 {
	height:345px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height350 {
	height:350px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height370 {
	height:370px;
	overflow-y:auto !important;
	object-fit: cover;
    object-position: center;
	}

.height380 {
	height:380px;
	overflow-y:auto !important;
	object-fit: cover;
    object-position: center;
	}
	
.height400 {
	height:400px !important;
	overflow-y:auto !important;
	object-fit: cover;
    object-position: center;
	}
	
.height430 {
	height:440px !important;
	overflow-y:auto !important;
	object-fit: cover;
    object-position: center;
	}
	
.height470 {
	height:470px;
	overflow-y:auto !important;
	object-fit: cover;
    object-position: center;
	}
	
.height115 {
	height:130px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height110 {
	height:110px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.height80 {
	height:80px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}
	
.vereador-plenaria {
	height:150px;
	overflow-y:auto;
	object-fit: cover;
    object-position: center;
	}

.height-contas {
	max-height:500px !important;
	overflow-y:auto !important;
	}
	
.heightPresidente {
	height:220px;
	position:relative;
	margin-top:10px;
	}
	
.btn-fixo {
	position:absolute;
	right:0;
	bottom:0;
	}
	
.fotoPresidente {
	object-fit: cover;
    object-position: top;
	height:220px;
	}
	
.legenda-vereador {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	padding:10px 0;
	background-color:rgba(0,0,0,.8);
	color:#FFF;
	font-weight:400;
	font-size:1em;
	line-height:16px;
	}
	
.font20 {
	font-size:20px;
	}
	
.atalhos {
	border:1px solid rgb(230,230,230);
	text-align:center;
	width:49%;
	padding-bottom:10px;
	margin-right:2%;
	margin-bottom:15px;
	height:135px;
	float:left;
	overflow-y:auto;
	}

.atalhos:nth-of-type(2) , .atalhos:nth-of-type(4) {
	margin-right:0;
	}

.atalhos i {
	color:rgb(45,30,115);
	font-size:45px;
	padding:0;
	margin:0;
}

.atalhos a {
	color:rgb(0,0,0);
}

.atalhos h3 {
	padding:10px 0;
	line-height:20px;
	margin:0;
}

.atalhos:hover , .atalhos a:hover {
	background-color:rgb(245,245,245);
	cursor:pointer;
	text-decoration:none;
	}
	
.bs-callout {
    margin-bottom:10px;
    border-left-width:3px;
	border-radius:4px;
}

.bs-callout-danger {
    border-left-color:rgb(90,170,60);
}

.bs-callout-danger #icon-atalho {
	color:rgb(255,255,255) !important;
	}

.box-callout {
	text-align:center;
	display:table;
	}
	
.box-callout a {
	font-size:17px;
	line-height:17px;
	font-weight:500;
	display:table-cell;
	vertical-align:middle;
	height:84px;
	color:rgb(90,170,60);
}

.box-callout a.icone {
	font-size:30px;
	text-decoration:none;
	}

.indisponivel {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:600;
	padding:60px 0px;
	text-align:center;
}

.carousel-inner img {
	width:100% !important;
}

.carousel-control {
	display:none;
}

.empty {
	width:100% !important;
	float:left !important;
	padding:90px 0px !important;
	text-align:center !important;
	font-size:1.2em !important;
	font-weight:600 !important;
}

.nav-tabs li a {
	background-color:rgb(223,240,216);
	border:1px solid rgb(255,255,255);
}
	
.nav-tabs li.active a:link , .nav-tabs li.active a:visited {
	background-color:rgb(51,122,183);
	color:rgb(255,255,255);
}

#titulo320 {
	margin-top:-95px;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
	}

.btn-simples {
	border:1px solid rgb(220,220,220);
	padding:5px 12px;
	text-decoration:none;
}

.btn-simples:hover {
	text-decoration:none;
	background-color:rgb(83,83,160);
	border:1px solid rgb(83,83,160);
	color:rgb(255,255,255);
}

#evento-lista > .nav > li > a {
	background-color:#FFF !important;
	color:rgb(50,50,50);
	border:1px solid rgb(210,210,210) !important;
	border-bottom:2px solid rgb(200,200,200) !important;
	border-radius:4px !important;
	margin:0 3px !important;
	text-align:center !important;
	padding:15px 0px !important;
	font-weight:600 !important;
	text-transform:uppercase !important;
}

#evento-lista > .nav > li > a:hover , #evento-lista > .nav > li.active > a {
	background-color:#dfcb31 !important;
	color:#FFF !important;
	}
	
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999 !important;
}

.sticky + .content {
  padding-top: 60px;
}

::-webkit-scrollbar              {background:rgba(255,255,255,.5); width:10px;}
::-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(105,150,95);}



/* ----- TABS ----- */

.tabVereador {
  position: relative;
  max-width:98%;
  margin:0 auto;
}

.tabAgenda {
  position: relative;
  max-width: 100%;
  margin:40px auto;
}

.tabVereador p , .tabAgenda p {
  margin: 0;
  padding: 0;
}

.tabsVereador:after , .tabsAgenda:after {
  content: '.';
  display: block;
  clear: both;
  visibility: none;
}

input.tabs {
  display: none;
}

input.tabs + label {
  line-height: 40px;
  padding: 0 20px;
  background:rgb(46,110,164);
  color: #fff;
  font-weight:normal !important;
  cursor: pointer;
  transition: background ease-in-out .3s;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

input.tabs:checked + label {
  color: #000;
  background:rgb(223,240,216);
}

.tabAgenda input.tabs + label + div {
  width: 98%;
  opacity: 0;
  position: absolute;
  background:rgb(255,255,255);
  border:1px solid rgb(200,200,200);
  top: 55px;
  height:600px;
  z-index: -1 !important;
  padding:5px 20px 20px 20px;
  transition: opacity ease-in-out .3s;
  overflow-y:scroll;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}

input.tabs:checked + label + div {
  opacity: 1;
  z-index: 1000;
}



/* --- BUSCA --- */

.gsc-adBlock {
	display: none !important;
	}
	
.gsc-result {
    width: 100% !important;
    margin-top:-15px !important;
	padding:1px !important;
	margin-bottom:30px !important;
	margin-left:-10px !important;
	border:1px solid transparent !important;
}

.gsc-table-result {
	border-bottom:1px solid rgb(230,230,230) !important;
	border-radius:4px !important;
}

.gs-title {
	text-align:left !important;
	margin-top:10px;
	font-weight:bold;
}

.gsc-url-bottom {
	margin-bottom:20px;
}

.gs-visibleUrl , .gs-visibleUrl-short {
	font-weight:normal !important;
	font-style:italic;
	}
	
.gsc-cursor-page {
	padding:8px 15px !important;
	border:1px solid rgb(230,230,230) !important;
	border-radius:5px !important;
	text-align:center !important;
	}
	
.gsc-cursor-current-page {
	padding:8px 15px !important;
	border:none !important;
	border-radius:5px !important;
	color:rgb(255,255,255) !important;
	}
	
.gsc-table-cell-thumbnail {
	width:15% !important;
	padding:0 !important;
	margin:0 !important;
	}
	
.gsc-table-cell-thumbnail .gs-image-box {
	width:100% !important;
	padding-right:10px !important;
	margin-right:0 !important;
	padding-bottom:20px !important;
	}
	
.gs-image img {
	min-width:100% !important;
	height:auto !important;
	max-height:150px !important;
}
	
.gsc-above-wrapper-area {
	display:none;
	}
	
.gs-title {
	margin:5px 0px !important;
	}

.gcsc-branding {
	display:none !important;
	}
	
.gs-snippet b {
	background-color:rgb(240,240,240);
	padding:2px 5px;
	font-weight:normal !important;
	}
	
.gsc-url-bottom {
	height:1px !important;
	overflow:hidden !important;
}





/* ----- MENU ----- */

.menu {
	height:42px;
	font-size:14px;
	line-height:42px;
	cursor:pointer;
	position:fixed;
	text-align:center;
	left:0;
	top:0;
	color:rgb(255,255,255);
	padding:2px 20px;
	background-color:rgb(50,100,155);
	z-index:999;
	}
	
#navbar {
	background-color:rgb(50,100,155);
	width:100%;
	float:left;
	height:60px;
	z-index:99;
	}
	
#topo-menu {
	z-index:999 !important;
	left:0;
	right:0;
}
.nav-menu {
    cursor: default;
	width:100%;
	float:left;
	padding:0;
	margin:0;
	font-weight:400 !important;
	letter-spacing:.3px;
	top:0;
	height:60px;
	background-color:rgb(50,100,155);
}
.nav-menu > li {
    display: block;
    float: left;
	width:16.66666666%;
}
.nav-menu a {
	text-decoration:none !important;
}
.nav-menu > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 60px;
    line-height: 60px;
	font-size:1.1em;
    border-left: 1px solid rgba(255,255,255,.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	text-decoration:none;
	text-align:center;
	color:rgb(255,255,255);
	letter-spacing:-.5px;
}
.nav-menu > li:hover > a {
	background:rgb(25,75,120);
	color:rgb(255,255,255);
	cursor:pointer;
}
.nav-menu > li:last-child > a {
    border-right: 1px solid rgba(255,255,255,.3);
}
.nav-menu > li > div {
    position: absolute;
    display: block;
    width:100%;
	top: 60px;
    left: 0 !important;
    opacity: 0;
	padding:35px 15px;
    visibility: hidden;
    overflow: hidden;
	z-index:100 !important;
    background:rgb(25,75,120);
	color:rgb(255,255,255);
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.nav-menu > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
.nav-menu > li > div > div > h4 {
	color:rgb(255,255,255);
	font-size:1.1em;
	font-weight:100;
	background-color:rgba(255,255,255,.1);
	padding:10px 0;
	text-align:center;
	border-radius:2px;
}
.nav-menu > li > div > div > a {
	display:block;
	padding:6px 10px;
	color:rgb(255,255,255);
	border-bottom:1px solid rgba(255,255,255,.15);
}
.nav-menu > li > div > div > a:hover {
	background-color:rgb(255,255,255,.1);
	}
#noticia-menu {
	color:rgba(255,255,255);
	font-size:1.2em;
	}
#noticia-menu:hover {
	color:rgba(0,90,40);
	}
#menu-foto-vereador {
	width:20%;
	float:left;
}
#menu-nome-vereador {
	width:76%;
	float:left;
	margin-left:4%;
}
img.vereador {
	height:90px;
  	object-fit:cover;
  	object-position:top;
  	overflow:hidden;
}
#vereador a {
	color:rgb(255,255,255);
	padding:10px;
	border-radius:2px;
}
#vereador a h4 {
	color:90,170,60;
	font-size:1.1em;
}
#aba-projeto li a {
	background-color:rgb(210,230,215) !important;
	margin:0 10px !important;
	color:rgb(130,170,140) !important;
	padding:10px 20px !important;
	border-radius:30px;
	font-size:.9em !important;
	line-height:20px;
	text-transform:uppercase !important;
	border:0 !important;
}

#aba-projeto li.active a {
	background-color:rgb(90,190,120) !important;
	color:rgb(255,255,255) !important;
	cursor:pointer !important;
	border-radius:30px !important;
	border:0 !important;
	cursor:auto !important;
}

#aba-projeto .next , #aba-projeto .last , #aba-projeto .first , #aba-projeto .prev {
	display:none !important;
}

#abas-plenarias {
	margin-top:-30px !important;
	}

#abas-plenarias li a {
	border:0 !important;
	margin:0 0 0 0;
	left:0px;
	background-color:rgb(0,0,0,.1) !important;
	border-radius:0 !important;
	color:rgb(255,255,255) !important;
	font-size:.8em !important;
	text-transform:uppercase !important;
}

#abas-plenarias li.active a {
	border:none !important;
	border-bottom:0 !important;
	margin:0 0 -1px 0;
	background-color:rgba(0,0,0,.25) !important;
	color:rgb(255,255,255) !important;
}

.nome-comissao {
	position:absolute;
	background-color:rgba(0,0,0,.8);
	bottom:0;
	left:0;
	right:0;
	padding:10px 20px;
	color:#FFF;
	line-height:17px;
	overflow:hidden;
	}



/* ----- ACESSIBILIDADE ----- */

#acessibilidade div {
	position: fixed;
	margin-top: 90px;
    left:-260px;
    transition: 0.5s;
	padding:0px;
    width: 295px;
    text-decoration: none;
	z-index:999 !important;
}

#acessibilidade div:hover {
    left: 10px;
}

#texto {
    top:8px;
}

#texto .icone {
	width:45px;
	float:right;
	display:inline-block;
	padding:10px 10px 10px 14px;
	background-color:rgb(25,75,120);
	border-radius:0 4px 4px 0;
	color:rgb(255,255,255);
	font-weight:bold;
	cursor:pointer;
	}
	
#texto .icone h2 {
	margin-left:-3px !important;
	}
	
#texto .links {
	display:inline-block;
	width:250px;
	float:left; 
	box-shadow:0px 3px 6px 0px rgba(0,0,0,.5);
	background-color:#FFF;
	padding:15px;
	margin-top:1px;
	background-color:rgb(243,240,183);
	}
	
#acessibilidade a {
	display:block;
	padding:10px;
	border-bottom:2px solid rgb(190,190,190);
	border-right:1px solid rgb(190,190,190);
	border-left:1px solid rgb(230,230,230);
	border-top:1px solid rgb(230,230,230);
	margin:5px;
	color:#000;
	border-radius:3px;
	font-size:0.8em;
	background-color:rgb(255,255,255);
}

#acessibilidade a:hover {
	background-color:rgb(242,242,242);
}



/* ----- BANNER ----- */

.bx-wrapper {
	width:100% !important;
	float:left !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	left:0 !important;
	box-shadow:none !important;
    border:none !important;
    background:rgb(255,255,255) !important;
}

.bx-wrapper ul {
	width:100% !important;
	list-style:none !important;
	margin:0 !important;
	left:0 !important;
	list-style:none !important;
	padding:0 !important;
}

.bx-viewport img {
	list-style:none !important;
	margin:0 !important;
	left:0 !important;
	list-style:none !important;
	padding:0 !important;
}

.bx-pager {
	bottom:0px !important;
	z-index:2 !important;
	height:30px;
	}
	
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF  !important;
    text-indent: -9999px;
    display: block;
    width:20px !important;
    height:6px  !important;
    margin:-24px 2px 0 2px  !important;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	z-index:2 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background:rgb(255,220,0);
}

.nav-tabs {
	padding:8px;
}

.nav-tabs .active {
	background-color:rgb(255,255,255);
	border-bottom:1px solid rgb(255,255,255);
}

.nav-item {
	border:1px solid rgb(220,220,220);
	background-color:rgb(220,220,245);
	padding:12px 40px 10px 40px;
	border-radius:5px 5px 0 0;
	font-size:16px;
	font-weight:600;
}

.nav-item:first-child {
	margin-right:0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1099;
    top: 0;
    left: 0;
    background-color:rgb(25,75,120);
    overflow-x: hidden;
	overflow-y:scroll;
    transition: 0.5s;
    padding-top:20px;
}

.sidenav ul {
	list-style:none !important;
	margin:0;
	padding:0;
	left:0;
}

.sidenav button.accordion {
    height:0 !important;
	margin:0 !important;
	background-color:transparent !important;
	border:none !important;
}

.sidenav .panel {
	background-color:transparent !important;
	border:none;
	margin-bottom:0 !important;
	}

.sidenav .panel a {
    padding:8px 16px;
    text-decoration: none;
    font-size:14px;
	font-weight:400;
    color: rgba(255,255,255,.8);
	width:100%;
	margin:0 10px -20px 0;
	display:block;
	border-bottom:1px solid rgba(255,255,255,.25);
	text-align:left;
	background-color:transparent !important;
}

.sidenav .panel a:hover {
	background-color:rgba(255,255,255,.3) !important;
	color:rgb(255,255,255) !important;
	transition: 0.3s;
}

.sidenav .panel:last-child {
	margin-bottom:80px !important;
	}

.sidenav .closebtn {
    position:absolute;
    top:0px;
    right:0px;
	padding:5px 20px;
    font-size:30px;
	line-height:30px;
	border-bottom:none !important;
	color:#FFF !important;
}

.posiciona-texto ul{	 
	list-style-type: none;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    color: #222;
    white-space: nowrap; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
    -moz-box-shadow: 0px 0px 4px #222;  
    -webkit-box-shadow: 0px 0px 4px #222;  
    box-shadow: 0px 0px 4px #222;  
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}


/*----- SCROLL PARA O TOPO -----*/
	  
.scrollTop {
	position: fixed;
	right:10px;
	bottom:40px;
	width:50px;
	height:50px;
	background-color: rgb(219, 9, 8);
	padding:6px;
	line-height:16px !important;
	text-align:center;
	border:1px solid rgba(0,0,0,.1);
	cursor:pointer;
	opacity: 0;
	border-radius:10px;
	transition: all 0.4s ease-in-out 0s;
  }
  
  .scrollTop a {
	font-size: 14px;
	color: rgb(228,237,243);
	font-weight:600;
	text-decoration:none;
	text-align:center;
	line-height:16px !important;
	padding:0;
	margin:0;
  }

  .scrollTop:hover a {  color: rgb(224,240,216)  !important; }

  .scrollTop:hover { background-color: rgb(50, 100, 155); } 





/* Estilo Cookies */

  .cc-nb-okagree { background-color: rgb(50, 100, 155) !important }

  .termsfeed-com---palette-light .cc-nb-reject { background-color: rgb(195,10,5) !important }




/* List Item Anexos */

  .list-group-item .row a { 
	overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-group-item .row {
	padding: 0px 10px;
	align-items: center;
}

#aba-projeto ul {
	overflow: auto !important;
}

/* ----- AVALIAÇÃO DE ATENDIMENTO -----*/

.box-avaliacao {
	width:100%;
	height:390px;
	margin-bottom:30px;
	background-color:rgb(175, 175, 175);
	color:#FFF;
	background-position:95% 90%;
	background-repeat:no-repeat;
	background-size:10%;
	padding:30px;
	border-radius:6px;
	position:relative;
}

.radio-image {
	display: flex;
	justify-content: space-between;
}

.radio-satisfacao {
	text-align: center !important;
	font-weight: normal;
}

.radio-satisfacao:hover {
	opacity: 0.7;
}

.radio-satisfacao input[type="radio"] {
	display: none;
}

.radio-satisfacao img {
	width: 50%;
}

#camposSatisfacao {
	display: none;
}