

body {
	margin:0 !important;
	padding:0 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size:14px;
	text-align:center !important;
	overflow-x:hidden !important;
	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;
	}

.bg-header {
	background-color: rgb(20,80,120);
}

.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    width: 90px;
    float: left;
    margin: 40px 0;
    padding: 0;
}

.logo img {
    height: 90px;
}

.nome {
    width: auto;
    float: left;
}

.nome p {
    font-weight: bold;
    margin: 0;
    padding: 50px 0 0 0;
    color: rgba(255,255,255,.5);
}

.nome h1 {
    font-weight: bold;
    color: rgb(255,255,255);
    text-shadow: 1px 2px rgb(0 0 0);
    font-size: 34px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    display: block;
	text-transform: uppercase;
}

.midia-topo {
	font-size:16px;
	line-height:16px;
	padding:10px 8px;
	color:#FFF;
	display:inline-block;
	margin:65px 1px 0 1px;
	border:2px solid rgba(235,235,235,.3);
	border-radius:50px;
	transition:all .3s ease;
}

.midia-topo:hover {
	border:2px solid rgba(235,235,235,1);
	color:#FFF;
}
	
.dados-vereador {
	position:absolute;
	bottom:0px;
	left:15px;
	right:15px;
	padding-top:10px;
	height:60px;
	background:rgb(0,0,0);
	color:#FFF;
	text-align: center;
	}
	
.dados-vereador a {
	color:#FFF;
	display:block;
	}
	
.dados-vereador a:hover {
	color:rgba(255,255,255,.5);
	}
	
.dados-vereador h3 {
	padding:0;
	margin:0;
	font-size:1.2em;
	}

.dados-vereador p {
	padding:0;
	margin:0;
}

#lateral-vereador {
	width:100%;
	height:260px;
	overflow: hidden;
	position:relative;
	border:1px solid rgb(220,220,220);
	border-radius:6px;
}

#lateral-vereador img {
	height:240px;
	min-width:100%;
	object-fit: cover;
	object-position:center;
}

#lateral-vereador .dados-vereador {
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	background-image: rgba(0,0,0,.8);
	color:#FFF;
	font-size:16px;
	line-height:15px;
	padding:8px;
}

.vereador-projeto {
	width:100px;
	height:100px;
	border-radius:50%;
	border:2px solid rgb(220,220,220);
	margin:5px;
	overflow: hidden;
	display:inline-block;
}

.vereador-projeto img {
	object-fit: cover;
	object-position:center;
	width:100px;
	height:100px;
	overflow: hidden;
}

.vereador-plenaria {
	width:100px;
	height:120px;
	border-radius:8px;
	border:2px solid rgb(220,220,220);
	margin:2px;
	overflow: hidden;
	display:inline-block;
}

.vereador-plenaria img {
	object-fit: cover;
	object-position:center;
	width:100px;
	height:120px;
	overflow: hidden;
}

.vereador-plenaria:nth-of-type(9){
	margin-right:0;
}

#evento-lista li {
	padding:1px;
	width:8.2%;
}
	
.empty , .indisponivel {
	width:100%;
	text-align:center;
	font-size:1.4em;
	font-weight:900;
	margin:40px 0;
	}

.nomargin {
	margin:0 !important;
	}

.nopadding {
	padding:0 !important;
	}
	
.padding2 {
	padding:2px;
	}
		
.padding5 {
	padding:5px;
	}

.padding5T {
	padding-top:5px;
	}
		
.padding5V {
	padding:5px 0;
	}
	
.padding10V {
	padding:10px 0;
	}
	
.padding10 {
	padding:10px;
	}

.padding10B {
	padding-bottom:10px;
	}

.padding10T {
	padding-top:10px;
	}
	
.padding13T {
	padding-top:13px;
	}

.padding15V {
	padding:15px 0;
	}
	
.padding20V {
	padding:20px 0;
	}

.padding20 {
	padding:20px;
	}
	
.padding20T {
	padding-top:20px;
	}
	
.padding20B {
	padding-bottom:20px;
	}
	
.padding30 {
	padding:30px;
	}
	
.padding30V {
	padding:30px 0;
	}
	
.padding30B {
	padding-bottom:30px;
	}

.padding30T {
	padding-top:30px;
	}
	
.padding40 {
	padding:40px;
	}

.padding40B {
	padding-bottom:40px;
	}

.padding40V {
	padding:40px 0;
	}
	
.padding50L {
	padding-left:50px;
	}

.padding50B {
	padding-bottom:50px;
	}

.padding80T {
	padding-top:80px;
	}

.padding80B {
	padding-bottom:80px;
	}
	
.nome-comissao {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	}

#aba-projeto-lei > ul > li {
	min-width:70px;
}
	
#vivo {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:999;
	background-color:#cf350b;
	color:rgb(0,0,0,.5);
	}
	
#vivo a {
  color: rgba(255,255,255,1);
}

#vivo a:hover {
  color: rgba(255,255,255,.5);
  text-decoration:none;
}

#banner, #youtube-live {
	height:350px !important;
}

.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 {
	width:100% !important;
	list-style:none !important;
	margin:0 !important;
	left:0 !important;
	list-style:none !important;
	padding:0 !important;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
}

.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);
}
	
#paginacao-atalho {
	width:100%;
	text-align:center;
	}
	
#paginacao-atalho  i {
	font-size:20px;
	margin-top:20px;
	text-align:center;
	}
	
.ytp-title-text {
	display:none !important;
}
	
#bloco-2 {
	margin-top:80px;
	padding-top:80px;
	padding-bottom:80px;
	display:flex;
	flex-direction: row;
	width:100%;
	}
	
#bloco-2 h2 {
	font-size:3em;
	line-height:1.6em;
	font-weight:900;
	color:#FFF;
	text-shadow: 1px 1px #000;
	padding-left:45%;
	text-align:right;
	}
	
#temas {
	margin-top:10px;
	margin-bottom:-10px;
	}

.lmas {
		font-weight:900;
		padding:10px 20px;
		border-radius:4px;
		border:1px solid rgb(225,225,225);
		margin-top:10px;
		text-decoration:none;
		display:inline-block;
		font-size:14px;
		line-height:14px;
		white-space:nowrap;
		flex:1;
		text-transform:uppercase;
		text-align:center;
		color:#000 !important;
	}

.btn-temas:hover {
	background-color:#538b4e;
	color:#FFF !important;
	transition:all .5s ease;
}
	
.btn-temas-topo {
	font-weight:900;
	padding:12px 25px;
	text-decoration:none;
	display:inline-block;
	font-size:13px;
	line-height:15px;
	margin-top:15px;
	margin-bottom:6px;
	white-space:nowrap;
	color:rgb(255,255,255);
	flex:1;
	border-radius:6px;
	text-transform:uppercase;
	text-align:center;
	transition:all .5s ease;
	background-color:transparent;
	}

.btn-temas-topo:hover {
	background-color: rgba(0,0,0,.4);
	color:#FFF;
}
	
.btn-temas-topo h4 {
	color:#FFF !important;
	font-size:16px;
	line-height:30px;
	display:block;
}

.anexos {
	border-top:1px solid rgb(225,225,225);
	border-left:1px solid rgb(225,225,225);
	border-bottom:1px solid rgb(200,200,200);
	border-right:1px solid rgb(200,200,200);
	padding:10px 20px;
	border-radius:4px;
	margin-bottom:5px;
}

.link-vereador-lateral, .link-anexos {
	width:100%;
	display: block;
	text-align: left;
	padding:6px;
	line-height:14px;
	font-weight:bold;
	border-bottom:1px solid rgb(230,230,230);
	margin:0;
}

.link-vereador-lateral img {
	width:30px;
	height:30px;
	display:inline-block;
	object-fit: cover;
	object-position: center;
	border-radius:30px;
	border:2px solid rgb(230,230,230);
	margin-right:10px;
	filter:grayscale(100%)
}

.link-vereador-lateral:hover img {
	margin-right:20px;
	filter:grayscale(0);
	transition:all 0.3s ease;
}

.list-plenaria {
	list-style: none;
	text-align: left;
	margin:0;
	padding:0;
}
	
.mapa-site {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:none;
	font-weight:900;
	display:block;
	padding:15px;
	border-bottom:1px solid rgb(235,235,235);
	}
	
.mapa-site li a:hover {
	background-color:rgba(245,245,245);	
	display:block;
	}

::-webkit-scrollbar              {background:rgba(255,255,255,.5); width:12px; cursor:pointer}
::-webkit-scrollbar-track        {background-color:rgba(0,0,0,.2); -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3); border-radius:0px}
::-webkit-scrollbar-track-piece  {background-color:rgba(255,255,255,0.2);}
::-webkit-scrollbar-thumb        {background-color:rgb(10,40,60); border-radius:0px; cursor:pointer}

div[vw] {
    top: 50px !important;
    margin-top:0vh !important;
}
.access-button {
	background-image: linear-gradient(to right, #0a89b2 , #014a98);
	border-radius:6px 0 0 6px;
}





/*----- FOOTER -----*/

footer {
	background-color:rgb(30,45,60);
	border-top:5px solid rgb(150,180,210);
	border-bottom:20px solid rgb(150,180,210); 
	color:#FFF;
	display:flex;
	flex-direction:column;
	margin-top:100px;
	padding-bottom:40px;
	}

footer hr {
	border-top:1px solid rgb(80,80,80);
	padding:0;
	margin:40px 0;
}
	
footer a {
	color:#FFF;
	}

footer a:hover {
	color:#CCC;
}

footer .padding-logo img {
	height:100px;
	margin-bottom:10px;
}

footer #brasao .col-12 {
	text-align: center !important;
}

footer .link-vereador-lateral {
	border-bottom:1px solid rgba(255,255,255,.1);
}

footer i {
	font-size:20px;
	padding:13px 10px;
	border-radius:100px;
	border:1px solid rgba(255,255,255,.2)
}

footer .sombra-box {
	display:none;
}

#lista-vereador img {
	height:300px;
	min-width:100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.absolute {
	position:absolute;
}

.relative {
	position:relative;
}
	
.btn-fixo {
	right:0;
	bottom:0;
	position:absolute;
	}
	
.btn-fixo-1 {
	right:10px;
	bottom:10px;
	position:absolute;
	}

.carousel-inner img {
	width:100%;
}

.carousel-control {
	font-size:60px;
	font-family:Arial;
	margin-top:30%;
	background-image: none !important;
}

.carousel-indicators {
	display: none;
}

.sombra-box {
	border-left:1px solid rgb(235,235,235);
	border-top:1px solid rgb(235,235,235);
	border-right:1px solid rgb(215,215,215);
	border-bottom:2px solid rgb(215,215,215);
	overflow-y: auto;
}

.sombra-box p {
	margin:0;
	padding:0;
}

.rounded4 {
	border-radius:4px;
}

.rounded6 {
	border-radius:6px;
}

.rounded12 {
	border-radius:12px;
}

.proposicao {
	position: relative;
}

.btn-proposicao {
	position: absolute;
	right:15px;
	top:20px;
}

.thumbnail img {
	min-width:100%;
	height:200px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.pagination li {
	padding:6px 10px;
	margin:2px;
	border-radius:8px;
	border:1px solid rgb(235,235,235);
}

.pagination span {
	padding:0;
}
	



/*----- BLOCOS -----*/

.btn-botao {
	padding:7px 15px;
	font-weight:bold;
	background-color:rgb(30,45,60);
	border:1px solid transparent;
	color:rgba(255,255,255);
	border-radius:4px;
	}
	
.btn-botao:hover {
	text-decoration:none !important;
	background-color:#6183a3;
	border:1px solid transparent;
	color:#FFF !important;
	transition:all .5s ease;
	}

.foto-lista-noticia {
	height:150px !important;
	overflow:hidden;
	}

.foto-lista-noticia img {
	min-width:100%;
	height:150px !important;
	overflow:hidden;
	object-fit: cover;
	object-position: center;
	}
	
.height150 {
	height:150px !important;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.height200 {
	height:200px !important;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.height280 {
	height:280px !important;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.height300 {
	height:295px !important;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.height400 {
	height:404px !important;
	overflow:hidden;
	}
	
#bloco-servico {
	padding-top:80px;
	display:flex;
	flex-direction: row;
	width:100%;
	}
	
.box-atalho {
	display: flex;
	flex-wrap: wrap;
}

.atalhos {
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: stretch;
	position: relative;
	border-radius:8px;
	width:100%;
	margin-right:0%;
	margin-bottom:15px;
	float:left;
	height:auto;
    padding: 25px;
	background-color:#99b7d4;
	border:5px solid #99b7d4;
	transition: all .3s ease;
}

.atalhos:nth-of-type(2n) {
	margin-right:0% !important;
}

.atalhos i {
	color:rgb(30,45,60);
	background-color: rgb(240,50,30);
	color:rgb(255,255,255);
	font-size:24px;
	position:absolute;
	top:-20px;
	left:-15px;
	padding:12px;
	border-radius:0 12px 12px 0;
}

.atalhos h4 {
	color:rgb(30,45,60);
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-transform: uppercase;
	margin:0 0 5px 0;
	display:block;
}

.atalhos a  , .atalhos a:hover {
	color:rgb(30,45,60);
}

.atalhos:hover {
	border:5px solid #788b9c;
	background-color:#FFF;
	cursor:pointer;
	text-decoration:none;
	}
	
#miolo {
	margin:15px 0 80px 0;
	}
	
.noticia-home {
	position:relative;
	height:415px;
	overflow:hidden;
}

.data-noticia-home {
	position: absolute;
	left:15px;
	top:0;
	width:80px;
	height:60px;
	border-radius:12px 0 0 0;
	background-color: rgb(240,50,30);
	color:rgb(255,255,255);
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	padding-top:10px;
}

.data-noticia-home small {
	display:block;
}

.noticia-home img {
	width:100%;
	height:415px;
	border-radius:12px;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
}

.noticia-home h2 {
	position:absolute;
	background-color:rgba(0,0,0,.8);
	left:15px;
	right:15px;
	bottom:-10px;
	border-radius:0 0 20px 20px;
	color:#FFF;
	font-size:26px;
	line-height:30px;
	font-weight:900;
	padding:20px;
	text-shadow:1px 1px 1px #000;
	transition: all .5s ease;
	cursor:pointer
}

.noticia-home:hover h2 {
	padding:50px 15px;
}
	
.titulo {
	font-weight:900;
	margin-bottom:60px;
	position:relative;
	text-align: center;
	}

.titulo h2 {
	font-size:16px;
	line-height:16px;
	font-weight:700;
	padding:12px 25px;
	text-align: center;
	border-radius:6px;
	background-color:rgb(240,240,240);
	z-index: 2;
	position: absolute;
}

.titulo hr {
	width:100%;
	position:absolute;
	left:0;
	top:20px;
	height:1px;
	margin:0;
	padding:0;
	z-index: 1;
	border-top:1px solid rgb(240,240,240);
}

.titulo a {
	position:absolute;
	z-index: 2;
	right:0;
	top:0;
	font-size:14px;
	line-height:22px;
	font-weight:700;
	padding:10px 0 10px 10px;
	text-align: center;
	background-color:rgb(255,255,255);
	color:#99b7d4;
}

.titulo a.fundo {
	position:absolute;
	z-index: 2;
	right:0;
	top:0;
	font-size:14px;
	line-height:22px;
	font-weight:700;
	padding:10px 0 10px 10px;
	text-align: center;
	background-color:rgb(205,215,225);
	color:rgb(255,255,255);
}

.titulo-interno {
	padding:25px 0 20px 0;
	width:100%;
	font-weight:900;
	margin-bottom:30px;
	font-size:16px;
	border-bottom:1px solid rgb(230,230,230);
	}

.titulo-interno span {
	padding:0;
	margin:0;
	font-size:14px;
	line-height:14px;
	display:inline;
}

.titulo-interno:hover{
	color: #000;
}

.titulo-box-vereador {
	border-bottom:3px solid rgb(25,75,120);
	padding:0 10px 10px 0 ;
	font-size:20px;
	margin-bottom:20px;
}

.panel {
	border: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
	
.box3 {
	width:32.3%;
	margin-right:1%;
	display:inline-block;
	}

.altura-box-lei , .altura-box-plenaria {
	height:570px;
	overflow-y:auto;
	overflow-x: hidden;
}
	
.box-lei {
	width:100%;
	padding:20px 0;
	border-bottom:1px solid rgb(230,230,230);
	}

.box-lei i {
	display:inline-block;
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
	margin-left:-8px;
	text-align: left;
	width:30px;
	color:#7cb04e;
}

.box-lei h4 {
	display:inline-block;
	margin-left:40px;
}
	
#mesa .box3 {
	margin-right:0;
	}
	
.box3 img , .box2-lei img {
	min-width:100%;
	height:260px;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	}
	
.box3 a {
	display:block;
	padding:20px;
	height:160px;
	background-color:rgb(240,240,240);
	text-align:left;
	}
	
.box3 i , .box2-lei i {
	color:#7daf50;
	font-size:36px;
	display:block;
	padding:10px 0 20px 0;
	}
	
.box2-lei a h5 {
	padding:0 0 10px 0;
	margin:0;
	display:block;
	height:auto;
	font-weight:900;
	font-size:2.4rem;
	}
	
.box6 {
	width:94%;
	margin:3%;
	border-radius:4px;
	display:inline-block;
	text-align: center;
	}
	
.box6 img {
	width:200px !important;
	height:200px;
	border-radius:100px;
	border:10px solid rgb(255,255,255);
	overflow:hidden;
	object-fit: cover;
    object-position: top;
	margin:auto;
	}
	
.box6 a {
	display:block;
	height:110px;
	color:rgb(20,80,120);
	text-align:center;
	}
	
.box6 h5 {
	font-size:24px;
	line-height:26px;
	margin:0;
	padding:10px;
	}
	
.box6 p {
	color:rgba(0,0,0,.7);
	text-align:center;
	padding:5px 0 0 0;
	}

.box6:nth-of-type(6) {
	margin-right:0;
}

#projeto-capa .box-proposicao {
	display:flex;
	flex-direction: column;
	align-content: stretch;
}
	
.box-proposicao {
	border:1px solid rgb(230,230,230);
	background-color: rgb(255,255,255);
	border-radius:6px;
	border-bottom:1px solid rgb(230,230,230);
	padding:30px;
	height:300px;
	position:relative;
	overflow-y: auto;
	transition:all .4s ease;
	}

.box-proposicao:hover {
	background-color:#6183a3;
	border-color:#6183a3;
	color:#FFF;
	cursor:pointer;
}
	
.box-proposicao h4 {
	text-transform:uppercase;
	border-bottom:1px dashed rgba(0,0,0,.2);
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:1.2em;
	}
	
.box-proposicao .btn-temas {
	background-color:#6183a3;
	color:#FFF !important;
	font-weight:bold;
	border:none;
	padding:8px 20px;
	font-size:1em;
	position: absolute;
	right:0;
	bottom:0;
	border-radius:0;
	transition:all .4s ease;
	}

.box-proposicao:hover .btn-temas {
	padding:8px 40px;
	background-color:#99b7d4;
	color:#6183a3;
}

.box-sessao {
	padding:30px;
	height:300px;
	border:3px solid rgb(255,255,255);
	background-color: rgb(240,240,240);
	border-radius:12px;
	transition:all .3s ease;
	margin-top:5px;
}

.box-sessao:hover {
	border:3px solid #99b7d4;
	cursor:pointer;
}

.box-sessao i {
	width:60px;
	height:60px;
	font-size:22px;
	line-height:22px;
	padding-top:18px;
	display:inline-block;
	color: #FFF;
	background-color:rgb(240,50,30);
	border-radius:100px;
	margin-bottom:5px;
	margin-top:-10px;
	transition:all .3s ease;
}

.box-sessao p {
	text-align: left !important;
}

.box-sessao:hover i {
	background-color:#99b7d4;
}

.box-sessao h3 {
	font-size:24px;
	color:rgb(30,45,60);
}
	
.padding20 {
	padding:20px;
	}
	
.margin10 {
	margin:10px;
}

.margin2T {
	margin-top:2px;
	}

.margin5T {
	margin-top:5px;
	}
	
.margin10V {
	margin:10px 0;
	}

.margin10T {
	margin-top:10px;
	}
	
.margin10R {
	margin-right:10px;
	}
	
.margin10B {
	margin-bottom:10px;
	}
	
.margin15T {
	margin-top:15px;
	}

.margin20T {
	margin-top:20px;
	}
	
.margin20B {
	margin-bottom:20px;
	}
	
.margin30T {
	margin-top:30px;
	}
	
.margin30B {
	margin-bottom:30px;
	}

.margin40V {
	margin:40px 0;
}
	
.margin40T {
	margin-top:40px;
	}
	
.margin40B {
	margin-bottom:40px;
	}
	
.margin50T {
	margin-top:50px;
	}

.margin50B {
	margin-bottom:50px;
	}
	
.margin60T {
	margin-top:60px;
	}
	
.margin70T {
	margin-top:70px;
	}

.margin80T {
	margin-top:80px;
	}

.col-comissao {
	width:180px;
	display: flex;
	flex-direction:column;
	text-align: center;
	margin:10px;
	padding:auto;
}

.foto-vereador-comissao img {
	height:200px;
	width:170px;
	margin-bottom:10px;
	border-radius:12px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	text-align:center;
	border:5px solid rgb(230,230,230);
	transition:all .2s ease;
}

.foto-vereador-comissao:hover img {
	border:5px solid rgb(20,80,120);
}

.nome-comissao {
	line-height:15px;
	text-align: center;
}

.texto-comissao p {
	text-align: left;
}

.breadcrumb {
	display:none;
}

.enabled {
	top: 30% !important;
}

.access-button {
	background-image: linear-gradient(to right, #0a89b2 , #014a98);
}

.padding-busca {
	background-color:rgb(230,230,230);
	margin-left:5px;
	color:rgba(0,0,0,.8) !important;
}

.btn-temas {
	font-size:15px;
	line-height:15px;
	color:#FFF;
	border:1px solid rgba(255,255,255,.4);
	padding:6px 15px;
	border-radius:30px;
}

.btn-temas:hover {
	background-color:#6183a3;
	border:1px solid #6183a3;
}





/* ----- ACESSIBILIDADE ----- */

#acessibilidade div {
	position: fixed;
    left:-260px;
    transition: 0.5s;
	padding:0px;
    width: 290px;
    text-decoration: none;
	z-index:90;
}

#acessibilidade div:hover {
    left: 10px;
}

#texto {
    top:0;
}

#texto .icone {
	width:40px;
	float:right;
	display:inline-block;
	padding:10px;
	background-color:rgb(25,75,120);
	border-radius:0 4px 4px 0;
	color:rgb(255,255,255);
	font-weight:bold;
	cursor:pointer;
	}
	
#texto .icone h4 {
	font-size:16px !important;
	padding-left: 2px !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);
}

.links i , .links h4 {
	font-size:14px;
	color:#7cb04e !important;
}

.links h4 small {
	color: #000;
    border-radius: 3px;
    font-size: 13px;
	font-family:'Roboto';
}

.modal-header{
	display: inline-block !important;
}





/* ----- MENU ----- */ 

.dynamika-menu-li-root {
	z-index: 90;
	transition:all .3s ease;
	border-bottom:2px solid #1c73ad;
}

.dynamika-menu-li-root:hover {
	border-bottom:1px solid rgb(255,255,255);
}

.dynamika-menu-a-root {
	text-align: center;
	padding:20px;
	font-family:"Roboto";
	font-weight:bold;
	font-size:15px;
	line-height:20px;
	width: 100%;
	text-align: center;
}

.dynamika-menu-span-items {
	background-color:rgb(225,235,235);
	border-radius:0 0 10px 10px;
	border-right:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(170,170,170);
	box-shadow:0 3px 5px 3px rgba(0,0,0,.1);
}

.dynamika-menu-span-sub {
	padding:40px;
	text-align:left;
}

.dynamika-menu-span-sub h3 {
	font-size:1rem;
	font-weight:bold;
	padding-bottom:10px;
	color:rgb(0,0,0);
}

.dynamika-menu-span-sub ul {
	margin:0;
	padding:0;
	list-style: none;
}

.dynamika-menu-li-link {
	margin:0;
	padding:0;
}

.dynamika-menu-a-link {
	display: block;
	border-bottom:1px dotted rgba(0,0,0,.1);
	color:rgb(50,50,50);
	padding:8px 0;
	margin:0;
	font-size:.85rem;
}







/* ----- MENU FECHADO ----- */

.menu-fechado {
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left:0;
	background-color: #111;
	overflow-y:auto;
	transition: 0.5s;
	padding-top:45px;
}

#close {
	top:50px;
	right:5%;
	font-size:18px;
	line-height:18px;
	padding:0 !important;
	background-color:rgb(100,100,100);
	width:30px;
	height:30px;
	font-weight:bold;
	text-align:center !important;
}

.sidenav i {
	color:#3b6f37;
	font-size:16px;
	line-height:16px;
	padding:0;
}

.sidenav a:hover i {
	color:rgba(255,255,255,.3);
}
  
.sidenav a {
	padding:9px 12px;
	text-decoration: none;
	font-size: 12px;
	border-bottom:1px solid rgba(150,150,150,.3);
	text-transform: uppercase;
	color: #FFF;
	display: block;
	transition: 0.3s;
	letter-spacing:0.5px;
}
	
.sidenav a:hover {
	background-color:#3b6f37;
	text-decoration:none;
	color:#FFF;
}

.sidenav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.sidenav > ul > li > ul {
	display:none;
}

.sidenav > ul > li:hover > ul {
	display:block;
}

.sidenav > ul > li > ul > li > a {
	color:rgba(255,255,255,.3);
	padding:4px 12px 4px 40px;
	text-decoration: none;
	font-size: 11px;
	border-bottom:none;
}

.sidenav > ul > li > ul > li > a > span {
	display:none;
}
	  
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right:0;
	font-size:30px;
	line-height:20px;
	width:40px;
	margin-left:0;
	text-align: center;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}





/* ----- BOOSTRAP ----- */

a {
	color:rgb(50,100,150);
}

a:hover {
	color:#000;
	text-decoration: none;
}

.bg-primary , .bg-primary:hover {
	background-color: rgb(30,45,60) !important;
}

.bg-secondary , .bg-secondary:hover {
	background-color: rgb(205,215,225) !important;
}

.bg-light , .bg-light:hover {
	background-color: rgb(235,235,235) !important;
}

.bg-degrade {
	background-image: linear-gradient(to top, rgb(205,215,225), rgb(255,255,255), rgb(255,255,255));
}

.text-primary {
	color:rgb(35,75,130) !important;
}

input , select , textarea {
	border-left:1px solid rgb(225,225,225)  !important;
	border-right:1px solid rgb(190,190,190)  !important;
	border-top:1px solid rgb(225,225,225)  !important;
	border-bottom:1px solid rgb(190,190,190)  !important;
	border-radius:6px;
	padding:5px 10px;
	font-size:14px;
	line-height:14px;
	height:34px;
	margin:5px 0;
}

.input-group-append button {
	display:none;
}

.file-caption {
	border:0;
}

.file-caption-name {
	height:40px;
	padding:5px 10px;
	margin:0;
}

.input-group-append .btn-primary {
	padding:9px 20px;
	font-size:12px;
	font-weight:bold;
	background-color:rgb(30,45,60) !important;
	border:1px solid rgb(30,45,60) !important;
	color:rgba(255,255,255);
	margin-top:7px;
}

button {
	border-radius:10px;
}

.btn-primary {
	background-color: #538b4e !important;
	border-color: #538b4e !important;
}

.list-group-item {
    border-left: 1px solid rgb(235,235,235) !important;
	border:0;
	padding:4px 10px;
}

.cor-aprovado {
	color: #1ed30d;
}
.cor-pedido-vistas {
	color: #d3c60d;
}
.cor-rejeitado {
	color: #d30d0d;
}

.border-radius {
	border-radius: 4px;
}

#icones i {
	padding-right:10px;
	font-style: normal;
	color:rgb(46,117,182)
}

#icones i:hover {
	color:rgb(30,90,120);
	cursor:pointer;
}

#icone-impressao .icone {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius:40px;
  padding: 7px 5px 5px 5px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  transition: all .3s ease;
}

#icone-impressao .icone:hover {
	background-color:rgb(0,0,0);
}

.icone-twitter {
  background-color: #4184CD;
}

.icone-whatsapp {
  background-color: #55B863;
}

.icone-facebook {
  background-color: #366EA7;
}

.icone-linkedin, .icone-print {
  background-color: #326BA4;
}

.nav-link {
    display: block;
    padding: 6px 10px;
}

/*----- SCROLL PARA O TOPO -----*/
.scrollTop {
	position: fixed;
	right:15px;
	bottom:15px;
	width:50px;
	height:35px;
	background-color:rgb(20,80,120);
	padding:6px 12px;
	line-height:16px !important;
	text-align:center;
	border:1px solid rgba(0,0,0,.1);
	cursor:pointer;
	opacity: 0;
	border-radius:3px;
	transition: all 0.4s ease-in-out 0s;
  }
  
  .scrollTop a {
	font-size: 14px;
	color: #fff;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	line-height:16px !important;
	padding:0;
	margin:0;
  }
  
  .scrollTop a:hover {
	color: #fff;
  }
  
  .btn-audiencia {
	font-weight:900;
	line-height:105px;
	padding:10px 20px;
	border-radius:4px;
	border:1px solid rgb(225,225,225);
	margin-top:10px;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
	line-height:14px;
	white-space:nowrap;
	flex:1;
	text-transform:uppercase;
	text-align:center;
	color:#000 !important;
}

.btn-audiencia:hover {
background-color:rgb(20,80,120);
color:#FFF !important;
transition:all .5s ease;
}


/* ----- 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;
}

.radio-satisfacao:hover {
	opacity: 0.7;
}

.radio-satisfacao input[type="radio"] {
	display: none;
}

.radio-satisfacao img {
	width: 50%;
}

#camposSatisfacao {
	display: none;
}