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;
}

.container-fluid {
	width: 100%;
	padding-right: 60px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
}

header {
	background-color: rgb(75, 140, 210);
}

#brasao .padding-logo {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#brasao img {
	width: 90px;
	margin: 35px 0;
}

#brasao h1 {
	font-size: 15px;
	margin: 0;
	padding-top: 63px;
	display: block;
	color: rgb(255, 255, 255);
	position: absolute;
	top: 0;
	left: 110px;
	white-space: nowrap;
}

#brasao h2 {
	font-family: 'Montserrat';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	display: block;
	color: rgb(255, 255, 255);
	position: absolute;
	top: 77px;
	left: 110px;
}

.midia-topo {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 8px;
	color: #FFF;
	display: inline-block;
	margin: 67px 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;
}

.col-botoes-editaveis {
	display: flex;
	justify-content: flex-end;
	column-gap: 7px;
}

.align-items-center {
	align-items: center !important;
}

.list-group {
	width: 100%;
}

.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-plenaria,
.vereador-projeto {
	width: 110px;
	height: 140px;
	border: 1px solid rgb(180, 180, 180);
	border-radius: 4px;
	margin: 1px;
	overflow: hidden;
	display: inline-block;
}

.vereador-plenaria img,
.vereador-projeto img {
	object-fit: cover;
	object-position: center;
	width: 110px;
	height: 140px;
	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;
}

.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);
}

#banner img {
	width: 100%;
	margin-top: 50px;
}

#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: 15px;
	line-height: 15px;
	margin-top: 38px;
	margin-bottom: 5px;
	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;
	border: 2px solid rgb(75, 140, 210);
}

.btn-temas-topo:hover {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .5);
	color: #FFF;
}

.btn-temas-topo h4 {
	color: #FFF !important;
	font-size: 20px;
	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;
}

.vereador-capa {
	border: 7px solid rgb(205, 215, 225);
	border-radius: 4px;
	background-color: #1e2d3c;
	transition: all .2s ease;
}

.vereador-capa img {
	display: inline-block;
	left: 0;
	height: 200px;
	width: 200px;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.vereador-capa a {
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	color: #FFF;
	top: 60px;
	padding-left: 10px;
}

.vereador-capa:hover a {
	color: #FFF;
}

.vereador-capa:hover {
	background-color: rgb(50, 100, 150);
	color: #FFF;
}

.mapa-site {
	margin: 0;
	padding: 0;
	list-style-position: none;
}

.mapa-site li {
	text-align: left;
}

.mapa-site li a {
	font-weight: 900;
	display: block;
	padding: 10px;
}

.mapa-site li a:hover {
	background-color: rgba(245, 245, 245);
	display: block;
}

::-webkit-scrollbar {
	background: rgba(255, 255, 255, .5);
	width: 8px;
	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: #70a268;
	border-radius: 0px;
	cursor: pointer
}

div[vw] {
	top: 75px !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(75, 140, 210);
	color: #FFF;
	display: flex;
	flex-direction: column;
	margin-top: 100px;
	padding-bottom: 40px;
}

footer hr {
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding: 0;
	margin: 40px 0;
}

footer a {
	color: #FFF;
}

footer a:hover {
	color: #CCC;
}

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;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.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;
}





/*----- 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: 50px;
}

.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;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
	float: left;
	height: auto;
	padding: 20px 20px 15px 20px;
	border-bottom: 2px solid #99b7d4;
	transition: all .3s ease;
}

.atalhos:nth-of-type(2n) {
	margin-right: 0% !important;
}

.atalhos i {
	color: rgb(30, 45, 60);
	font-size: 36px;
	margin: 0;
	padding: 0;
}

.atalhos h4 {
	color: rgb(30, 45, 60);
	font-size: 20px;
	line-height: 20px;
	margin: 10px;
	text-align: center;
	display: block;
}

.atalhos a,
.atalhos a:hover {
	color: rgb(30, 45, 60);
}

.atalhos:hover {
	border-bottom: 2px solid #788b9c;
	background-color: #e3ecf5;
	cursor: pointer;
	text-decoration: none;
}

.atalhos p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#miolo {
	margin: 15px 0 80px 0;
}

.principal-noticia {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.principal-noticia img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.principal-noticia h2 {
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 28px;
	line-height: 30px;
	font-weight: 900;
	padding: 15px;
	text-shadow: 1px 1px 1px #000;
	transition: all .5s ease;
	cursor: pointer
}

.principal-noticia:hover h2 {
	padding: 50px 15px;
}

.secundaria-noticia {
	position: relative;
	width: 50%;
	float: left;
	height: 225px;
	border: 1px solid rgb(255, 255, 255);
	overflow: hidden;
}

.secundaria-noticia img {
	width: 100%;
	height: 225px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.secundaria-noticia h2 {
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	padding: 12px;
	text-shadow: 1px 1px 1px #000;
	transition: all .5s ease;
	cursor: pointer
}

.secundaria-noticia:hover h2 {
	padding: 30px 12px;
}

.titulo {
	font-weight: 900;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
}

.titulo h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 50px;
	border-radius: 40px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(220, 220, 220);
	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(220, 220, 220);
}

.titulo a {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 15px 0 15px 30px;
	border-radius: 20px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	color: #99b7d4;
}

.titulo-interno2 {
    margin-left: -3% !important;
    text-align: right !important;
}

.titulo-interno, .titulo-interno2 {
	padding: 25px 0 20px 0;
	width: 100%;
	font-weight: 900;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 1px solid rgb(230, 230, 230);
	text-align: left;
}

.titulo-interno span, .titulo-interno2 span {
	font-size: 14px;
	line-height: 14px;
	display: inline;
}

.titulo-interno:hover, .titulo-interno2: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 {
	width: 100%;
	height: 260px;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.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: 0 3%;
	border: 5px solid rgb(255, 255, 255);
	border-radius: 4px;
	display: inline-block;
}

.box6 img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.box6 a {
	display: block;
	padding: 15px;
	height: 110px;
	background-color: rgb(30, 45, 60);
	color: #FFF;
	text-align: left;
}

.box6 h5 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0 4px 0 0;
}

.box6 p {
	color: #FFF;
	text-align: left;
	padding: 5px 0 0 0;
	line-height: 18px;
	font-size: 14px;
}

.box6:nth-of-type(6) {
	margin-right: 0;
}

#projeto-capa .box-proposicao {
	display: flex;
	flex-direction: column;
	align-content: stretch;
}

.box-proposicao {
	min-height: 230px;
	border-right: 1px solid rgb(190, 190, 190);
	border-bottom: 1px solid rgb(190, 190, 190);
	border-top: 1px solid rgb(220, 220, 220);
	border-left: 1px solid rgb(220, 220, 220);
	padding: 30px;
	border-radius: 6px;
	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: 20px 0 4px 0;
	transition: all .4s ease;
}

.box-proposicao:hover .btn-temas {
	padding: 8px 40px;
	background-color: #99b7d4;
	color: #6183a3;
}

.box-sessao {
	padding: 20px;
	border-radius: 4px;
	height: 320px;
	border: 1px solid rgb(225, 225, 225);
	border-bottom: 3px solid #99b7d4;
	transition: all .3s ease;
}

.box-sessao:hover {
	border-bottom: 7px solid #99b7d4;
}

.box-sessao i {
	width: 60px;
	height: 60px;
	font-size: 22px;
	line-height: 22px;
	padding-top: 20px;
	display: inline-block;
	color: #FFF;
	background-color: #99b7d4;
	border-radius: 100px;
	margin-bottom: 10px;
}

.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: 140px;
	width: 140px;
	margin-bottom: 10px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	text-align: center;
	border-radius: 100px;
	border: 5px solid rgb(255, 255, 255);
	transition: all .2s ease;
}

.foto-vereador-comissao:hover img {
	border: 10px solid rgba(255, 255, 255, .5)
}

.nome-comissao {
	line-height: 15px;
	text-align: center;
}

.texto-comissao p {
	text-align: left;
}

.enabled {
	top: 30% !important;
}

.access-button {
	background-image: linear-gradient(to right, #0a89b2, #014a98);
}

.padding-busca {
	background-color: rgba(0, 0, 0, .1);
	margin-left: 5px;
	color: rgb(255, 255, 255) !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';
}





/* ----- MENU ----- */

.dynamika-menu-li-root {
	z-index: 90;
	transition: all 1s ease;
	border-right: 1px solid rgba(220, 220, 220);
}

.dynamika-menu-li-root:hover {
	background-color: rgb(227, 235, 243);
}

.dynamika-menu-li-root:first-child {
	border-left: 1px solid rgb(220, 220, 220);
}

.dynamika-menu-a-root {
	text-align: center;
	padding: 22px;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	text-align: center;
}

.dynamika-menu-span-items {
	background-color: rgb(227, 235, 243);
}

.dynamika-menu-span-sub {
	padding: 40px 30px 30px 30px;
	text-align: left;
}

.dynamika-menu-span-sub h3 {
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 10px;
	color: rgb(0, 0, 0);
}

.dynamika-menu-a-link {
	display: block;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	padding: 8px 0;
	font-size: .85rem;
}







/* ----- MENU FECHADO ----- */

#menu-fechado {
	color: #FFF;
}

.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(200, 200, 200) !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;
}

.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: 35px;
	height: 35px;
	border-radius: 5px;
	padding: 6px 5px 5px 5px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
}

.icone-twitter {
	background-color: #4184CD;
}

.icone-whatsapp {
	background-color: #55B863;
}

.icone-facebook {
	background-color: #366EA7;
}

.icone-linkedin,
.icone-print {
	background-color: #326BA4;
}



/*----- SCROLL PARA O TOPO -----*/

.scrollTop {
	position: fixed;
	right: 10px;
	bottom: 40px;
	width: 50px;
	height: 50px;
	background-color: rgb(153, 183, 213);
	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(30, 45, 60);
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 16px !important;
	padding: 0;
	margin: 0;
}



/*----- RELATÓRIO ATENDIMENTO -----*/

#box-relatorio .relatorio {
	margin: 15px;
	height: auto;
	min-height: 100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

#box-relatorio {
	justify-content: center;
}

.relatorio:hover {
	background-color: rgb(30, 45, 60);
	cursor: pointer;
}

.relatorio {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	padding: 20px;
	display: block;
	border-radius: 6px;
	background-color: rgb(75, 140, 210);
	transition: all .5s ease;
}

.relatorio a {
	font-weight: 900;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.relatorio:hover a {
	color: rgb(250, 250, 250);
}

.relatorio p {
	padding: 10px 10px 0 10px;
	color: #fff;
	margin: 0;
	font-weight: 100;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0;
}

.relatorio:hover,
.relatorio:hover p {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.cc-nb-reject {
	background-color: orangered !important;
}

.cc-nb-okagree {
	background-color: rgb(75, 140, 210) !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;
}

.radio-satisfacao:hover {
	opacity: 0.7;
}

.radio-satisfacao input[type="radio"] {
	display: none;
}

.radio-satisfacao img {
	width: 50%;
}

#camposSatisfacao {
	display: none;
}