#video-home {
	width: 100%;
	height: 80%;
	object-fit: cover;
	z-index: -1;
	position: absolute;
	left: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	outline-color: #00adef;
	background-color: #f0f0f0;
	position: relative;
	font-size: 14px;
}

body.index_body {
	background-color: #f5f5f5;
}

b,
strong {
	font-weight: 700;
}

footer {
	/*margin-top: 150px;*/
	background-color: #0b182c;
}

#map {
	margin-top: 50px;
	width: 100%;
	height: 400px;
	border: 5px solid #EAEAEA;
}

#dropdown_acessibilidade {
	position: fixed;
	left: 0;
	top: 90px;
	cursor: pointer;
	z-index: 100;
}

#dropdown_acessibilidade .dropdown-menu {
	min-width: 185px;
}

#botao_acessibilidade {
	position: relative;
}

#botao_acessibilidade svg {
	color: #fff;
	height: 45px;
	width: 44px;
	display: block;
	padding: 10px;
	background-color: #60ab52;
}

#content_acessibilidade {
	background-color: #60ab52;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#content_acessibilidade.closed {
	transform: translateX(-200px);
}

#content_acessibilidade ul {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#content_acessibilidade li a {
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	width: 100%;
}

#content_acessibilidade a:hover span {
	text-decoration: underline;
}

#content_acessibilidade li a svg {
	height: 25px;
	width: 25px;
	color: #fff;
}

:focus {
	outline-color: #00adef;
}

.relative {
	position: relative;
}

.breadcrumb>li+li:before {
	display: none;
}

#list-docs-pattern {
	margin-top: 0;
}

.submit_leis {
	background: #00adef;
	color: #fff;
	height: 32px;
	vertical-align: middle;
	border: none;
	width: 110px;
}

#conteudo_lei {
	display: inline-block;
	width: 100%;
}

.escolha_ano #escolha_ano {
	margin-right: 10px;
	font-size: 14px;
	color: #777777;
	padding: 5px 80px 5px 5px;
}

.escolha_ano #escolha_tipo {
	margin-right: 10px;
	font-size: 14px;
	color: #777777;
	padding: 5px 20px 5px 5px;
}

.escolha_ano input {
	margin-right: 10px;
	font-size: 14px;
	padding: 4px 6px;
	margin-top: 3px;
	display: inline-block;
	vertical-align: middle;
}

.panel-title a {
	font-size: 15px;
}

.conteudo_parlamentar #accordion a {
	font-weight: normal;
}

.conteudo_parlamentar #accordion .panel-title a:hover {
	text-decoration: none;
}

#accordion .anexos svg {
	height: 17px;
	width: 17px;
	margin-right: 5px;
}

#accordion .panel-default>.panel-heading {
	color: #777777;
	background-color: #f0f0f0;
	border-color: #C9C9C9;
	padding: 0;
}

#accordion .panel-default>.panel-heading a {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
}

#accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #00426F;
	color: #f2f2f2;
}

.exportar_dados_leis {
	margin-top: 20px;
	margin-bottom: 30px;
}


.hidden-ancora,
.h1-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.breadcrumb a {
	color: inherit;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb {
	background-color: transparent;
	padding-left: 0px;
	margin-bottom: 0px;
	color: #27394e;
	font-weight: 600;
	margin-top: 25px;
}

.busca a {
	color: #333;
}

.busca a:hover {
	text-decoration: underline;
	color: inherit;
}

#potedemel,
#txt_obrigatorio {
	display: none;
}

.anexos a {
	color: #737373;
	line-height: 30px;
}

.anexos span {
	color: #737373;
}

.anexos .titulo_anexos {
	display: block;
	text-align: center;
	margin: 15px 0;
	color: #919191;
}

.anexos ul {
	background-color: #F5F5F5;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EAEAEA;
	margin-top: 30px;
}

.anexos ul li {
	height: 60px;
	padding: 15px;
	border-top: 1px solid #EAEAEA;

}

.anexos svg {
	height: 30px;
	width: 30px;
	color: #D3D6CF;
	display: inline-block;
	vertical-align: middle;
}

.anexos svg:hover {
	color: #83957B;
}

.list-docs-link,
.list-docs-link:visited {
	padding: 7px 30px;
	background-color: #fff;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #E0E0E0;
	color: #AAAAAA;
	margin-bottom: 3px;
}

.list-docs-link:hover,
.list-docs-link.selected {
	color: #00adef;
}

.list-docs-link-box {
	margin-bottom: 15px;
}

.clr:after {
	content: " ";
	clear: both;
	display: block;
}

.no_border {
	border: 0px !important;
	border-bottom: 0px !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.inline_middle {
	display: inline-block;
	vertical-align: middle;
}

.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.border10white {
	border: 10px solid #fff;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	color: inherit;
}

.navbar {
	margin-bottom: 0px;
	border: 0px solid transparent;
	border-radius: 0px;
}

.bgcolor_green1 {
	background-color: #A3B19E;
}

.bgcolor_green2 {
	background-color: #E0E2DD;
	width: 100%;
	top: 0;
	border-bottom: 1px solid #6B9469;
}

/*
.pesquisa_cabecalho{
	float: right;
}

.pesquisa_cabecalho svg{
	color: #A3B19E;
}
*/
.contents_svg_top {
	background-color: #A3B19E;
	height: 40px;
	width: 40px;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.contents_svg_top svg,
.acessibilidade svg {
	color: #ffffff;
	padding: 11px;
	height: 40px;
	width: 40px;
	display: inline-block;
}

.m-r-divs div {
	float: left;
	margin-left: 1px;
}

.m-r-divs {
	float: right;
}

.edit_font svg {
	padding-left: 5px;
	padding-right: 5px;
}

.acessibilidade {
	background-color: #A3B19E;
	display: inline-block;
	max-height: 40px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.hover_svg1 {
	display: inline-block;
}

.acessibilidade:hover,
.hover_svg1:hover .contents_svg_top,
.contents_svg_top:hover {
	background-color: #6B9469;
	cursor: pointer;
}

.hover_svg1:hover .contents_svg_top {
	cursor: default;
}

.text1 p:hover {
	cursor: default;
}

.acessibilidade p {
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	margin: 10px;
	margin-left: -5px;
	vertical-align: top;
}

.contraste {
	background-color: #A3B19E;
}

#menu {
	border-bottom: none;
	background-color: #10408d;
	z-index: 2;
}

#menu.navbar-fixed-top {
	margin-top: 0;
	background-color: #093364;
	z-index: 999;
}

.acesso_rapido_index_sm {
	background-color: #093364;
	float: left;
	width: 100%;
	position: relative;
	margin-top: -5px;
}

.links_acesso_rapido_index_sm {
	text-align: center;
	padding: 10px 0;
}

.links_acesso_rapido_index_sm svg {
	color: #fff;
	height: 50px;
	width: 45px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
	border-right: 2px solid #fff;
}

.links_acesso_rapido_index_sm a {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding: 18px 0;
	line-height: 14px;
}

.links_acesso_rapido_index_sm a:hover {
	text-decoration: underline;
}

.content_informacoes_organizacionais_index {
	/*padding: 20px 0; */
}

.item_organizacional {
	padding: 15px 5px;
	/*border-right: 2px solid #DDDDDD;*/
	min-height: 60px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.item_organizacional svg,
.item_organizacional span {
	display: inline-block;
	vertical-align: middle;
}

.item_organizacional svg {
	color: #00adef;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.item_organizacional span {
	font-size: 14px;
	line-height: 18px;
	color: #909090;
}

.item_organizacional span strong {
	font-weight: 600;
}

.item_organizacional span.titulo {
	color: #00adef;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.informacoes_organizacionais_index {
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.content_informacoes_organizacionais_index .item_organizacional:last-child {
	border-right: 0;
}

.content_informacoes_organizacionais_rodape {
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 20px;
	text-align: center;
}

.content_informacoes_organizacionais_rodape .item_organizacional svg {
	color: #0e815e;
	height: 60px;
	width: 25px;
	margin-right: 10px;
	margin-left: -10px;
	vertical-align: top;
}

.content_informacoes_organizacionais_rodape .item_organizacional span {
	color: #909090;
	font-size: 13px;
	line-height: 15px;
}

.content_informacoes_organizacionais_rodape .item_organizacional span.titulo {
	color: #f5f5f5;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
}

.content_informacoes_organizacionais_rodape .item_organizacional {
	float: left;
	min-height: 60px;
	border-right: none;
	/* border-top: 1px solid #ccc; */
	margin-right: 15px;
	position: relative;
	padding-left: 0;
	padding-right: 10px;
}

.content_informacoes_organizacionais_rodape .item_organizacional:last-child {
	margin-right: 0;
}

.seccond_content_cab {
	z-index: 1;
	float: left;
	width: 100%;
	/* border-bottom: 20px solid #00adef; */
}

.cabecalho_index .seccond_content_cab {
	border-bottom: none;
}

.seccond_content_cab,
.randon_image_cab {
	margin-top: -10px;
}

.randon_image_content {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
}

.randon_image_content2 {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 210px;
}

.first_content_cab {
	padding-top: 0px;
	padding-bottom: 25px;
	/*border-top: 5px solid #1dc98a;*/

}

.first_content_cab,
.seccond_content_cab {
	/*background-color: #093364;*/
	background: linear-gradient(180deg, #05132a 0%, #0b2859 100%);
}


.text1 p,
.text1 a {
	line-height: 100%;
	font-size: 12px;
	color: #909090;
	margin-bottom: 0px;
	display: inline-block;
}

.text1 a {
	padding-right: 12px;
}

.text1 a:hover {
	text-decoration: underline;
}

.text1 span {
	color: #909090;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	font-size: 12px;
	/*padding-top: 5px; */
	/*padding-bottom: 5px; */
	padding-right: 5px;
	border-right: 1px solid #909090;
}

.text1 strong {
	font-weight: 600;
}

.text1 {
	vertical-align: top;
	display: inline-block;

}

.texto_sessoes_cab {
	margin-right: 25px;
}

.texto_sessoes_cab span {
	font-size: 15px;
	color: #7F7F7F;
}

.texto_sessoes_cab span strong {
	font-size: 16px;
	color: #5E5E5E;
	font-weight: 600;
}

.texto_sessoes_cab span strong.hora {
	font-size: 16px;
	color: #5E5E5E;
	font-weight: 800;
}

.svg_to_top {
	height: 28px;
	width: 28px;
	color: #093364;
	float: left;
}

.navbar-default ul li {
	display: inline-block;
	float: none;
	vertical-align: top;
	position: relative;
}

#navbar {
	/*background-color: #10408d;*/
	color: #fff;
}

.dropdown-menu {
	background-color: #093364;
	border: 1px solid #2a7ae4;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #0b182c;
	border: 1px solid #2a7ae4;
}

.dropdown-menu li {
	width: 100%;
}

.height_cab1 {
	max-height: 40px;
}

.dropdown-menu {
	border: none;
	box-shadow: none;
}

.navbar-nav {
	width: 100%;
}

.navbar .navbar-nav>li>a {
	color: #FFFFFF;
	line-height: 100%;
	padding: 30px 34px;
	font-weight: normal;
	background-color: #10408d;
}

.dropdown-menu>li>a {
	color: #fff;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.25rem;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

.dropdown .caret {
	display: none;
	position: absolute;
	right: 5px;
	bottom: calc(50% - 2px);
}

.dropdown a:hover .caret,
.dropdown.open .caret {
	display: block;
}

/*
.pesquisa_submit_cab{
	width: 40px;
	height: 38px;
	background: none;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/lupa_busca.png');
	background-repeat: no-repeat;
	background-position: center 10px;
}

#pesquisa{
	width: 100%;
	height: 38px;
	padding-left: 40px;
	padding-right: 5px;
	color: #000;
	border: 1px solid #DDDDDD;
}

#form_pesquisa{
	position: relative;
	width: 100%;
	max-width: 250px;
}

.pesquisa_submit_cab svg{
	position: absolute;
	right: 11px;
	top: 10px;
	height: 20px;
	width: 20px;
	padding-right: 5px;
}
*/
.padrao1_h2 h2 {
	padding-bottom: 10px;
	font-weight: 600;
	color: #737373;
	font-size: 35px;
}

.underline_ccc {
	border-bottom: 1px solid #CCCCCC;
}

.content2 .underline_ccc {
	margin-bottom: 30px;
}

.content1 {
	background-image: url('../images/background1.1.html');
	padding-top: 30px;
	padding-bottom: 30px;
}

.content1 p {
	color: #fff;
	font-size: 14px;
	line-height: 150%;
	font-family: Arial;
	font-weight: 400;
}

.content1 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 120%;
	font-style: italic;
	font-weight: 600;
	margin-top: 10px;
}

.border10 img {
	border: 10px solid #FFFFFF;
}

.box-shadow-full {
	-webkit-box-shadow: 0px 0px 62px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 62px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 62px -7px rgba(0, 0, 0, 0.75);
}

.content2 {
	background-color: #e1e5e7;
	padding-bottom: 50px;
}

.box-shadow-bt {
	-webkit-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.75);
}

.box_data_noticia {
	height: 60px;
	width: 60px;
	background-color: #E0E2DD;
	position: absolute;
	top: -30px;
	left: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.todas_noticias_index {
	margin-top: 3%;
	width: 100%;
	display: block;
	border: 1px solid #E0E0E0;
	text-align: center;
	font-size: 15px;
	color: #AAAAAA;
	background-color: #fff;
	text-align: center;
	padding: 15px 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.todas_noticias_index:hover {
	background-color: #6B9469;
	border: 1px solid #6B9469;
	color: #fff;
}

.border_bt_1C:after {
	content: '';
	margin-top: 10px;
	display: block;
	height: 1px;
	background-color: #CCC;
	width: 33%;
}

.border_bt_172 {
	border-bottom: 1px solid #727272;
	border-radius: 0;
}

.content3 {
	/*background-color: #e1e5e7;*/
	padding: 40px
}

.content3 .titulo_vereadores {
	text-align: right;
	/*margin-top: 50px;*/
}

.content3 .titulo_vereadores svg {
	color: #f5f5f5;
	height: 50px;
	width: 62px;
	margin-bottom: 10px;
}

.content3 .titulo_vereadores h2 {
	color: #093364;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 800;
	line-height: 100%;
	text-align: center;
}

.content3 .titulo_vereadores h3 {
	color: #004348;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 800;
	margin-bottom: 5px;
}

.content3 .titulo_vereadores span {
	color: #999999;
	font-size: 16px;
}

.acesso_rapido {
	background-color: #F3F3F3;
	/*border-left: 3px solid #0e815e;*/
	position: relative;
}

.acesso_rapido:after {
	content: '';
	position: absolute;
	left: 5px;
	bottom: 2px;
	z-index: -1;
	width: calc(100% - 10px);
	height: 1px;
	box-shadow: 0px 4px 7px 0px #999;
}

.acesso_rapido h2 {
	cursor: default;
	background-color: #00adef;
	color: #ffff;
	width: 100%;
	margin: 0;
	padding: 15px;
	font-size: 17px;
}

.acesso_rapido a {
	/*border: 1px solid #C9C9C9;*/
	/*border-top: none;
	border-left: none;
	display: block;
	color: #666;
	position: relative;
    display: block;
    padding: 5px 15px;*/

	font-weight: 700;
	letter-spacing: -.24px;
	line-height: 120%;
	margin-bottom: 10px;
	transition: color .2s;
}

.acesso_rapido svg {
	color: #AEAEAE;
	height: 25px;
	width: 25px;
	margin: 15px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.acesso_rapido h3 {
	color: #888888;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
}

/*.acesso_rapido a:hover{
	background-color: #EBEBEB;
}*/

.acesso_rapido a:hover svg {
	color: #00adef;
}

.acesso_rapido a:hover h3 {
	color: #00adef;
	font-weight: 600;
}

.content4 {
	padding-bottom: 40px;
	background-color: #ffffff;
	/*margin-top: 30px;*/
	padding-top: 40px;
}


.content4 .subtitle h2 {
	color: #0a2552;
	font-size: 18px;
	line-height: 110%;
}

.content4 .subtitle h2 :before {
	content: "";
	width: 50px;
	height: 3px;
	background: #0a2552;
	position: absolute;
	left: 10px;
	bottom: 0;
	transition: .3s;
}

.content4 .subtitle h2 strong {
	font-size: 23px;
	line-height: 110%;
}


.content4 .subtitle svg {
	height: 25px;
	width: 25px;
	color: #ffb600;
	margin-right: 10px;
	margin-bottom: 5px;
}

.content4 .subtitle svg,
.content4 .subtitle h2 {
	display: inline-block;
	vertical-align: bottom;
}

.nav-tabs>li>a:not(.no_bg) {
	background-color: #E5E5E5;
	margin-right: 1px;
	border: none;
	color: #666666;
	font-weight: 700;
	font-size: 1.375rem;
}

.nav-tabs .tab1 a {
	border-top-right-radius: 0;
	border-top-left-radius: 10px;
}

.nav-tabs .tab2 a {
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
}

.nav-tabs>li>a.no_bg,
.nav-tabs>li>a.no_bg:hover {
	background-color: transparent;
	border-color: transparent;
	font-size: 13px;
	color: #A4A4A4;
}

.nav-tabs>li>a.no_bg:hover {
	text-decoration: underline;
}

.nav-tabs>li>a:not(.no_bg):hover,
.nav-tabs>li.active>a:not(.no_bg) {
	background-color: #0e815e;
	color: #10408d;
	border: none;
	font-weight: 700;
	font-size: 1.375rem;
}

.tab-content,
#calendario {
	/*background-color: #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	padding-bottom: 10px;*/
}

.tab-content {
	padding: 13px 0px 10px 0px;
}

.svg45 svg {
	color: #A3B19E;
	height: 45px;
	width: 45px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.listagem_documentos_index .panel-body.anexos {
	border: 1px solid #cacaca;
	margin-top: 10px;
}

.listagem_documentos_index .anexos svg {
	margin-right: 5px;
	color: #00adef;
}

.listagem_documentos_index .anexos svg:hover {
	color: #00adef;
}

.listagem_documentos_index a:not(.link_doc) {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
	/*width: 100%; */
	/*DEIXA OS ICONES DO ACESSO RAPIDO DA HOME - LADO A LADO */
	color: #666666;
	/*border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 5px;
	padding-bottom: 5px;*/
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.listagem_documentos_index .head_class_4 a {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.listagem_documentos_index h3 {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	margin: 0;
	padding-right: 20px;
	height: 40px;
	width: calc(115% - 90px);
}

.pg_calendario .listagem_documentos_index h3 {
	width: 100% !important;
}

.listagem_documentos_index h3 small {
	font-size: 13px;
	line-height: 160%;
}

.titulo_doc .lupa_doc {
	vertical-align: middle;
	display: inline-block;
	width: 50px;
	text-align: center;
	height: 50px;
	border-left: 1px dotted #E0E0E0;
	color: #737373;
	padding-left: 15px;
	padding-right: 15px;
}

.titulo_doc .aprovado_reprovado {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	padding-left: 15px;
	padding-right: 5px;
	height: 50px;
	border-left: 1px dotted #E0E0E0;
	color: #737373;
}

.listagem_documentos_index a:hover h3,
.listagem_documentos_index a:hover .lupa_doc {
	color: #00adef;
}

.rodape {
	/*border-top: 15px solid #00adef;*/
	padding-top: 40px;
	background-color: #0b182c;
	/*background: rgba(231,231,231,1);
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,231,231,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0 );
*/
}

.borda_interna {
	outline-offset: -10px;
	outline: 1px solid #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.logo_rodape {
	position: absolute;
	left: 15px;
	top: -112px;
}

.facebook_rodape_content {
	background-color: #00adef;
	padding: 5px 20px;
	position: absolute;
	right: 0px;
	top: -55px;
	border-right: 0px solid #00adef;
}

.facebook_rodape_content a {
	display: inline-block;
	position: relative;
}

.facebook_rodape_content svg {
	height: 30px;
	width: 11px;
	color: #fff;
	margin-right: 5px;
}

.facebook_rodape_content span {
	color: #fff;
	font-weight: 300;
}


.rodape a {
	color: inherit;
}

.content_rodape2 {
	text-align: center;
	position: relative;
	padding: 15px 0;
	color: #777777;
}


.wp-widget.widget-card-information {
	display: flex;
	background: #0b182c;
	color: var(--fonte-branca);
	width: 100%;
	min-height: 148px;
	border-radius: 12px 10px 10px 12px;
	border: 1px solid #175A70;
}


.wp-widget.widget-card-information .card_name {
	position: relative;
	background: #00adef;
	border-radius: 10px 0 0 10px;
	width: 40px;
	height: 100%;
}

.wp-widget.widget-card-information .card_name p {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--navy);
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	white-space: nowrap;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.wp-widget.widget-card-information .card_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	overflow: hidden;
	flex: 1;
	padding: 20px 30px 20px;
	font-weight: 400;
}

.wp-widget.widget-card-information .card_content p.endereco {
	line-height: 1;
}

.wp-widget.widget-card-information .card_content p.horario_funcionamento {
	font-size: .6875rem;
	line-height: .9375rem;
}

.wp-widget.widget-card-information .card_content p {
	line-height: 1.9rem;
	color: #ffff;
}

.wp-widget.widget-card-information .card_content p[class*=" email_"] {
	color: #00adef;
	font-weight: 700;
}

.dynamic-sidebar-section.dss-column:not(.dss-wrap) .wp-row-widget {
	padding-bottom: 20px;
}

.dynamic-sidebar-section .wp-row-widget {
	display: flex;
	width: auto;
}





.c_rodape {
	position: absolute;
	bottom: -80;
	right: 0;
	z-index: 2;
	min-height: 221px;
	min-width: 536px;
	padding-top: 85px;
	padding-left: 100px;
}


.content_rodape3 {
	text-align: center;
	position: relative;
	padding: 5px 0;
	color: #ffffff;
}

.c_rodape3 {
	position: absolute;
	right: 1px;
	top: -15px;
	max-width: 350px;
}

.listagem_links li,
.listagem_links span,
.listagem_links a,
.listagem_links li:hover,
.listagem_links li:hover a,
.listagem_links span,
.listagem_links a:hover {
	color: inherit;
}

.listagem_links li a:hover {
	text-decoration: underline;
}

.scroll {
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 999999999;
}

.svg_breadcrumb {
	color: #999;
	height: 14px;
	width: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	margin-right: 5px;
}

.padrao_interna h1 {
	/*color: #00adef;
	margin-top: 15px;
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 5px;
	cursor: default;*/
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.625rem;
	letter-spacing: -.01em;
	padding-bottom: 5px;
}

.padrao_interna h2 {
	color: #00adef;
	margin: 0px;
	font-size: 18px;
	font-weight: 500;
}

.right_int {
	font-size: 14px;
	margin-left: 6px;
	margin-right: 6px;
	color: #999999;
}

.galerias_int .h2_noticia_int {
	color: #9FBE6C;
	width: auto;
	margin-top: 0px;
}

.under_noticia p,
.under_noticia a {
	font-size: 13px;
	color: #727272;
	margin-top: 20px;
}

.fonte_noticia_int {
	font-size: 14px;
	color: #777;
	margin-top: 50px;
}

.content_noticia {
	margin-top: 40px;
	padding-bottom: 45px;
	border-bottom: 1px dotted #CCCCCC;
}

.content_noticia img {
	border: 1px solid #D6D6D6;
	border-radius: 10px;
	object-fit: contain;
	width: 100%;
}

.content_noticia .content_right a {
	display: inline-block;
}

.content_noticia .content_right .data_noticia,
.data_noticia_int {
	background-color: #ACACAC;
	display: inline-block;
	padding: 7px 5px;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	margin: 10px 0;
	border-radius: 4px;
}

.data_noticia_int {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #00adef;
	border-radius: 4px;
}

.content_noticia .content_right h2,
h4 {
	margin: 10px 0 10px 0;
	font-size: 17px;
	color: #212529;
	font-weight: 600;
}

.content_noticia .content_right h5 {
	margin: 20px 0 10px 0;
	font-size: 17px;
	color: #000000;
	font-weight: 600;
}

.content_noticia .content_right p {
	font-size: 13px;
	color: #727272;
}

.content_noticia .content_right a:hover .data_noticia {
	background-color: #10408d;
}

.content_noticia .content_right a:hover h2 {
	color: #10408d;
}

.texto_not_int p {
	font-size: 14px;
	color: #727272;
	line-height: 180%;
	margin-bottom: 20px;
	font-size: 1.125rem;
}

.texto_not_int {
	margin-top: 10px;
	margin-bottom: 50px;
}

.fotos_not_int img {
	margin-bottom: 30px;
}

.fotos_not_int {
	margin-bottom: 50px;
}

.compartilhe_noticia {
	width: 100%;
	padding: 10px;
	font-size: 13px;
	color: #BBBBBB;
	background-color: #E9E9E9;
	text-align: right;
}

.compartilhe_noticia .face {
	margin-left: 3px;
}

.compartilhe_noticia svg {
	cursor: pointer;
	width: 24px;
	height: 24px;
	color: #BBBBBB;
	display: inline-block;
	vertical-align: middle;
}

.compartilhe_noticia a:hover svg {
	color: #80B47E;
}

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	color: #000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

ul.pagination li a:hover,
ul.pagination li a.active {
	color: #fff !important;
	background-color: #F16A2E !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff !important;
	background-color: #F16A2E !important;
}

.underline_ccc {
	margin-bottom: 0px;
}

.submenu_interna {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

.submenu_interna svg {
	height: 26px;
	width: 26px;
	display: inline-block;
	vertical-align: sub;
	color: #AAAAAA;
	margin-right: 10px;
}

.submenu_interna p {
	display: inline-block;
	vertical-align: middle;
	color: #AAAAAA;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.submenu_interna a {
	padding: 10px 20px;
	background-color: #fff;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #E0E0E0;
}

.submenu_interna h2 {
	color: #727272;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.vereadores .submenu_interna {
	text-align: center;
	border: 1px solid #DDDDDD;
	margin-top: 20px;
	background-color: #EBEBEB;
	padding: 35px 0;
}

.vereadores .submenu_interna h2 {
	color: #777777;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.conteudos_exvereador {
	margin-top: 45px;
}

.conteudos_vereador .border10white {
	box-shadow: 0px 0px 0px 1px #E8E8E8;
}

.conteudos_vereador .partido {
	padding: 5px;
	min-width: 55px;
	font-size: 12px;
	color: #444444;
	font-weight: 600;
	background-color: #D7D7D7;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
}

.conteudos_vereador .tag_presidente {
	padding: 5px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(69, 125, 60, 0.8);
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.conteudos_vereador .informacoes {
	text-align: center;
	max-width: 220px;
	margin-right: auto;
	margin-left: auto;
	min-height: 65px;
	margin-bottom: 50px;
}

.informacoes a {
	text-decoration: none;
	color: inherit;
}

.conteudos_vereador .informacoes .min-height {
	min-height: 93px;
}

.conteudos_vereador .nome {
	font-size: 14px;
	color: #8C8C8C;
	min-height: 50px;
	margin: 10px 0;
}

.conteudos_vereador .email,
.conteudos_vereador .telefone {
	font-size: 13px;
	color: #727272;
	margin: 7px 0;
	word-wrap: break-word;
	line-height: 105%;
}

.conteudos_vereador .links {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.conteudos_vereador .links a {
	padding: 12px 15px;
	display: inline-block;
	vertical-align: middle;
}

.conteudos_vereador .links svg {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.conteudos_vereador .links span {
	color: #ADADAD;
	font-size: 12px;
	font-weight: bold;
}

.conteudos_vereador .links svg,
.conteudos_vereador .links span {
	color: #AEAEAE;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.conteudos_vereador .links a:hover svg,
.conteudos_vereador .links a:hover span {
	color: #9FBE6C;
}

.vereadores .submenu_interna #nome_vereador {
	font-size: 14px;
	color: #777777;
	padding: 5px 150px 5px 5px;
}

.info_iniciais_vereador {
	margin-top: 20px;
}

.info_iniciais_vereador h3 {
	color: #4B4B4B;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}

.info_iniciais_vereador h4 {
	color: #747474;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.info_iniciais_vereador img {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(207, 205, 207, 1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(207, 205, 207, 1);
	box-shadow: 0px 0px 10px 2px rgba(207, 205, 207, 1);
}

.info_iniciais_vereador p {
	font-size: 14px;
	color: #727272;
}

.info_iniciais_vereador .email p,
.info_iniciais_vereador .telefone p {
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
}

.info_iniciais_vereador .descricao {
	margin: 30px 0 20px 0;
}

.info_iniciais_vereador svg {
	height: 37px;
	width: 37px;
	color: #F3F3F3;
	background-color: #00adef;
	padding: 10px;
	margin: 10px 5px 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.mesa_diretora_list {
	margin: 35px 0px 25px 0px;
}

.mesa_diretora_list p {
	color: #777;
}

.mesa_diretora_list h2 {
	text-align: center;
	font-size: 20px;
	color: #777777;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	background-color: #EBEBEB;
	border: 1px solid #DDDDDD;
	padding: 15px 0;
	font-weight: 500;
}

.vereadores_int .panel>.panel-heading {
	display: inline-block;
	width: calc(100% / 6);
	float: left;
	margin-bottom: 30px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}

.vereadores_int .panel-group .panel {
	background-color: transparent;
	border: none;
}

.vereadores_int .panel>.panel-heading button.collapsed {
	color: #f2f2f2;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 13px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.vereadores_int .panel-heading button:focus {
	outline-color: transparent;
}

.vereadores_int .panel>.panel-heading button,
.vereadores_int .panel>.panel-heading button:hover {
	color: #fff;
	width: 100%;
	height: 60px;
	background-color: #00adef;
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 13px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.vereadores_int .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: none;
}

.escolha_ano .ano {
	color: #737373;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-right: 10px;
}

.escolha_ano_input {
	font-size: 14px;
	color: #777777;
	padding: 5px 120px 5px 5px;
}

.escolha_ano .selecao {
	font-size: 13px;
	font-weight: normal;
	color: #00adef;
	margin-bottom: 0px;
	margin-left: 5px;
}

.exportar_dados {
	float: right;
	margin-top: 4px;
}

.exportar_dados svg {
	height: 25px;
	width: 25px;
	margin-left: 1px;
	display: inline-block;
	vertical-align: middle;
	color: #D3D6CF;
	position: relative;
	cursor: pointer;
}

.exportar_dados svg:hover,
.download_arquivo svg:hover {
	color: #00adef;
}

.exportar_dados p {
	font-size: 13px;
	color: #737373;
	margin-right: 5px;
	margin-bottom: 0px;
}

#list-docs-pattern {
	margin-top: 45px;
	margin-bottom: 50px;
}

.sub_titulo_pergunta {
	font-size: 26px;
	color: #777777;
	margin-top: 30px;
}

.download_arquivo svg {
	height: 30px;
	width: 30px;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	color: #D3D6CF;
	position: relative;
}

.download_arquivo {
	float: right;
	margin-top: 30px;
}

.download_arquivo p {
	margin-bottom: 0px;
}

.informacoes_selecionadas {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #CCCCCC;
}

.informacoes_selecionadas p {
	color: #737373;
	line-height: 150%;
	margin-right: 2px;
}

.informacoes_selecionadas .t1 {
	font-size: 16px;
	color: #525252;
	font-weight: 600;
}

.ver_mais1 a {
	margin-bottom: 0px;
	padding: 20px 30px;
	color: #737373;
	font-size: 16px;
	font-weight: 600;
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
}

.ver_mais1 {
	margin-bottom: 70px;
	margin-top: 30px;
	padding-top: 45px;
	border-top: 1px solid #CCCCCC;
}

.not_rel_vereadores {
	margin-bottom: 50px;
}

.not_rel_vereadores h3 {
	width: 100%;
	color: #00adef;
	font-size: 23px;
	font-weight: 600;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
}

.data_not_rel {
	display: inline-block;
	vertical-align: top;
	background-color: #00adef;
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 8px;
	margin-right: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.caixa_not_rel h2 {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-weight: 600;
	font-size: 15px;
	margin: 0px;
}

.caixa_not_rel {
	margin-bottom: 30px;
}

.texto_not_rel {
	color: #909090;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.caixa_not_rel:hover .data_not_rel {
	background-color: #00adef;
}

.listagem_perguntas {
	margin-top: 20px;
	margin-bottom: 100px;
}

.listagem_perguntas p {
	margin-bottom: 0px;
}

.listagem_perguntas .botao_perguntas {
	display: block;
	width: 100%;
	background-color: #00adef;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0 15px 25px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.listagem_perguntas .collapsed {
	margin-bottom: 10px;
	color: #535353;
	background-color: #DBDBDB;
}

.listagem_perguntas .well {
	min-height: 60px;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 0px;
}

.well p {
	font-size: 14px;
	color: #727272;
}

.botao_perguntas svg {
	height: 10px;
	width: 15px;
	color: #FFF;
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	vertical-align: middle;

}

.botao_perguntas.collapsed svg {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.ouvidoria_title p {
	line-height: 150%;
	margin-top: 20px;
	font-size: 15px;
	color: #727272;
}

.ouvidoria_title a {
	color: inherit;
}

.ouvidoria_title a:hover {
	text-decoration: underline;
}

.ouvidoria .input,
.form-padrao .input {
	width: 100%;
	height: 48px;
	border: 1px solid #E8E8E8;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #777777;
}

.ouvidoria .input2_w,
.form-padrao .input2_w {
	width: 62.5%;
	float: left;
}

.ouvidoria .input3_w,
.form-padrao .input3_w {
	width: 36%;
	float: right;
}

.form-padrao .sub-form {
	font-size: 15px;
	display: block;
	padding-bottom: 5px;
}

.form-cols .input {
	width: 100%;
	display: inline-block;
}

.formulario_ouvidoria {
	margin-bottom: 100px;
	margin-top: 50px;
}

.formulario_ouvidoria .tamanhotext {
	height: 230px;
	padding-top: 8px;
}

.formulario_ouvidoria select {
	color: #ababab;
}

.formulario_ouvidoria .btnenviar {
	width: 140px;
	height: 40px;
	background-color: #fff;
	color: #00adef;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
	border: 1px solid #E8E8E8;
}

.formulario_ouvidoria #arquivo {
	display: inline-block !important;
	font-size: 12px;
}

#txt_obrigatorio {
	font-size: 12px;
	color: #f95050;
}

.pedidos_realizados {
	width: 80%;
	display: block;
	padding: 20px 5px;
	text-align: center;
	background-color: #00adef;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 40px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	color: #000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

ul.pagination li a:hover,
ul.pagination li a.active {
	color: #000 !important;
	background-color: transparent !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #000 !important;
	background-color: #F16A2E !important;
}

.svg_casa_menu {
	width: 20px;
	height: 18px;
	color: #fff;
	display: block;
}

.horario_e_pesquisa,
.atalhos_cab {
	z-index: 999;
	position: absolute;
	top: -40px;
}

.horario_e_pesquisa {
	right: 15px;
}

.atalhos_cab {
	left: 15px;
}

*/ .item_acesso {
	float: left;
	width: calc(100% / 7);
	padding: 15px;
	padding-top: 30px;
	min-height: 132px;
}

.item_acesso span {
	color: #666666;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}

.item_acesso span small {
	font-size: 12px;
	font-weight: 300;
	line-height: 12px;
}

.item_acesso svg {
	height: 25px;
	width: 25px;
	color: #6CBFCE;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

a.item_acesso:hover {
	background-color: #EAEAEA
}

a.item_acesso:hover span,
a.item_acesso:hover span small,
a.item_acesso:hover svg {
	color: #0F663A;
}

a.item_acesso:hover span {
	font-weight: 600;
}

.noticia_direita {
	margin-bottom: 5px;
}

.noticia_direita .card {
	background-color: white;
}

.noticia_maior a,
.noticia_direita a {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}

.noticia-card {
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.2s;
}

.noticia-card:hover {
	/*transform: scale(1.05);*/
}

.noticia-card .card-img-top {
	height: 180px;
	object-fit: cover;
}

.noticia-card .badge {
	display: inline-block;
	padding: 0.5em 0.75em;
	font-size: 0.75em;
	font-weight: 600;
	border-radius: 0.5em;
}

.noticia-card .card-title {
	font-size: 1.25em;
	font-weight: 700;
	margin: 0.5em 0;
	color: #0b182c;
}

.noticia-card .card-text {
	font-size: 0.875em;
	color: #666;
}

.leia-mais {
	display: inline-block;
	margin-top: 10px;
	color: #0b182c;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.875em;
}

.leia-mais i {
	margin-left: 5px;
}


.noticia_maior a:after,
.noticia_direita a:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(255 255 255 / 50%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(0,0,0,1)',GradientType=0 ); */
	z-index: 10;
}

.noticia_maior a img,
.noticia_direita img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
	object-fit: cover;
}

.noticia_maior a:hover img,
.noticia_direita a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.noticia_maior span,
.noticia_direita span {
	font-weight: 300;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 20;
	color: #FFFFFF;
	font-size: 14px;
	width: calc(100% - 40px);
}

.noticia_maior span strong.data,
.noticia_direita span strong.data {
	background-color: #0b182c;
	padding: 5px 10px;
	font-weight: 300;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-radius: 4px;
	color: #ffffff;
}

.noticia_maior span strong.data {
	padding: 8px 15px;
}

.noticia_maior span strong.titulo,
.noticia_direita span strong.titulo {
	background-color: transparent;
	font-weight: 600;
	padding: 0;
	font-size: 17px;
}

.noticia_direita span strong.titulo {
	font-size: 13px;
}

.noticia_direita .titulob {
	left: 0 !important;
	right: 0 !important;
	margin: -40px 20px 0;
	min-height: 170px;
	position: relative;
	transition: color .2s;
	color: #766666;
}

.listagem_noticias_direita {
	/*margin-bottom: 30px;*/
	left: 20;
}

.noticias_baixo {
	padding: 15px;
	/*border-left: 5px solid #E9E5E3;*/
	/*min-height: 150px; */
	float: left;
}

.noticias_baixo span {
	color: #909090;
	display: inline-block;
	font-size: 13px;
	font-style: italic;
}

.noticias_baixo span strong.data {
	font-style: normal;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 10px;
}

.noticias_baixo span strong.titulo {
	font-style: normal;
	/*font-weight: 600;*/
	font-size: 14px;
	color: #212529;
	display: inline-block;
	margin-bottom: 8px;
}

.noticias_baixo:hover span strong.titulo {
	color: #093364;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #D6D6D6;
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
	background: #549948;
}


#carousel_vereadores .owl-carousel {
	position: relative;
	width: 100%;
}

#carousel_vereadores .owl-carousel .owl-stage-outer {
	padding-left: 1px;
	z-index: 10;
}

#carousel_vereadores .owl-item {
	padding-right: 1px;
}

#carousel_vereadores .owl-nav {
	margin-left: -160px;
	margin-top: -70px;
	z-index: 5;
	display: inline-block;
	float: left;
}

#carousel_vereadores .owl-nav [class*=owl-] {
	display: inline-block;
	margin-left: 1px;
}

#carousel_vereadores .owl-nav svg {
	float: left;
	height: 69px;
	width: 73px;
	color: #8A9CAC;
	background-color: #00b24e;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#carousel_vereadores .owl-nav svg:hover {
	background-color: #00adef;
	color: #fff;
}

#carousel_vereadores .owl-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


.tooltip-inner {
	padding: 5px 13px;
	color: #fff;
	font-size: 12px;
	background-color: #00adef;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.top .tooltip-arrow {
	border-bottom-color: #00adef;
	border-top-color: #00adef;
}

.content-vereador {
	position: relative;
	text-align: center;
}

.content-vereador img {
	border: 1px solid #B4B4B4;
	margin-bottom: 50px;
	box-shadow: 1px 2px 3px #0003;
}

.content-vereador .ver_perfil {
	line-height: 0px;
	padding: 10px;
	background-color: transparent;
	font-size: 0px;
	color: #fff;
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 81px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.content-vereador .sub-info {
	padding: 5px;
	font-weight: 300;
	background-color: rgba(20, 84, 148, 0.8);
	font-size: 13px;
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 45px;
}

.content-vereador svg {
	color: #B2B2B2;
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 60px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.content-vereador .tooltip.top {
	width: 125px;
	margin-left: 40px;
	padding: 5px 0;
	margin-top: -10px;
}

.content-vereador svg:hover {
	color: #00adef;
}

.email_vereador_index {
	display: inline-block;
}

.email_vereador_index svg {
	border-left: 1px solid #7ACB7E;
}

.content-vereador .nome_vereador {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 10px);
	left: 5px;
	bottom: 30px;
	font-size: 13px;
	color: #666666;
	font-weight: 600;
	min-height: 36px;
	border-bottom: 1px solid #7ACB7E;
	margin-bottom: 10px;
}

.content-vereador .show_ver_perfil:hover .ver_perfil {
	opacity: 1;
	background-color: #00adef;
	font-size: 13px;
	line-height: 20px;
}

.content-vereador .show_ver_perfil:hover .sub-info {
	display: none;
}

#acesso_rapido_smxs ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0;
}

.acesso_rapido_smxs {
	border: 1px solid #D6D6D6;
	margin-bottom: 30px;
	margin-top: 24px;
}

.acesso_rapido_smxs a {
	display: block;
	padding: 5px 15px;
	color: #999;
	font-size: 12px;
}

.acesso_rapido_smxs ul li a {
	display: block;
	padding: 5px 0;
}

.collapse,
.collapse.in,
.collapsing {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#acesso_rapido_smxs {
	margin: 0 15px;
}

.acesso_rapido_smxs .collapsed svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.acesso_rapido_smxs svg {
	height: 10px;
	width: 15px;
	color: #A6B3A1;
	display: inline-block;
	float: right;
	margin-top: 4px;
}

.navbar .navbar-nav>li>a {
	line-height: 18px;
}

.titulo_resumo_not_int {
	/*min-height: 152px;*/
}

.titulo_resumo_not_int h2 {
	/*color: #075384;
	font-size: 23px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;*/
	font-weight: 700;
	font-size: 1.8rem;
	/* line-height: 2.625rem;*/
	letter-spacing: -.01em;
}

.titulo_resumo_not_int p {
	font-style: italic;
	font-size: 13px;
	color: #727272;
}

.txt_copryght {
	font-size: 13px;
}

.calendario_interno_table {
	margin-bottom: 30px;
}

.calendario_interno_table .normalbold {
	font-size: 12px;
}

.pg_calendario .listagem_documentos_index h3 {
	color: #00adef;
	font-weight: 600;
}

.pg_calendario .tem_evento {
	background-color: #00adef;
}

.pg_calendario .tem_evento a,
.pg_calendario .tem_evento :hover {
	color: #fff;
}









.m-b-185 {
	margin-bottom: 185px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.m-b-85 {
	margin-bottom: 85px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-25 {
	margin-top: 25px;
}

@media (min-width: 1500px) {
	.dropdown-menu {
		min-width: 190px;
	}
}

@media (min-width: 1360px) {
	#navbar {
		/*margin-left: -40px;
		margin-right: -40px;*/
	}

	.content_informacoes_organizacionais_rodape .item_organizacional {
		padding-right: 5px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional svg {
		margin-right: 5px;
	}
}

@media (min-width: 1300px) {
	.navbar .navbar-nav>li>a {
		padding: 17px 20px;
		color: var(--fonte-branca);
		text-transform: uppercase;
		transition: color .2s;
		cursor: pointer;
		font-weight: 700;
	}

	.container {
		width: 1300px;
	}

	#navbar {
		padding-left: 0px;
		padding-right: 0px;
	}

	.panel {
		margin-top: 40px;
	}

	/*
	#pesquisa_2{
		width: 394px;
	}
	*/
	.foto_not_principal_index {
		height: 380px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional svg {
		margin-right: 8px;
	}

	.content_informacoes_organizacionais_rodape {
		padding-right: 0;
	}

}

@media (max-width: 1299px) {
	#carousel_fotos_cab .detalhe_fotos_cab {
		display: none;
	}

	.vereadores .submenu_interna {
		padding: 15px 0;
	}

	.padrao_interna h1 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.logo_bottom img {
		padding-left: 20px;
	}

	.padding_left_plus {
		padding-left: 30px;
		padding-right: 0px;
	}
}

@media (min-width: 1200px) and (max-width:1299px) {
	.item_organizacional {
		padding: 10px 18px 0 18px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional svg {
		margin-right: 4px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional {
		padding-right: 6px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional span {
		font-size: 12px;
	}

	.content_informacoes_organizacionais_rodape {
		padding-right: 0;
		padding-left: 0;
	}

	.foto_not_principal_index {
		height: 374px;
	}

	.content4 .tab-content {
		padding: 2px 15px 0px 15px;
	}

	.links_acesso_rapido_index_sm a {
		font-size: 12px;
		margin-left: 15px;
	}

	.navbar .navbar-nav>li>a {
		padding: 16px 16px;
		line-height: 18px;
	}

	.padrao_interna h2 {
		font-size: 16px;
	}

	.logo_lg {
		margin-top: 60px;
		width: 210px;
		margin-left: 30px;
	}

	.texto_sessoes_cab span strong.hora,
	.texto_sessoes_cab span,
	.text1 span {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.conteudo_parlamentar #busca_leis p {
		min-width: 60px;
	}

	.padrao_interna h2 {
		font-size: 14px;
	}

	.h2_noticia {
		max-width: 350px;
	}

	.exportar_dados {
		display: block;
		float: none;
		margin-top: 20px;
	}

}

@media (min-width: 992px) and (max-width:1199px) {
	.randon_image_content {
		height: 280px;
	}

	.randon_image_content2 {
		height: 280px;
	}

	.foto_not_principal_index {
		height: 308px;
	}

	.content4 .tab-content {
		padding: 2px 15px 0px 15px;
	}

	.item_organizacional {
		padding: 10px 15px 0 15px;
	}

	.links_acesso_rapido_index_sm a {
		font-size: 12px;
		margin-left: 10px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional span {
		font-size: 12px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px;
		margin-left: 30px;
		margin-right: 30px;
		width: calc(50% - 60px);
	}

	.navbar .navbar-nav>li>a {
		padding: 16px 16px;
		line-height: 18px;
	}

	.titulo_doc .aprovado_reprovado,
	.titulo_doc .lupa_doc {
		height: 49px;
	}

	.content3 {
		padding: 30px 0;
	}

	#carousel_vereadores .owl-nav svg {
		height: 42px;
		width: 45px;
	}

	#carousel_vereadores .owl-nav {
		margin-left: -120px;
	}

	.navbar .navbar-nav>li>a {
		padding: 17px 10px;
		font-size: 12px;
	}

	.dropdown-menu {
		min-width: 150px;
	}

	.box_data_noticia {
		height: 40px;
		top: -20px;
	}

	.caixa_noticia_index h4 {
		margin-top: 12px;
	}

	.padding0_768 {
		padding: 10px !important;
	}

	.m-t-992 {
		margin-top: 20px;
	}

	.logo_bottom img {
		margin-top: 28px;
	}
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
	.info_buttons_vereador {
		margin-top: 50px;
	}

	.todas_noticias_index,
	.caixa_inicial {
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.m-b-85 {
		margin-bottom: 40px;
	}

	.noticia_maior {
		margin-bottom: 30px;
	}

	.box_data_noticia h4 {
		margin-top: 10px;
	}

	.box_data_noticia {
		top: -18px;
		left: calc(20% - 30px);
		height: 35px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.content4 {
		padding-bottom: 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.randon_image_content {
		height: 220px;
	}

	.randon_image_content2 {
		height: 220px;
	}

	.content4 .tab-content {
		padding: 15px;
	}

	.item_organizacional {
		padding: 10px 20px;
		padding-bottom: 0;
	}

	.item_organizacional span {
		font-size: 12px;
	}

	.links_acesso_rapido_index_sm a {
		font-size: 10px;
		margin-left: 8px;
	}

	.content_informacoes_organizacionais_index {
		padding-left: 0;
		text-align: center;
	}

	.links_acesso_rapido_index_sm svg,
	.item_organizacional svg {
		display: none;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional span {
		font-size: 12px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px;
		margin-left: 30px;
		margin-right: 30px;
		width: calc(50% - 60px);
	}

	.content3 {
		padding: 30px 0;
	}

	.content3 .titulo_vereadores h2 {
		font-size: 16px;
	}

	.content3 .titulo_vereadores h3 {
		font-size: 25px;
	}

	.txt_copryght {
		font-size: 11px;
	}

	#carousel_vereadores .owl-nav svg {
		height: 42px;
		width: 45px;
	}

	#carousel_vereadores .owl-nav {
		margin-left: -120px;
	}

	#form_pesquisa {
		max-width: auto;
	}

	.content2 {
		padding-bottom: 75px;
	}

	.content3 {
		margin-bottom: 100px;
	}

	.titulo_vereadores h2 strong {
		font-size: 20px;
	}

	.texto_sessoes_cab span,
	.texto_sessoes_cab span strong {
		font-size: 13px;
	}

	.item_acesso {
		padding: 15px 10px;
		min-height: 120px;
	}

	.item_acesso span small {
		font-size: 9px;
	}

	.item_acesso span {
		font-size: 11px;
	}

	#carousel_fotos_cab {
		min-height: 215px;
	}

	.acesso_rapido {
		margin-bottom: 30px;
	}

	#pesquisa_2 {
		max-width: 322px;
	}

	.content1 h2 {
		font-size: 25px;
	}

	.content1 p {
		font-size: 12px;
	}

	.logo_bottom_sm {
		margin-top: 45px;
	}

	.size30x30 {
		margin: 4px 7px 4px -5px;
	}

	.acessibilidade p {
		font-size: 10px;
		margin: 10px;
		margin-left: -9px;
	}

	.contents_svg_top svg,
	.acessibilidade svg {
		height: 35px;
		width: 35px;
	}

	.contents_svg_top {
		height: 35px;
		width: 35px;
	}

	.acessibilidade {
		max-height: 35px;
	}

	.height_cab1 {
		max-height: 35px;
	}

	.text1 p {
		margin-right: 10px;
		font-size: 10px;
	}

	.team-img-inner {
		bottom: 0px;
	}

	.caixa_noticia_index h3 {
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.team-wrap {
		right: calc(40% - 50px);
		bottom: 155px;
	}

	.teamslider-wrap {
		height: 450px;
	}

	.navbar .navbar-nav>li>a {
		padding: 11px 5px;
		font-size: 10px;
	}

	.navbar {
		min-height: 40px;
	}

	.secao_hora {
		padding: 0 8px 0 8px;
	}

	.secao_hora span.hor {
		font-size: 25px;
	}

	.content_play {
		padding: 10px 8px;
	}

	.dropdown-menu {
		min-width: 120px;
	}

}


@media (min-width: 768px) {
	.facebook_rodape_content:after {
		/*content: ' ';*/
		position: absolute;
		left: -40px;
		top: 0;
		/*border-width: 0 40px 40px 0px;*/
		border-right-color: #00adef;
		border-bottom-color: transparent;
		width: 0px;
		height: 0px;
		float: left;
		line-height: 0px;
		border-style: solid;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 17px;
		width: 1px;
		/* background-color: #ccc; */
	}

	.content_informacoes_organizacionais_rodape .item_organizacional:before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 55px;
		width: 1px;
		/* background-color: #ccc; */
	}

	.breadcrumb {
		margin-top: 45px;
		color: #27394e;
		font-weight: 600;
	}

	#menu .navbar .navbar-nav a:hover .caret,
	#menu .navbar .navbar-nav>.open>a .caret {
		display: block;
	}

	#menu .navbar .navbar-nav li a:hover {
		color: #FFFFFF;
		background-color: #00adef;
	}

	#menu .navbar .navbar-nav li a:focus {
		color: #FFFFFF;
		background-color: transparent;
	}

	#menu .navbar .navbar-nav li.open a:focus {
		color: #FFFFFF;
		background-color: transparent;
	}

	.padding0_768 {
		padding: 0px;
	}

	.randonimg_bottom img {
		float: left;
	}

	.logo_bottom img {
		float: right;
	}

	.perfil_completo {
		position: absolute;
		right: 0;
	}

}

@media (max-width: 767px) {
	#content_acessibilidade {
		display: block;
		transform: translateX(-166px);
		width: 200px;
	}

	#content_acessibilidade.closed {
		display: none;
		transform: translateX(-166px);
		width: 200px;
	}

	.logo_rodape {
		width: 200px;
		top: -100px;
	}

	.content4 .subtitle svg {
		/*display: none;*/
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle {
		border-color: #4475b9;
		background-color: #4475b9;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.pesquisa_cabecalho {
		width: 100%;
	}

	.vereadores_int .panel>.panel-heading {
		width: 33%;
		margin-bottom: 0;
	}

	.vereadores_int .panel-body {
		float: left;
		width: 100%;
	}

	.content4 .nav>li>a {
		padding: 10px 6px;
	}

	.content3 .titulo_vereadores {
		margin-top: 0;
		text-align: left;
		margin-bottom: 15px;
	}

	.listagem_documentos_index h3 {
		width: calc(115% - 90px);
	}

	.pg_calendario .listagem_documentos_index h3 {
		width: 100% !important;
	}

	.content4 .subtitle h2 {
		font-size: 16px;
	}

	.content4 .subtitle h2 strong {
		font-size: 20px;
	}

	.titulo_doc .lupa_doc {
		width: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.content4 .tab-content {
		/*padding: 15px;*/
	}

	.item_organizacional {
		padding: 10px 22px;
		padding-bottom: 0;
	}

	.item_organizacional span {
		font-size: 12px;
	}

	.links_acesso_rapido_index_sm a {
		font-size: 10px;
		margin-left: 8px;
	}

	.content_informacoes_organizacionais_index {
		padding-left: 0;
		text-align: center;
	}

	.links_acesso_rapido_index_sm svg,
	.item_organizacional svg {
		/*display: none;*/
	}

	.content_informacoes_organizacionais_rodape .item_organizacional span {
		font-size: 12px;
	}

	.content_informacoes_organizacionais_rodape .item_organizacional {
		margin: 0;
		padding: 15px;
		width: 100%;
		border-top: none;
	}

	.c_rodape,
	.facebook_rodape_content {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -80px;
		margin-top: 90px;
		top: 0;
		text-align: center;
		background: transparent;
	}

	.facebook_rodape_content span,
	.facebook_rodape_content svg {
		color: #029432;
	}

	.content3 {
		padding: 30px 0;
	}

	.content3 .titulo_vereadores h2 {
		font-size: 16px;
	}

	.content3 .titulo_vereadores h3 {
		font-size: 25px;
	}

	.txt_copryght {
		font-size: 11px;
	}

	#carousel_vereadores .owl-nav svg {
		height: 42px;
		width: 45px;
	}

	#carousel_vereadores .owl-nav {
		margin-left: 0;
		margin-top: 25px;
	}

	#form_pesquisa {
		max-width: 200px;
	}

	.seccond_content_cab {
		margin-top: 1px;
		border-bottom: none;
	}

	.titulo_resumo_not_int {
		min-height: 0;
	}

	.data_noticia_int {
		margin-top: 30px;
	}

	#form_pesquisa_xs {
		max-width: none;
	}

	.cabecalho_index {
		background-color: #e1e5e7;
	}

	#dropdown_acessibilidade {
		top: 8px;
		left: calc(100% - 107px);
		z-index: 99999;
	}

	#content_acessibilidade {
		left: -153px;
	}

	.dropdown-menu {
		min-width: 200px;
	}

	#menu_acessibilidade {
		min-height: 230px;
		min-width: 190px;
	}

	.noticia_maior a,
	.noticia_direita a {
		/*margin-bottom: 30px;*/
	}

	.content2 {
		padding-bottom: 0;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.content3 {
		/*margin-bottom: 100px;*/
	}

	#carousel_vereadores {
		margin: 15px 0;
	}

	.titulo_vereadores h2 {
		width: 100%;
	}

	.owl-carousel .owl-item img {
		width: auto;
	}

	.detalhe_alto,
	.content3 .titulo_vereadores svg {
		display: none;
	}

	#menu.navbar-fixed-top {
		border-bottom: 1px solid #bfbfbf;
		background-color: #093364;
	}

	#botao_acessibilidade svg {
		height: 34px;
		width: 34px;
		padding: 5px;
	}

	.logo_mobile_img {
		margin: 8px 15px;
		max-width: 250px;
	}

	.acessibilidade {
		max-height: 36px;
		vertical-align: top;
	}

	.projetos_lei .anexos ul li {
		height: initial;
	}

	.projetos_lei .but_down {
		width: 110px;
	}

	.projetos_lei .nome_arq2 {
		width: calc(100% - 112px);
	}

	.block767 {
		display: block;
	}

	.listagem_perguntas .botao_perguntas {
		font-size: 12px;
		padding: 10px 0 10px 25px;
	}

	.formulario_ouvidoria .btnenviar {
		margin-top: 20px;
	}

	.submenu_interna h2 {
		font-size: 12px;
	}

	.acesso_rapido a:last-child {
		padding-bottom: 0px;
	}

	.download_arquivo {
		float: none;
	}

	.data_not_rel {
		margin-top: 15px;
	}

	.caixa_not_rel h2 {
		display: block;
	}

	.not_rel_vereadores h3 {
		font-size: 18px;
	}

	#accordion .escolha_ano .selecao {
		margin-bottom: 10px;
		margin-left: 0px;
		display: block;
		margin-top: 10px;
	}

	.exportar_dados {
		float: none;
	}

	.info_iniciais_vereador .team-name {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}

	#accordion .panel {
		margin-top: 20px;
	}

	.vereadores .submenu_interna #nome_vereador,
	#accordion .escolha_ano #escolha_ano,
	.escolha_ano_input {
		padding: 5px 80px 5px 5px;
	}

	.vereadores .panel>.panel-heading button {
		font-size: 11px !important;
		height: 40px !important;
	}

	.vereadores .panel>.panel-heading {
		width: calc(100% / 3);
		margin-bottom: 5px;
	}

	.h2_noticia {
		max-width: 100%;
	}

	.conteudos_vereador .informacoes {
		max-width: 290px;
		margin-right: auto;
		margin-left: auto;
	}

	#menu li {
		display: block;
		width: 100%;
		text-align: right;
		border-top: 1px solid #ffffff;
	}

	#menu li a {
		padding: 8px 22px 8px 0;
	}

	.dropdown .caret {
		display: block;
	}

	#menu .dropdown-menu li a {
		color: #fff;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
	}

	#menu .dropdown-menu li a:focus,
	#menu .dropdown-menu li a:hover,
	#menu li.open .dropdown-toggle {
		color: #ffffff;
	}

	#pesquisa_xs {
		background-color: #ffffff;
		color: #000000;
		border: none;
		display: inline-block;
		width: 100%;
		height: 38px;
		padding-left: 10px;
	}

	#form_pesquisa_xs {
		position: relative;
	}

	.pesquisa_submit_cab {
		left: unset;
		right: 0;
		background-image: url('../images/lupa_busca_xs.png');
	}

	#pesquisa_xs::-webkit-input-placeholder {
		color: #fff;
	}

	#pesquisa_xs:-moz-placeholder {
		/* Firefox 18- */
		color: #fff;
	}

	#pesquisa_xs::-moz-placeholder {
		/* Firefox 19+ */
		color: #fff;
	}

	#pesquisa_xs:-ms-input-placeholder {
		color: #fff;
	}

	.navbar .navbar-collapse,
	.navbar .navbar-form {
		border-top: 0;
	}

	.navbar .navbar-collapse {
		padding-top: 10px;
	}

	.navbar .navbar-nav>li>a:hover {
		background-color: transparent;
	}

	.acesso_rapido svg {
		color: #A3B19E;
		height: 20px;
		width: 20px;
		margin: 12px;
	}

	.acesso_rapido .list-group {
		margin-bottom: 0px;
	}

	.acesso_rapido {
		border: 0px;
	}

	.list-group-item {
		padding: 0px;
	}

	.caret {
		margin-left: 10px;
	}

	.list-group-item:first-child {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.list-group-item:last-child {
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.caixa_noticia_index h3 {
		padding-top: 20px;
		margin-bottom: 25px;
	}

	.content4 {
		/*padding-top: 40px;
		padding-bottom: 40px;*/
		margin-top: -40px;
	}

	.listagem_documentos_index h3 {
		font-size: 11px;
	}

	.leis_projetos_title h2 {
		font-size: 20px;
	}

	.todas_noticias_index {
		text-align: center;
	}

	.todas_noticias_index {
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}

	.m-r-divs div {
		float: none;
	}

	.m-r-divs {
		float: none;
		text-align: center;
	}

	.horarios_xs {
		margin-top: 20px;
	}

	.texto_sessoes_cab span {
		font-size: 13px;
	}

	.secao_hora span.hor {
		font-size: 25px;
	}

	.secao_hora {
		padding: 0 5px 0 5px;
	}

	.content_play {
		padding: 10px 15px;
	}

	.svg_mapa_site {
		text-align: center;
	}

	.caixa_noticia_index {
		margin-bottom: 20px;
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}

	.padrao1_h2 h2 {
		font-size: 19px;
		text-align: center;
	}

	.todas_noticias_index {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.acesso_rapido {
		margin-bottom: 15px;
	}

	.contents_svg_top {
		background-color: #A3B19E;
		height: 35px;
		width: 35px;
	}

	.contents_svg_top svg,
	.acessibilidade svg {
		height: 35px;
		width: 35px;
	}

	.margin_search_xs {
		margin-top: 3%;
	}

	.padrao_interna h1 {
		margin-top: 15px;
	}

	.content_noticia {
		padding-bottom: 20px;
	}

	.listagem .content_noticia:last-child {
		margin-bottom: 50px;
	}

	.m-b-185 {
		margin-bottom: 50px;
	}

	.margin_acesso_interna {
		margin-left: -30px;
		margin-right: -30px;
	}

	.navbar .navbar-nav>li>a,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		background: transparent;
		color: #fff;
	}

	.navbar-nav {
		margin: 10px 0;
		/*background: #26254d;*/
	}

	.titulo_doc span {
		font-size: 10px;
		padding-left: 5px;
	}

	.content_solicitacoes .content {
		padding: 30px 15px;
	}

	.video_home_info {
		width: 100%;
		height: 100%;
		border: solid 2px #1dc98a;
		border-radius: 10px;
		padding: 40px 30px;
		position: relative;
		text-align: right;
	}

	.video_home_titulo {
		max-height: 120px;
		color: #fff;
		font-size: 20px;
		font-weight: 800;
	}

	.video_home_area {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		/*padding: 0 19px;*/
		padding-bottom: 10px;
		width: 300px;
	}

	.hidden-mob {
		display: block !important;
		padding-top: 344px;
	}
}

@media (max-width: 479px) {
	.svg45 svg {
		width: 100%;
		display: block;
	}

	.leis_projetos_title h2 {
		text-align: center;
		display: block;
	}

	.content_play {
		padding: 5px 5px;
	}

	.texto_sessoes_cab {
		max-width: 77px;
	}

	.secao_hora span.hor {
		font-size: 15px;
		line-height: 15px;
	}

	.secao_hora span {
		font-size: 12px;
	}

}

@media (max-width: 400px) {
	.panel>.panel-heading button {
		font-size: 9px;
	}
}





/*Leyout Diferente*/

.contato_cab .tel_email svg {
	color: #e1e5e7;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	border-radius: 30px;
}

span.span1 {
	color: #e1e5e7;
	font-weight: 600;
	font-size: 13px;
}

span.tel_cab {
	color: #e1e5e7;
	font-size: 20px;
	font-weight: 700;
}

span.tel_cab strong {
	font-size: 30px;
	font-weight: 600;
}

span.tel_cab,
span.tel_cab strong,
span.span1 {
	line-height: 100%;
}

.email_cab_div {
	margin-top: 5px;
}

.email_cab {
	color: #e1e5e7;
	font-size: 13px;
}

.contato_cab {
	margin-top: 20px;
}



@media (max-width: 991px) {
	.contato_cab {
		margin-top: 35px;
	}

	.botoes_iniciais_index button {
		width: 19.5%;
	}

	.video_eventos_index .agenda_eventos,
	.obras_albuns_index .box2 {
		margin-top: 20px;
	}

	.foto_noticia .data {
		top: 20px;
		left: 30px;
		font-size: 12px;
		padding: 8px 0;
		width: 85px;
		height: 32px;
		text-align: center;
	}

	.noticias_under .content_sec_title {
		width: 100%;
	}

	.noticias_under h2 {
		border-bottom: none;
	}

	.m-b-sm-xs {
		margin-bottom: 50px;
	}

	.center-sm-xs {
		text-align: center;
	}

	.endereco_rodape {
		margin-bottom: 20px;
	}

	.e_rodape {
		bottom: -25px;
	}
}


.pesquisa_cabecalho {
	text-align: right;
	/*margin-top: 10px;*/
}

#pesquisa_submit svg {
	width: 40px;
	height: 38px;
	background: none;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/lupa_busca.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

.pesquisa_cabecalho svg {
	color: #BDBFC1;
	height: 20px;
	width: 100%;
}

.pesquisa_cabecalho button {
	position: absolute;
	border: none;
	/*border-left: 1px solid #BDBFC1;
	width: 50px;
	height: 40px;
	background: transparent;
	right: 130px;
	bottom: 26px;*/
}

.pesquisa_cabecalho input {
	background: transparent;
	width: 100%;
	height: 50px;
	padding-left: 25px;
	color: #A1A1A4;
	border: 1px solid #E0E1E2;
	background-color: #fff;
	position: relative;
	border-radius: 30px;
}

.pesquisa_cabecalho svg {
	color: #BDBFC1;
	height: 20px;
	width: 100%;
}

.contents_svg_top {
	background-color: #A3B19E;
	height: 40px;
	width: 40px;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}


#pesquisa_submit svg {
	position: absolute;
	top: 0;
	right: 0;
}


span.number_reg,
.number_reg {
	height: 0px;
	float: left;
	width: 0px;
	text-indent: -9999px;
	display: inline-block;
	margin-top: -59px;
	font-size: 0px;
}


/* NOTÍCIAS */
#e_conteudo .e_area_noticias {
	padding: 20px;
}

/* DESTAQUE */
#e_conteudo .e_area_noticias .e_noticia_destaque {
	width: 520px;
	height: 325px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

#e_conteudo .e_area_noticias .e_noticia_destaque .e_area_img_noticia_destaque {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	transition: 0.2s;
}

#e_conteudo .e_area_noticias .e_noticia_destaque .e_area_img_noticia_destaque img {
	border: 0 !important;
	margin: 0 !important;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.6;
	transition: 0.2s;
}

#e_conteudo .e_area_noticias .e_noticia_destaque:hover .e_area_img_noticia_destaque {
	transform: scale(1.1);
}

#e_conteudo .e_area_noticias .e_noticia_destaque:hover .e_area_img_noticia_destaque img {
	opacity: 0.8;
}

#e_conteudo .e_area_noticias .e_noticia_destaque .e_area_info_noticia_destaque {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent !important;
	padding: 15px;
}

#e_conteudo .e_area_noticias .e_noticia_destaque .e_area_info_noticia_destaque .e_data_noticia_destaque {
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#e_conteudo .e_area_noticias .e_noticia_destaque .e_area_info_noticia_destaque .e_titulo_noticia_destaque {
	font-size: 19px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* COMPLEMENTARES */
#e_conteudo .e_area_noticias .e_area_noticias_comp {
	width: 615px;
	width: calc(100% - 545px);
	height: 325px;
	float: right;
	position: relative;
	font-size: 0;
}

#e_conteudo .e_area_noticias .e_cont_noticias_comp {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
	white-space: nowrap;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp {
	width: 300px;
	height: 305px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 3px;
	margin-right: 15px;
	white-space: normal;
	overflow: hidden;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp a:last-child .e_noticia_comp {
	margin-right: 0;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_img_noticia_comp {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_img_noticia_comp img {
	border: 0 !important;
	margin: 0 !important;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp:hover .e_area_img_noticia_comp img {
	transform: translate(-50%, -50%) scale(1.1);
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp {
	height: 130px;
	padding: 15px;
	position: relative;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(transparent, #fff 90%);
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp .e_data_noticia_comp {
	font-size: 10px;
	color: #444;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp .e_titulo_noticia_comp {
	font-size: 14px;
	color: #1a569f;
	margin-bottom: 5px;
	transition: 0.2s;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp:hover .e_area_info_noticia_comp .e_titulo_noticia_comp {
	color: #297fe8;
}

#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp .e_descricao_noticia_comp {
	font-size: 12px;
	color: #666;
}


@media (min-width: 801px) and (max-width: 1000px) {

	/* DEFININDO CONTEÚDO INTERNO */
	.e_conteudo_interno {
		max-width: 1000px;
	}

	/****************** CONTEÚDO ******************/

	/* NOTÍCIAS*/
	/* DESTAQUE */
	#e_conteudo .e_area_noticias .e_noticia_destaque {
		width: 52vw;
		height: 32.5vw;
	}

	/* COMPLEMENTARES */
	#e_conteudo .e_area_noticias .e_area_noticias_comp {
		width: calc(100% - 52vw - 25px);
		height: 32.5vw;
	}

	#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp {
		width: 30vw;
		height: calc(32.5vw - 25px);
	}

	#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_img_noticia_comp {
		height: 18vw;
	}

	#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp {
		height: 13vw;
	}

	#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp .e_descricao_noticia_comp {
		display: none;
	}

}

@media (max-width: 800px) {

	/* DEFININDO CONTEÚDO INTERNO */
	.e_conteudo_interno {
		max-width: 800px;
	}

	/* TEXTOS */
	.e_titulos_c {
		padding-bottom: 5px;
	}

	.e_titulos_c>p {
		display: none;
	}

	.e_titulos_c .e_btn_ver_mais {
		top: 0
	}

	/* IMAGENS */
	.e_imgheight {
		height: 105%;
	}

	.e_imgwidth {
		width: 105%;
	}

	/****************** CONTEÚDO ******************/
	#e_conteudo .e_area_acesso_facil {
		display: none;
	}

	/* EVENTOS */
	#e_conteudo .e_area_eventos {
		top: 20px;
	}

	#e_conteudo .e_area_eventos .e_btn_eventos:hover .e_area_img_btn_eventos img {
		transform: translate(0);
	}

	#e_conteudo .e_area_eventos .e_btn_eventos .e_area_texto_btn_eventos {
		display: none;
	}

	/* ENQUETE */
	#e_conteudo .e_area_enquete {
		top: 20px;
	}

	#e_conteudo .e_area_enquete .e_btn_enquete:hover .e_area_img_btn_enquete img {
		transform: translate(0);
	}

	#e_conteudo .e_area_enquete .e_btn_enquete .e_area_texto_btn_enquete {
		display: none;
	}


	/* NOTÍCIAS*/
	/* DESTAQUE */
	#e_conteudo .e_area_noticias .e_noticia_destaque {
		width: 100%;
		height: 61vw;
	}

	/* COMPLEMENTARES */
	#e_conteudo .e_area_noticias .e_area_noticias_comp {
		width: 100%;
		height: 350px;
		margin-top: 20px;
	}

	#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp {
		height: 325px;
	}

	#e_conteudo .e_area_noticias .e_area_noticias_comp .e_noticia_comp .e_area_info_noticia_comp {
		height: 155px;
	}
}



.noticias_sub:after {
	content: '';
	float: left;
	height: 1px;
	width: 100%;
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E4E4E4;
	margin-bottom: 40px;
	margin-top: 40px;
}

.noticias_sub span,
.noticias_sub p {
	color: #999999;
	line-height: 130%;
	margin: 0;
}

.noticias_sub span.titulo_not {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	display: inline-block;
}

.noticias_sub a:hover span.data,
.noticias_sub a:hover span.titulo_not {
	color: #9A181F;
}

.noticias_sub a:hover .border_right_not {
	border-right-color: #9A181F;
}

.noticias_sub .noticia {
	margin-bottom: 30px;
}

.noticias_sub .noticia {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}

.noticias_sub .noticia img {
	margin-bottom: 15px;
}

.noticias_sub .noticia span.data {
	text-align: center;
	margin-bottom: 0;
}




/*VERSÃO NOVA TIRAR TUDO OQUE NÃO USAR*/

.relatorios_but {
	min-height: 85px;
}

.relative {
	position: relative;
}

.box_sic_svg {
	background-color: #D6D6D6;
	height: 100%;
	width: 100%;
	max-height: 105px;
	max-width: 105px;
	padding: 25px;
	margin-top: 40px;
	position: relative;
}

.box_sic_svg svg {
	height: 55px;
	width: 55px;
	color: #006439;
	border: none;
}

.box_inbox i {
	display: inline-block;
	vertical-align: top;
}

.clr:after {
	content: " ";
	clear: both;
	display: block;
}

.table_padrao thead tr td {
	color: #a3b19e;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background: #F5F5F5;
}

table.table_padrao,
.table_padrao td,
.table_padrao th {
	border: 1px solid #EAEAEA;
	padding-left: 12px;
}

.table_padrao tbody tr td {
	background: #F5F5F5;
	color: #737373;
	font-size: 13px;
}

.table_padrao .center-table {
	text-align: center;
	padding: 0px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #889d88;
}

.no_border {
	border: 0px !important;
	border-bottom: 0px !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.inline_middle {
	vertical-align: middle;
	display: inline-block;
}

.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
}

.but-dropitens {
	display: block;
	background: #00adef;
	border: 1px solid #C9C9C9;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	height: 56px;
	font-size: 14px;
	margin: 2px 0px;
}

.but-dropitens {
	outline-color: transparent;
}

.but-dropitens:hover,
button.up {
	background: #00adef;
}

.item_portal {
	width: 168px;
	height: 180px;
	border-radius: 8px;
	/*background: #ffffff;*/
	background: linear-gradient(36deg, #0a2a5e 0%, #164aa1 100%);
	/*margin-right: 8px;
	margin-bottom: 8px; */
	display: inline-block;
	float: left;
	text-align: left;
	min-height: 40px;
	border: 1px solid #d3d3d3;
	padding: 10px;
	/*background: rgb(237,237,237); 
	background: -moz-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(219,219,219,1) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%); 
	background: radial-gradient(ellipse at center, rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbdbdb', GradientType=1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.item_portal:hover {
	border: 1px solid #ffb600;
	background: #ffffff;
	/*background: -moz-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 0%, rgba(20, 84, 148, 0.05) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 0%,rgba(20, 84, 148, 0.05) 100%); 
	background: radial-gradient(ellipse at center, rgba(234,234,234,1) 0%,rgba(20, 84, 148, 0.05) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#b5b5b5', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.item_portal svg {
	height: 27px;
	width: 27px;
	display: inline-block;
	color: #ffb600;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 10px;

}

.item_portal:hover p,
.item_portal:hover svg {
	color: #093364;
}

.item_portal p {
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	padding: 5px 2px 5px;
	align-items: flex-start;
}

.item_portal .subtitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 2px 5px;
	align-items: flex-start;
}

.lista_portal,
.conteudo_portal {
	/*padding-bottom: 60px;*/
}

.but-dropitens {
	margin-bottom: 30px;
}

.conteudo_interno_portal .svg-portal-cab {
	color: #145494;
	height: 55px;
	width: 70px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #145494;
	padding-right: 15px;
	margin-right: 15px;
}

.conteudo_interno_portal .title {
	margin-bottom: 50px;
}

.conteudo_interno_portal h3 {
	color: #145494;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
}

.conteudo_interno_portal p {
	color: #727272;
	font-size: 14px;
}

.conteudo_interno_portal a {
	font-weight: 600;
	color: inherit;
}

.lai p {
	margin-bottom: 20px;
}

.lai .outras_infos {
	margin-bottom: 20px;
}

.lai .outras_infos p {
	margin-bottom: 0px;
}

.m-50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.box_download span {
	font-size: 18px;
	color: #60ab52;
	font-weight: bold;
}

.conteudo_sic .content_solicitacoes {
	margin-top: 60px;
}

.conteudo_sic .content_solicitacoes:last-child {
	margin-bottom: 100px;
}

.content_solicitacoes .content {
	border: 1px solid #DDDDDD;
	padding: 45px 15px;
	color: #777777;
	background: #EBEBEB;
}

.content_solicitacoes .content h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #777777;
}

.content_solicitacoes .content .botao_int_1 {
	padding: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	background-color: #fff;
	color: #777777;
	margin-top: 20px;
	border: 1px solid #C9C9C9;
	font-size: 14px;
	font-weight: normal;
}

.content_solicitacoes .content .botao_int_1:hover {
	color: #35805f;
	border-color: #35805f
}

.conteudo_sic .solicitacao_infos h2 {
	font-size: 16px;
	color: #777777;
	font-weight: 600;
	margin-bottom: 30px;
}

.conteudo_sic .solicitacao_infos p {
	font-size: 14px;
	color: #727272;
}

.conteudo_sic .solicitacao_infos a {
	font-weight: 600;
	color: inherit;
}

.sic_acompanhamento .solicitacao_infos {
	margin-top: 20px;
}

.selecoes_solicitacoes svg {
	float: right;
	display: inline-block;
	background-color: #A3B19E;
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 10px 3px;
	border: none;
	margin-right: 0px;
}

.selecoes_solicitacoes {
	margin-bottom: 60px;
	margin-top: 30px;
}

#filtro_solicitacao,
#situacao,
#filtro_sic button {
	vertical-align: middle;
	display: inline-block;
	height: 50px;
	width: 23%;
	outline-color: #A3B19E;
	font-size: 13px;
	color: #727272;
	background-color: #EBEBEB;
	border: 1px solid #E0E0E0;
}

#situacao {
	padding-left: 15px;
}

#filtro_solicitacao {
	padding-left: 15px;
	width: 65%;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #727272;
	font-size: 13px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #727272;
	font-size: 13px;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #727272;
	font-size: 13px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #727272;
	font-size: 13px;
}

#filtro_sic span {
	width: 5%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
}

span.filtrado {
	color: #727272;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 5px;
	display: block;
}

#filtro_sic button {
	border: none;
	background-color: transparent;
	float: right;
	width: 4.5%;
	padding: 0px;
}

.solicitante {
	margin-top: 10px;
	margin-bottom: 15px;
}

.resultado_pesquisa {
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
}

.resultado_pesquisa svg {
	border: 0px;
	background-color: #A3B19E;
	height: 60px;
	width: 60px;
	padding: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.resultado_pesquisa span {
	color: #727272;
	line-height: 150%;
	display: inline-block;
}

.span13 {
	font-size: 13px;
	font-weight: 600;
}

.span14 {
	font-size: 14px;
	font-weight: 500;
}

.resultado_pesquisa svg.svg_pdf_pesquisa {
	background-color: transparent;
	padding: 0px;
	margin-left: 70px;
	margin-right: 5px;
	color: #a3b19e;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.resultado_pesquisa .content_documentos {
	margin-top: 10px;
}

.resultado_pesquisa .content_documentos span {
	vertical-align: middle;
	font-size: 13px;
}

@media (min-width: 1200px) and (max-width:1299px) {
	.item_portal {
		width: 161px;
		min-height: 200px;
	}

	.item_portal svg {
		margin-top: 25px;
	}
}


@media (min-width: 992px) and (max-width:1199px) {
	.item_portal {
		width: 166px;
		min-height: 190px;
	}

	.item_portal svg {
		margin-top: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.item_portal {
		width: 172px;
		min-height: 210px;
	}

	.item_portal svg {
		margin-top: 35px;
	}
}

@media (max-width: 767px) {
	.resultado_pesquisa svg.svg_pdf_pesquisa {
		margin-left: 0px;
	}

	#filtro_solicitacao,
	#situacao,
	#filtro_sic button {
		height: 40px;
	}

	#situacao {
		padding-left: 10px;
		width: 28%;
	}

	#filtro_solicitacao {
		padding-left: 10px;
		width: 45%;
	}

	#filtro_sic button {
		width: 11.5%;
	}

	#filtro_sic span {
		width: 10%;
	}

	.item_portal {
		/*width: 47%;
		min-height: 206px;*/
	}

	.item_portal p {
		font-size: 12px;
	}

	.item_portal {
		/*width: 150px;*/
		height: 180px;
		border-radius: 8px;
		/*background: #ffffff;*/
		background: linear-gradient(36deg, #0a2a5e 0%, #164aa1 100%);
		display: inline-block;
		float: left;
		text-align: left;
		min-height: 40px;
		border: 1px solid #d3d3d3;
		padding: 10px;
		/*border: 2px solid #84E5FF;*/
		/*background: rgb(237,237,237); 
		background: -moz-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(219,219,219,1) 100%); 
		background: -webkit-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%); 
		background: radial-gradient(ellipse at center, rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%); */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbdbdb', GradientType=1);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.item_portal:hover {
		background: #ffffff;
		/* Old browsers */
		/*background: -moz-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 0%, rgba(20, 84, 148, 0.05) 100%); 
		background: -webkit-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 0%,rgba(20, 84, 148, 0.05) 100%); 
		background: radial-gradient(ellipse at center, rgba(234,234,234,1) 0%,rgba(20, 84, 148, 0.05) 100%); */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#b5b5b5', GradientType=1);
		/* IE6-9 fallback on horizontal gradient */
		box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	}

	.item_portal svg {
		height: 35px;
		width: 35px;
		display: inline-block;
		color: #ffb600;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		margin-top: 25px;

	}

	.item_portal:hover p,
	.item_portal:hover svg {
		color: #093364;
	}

	.item_portal p {
		font-size: 12px;
		font-weight: 600;
		color: #ffffff;
		margin-top: 1px;
		padding: 0px 2px;
		align-items: flex-start;
	}

	.lista_portal,
	.conteudo_portal {
		/*padding-bottom: 60px;*/
	}

	.but-dropitens {
		margin-bottom: 30px;
	}

	.conteudo_interno_portal .svg-portal-cab {
		height: 30px;
		width: 45px;
	}

	.pedidos_realizados {
		padding: 15px 5px;
		font-size: 12px;
		width: 100%;
	}

	.conteudo_sic .content_solicitacoes {
		margin-top: 30px;
	}

	.content_solicitacoes .content {
		padding: 25px 15px;
	}

	.submenu_interna p {
		font-size: 12px;
	}

	.submenu_interna svg {
		width: 18px;
	}

	.submenu_interna a {
		padding: 5px 10px;
		margin-top: 10px;
	}

	.conteudo_interno_portal h3 {
		font-size: 16px;
	}

	.conteudo_sic .content_solicitacoes:last-child {
		margin-bottom: 40px;

	}

	@media (max-width: 315px) {
		.item_portal {
			width: 100% !important;
			min-height: 190px;
		}
	}
}


/* LADO DIREITO DA BARRA SUPERIOR 

.pull-right {
	float: right!important;
	display: block;
	margin-left: 250px;
}

.btn-acesso-info {
    background: url(../images/icon_acesso_informacao.png) left center no-repeat;
    padding-left: 20px;
	margin-right: 10px;
	color: #888;
}

.btn-group {
	cursor: pointer;
}

.btn-group button {
    background: 0 0;
    border: none;
    color: #068833;
    font-size: .757em!important;
    font-weight: 700;
    height: 25px;
	padding: 0 10px!important;
}
*/


/* BARRA SERVIÇOS PARA VOCÊ  */

#bloco-governo-digital {
	/*background: #f5f6f7;*/
	background: linear-gradient(15deg, #0d3370 0%, #074ab9 100%);
	border-radius: 8px;
	/*margin-right: 14px;
    margin-left: 14px;*/
	border: 1px solid #d3d3d3;
	margin-bottom: 40px;
}

#bloco-governo-digital .container {
	position: relative
}

#bloco-governo-digital .header-bloco-governo-digital {
	/* height: 75px;*/
	line-height: 30px
}

#bloco-governo-digital h2 {
	font-size: 1.5em;
	font-weight: 700;
	display: inline-block;
	margin: 10 20px 0 15px;
	color: #0b182c;
}

#bloco-governo-digital .btn-default {
	/* background: #093364;*/
	border: none;
	color: rgb(255 255 255);
	border: 1px solid #d3d3d3;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 8px;
}

#bloco-governo-digital .btn-default:hover {
	border: 1px solid #093364;
	/*background: #093364; /* Old browsers */
	/*background: -moz-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 0%, rgba(20, 84, 148, 0.05) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 0%,rgba(20, 84, 148, 0.05) 100%); 
	background: radial-gradient(ellipse at center, rgba(234,234,234,1) 0%,rgba(20, 84, 148, 0.05) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#b5b5b5', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

#bloco-governo-digital .btn-default.active {
	background: #fff;
	color: #cccccc
}

#bloco-governo-digital .box-servicos {
	margin-top: 5px;
	font-size: 1em;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 30px 0;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	opacity: 0
}

#bloco-governo-digital .box-servicos.active {
	position: relative;
	visibility: visible;
	height: auto;
	opacity: 1
}

#bloco-governo-digital .fechar-categorias {
	display: none;
	font-size: 1.5em;
	color: #ccc !important;
	position: absolute;
	z-index: 999;
	right: 30px;
	margin-top: 30px
}

#bloco-governo-digital #exibeCategoria {
	background: #fff;
	border-radius: 4px;
	font-size: .75em;
	left: 0;
	margin: 20px 0 0;
	padding: 20px;
	position: absolute;
	visibility: hidden;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: .4s;
	transition: .4s
}

#bloco-governo-digital .box-servicos a {
	/*display: block;*/
	width: 100%;
	height: 100%;
	padding: 12px 12px 12px 20px;
	-webkit-transition: .4s;
	transition: .4s
}

#bloco-governo-digital.por-categoria .box-servicos .lista-categorias li a {
	color: #ffffff;
	text-transform: none;
}

#bloco-governo-digital.por-categoria .box-servicos .lista-categorias {
	/*background: #093364; */
	/*border-radius: 4px;*/
	padding-bottom: 10px
}

#bloco-governo-digital .box-servicos ul {
	padding: 0;
	display: block;
	width: 100%;
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	column-gap: 20px
}

#bloco-governo-digital .box-servicos ul ul {
	column-count: 1;
	column-gap: 0;
	padding-left: 10px
}

#bloco-governo-digital .box-servicos li {
	display: block;
	margin: 0;
	text-transform: uppercase;
}

.fas {
	font-weight: 900;
}

.fa-caret-down:before {
	content: "\f0d7";
}


@media (max-width: 575px) {

	#bloco-governo-digital .header-bloco-governo-digital a {
		width: 100% !important;
		margin-top: 0 !important;
	}

	#bloco-governo-digital .box-servicos ul {
		-webkit-column-count: 1;
		column-count: 1
	}

	.hide-mobile {
		display: none !important;
	}

}

@media (min-width: 576px) {
	.hide-desktop {
		display: none !important;
	}
}

@media (max-width: 991px) {

	#bloco-governo-digital .header-bloco-governo-digital a {
		/*	margin-top: 400px; */
		margin-bottom: 8px;
		margin-right: 5px !important
	}

}

@media (max-width: 991px) {

	#bloco-governo-digital h2 {
		display: block;
		padding: 10px 0px 10px 0px !important;
		margin: 0;
		text-align: left;
		font-size: 1.3em;
	}

}

@media (max-width: 575px) {

	#bloco-governo-digital .header-bloco-governo-digital {
		margin-top: 5px;
		line-height: 3.5em
	}
}


@media (min-width: 991px) {

	#bloco-governo-digital .header-bloco-governo-digital {
		/*	margin-top: 330px; */
		/*	line-height: 3.5em */
		text-align: center;
	}
}

.capitalize {
	text-transform: capitalize
}


/*Inicio acesso ouvidoria*/

@media (min-width: 1000px) {

	.acesso {
		min-height: 305px;
		position: relative;
		/*width: 1200px;
		box-shadow: 0 1px 79px rgba(0, 0, 0, .1);*/
		display: flex;
		margin-top: 60px;
		margin-left: 30px;
	}

	.ouv-sic {
		width: 270px;
		float: left;
		/*margin-top: 39px;*/
	}

	.ouvidoria {
		width: 100%;
		height: 50%;
		background-color: #1dc98a;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.ouvidoria .img {
		background: url(../images/ouvidoria.png) no-repeat;
		width: 184px;
		height: 81px;
	}

	.sic {
		width: 100%;
		height: 50%;
		background: #8ad2d4;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		border-radius: 10px;
	}

	.img {
		background: url(../images/sic.png);
		width: 188px;
		height: 73px;
		background-repeat: no-repeat;
	}

	.display {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 500;
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(0, 0, 0, .3);
	}

	.blocoacesso {
		width: 1200px;
		margin: 0 calc(50% - 600px);
		height: 550px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		float: left;
		padding-top: 25px;
	}

	.menu-grande {
		float: left;
		width: 100%;
		box-shadow: 0 2px 1000px 0 rgba(0, 0, 0, .4);
		background: #fff;
	}

	.barra {
		width: 100%;
		height: 80px;
		background: #41c1c5;
		margin-bottom: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.item {
		/*	width: 330px;
		height: auto;
		float: left;
		margin: 0 0 20px 70px; */
	}

	.portal {
		/*width: 638px;
		height: 266px; */
		background: #fff;
		float: left;
		margin-top: 39px;
	}

	.portal ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		height: auto;
		flex-wrap: wrap;
	}

	.portal ul li {
		width: 97px;
		height: 130px;
		background-color: #fff;
		border-radius: 8px;
	}

	.portal ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		flex-direction: column;
	}

	.portal ul li a .icone {
		color: #5cc6d0;
		height: 52px;
		margin-bottom: 13px;
	}

	.portal ul li a .titulo {
		color: grey;
		font-size: .7857rem;
		width: 100%;
		text-align: center;
		font-family: Arial;
		font-weight: 700;
	}

	.cidade {
		width: 292px;
		min-height: 100%;
		/*background: linear-gradient(to bottom, rgb(155, 153, 152) 0, rgb(202, 201, 200) 0, rgb(202, 201, 200) 58%);*/
		background-color: #e1e5e7;
		float: left;
		padding: 60px 20px;
		/*margin-top: 39px;*/
		border-radius: 10px;
	}

	.detalhe {
		width: 202px;
		height: 3px;
		background: #0e815e;
	}

	.trabalhando {
		width: 202px;
		font-size: 1rem;
		color: #10408d;
		font-weight: 900;
		margin-top: -25px;
		margin-bottom: 15px;
	}

	.pipe {
		width: 45px;
		height: 9px;
		background: #0e815e;
		position: absolute;
		top: 54px;
		right: 202px;
	}

	.clique {
		width: 202px;
		font-size: 1.071rem;
		color: #5c4a21;
		font-weight: 900;
		margin-top: 36px;
	}
}

@media all and (max-width: 999px) {

	.acesso {
		min-height: 305px;
		position: relative;
		/*width: 1200px;
		/*box-shadow: 0 1px 79px rgba(0, 0, 0, .1);*/
		display: flex;
		margin-top: 40px;
	}

	.ouv-sic {
		width: 270px;
		float: left;
		margin-top: 39px;
	}

	.ouvidoria {
		width: 100%;
		height: 50%;
		background-color: #fbc440;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ouvidoria .img {
		background: url(../images/ouvidoria.png) no-repeat;
		width: 184px;
		height: 81px;
	}

	.sic {
		width: 100%;
		height: 50%;
		background: #8ad2d4;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.img {
		background: url(../images/sic.png);
		width: 188px;
		height: 73px;
	}

	.display {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 500;
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(0, 0, 0, .3);
	}

	.blocoacesso {
		width: 1200px;
		margin: 0 calc(50% - 600px);
		height: 550px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		float: left;
		padding-top: 25px;
	}

	.menu-grande {
		float: left;
		width: 100%;
		box-shadow: 0 2px 1000px 0 rgba(0, 0, 0, .4);
		background: #fff;
	}

	.barra {
		width: 100%;
		height: 80px;
		background: #41c1c5;
		margin-bottom: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.item {
		/*	width: 330px;
		height: auto;
		float: left;
		margin: 0 0 20px 70px; */
	}

	.portal {
		/*width: 638px;
		height: 266px;*/
		background: #fff;
		float: left;
		margin-top: 39px;
	}

	.portal ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		height: auto;
		flex-wrap: wrap;
	}

	.portal ul li {
		width: 97px;
		height: 130px;
		background-color: #fff;
		border-radius: 8px;
	}

	.portal ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		flex-direction: column;
	}

	.portal ul li a .icone {
		color: #5cc6d0;
		height: 52px;
		margin-bottom: 13px;
	}

	.portal ul li a .titulo {
		color: grey;
		font-size: .7857rem;
		width: 100%;
		text-align: center;
		font-family: Arial;
		font-weight: 700;
	}

	.cidade {
		/*width: 292px;*/
		min-height: 100%;
		background: -webkit-linear-gradient(top, rgba(255, 127, 4, 1) 0, rgba(251, 189, 43, 1) 0, rgba(248, 153, 45, 1) 58%);
		background: linear-gradient(to bottom, rgb(155, 153, 152) 0, rgb(202, 201, 200) 0, rgb(202, 201, 200) 58%);
		/*float: left;*/
		padding: 10px 45px;
	}

	.detalhe {
		width: 202px;
		height: 3px;
		background: #0e815e;
	}

	.pipe {
		width: 45px;
		height: 9px;
		background: #0e815e;
		position: absolute;
		top: 54px;
		right: 202px;
	}

	.trabalhando {
		width: 202px;
		font-size: 1.571rem;
		color: #10408d;
		font-weight: 900;
		margin-top: 25px;
	}

	.clique {
		width: 202px;
		font-size: 1.071rem;
		color: #5c4a21;
		font-weight: 900;
		margin-top: 36px;
	}

}


/* PAINEL COVID */

.home-coronavirus {
	padding: .5rem 1.25rem;
	background: #e3e3e3;
	border-radius: 10px;
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important;
}

.mt-2,
.my-2 {
	margin-top: .5rem !important;
}


.pb-2,
.py-2 {
	padding-bottom: .5rem !important;
}

.pt-2,
.py-2 {
	padding-top: .5rem !important;
}

.mt-2,
.my-2 {
	margin-top: .5rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

@media (min-width: 992px) {

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important;
	}
}

@media (min-width: 992px) {

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important;
	}
}

@media (min-width: 992px) {

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
}

@media (min-width: 992px) {

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 576px) {

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
}

@media (min-width: 768px) {
	.home-coronavirus-dato {
		line-height: 11px;
	}
}


@media (min-width: 768px) {
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important;
	}
}

@media (min-width: 768px) {
	.home-coronavirus-dato {
		line-height: 11px;
	}
}

@media (min-width: 576px) {

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important;
	}
}

@media (min-width: 576px) {
	.home-coronavirus-fondo .img-fluid {
		margin-left: 0;
		height: 40px;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
}

@media (min-width: 576px) {
	.home-coronavirus-fondo .img-fluid {
		margin-left: 0;
		height: 40px;
	}
}

@media (min-width: 992px) {
	.home-coronavirus-fecha {
		font-size: 16px;
		line-height: 25px;
		height: 68px;
	}
}

@media (min-width: 992px) {
	.home-coronavirus-fecha strong {
		font-size: 24px;
		line-height: 25px;
	}
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.home-coronavirus-fecha {
	font-size: 16px;
	line-height: 25px;
	height: auto;
}

.home-coronavirus-fecha strong {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--navy-light);
	margin-bottom: 5px;
}

.home-coronavirus-fecha {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	/*background: #003b52;*/
	padding-left: 10px;
	padding-top: 10px;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important;
}

.pt-2,
.py-2 {
	padding-top: .5rem !important;
}

.home-coronavirus-dato {
	line-height: 11px;
}

.home-coronavirus-dato {
	color: #1dc98a;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	/*border: 1px solid #ccc;*/
	background: #fff;
	border-radius: 10px;
}

.home-coronavirus-dato strong {
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	padding-right: 10px;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}


.home-coronavirus-tel,
.home-coronavirus-tel:hover {
	background: #10408d;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	border-radius: 10px;
}

.p-2 {
	padding: .5rem !important;
}

/* FIM PAINEL COVID */

/* VACINOMETRO */
.card-body-1 {
	padding: 7px 13px;
	text-transform: capitalize;
	color: #f5f5f5;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	min-height: 36px;
	background-color: #082e3b;
	padding: 20px 16px;
}

.card-title {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -.65px;
	color: rgb(255 255 255);
}

.card-numero {
	padding: 0;
	font-size: 30px;
	line-height: 50px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -1.29px;
}

.card-body-2 {

	padding: 7px 13px;
	text-transform: capitalize;
	color: #f5f5f5;
	border: 1px solid #c0c0c0;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	min-height: 36px;
	background-color: #ffffff;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #dbe9f5;
	box-shadow: var(--ion-box-shadow);
	padding: 20px 16px;
}

.card-title2 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.65px;
	color: #082e3b;
}

.card-numero2 {
	padding: 0;
	font-size: 35px;
	line-height: 50px;
	font-weight: 500;
	color: #000;
	letter-spacing: -1.29px;
}


.span-covid {
	font-size: 12px;
	line-height: 6px;
	font-weight: 400;
	letter-spacing: -.31px;
	color: var(--ion-color-grey-2);
}

.row.row-maos {
	margin: 0 auto;
	max-width: 1170px;
	display: table;
}

img.icones-maos.icones-cubra {
	margin: -42px 20px;
}

.info-lave-as-maos {
	margin: 80px auto;
	max-width: 1244px;
	height: 54px;
	background-color: #82bc32;
	border-radius: 6px;
}

.info-verde {
	background: #42a46c;
}

.box-text.box-verde {
	background: #e9e9e9;
	border: 1px solid #82bc32;
	height: 282px;
}

.row.row-box-text {
	max-width: 1100px;
	margin: 0 auto;
}

.box-text {
	text-align: center;
	max-width: 300px;
	margin: 0 auto 28px;
	height: 132px;
	border-radius: 10px;
	position: relative;
	background: #e9e9e9;
}

.box-text p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 0 40px;
	color: #3e3e3e;
	line-height: 1.3;
	font-size: 22px;
}


.row.row-maos {
	margin: 0 auto;
	max-width: 1170px;
	display: table;
}

.box-text.box-rosa {
	border: 1px solid #82bc32;
}

img.icones-maos {
	margin: -26px 8px;
	transition: 0.5s;
}

/* FIM VACINOMETRO */


.template-part-component-sidebar-box-fields {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.template-part-component-sidebar-box-fields .header {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px;
	background-color: var(--emerald);
	transition: background-color .2s;
}

.template-part-component-sidebar-box-fields .header img {
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.template-part-component-sidebar-box-fields .fields-wrapper {
	/*display: flex;
    flex-direction: column;*/
	width: 100%;
	padding: 10px 20px;
}

.template-part-component-sidebar-box-fields .fields-wrapper .field:not(:last-child) {
	border-bottom: 1px solid #e1e7e7;
}

.template-part-component-sidebar-box-fields .fields-wrapper .field {
	display: flex;
	align-items: center;
	padding: 12px 0;
}

/* ESIC TOP MEIO.PHP */
.esic__box {
	/*margin: -52px auto 0; */
	padding: 37px 10px 43px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
	/*height: 504px;*/
	border: 2.32381px solid #eff1f9;
	/*border-radius: 6.97143px; */
	background-color: #e1e5e7;
}

.esic__box__title h2::after {
	content: "";
	display: block;
	margin: 15px auto 12px;
	width: 208px;
	height: 1px;
	background-color: #093364;
}

.esic__box__desc p {
	margin-bottom: 20px;
	font-family: var(--font_family);
	font-style: normal;
	text-align: center;
	letter-spacing: -.02em;
	color: #093364;
}

.esic__box__btn a {
	padding: 13px 15px;
	font-size: 0.9rem;
}

.esic__box__btn a {
	padding: 10px 30px;
	width: 212px;
	height: 39px;
	border: 1.1619px solid #093364;
	border-radius: 5.80952px;
	font-family: var(--font_family);
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: -.02em;
	color: #093364;
	transition: all ease .3s;
}

.esic__box__btn a:hover {
	background-color: #093364;
	color: #ffffff;
}

/* FIM ------ ESIC TOP MEIO.PHP */

/* VIDEO MEIO.PHP */

#e_conteudo .e_area_galeria_videos .e_cont_galeria_video {
	width: 100%;
	font-size: 0;
	position: relative;
	text-align: center;
}

.video_home_area {
	/*width: 100%;*/
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0px;
}

.video_home_info {
	width: 100%;
	height: 100%;
	border: solid 2px #ffb600;
	border-radius: 10px;
	padding: 10px 10px;
	position: relative;
	text-align: right;
}

.video_home_titulo {
	/*max-height: 40px;*/
	color: #fff;
	/*font-size: 20px;*/
	font-weight: 800;
	padding-bottom: 15px;
}

.video_home_descricao {
	/*max-height: 40px;*/
	color: #fff;
	/*font-size: 20px;*/
	padding-top: 25px;
}

/* FIM ------ VIDEO MEIO.PHP */


.padrao1_h2 h1 {
	font-size: 2.5em;
	margin: 0;
	color: #27394e;
	align-items: center;
	border-bottom: 1px solid #d9d5d5;
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	position: relative;
}

/* Card do Secretário */
.card {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 15px
}

.card-body {
	padding: 20px;
}

.sec-card {
	display: flex;
	align-items: flex-start;
	/*margin-bottom: 20px;*/
}

.img-secretario {
	margin-right: 15px;
	object-fit: cover;
	width: 120px;
	border-radius: 15px;
}

.info-secretarias p {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e9e9e9;
	text-align: justify;
}

.competencias-secretaria {
	/* margin-top: 20px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	color: #626e80;
	opacity: .9;
	text-align: justify;
}

.competencias-secretaria .btn-collapse-sec {
	display: block;
	width: 100%;
	text-align: left;
}

.competencias-secretaria .collapse {
	padding-top: 10px;
}

.competencias-secretaria {
	max-height: 300px;
	overflow-y: auto;
}

.competencias-secretaria::-webkit-scrollbar {
	width: 10px;
	/* Largura da barra de rolagem */
}

.competencias-secretaria::-webkit-scrollbar-thumb {
	background-color: #8f9195;
	/* Cor da barra de rolagem */
	border-radius: 10px;
	/* Arredondamento */
}

.competencias-secretaria::-webkit-scrollbar-thumb:hover {
	background-color: #626e80;
	/* Cor da barra ao passar o mouse */
}

.competencias-secretaria::-webkit-scrollbar-track {
	background-color: #b7b8bb;
	/* Cor de fundo da trilha */
	border-radius: 10px;
	/* Arredondamento */
}

.contact-card {
	width: auto;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}

.card-header {
	background: linear-gradient(67deg, #10408d 0%, #0b2859 100%);
	color: white;
	padding: 15px;
	display: flex;
	align-items: center;
}

.card-header img {
	width: 150px;
	height: 150px;
	border-radius: 10%;
	margin-right: 15px;
}

.card-title .position {
	margin: 0;
	font-size: 0.9em;
	color: #fff;
}

.card-title h3 {
	margin: 5px 0 0;
	font-size: 1.1em;
	color: #fff;
}

.card-body {
	padding: 15px;
}

.card-body h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #333;
}

.contact-info p {
	margin: 5px 0;
	display: flex;
	align-items: center;
	font-size: 0.9em;
	color: #333;
}

.contact-info i {
	margin-right: 10px;
	color: #10408d;
}



.card h5 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 130%;
	transition: color .2s;
}

/* Notícias Relacionadas */
.noticia-relacionada {
	margin-top: 20px;
}

.noticia-relacionada h4 {
	font-size: 1.5em;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.img-notice img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.info-notice {
	padding-left: 15px;
}

.info-notice a {
	color: #333;
	text-decoration: none;
}

.info-notice a:hover {
	text-decoration: underline;
}

.data-noticia {
	font-size: 0.9em;
	color: #777;
}

.info-notice h2 {
	margin: 10px 0 5px;
	font-size: 1.2em;
}

.info-notice h4 {
	margin: 0;
	font-size: 1em;
	color: #555;
}

/* Responsividade */
@media (max-width: 768px) {
	.sec-card {
		flex-direction: column;
		text-align: center;
	}

	.img-secretario {
		margin: 0 auto 15px;
	}

	.info-notice {
		padding-left: 0;
	}
}

.texto-completo {
	margin: 20px;
	font-size: 16px;
}

#ler-mais {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}

#ler-mais:hover {
	background-color: #0056b3;
}


#album-rotator {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#album-rotator-holder {
	display: flex;
	transition: transform 0.5s ease;
}

.album-item {
	flex: 0 0 auto;
	margin-right: 1rem;
	cursor: pointer;
	/* Adiciona cursor de ponteiro */
}

#prev,
#next {
	background-color: transparent;
	/*border: none; */
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	/*position: absolute;*/
	top: 50%;
	/*transform: translateY(-50%);*/
	z-index: 1000;
}

#prev {
	margin-right: 8px;
}

#next {
	right: 10px;
}

#prev:hover,
#next:hover {
	opacity: 0.5;
}

#indicators {
	position: relative;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	justify-content: center;
}

.indicator {
	width: 20px;
	height: 8px;
	background-color: #ccc;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.indicator.active {
	background-color: #27394e;
	transform: scale(1.2);
}

.text-primary {
	font-size: 1.2em;
	color: #007bff;
	cursor: pointer;
}



/* CSS HOME VIDEOS */

#album-video {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#album-video-holder {
	display: flex;
	transition: transform 0.5s ease;
}

.album-itemm {
	flex: 0 0 25%;
	/* 25% para 4 itens por linha */
	margin-right: 1rem;
	cursor: pointer;
	box-sizing: border-box;
}

#anterior,
#proximo {
	background-color: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	z-index: 1000;
}

#anterior {
	left: 10px;
	margin-right: 8px;
}

#proximo {
	right: 10px;
}

#anterior:hover,
#proximo:hover {
	opacity: 0.5;
}

#indicatorss {
	position: relative;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	justify-content: center;
}

.indicatorr {
	width: 20px;
	height: 8px;
	background-color: #ccc;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.indicatorr.active {
	background-color: #27394e;
	transform: scale(1.2);
}

/* FIM HOME VIDEOS */

/* ICONE DE BUSCA */
.search-icon {
	cursor: pointer;
	font-size: 20px;
	transition: transform 0.3s ease;
	color: #fff;
	margin-top: 15px;
	margin-left: 10px;
}

.search-icon.toggle {
	transform: rotate(45deg);
}

.mt-2,
.my-2 {
	margin-top: 6rem !important;
}

/* FIM */


/* BOTÕES AJUDA */


/* FIM */