﻿html, body {
	overflow-x: hidden;
	padding:0 !important;
	margin:0 !important;
	height: 100%;
}
body {
	min-height: 100%;
	background: none;
}
a:hover {
	color: inherit !important;
	text-decoration: none !important;
}
* {
  font-family: 'Poppins';
}

/*-- MENU --*/
nav.navbar {
  padding: 15px;
}
nav.navbar .navbar-collapse{
	width: 80%;
	margin: 0 auto;
}
.cm-top-header {
   	padding: 0em 0;
    background: #036525;
}
/*Stats SIC*/
.progressDiv {
  width: 100%;
  background: #fcfcfc;
  height: 300px;
  border: 1px solid #ccc;
  top: 100px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0px 1px 1px 1px #ccc;
}

.statChartHolder {
  width: 35%;
  height: 100%;
  position: relative;
  border-right: 1px solid #ccc;
  display: inline-block;
}

.statRightHolder {
  display: inline-block;
  width: 64%;
  position: relative;
  top: -32px;
  margin: 0;
}
.statRightHolder ul {
  list-style: none;
  margin: 0;
}
.statRightHolder li {
  border-bottom: 1px solid #ccc;
  height: 85px;
  width: 95%;
  position: relative;
  top: -70px;
  margin-bottom: 15px;  
}
.statRightHolder h3 {
  display: inline-block;
  margin-right: 15px;
  color: #036525;
  font-weight: 300;
  font-size: 38px;
  margin-left: 20px;
}
.statRightHolder span {
  display: inline-block;
  color: #036525;
  font-size: 21px;
  font-weight: 300;
}
.progress-pie-chart {
  width:200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #81CE97;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #337ab7;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #036525;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 50px auto 0;
}

@media(max-width: 720px){
  
  .progressDiv{
    height: auto;
  }
  .statChartHolder{
    width: 100%;
    display: block;
    padding-bottom: 65px;
    border-right: none;
    border-bottom: 1px solid #ccc
    
  }
  .statRightHolder {
    display: block;
    height: 88px;
    width: 100%;
    position: relative;
    padding-top: 50px;
    margin-bottom: 110px;
  }
  .statRightHolder li{
    top: 0px;
    width: 100%;
  }
}
/*Stats SIC*/

/*Forms SIC*/
.sectionConteudo .rowItens .divSIC{
  border-top: 5px solid #036525;
  -webkit-box-shadow: 0px 5px 21px -2px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 5px 21px -2px rgba(0,0,0,0.47);
  box-shadow: 0px 5px 21px -2px rgba(0,0,0,0.47);
  margin-top: 10px;
  padding-bottom: 520px;
}
.sectionConteudo .rowItens .divInner{
 margin: 15px;
}
.form-group{
  width: 100%;
  line-height: 50px;   
}
.divSIC .divInner .cabecalho{
    color: #036525;
    margin-bottom: 20px;
    text-align: left;
}
.divSIC .divInner input, .divSIC .divInner textarea{
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px dotted #036525 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
.divSIC .divInner .darktext{
  color: #036525;
  margin-bottom: 0;
}
.divSIC .divInner .buttons{
  margin-bottom: 35px;
  background: #036525;
  border: none;
}
.btnForm-4 {
    background: #036525;
    color: #fff;
    margin-top: 10px;
}
.btnForm-sep {
    padding: 10px 10px 10px 10px;
}
.modalConsulta{
  background: transparent !important;
  margin-top: 10px;
}
.modalConsulta ul li{
  list-style-type: none; 
}
.modalConsulta span,
.modalConsulta p{
  display: inline;
  color: black;
  font-size: 17px;
}
.modalConsulta span{
  padding-left: 10px;
  color: #002b1d;
}
.modalConsulta p{
  padding-left: 5px;
  text-align: justify;
}
#modalCons{
  background: rgb(224, 224, 224);
}
/*Forms SIC*/
.nav-item.active {
  font-weight: 600;
}
.nav-item.active .nav-link {
  color: #036525 !important;
}
.cm_header_right.cm-r li {
	cursor: pointer;
}
.cm_header_right.cm-r li span {
	font-family: 'Poppins', sans-serif;
    color: #fff;
}
.cm_header_right ul li {
    list-style: none;
    display: inline-block;
    padding-top: 1em;
    margin: 0 8px;
}
.cm_header_right ul li a {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.nw-info-abs2 h3 {
  padding-bottom: 15px !important;
  font-size: 18px;
  padding-left: 12px;
  text-align: left;
  font-weight: 600;
}
.nw-footer {
  padding-left: 15px;
  background: #036525;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.nw-footer p {
  margin-bottom: 0px;
}
.cm_header_left .cm-accessibility-icons {
    padding-top: 0.7em;
    text-align: center;
}
.cm_header_left .cm-accessibility-icons i {
    font-size: 1.3em;
    color: #4b4b4b;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 31px;
    margin: 0 0.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.cm_header_right .cm_search {
    box-shadow: 0px 0px 4px 1px #ccccccc2;
    border-radius: 35px;
    margin-top: 4px;
}
.cm_header_right .cm_search input[type="text"] {
    outline: none;
    width: 87%;
    background: transparent;
    border-radius: 35px;
    color: #2b2b2b !important;
    padding: 10px;
    font-size: 14px;
    border: none;
}
.cm_header_right .cm_search input[type="text"]::placeholder {
  font-size: 16px;
  font-family: 'Poppins';
  color: #6b6b6b;
  padding-left: 8px;
}
.cm_header_right .cm_search input[type="submit"] {
    outline: none;
    width: 10%;
    background: url('../images/search.png') no-repeat 1px 0px;
    background-size: contain;
    border: none;
    padding: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.cm-menu {
	padding-right: 40px;
}
.cm-menu li {
    padding-right: 13px;
    font-size: 16px;
}
.cm-menu li a {
  font-size: 17px;
}
.cm-menu a.dropdown-item {
    padding: 0.70rem 1.0rem;
}
.cm-menu li div.dropdown-divider {
    border-top: 1px dotted #071c33;
}
.cm-logo {
    width: 350px;
    position: absolute;
    top: -58%;
    z-index: 99;
}
.cm-logo-2 {
    width: 170px;
    position: absolute;
    top: -95%;
    z-index: 99;
    left: 5%;
}
.cm-wrapper {
	margin: 30px 0 30px 0;
}
/*-- MENU --*/

/*-- BREADCUMBS --*/
.breadcrumb_cs{
  background: #dbdbdb;
  font-family: inherit;
  font-weight: 200;
  padding: 15px 0 15px 0;
  text-align: left;
  font-size: 22px;
  /* box-shadow: 0px 2px 5px -1px #2c4f85; */
  /* border-bottom: 3px solid #ccc; */
  /* border-top: 3px solid #ccc; */
  font-family: 'Poppins';
}
.breadcrumb_cs ul{
  margin: 0;
  font-weight: 600;
  font-family: 'Poppins';
}
.breadcrumb_cs ul li{
	display: inline-block;
	color: #676565;
	font-size: 18px;
}
.breadcrumb_cs ul li a{
	color:#8a8a8a;
	text-decoration:none;
}
.logo-m {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media(max-width: 768px){
  .breadcrumb_cs ul li.pull-left a:nth-last-child(1), 
  .breadcrumb_cs ul li i:nth-last-child(2){
    display: none;
  }
.logo-m {
    width: 100% !important;
  }
}
.breadcrumb_cs ul li a:hover{
	color:#999;
}
.breadcrumb_cs ul li a span {
    padding-right: 1em;
}
.breadcrumb_cs ul li i{
    padding:0 0.3em;
}
/*-- BREADCRUMBS --*/

/*-- INICIO --*/
/*-- Carrousel News --*/
#carouselUltimas .carousel-caption {
  left:0;
	right:0;
	bottom:0;
	text-align:left;
	background: #fafafa;
	text-shadow:none;
}
.circle-icon {
  width: 18px;
}
/* width: 30px; */
.top-page-title {
    padding-top: 50px;
    padding-bottom: 0;
    text-align: left;
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 700;
    color: #474747;
}
.top-page-title span {
  color: #036525;
}
#carouselUltimas .carousel-caption h5 {
  color: #00000085;
  padding-left: 15px;
  padding-bottom: 0px;
  margin-bottom: 0 !important;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Poppins';
}
/*-- Carrousel News --*/

/*-- Agenda --*/
.agenda-list .agenda-list-item {
  padding: 0 0 0 10px;
  /* border-bottom: 1px solid #ccc; */
  border-radius: 0px;
  margin: 29px 0px 40px 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid green;
  cursor: pointer;
  transition: .3s all ease-out;
  -moz-transition: .3s all ;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}
.agenda-list .agenda-list-item:hover {
  box-shadow: 0px 0px 1px 1px #ccc;
  transition: .3s all ease-out;
  -moz-transition: .3s all ;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}
.list-inline, .min-download-box p {
  margin-bottom: 0 !important;
}
.responsive-date {
  display: none;
}
.agenda-list .agenda-list-item-left,
.agenda-list .agenda-list-item-right{
  	display: inline-block;
}
.agenda-list h1,
.agenda-list h2,
.agenda-list h3{
  	text-overflow: ellipsis;
  	font-family: 'Poppins', sans-serif;
}
.agenda-list h2 .badge{
  	font-size: 25px;
  	background: none;
  	color: black;
  	font-weight: 900;
  	right: 10px;
  	position: relative;
}
.agenda-list h3:not(.bloco-itens-title){
  font-size: 20px;
  font-weight: 600;
  color: #666666;
}
.agenda-list h5{
  	font-size: 18px;
}
.agenda-list ul li{
  	text-overflow: ellipsis;
  	font-family: 'Poppins', sans-serif;
    color: #6b6b6b;
}
.card .card-header {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding-top: 18px;
  color: #000000b3;
  font-weight: 600;
  border-bottom: 2px solid #eaeaea;
  background: #eee;
}
.mr-top-30 {
  margin-top: 30px;
}
.card-right-link {
	font-family: 'Poppins', sans-serif;
	float: right;
  color: #036525;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 10px;

}
.card .card-body { 
	padding: 0rem;
}
/*-- Agenda --*/

.cm-title {
	text-align: left;
	padding-top: 15px;
	font-weight: 900;
	font-size: 32px;
	color: #3b3b3b;
	font-family: 'Poppins', sans-serif;
}
.news-tit {
  padding-left: 15px;
  color: #4b4b4b;
  padding-top: 15px;
}
.cm-subline {
  width: 90%;
  height: 3px;
  background: #ccc;
  margin-bottom: 40px;
  margin-top: 40px;
}
.cm-subline.left {
  margin-right: auto;
}
.cm-subline.right {
  margin-left: auto;
}
.cm-card-icons {
  background: #f5f5f56b;
  padding: 30px;
  margin-top: 30px;
  border-bottom: 2px solid #03652547;
  transition: .3s ease-out;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}
.cm-card-icons:hover{
  box-shadow: 0px 0px 7px 1px #cccccc8c;
  transition: .3s ease-out;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
  border-radius: 35px;
}
.cm-card-icons a {
	color: inherit;
}
.cm-card-icons p {
	text-align: center;
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.mg-ic {
  margin-top: 60px;
}
.cm-card-icons i {
	font-size: 44px;
	color: #071c33;
	transition: 0.5s;
}
.cm-card-icons a:hover i {
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
.cm-card-icons h4 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  padding-top: 18px;
  color: #000000a3;
  font-weight: 600;
}
.card-body .cm-latest-news > h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 40px;
}
.card-body .cm-latest-news-all {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 15px;
}

.card-body .cm-latest-news-left {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
.card-body .cm-latest-news-right > p {
font-size: 20px;
    font-weight: 900;
    color: #5a5a5a;
    font-weight: 900;
}
.card-body .cm-news span.cm-news-left {
    padding-right: 18px;
}
.card-body .cm-news span {
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif;
    color: #6b6b6b; 
}

/*-- INICIO --*/

/*-- HISTÓRIA --*/
.cm-historia {
	font-size: 17px !important; 
	color: #4b4b4b;
	padding-top: 15px;
	border-left: 5px #000;
}
/*-- HISTÓRIA --*/

/*-- ATOS --*/
.wrapper-documentos {
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  margin-left: 5px;
  padding: 15px;
  background: #eeeeee9e;
  border-radius: 35px;
  margin-bottom: 20px;
}

.wrapper-documentos p{
	text-align: left;
	font-size: 18px;
	padding-left: 10px;
	font-family: 'Poppins';
  color: #4e4e4e;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.licic p{
	padding-left: 0px;
}
.licic {
  margin-left: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}
.licic p {
  color: #636363;  
}
.row-head p {
  padding-left: 15px;
  color: #036525;
  font-weight: 600;
}
.nome-doc {
  color: #4b4b4b;
}
.wrapper-documentos a {
  color: #036525 !important;
}
.wrapper-documentos a:hover {
  color: #036525 !important;
}
.wrapper-documentos p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.nome-ato {
	color: #505050;
}
.nome-ato i {
	color: #ff0000;
}
.wrapper-seach-form {
	margin-top: 15px;
}
.cm-search-field {
	outline: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-top: 7px;
	width: 86%;
	transition: all 0.3s ease;
}
.wrapper-documentos i {
	font-size: 30px;
	padding-top: 0px;
}
.cm-search-field::-webkit-input-placeholder {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
}
.cm-submit-search {
	border: none;
	outline: none;
	background: transparent;
	font-size: 22px;
	font-weight: 100;
}
.wrapper-seach-form {
	border-bottom: 3px solid #ccc;
    width: 55%;
    margin: 0 auto;
    float: right;
    margin-top: 60px;
}
.nome-doc-responsive {
	display: none;
}
.nome-doc-responsive i {
	color: #ff0000;
	font-size: 18px;
}
.nome-doc-responsive a {
	text-align: center !important;
	color: #505050 !important;
}
.breadcrumbs-ul {
	width: 100%;
}
.wrapper-links-documentos {
  margin-top: 30px;
}
/*-- ATOS --*/

/*-- TELEFONES ÚTEIS --*/
.row-telefones {
	margin-bottom: 25px;
}

.row-telefones .card p {
  color: #6e6e6e;
  font-size: 16px;
  font-family: 'Poppins';
  margin-bottom: 0;
}
.section-card-header h3 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000000b3;
  font-weight: 600;
}
.wrapper-telefones {
	margin-top: 25px;
}
/*-- TELEFONES ÚTEIS --*/


/*-- DEPARTAMENTOS --*/
.wrapper-departamentos {
	margin-top: 20px;	
}

.card-section {
  margin-bottom: 30px;
}

.wrapper-departamentos .card .card-header {
	text-align: center;
}
.wrapper-departamentos .card .card-body {
	text-align: center;
	font-size: 19px;
	font-family: 'Poppins';
}
.wrapper-departamentos .card {
	margin-bottom: 30px;
}
.cm-artigo-const-departamento {
	font-size: 18px;
	padding-top: 20px;
}
.card-departamentos {
    text-align: justify;
    color: #4e4e4e;
    font-size: 20px;
}
.card-departamentos p {
	padding-bottom: 10px;
}
.wrapper-dados-departamento h3 {
	font-family: 'Poppins';
	font-size: 35px;
}
.wrapper-dados-departamento {
	padding-top: 40px;
    padding-left: 10px;
}
.wrapper-dados-departamento p span {
	font-weight: 900;
	color: #000;
}
.wrapper-dados-departamento p {
	font-size: 19px;
	font-family: 'Poppins';
	color: #4b4b4b;
}
/*-- DEPARTAMENTOS --*/

/*-- VEREADORES --*/
.wrapper-vereadores {
	margin-top: 20px;
}
.wrapper-vereadores img {
	width: 100%;
}
.wrapper-vereadores .row .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper-vereadores .row {
	padding-bottom: 20px;
}
.vereadores-dados {
    width: 100% !important;
    height: 13%;
    top: 76%;
    padding-top: 10px;
    color: #4b4b4b;
    font-family: 'Poppins';
    text-align: left;
    padding-left: 0 !important;

}
.vereadores-dados h3 { 
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #4b4b4b;
  padding-left: 15px;
  /* padding-left: 10px; */
}
.wrapper-dados-vereador {
	width: 100%;	
	margin-top: 40px;
}
.inner-dados-vereador {
  margin-top: 0px !important;
}
.wrapper-dados-vereador img {
	width: 100%;
}
.doc-materia {
  margin: 30px auto;
  width: 96%;
}
.search-result .card-audio {
  width: 98%;
  margin: 20px auto;
}
.wrapper-dados-vereador .inner-dados-vereador {
	margin-top: 0px;
}
.col-download-buttton {
  display: flex;
  justify-content: right;
  align-items: center;
}
.search-result {
  padding-top: 15px;
}
.search-result p {
  padding-left: 15px;
}
.wrapper-dados-vereador .inner-dados-vereador span{
  font-weight: 700;
  font-family: 'Poppins';
}
.wrapper-dados-vereador .card .card-body .row .col-md-6 {
	padding-left: 18px;
	padding-right: 2px;
}
.cargo-vereador {
  width: 100%;
  height: 13%;
  top: 64%;
  padding-top: 2px;
  font-family: 'Poppins';
  text-align: left;
  padding-left: 0px;
  font-size: 18px;
  color: #6b6b6b;
  border-bottom: 3px solid #ccc;
  padding-left: 10px;
  margin-bottom: 20px;
}
.cargo-vereador h3 {
    font-size: 24px !important;
}
/*-- VEREADORES --*/

/*-- COMISSÃO PERMANENTE --*/
.wrapper-comissao {
	padding-top: 20px;
}
.card-comissao .card-body {
	padding-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.card-comissao {
	margin-bottom: 25px;
}
/*-- COMISSÃO PERMANENTE --*/

/*-- AGENDA --*/

.agenda-wrapper .row {
	margin-bottom: 25px;
}
.card-agenda h3 {
  font-size: 20px;
  padding-top: 25px;
  color: #6b6b6b;
  font-family: 'Poppins';
}
.card-dados-evento .rowDados{
	margin-bottom: 30px;
}
.agenda-wrapper .calendario-agenda {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 14px;
    color: #036525;
    /* font: 300 18px 'Poppins', sans-serif; */
    /* background: rgb(7, 28, 51); */
    display: table;
    font-size: 22px;
    line-height: 100%;
    border-left: 3px solid #036525;
}
.card-dados-evento {

}
.card-dados-evento .col-md-6 {
	padding-left: 0;
}
.rowDados {
	font-size: 20px;
    font-family: 'Poppins';
    color: #525252;
    margin-top: 20px;
}
/*-- AGENDA --*/


/*-- GALERIA --*/
.wrapper-galeria {
	margin-top: 20px;
}
.wrapper-galeria .row {
	padding-bottom: 2px;
}
.card-audio h3 {
	font-family: 'Poppins';
}
.album-nome h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	color: white;
  color: #000;
	font-size: 22px;
  padding-top: 5px;
  padding-left: 15px;
  padding-top: 5px;
}
.album-nome p {
	color: #000;
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.wrapper-fotos {
	margin-top: 20px;
}
.card-galeria {
 margin-bottom: 40px;
    box-shadow: 0px 3px 5px 0px #ccc;
}
.wrapper-fotos .row .col-md-4 {
	padding-left: 0;
	padding-right: 2px;
}
/*-- GALERIA --*/

/*-- ÁUDIOS --*/
.wrapper-audios {
	margin-top: 30px;
	padding: 10px;
}
.wrapper-audios .row {
	margin-bottom: 40px;
}
.card-audio audio {
	width: 100%;
}
/*-- ÁUDIOS --*/

/*-- VÍDEOS --*/
.wrapper-videos {
	margin-top: 20px;
}
.wrapper-videos .row {
	margin-bottom: 30px;
}
.card-video .overlay-video {
  position: absolute;
  /* left: 3%; */
  background: #0000007a;
  width: 100%;
  height: 100%;
  top: 0;
  height: 100%;
}
.card-video .overlay-video i {
	font-size: 42px;
	color: #fff;
	padding-top: 128px;
}
.cm-nome-video {
	text-align: center;
	font-size: 21px;
	font-weight: 900;
	font-family: 'Poppins';
	padding-top: 5px;
}
/*-- VÍDEOS --*/

/*-- PESQUISA --*/
.view-pesquisa .card {
  margin-bottom: 20px;
}
/*-- PESQUISA --*/

/*-- FALE CONOSCO --*/
.wrapper-fale-conosco {
	margin-top: 20px;	
}
.wrapper-fale-conosco .form-control {
	margin-bottom: 15px;
	border: 3px solid #ccc;
	border-radius: 35px;
  padding: 15px;
}
.wrapper-fale-conosco textarea.form-control {
  height: 350px;
}
.wrapper-fale-conosco .form-control::-webkit-input-placeholder {
	font-size: 18px;
}
.wrapper-fale-conosco .form-control:focus {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	box-shadow: none;
  border-color: #036525;

}
.wrapper-buttons {
	float: right;
}
.btn-enviar {
    color: #fff;
    background: #036525;
    width: 180px;
    text-align: center;
    height: 65px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    border-radius: 35px;
    outline: none !important;
}
.btn-limpar {
    color: #2b2b2b;
    background: #e6e6e6;
    cursor: pointer !important;
    outline: none;
    width: 180px;
    text-align: center;
    height: 65px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    border-radius: 35px;
    outline: none !important;
}
.wrapper-info-contato {
	margin-top: 125px;
	text-align: center;
	color: #4e4e4e;
	font-size: 20px;
	font-family: 'Poppins';
}
/*-- FALE CONOSCO --*/

/*-- DICAS ACESSIBILIDADE --*/

/*-- DICAS ACESSIBILIDADE --*/

/*-- MAPA DO SITE --*/
.mapaSite,
.mapaSite ul {
  margin:0 0 0 1em; 
  padding:0;
  list-style:none;
  color:#369;
  position:relative;
}

.mapaSite ul {margin-left:.5em} 

.mapaSite:before,
.mapaSite ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

.mapaSite li {
  margin:0;
  padding:0 1.5em; 
  line-height:2em; 
  font-weight:bold;
  position:relative;
}

.mapaSite li:before {
  content:"";
  display:block;
  width:10px; 
  height:0;
  border-top:1px solid;
  margin-top:-1px; 
  position:absolute;
  top:1em; 
  left:0;
}

.mapaSite li:last-child:before {
  background:white; 
  height:auto;
  top:1em; 
  bottom:0;
}
.mapaSite .linkP{
  color: #3b403d;
}
.mapaSite .linkF{

}
.cm-wrapper .row p.titleMap {
	margin-top: 20px;
}
.cm-wrapper .row p.titleMap a {
  color: rgba(27, 63, 80, 0.79);
  font-size: 20px;
  font-weight: bold;
}
/*-- MAPA DO SITE --*/


/*-- FOOTER --*/
.boxAcessoRapido{text-align: center;position: relative;z-index: 1;}
.boxAcessoRapido .service-icon{width: 78px;height: 78px;border-radius:3px;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.boxAcessoRapido:hover .service-icon{transform: rotate(45deg);}
.boxAcessoRapido .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #071c33;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.boxAcessoRapido .service-icon span i{transition: all 0.3s ease-out 0s;}
.boxAcessoRapido:hover .service-icon span i{transform: rotate(-45deg);}
.boxAcessoRapido .service-content{
background: transparent;
    border-radius: 3px;
    padding: 0 15px;
    position: relative;
      
  }
.boxAcessoRapido .service-content:before{content: "";display: block;width: 80px;height: 80px;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.boxAcessoRapido:hover .service-content:before{transform: rotate(45deg);}
.boxAcessoRapido .title{    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    padding-top: 18px;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease-out 0s;}
.boxAcessoRapido .description{
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: 'Poppins';
  font-size: 15px;
  color: #e4e4e4;
  text-align: left;
  padding-left: 10px;
}
.boxAcessoRapido.green .service-icon span{ background: none; }
.boxAcessoRapido.blue .service-icon span{ background: none; }
.boxAcessoRapido.orange .service-icon span{ background: none; }


.cm-footer {
	background: #000;
	width: 100%;
	text-align: center;
}
.cm-desc-footer {
	padding: 30px 0px 20px 0px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.cm-desc-footer p {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-size: 17px;
}
.cm-desc-footer ul{
	width: 100%;
	padding-left: 0px;
}
.cm-desc-footer ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.cm-desc-footer ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    /*border: 1px solid #004086;*/
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.cm-desc-footer a{
	color:#fff;
}
.cm-desc-footer ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.cm-desc-footer a:hover li{
	border-color: #fff;
}
.cm-copyright {
    background: #2b2b2b;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    color: #4b4b4b !important;
    letter-spacing: 2px;
    text-align: right;
}
.cm-copyright span span label {
	margin: 0;
}
/*-- FOOTER --*/

/*-- NOTICIAS --*/
.rowDadosNot .col-md-3 {
	padding-right: 0px;	
}
.noticia-texto {
  font-size: 17px;
  color: #4b4b4b;
  padding-top: 0px;
  text-align: justify;
}
.wrapper-noticias {
	margin-top: 20px;
}
.wrapper-dados-noticia p {
	font-size: 19px;
	font-family: 'Poppins';
}
.wrapper-dados-noticia span {
  font-weight: 600;
}
.card-noticias img {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
}
.card-noticias {
	box-shadow: 0px 0px 7px 1px #adadad;
	margin-bottom: 30px;
}
.wrapper-dados-not {
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Poppins';
    color: #4b4b4b;
}
.cm-not-title {
	font-family: 'Poppins';
	font-weight: 900;
	font-size: 22px;
	color: initial;
	padding-right: 8px;
}
.cm-capa-noticia {
	width: 100%;
}
.cm-card-noticia {
	box-shadow: 0px 1px 1px 1px #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	color: initial !important; 
}
.cm-card-noticia h3 {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.cm-subtitulo-noticia {
	text-align: center;
	font-size: 18px;
}
.cm-noticia-data {
	position: absolute;
	top: 2%;
	right: 2%;
	background: #b03b3b;
	padding: 8px;
}
.cm-noticia-data span {
	color: #fff;
}
.cm-titulo-noticia {
	margin-top: 15px;
	font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 800;
}
.cm-card-noticia-p img {
	width: 100%;
}
.cm-card-noticia-p {
	text-decoration: none;
}
.cm-card-noticia-p h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: initial;
	font-weight: 800;
	text-decoration: none !important;
}
.cm-card-noticia-p p {
	color: initial;
	text-decoration: none !important;
}
.cm-noticias-p .cm-title{
	margin-bottom: 30px;
}
.cm-noticias-p .row{
	margin-bottom: 20px;
}
.cm-data-noticia-p {
	position: absolute;
	background: #b03b3b;
	top: 5%;
	left: 0%;
	padding: 5px;
	color: #fff;
}
.cm-dados-noticia h3.cm-titulo-noticia {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}
.cm-dados-noticia p.cm-texto-noticia {
	padding-top: 15px;
	font-size: 18px;
	font-family: 'Poppins';
	color: #4b4b4b;
	text-align: justify;
}
.cm-info-noticia p {
	font-size: 20px;
	font-family: 'Poppins';
	color: #4b4b4b;
}
.cm-info-noticia span {
	font-weight: 800;
}
.cm-dados-noticia .cm-subtitulo-noticia {
	text-align: left;
	font-size: 18px;
	font-family: 'Poppins';
	color: #4b4b4b;
}
.cm-demais-noticias {
    margin-top: 15px;
}
.cm-demais-noticias p {
    font-size: 19px;
    font-family: 'Poppins';
    margin-top: 28px;
    color: #4b4b4b;
    padding-left: 6px;
    border-left: 5px solid #000;
}
.cm-demais-noticias .cm-titulo-lateral {
	margin-bottom: 35px;
}
.cm-demais-noticia-titulo{
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 30px;
}
.cm-categorias-noticias p {
	padding-left: 15px;
	padding-top: 4px;
	font-size: 18px;
	font-family: 'Poppins';

}
.rowCategoriasNoticia .col-md-4 {
	padding-right: 0;
}
/*-- NOTICIAS --*/


/*-- CONTATO --*/
.cm-formulario form input {
	margin-bottom: 10px;
}
.btn-send {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545;
}
.btn-clean {
	color: #fff;
	background: #030303;
	border-color: #030303;
}
.cm-cards-contato {
	margin-top: 80px;
}
.cm-card-contato {
	box-shadow: 0px 0px 1px 1px #7b7b7bc4;
	padding: 30px;
}
.cm-card-contato h3 {
	font-family: 'Poppins', sans-serif;
}
.cm-card-contato a {
	color: initial;
	text-decoration: none;
}
.cm-card-contato-icon {
	position: absolute;
	background: #000000c4;
	height: 70px;
	width: 70px;
	border-radius: 100%; 
    left: 73%;
    top: -14%;
}
.cm-card-contato-icon i.map {
	color: #fff;
    font-size: 28px;
    padding-left: 27px;
    padding-top: 20px;
}
.cm-card-contato-icon i.tel {
	color: #fff;
    padding-left: 25px;
    font-size: 28px;
    padding-top: 22px;
}
.cm-card-contato-icon i.mail {
	color: #fff;
    padding-left: 23px;
    font-size: 25px;
    padding-top: 22px;
}
form .row .hidden {
	display: none;
}
/*-- CONTATO --*/

/*-- SESSÕES --*/
.wrapper-sessoes {
	margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 30px;  
}
.wrapper-sessoes .card-sessao {
	box-shadow: 2px 1px 8px #4e4e4e;
	padding: 20px;
    background: #f7f7f76e;
	font-family: 'Poppins';
}
.wrapper-sessoes .card-sessao p {
	color: #2b2b2b;
	font-size: 17px;
	font-family: 'Poppins';
}
.wrapper-sessoes .card-sessao h3 {
	color: #2981e0;
}
.wrapper-sessoes .card-sessao h3:hover {
	color: #2981e0;
}
.wrapper-sessoes a:hover h3 {
  color: #036525;
}
.card-sessao {
	margin-bottom: 30px;
}
.sessao-descricao {
	font-size: 20px;
	font-family: 'Poppins';
	color: #4b4b4b;
}
.sessao-descricao span {
	font-weight: 900;
}
.despair i{
    text-align: center;
    font-size: 25px;
    padding-right: 15px;
}
.despair i.fa-facebook-square {
    color: #3B5998;
}
.despair i.fa-twitter {
    color: #00aced;
}
.divider {
	height: 2px;
	width: 100%;
	background: #0000001c;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav-tabs .nav-item .nav-link {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #4b4b4b;
}
.nav-tabs .nav-item .nav-link.active {
	border-color: #000 #000 #fff;
}
.nav-tabs {
	border-bottom: 1px solid #000;
}
.materia-sessao {
	font-size: 18px;
	font-family: 'Poppins';
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: transparent;
}
.sessao-mat .mensagem-materia {
	margin-top: 0 !important;
}
/*-- SESSÕES --*/

/*-- MATERIAS --*/
.wrapper-materias {
	margin-top: 40px;
	width: 100%;
}
table thead tr th {
	word-wrap: break-word;
}
.info-materia {
  font-size: 16px;
  font-family: 'Poppins';
  color: #4b4b4b;
  margin-top: 26px;
  margin-bottom: 36px;
}
.mr-bottom-50 {
  margin-bottom: 50px;
}
.w-20 {
  width: 20px !important;
}
.info-materia i {
	padding-left: 15px;
}
.mensagem-materia {
	margin-top: 30px;
	padding: 20px;
	box-shadow: 1px 1px 15px 1px #757575;
}
.mensagem-materia h3 {
	font-family: 'Poppins';
	font-weight: 800;
}
.mensagem-materia p {
    padding-left: 10px;
    font-family: 'Poppins';
    color: #4b4b4b;
    font-size: 20px;
}
.tramitacoes {
	margin-top: 25px;
}
#tabelaRegistros th.dt-center, td.dt-center { 
  text-align: center; 
} 
/*-- MATERIAS --*/

/*-- TURISMO --*/
.cm-fotos-turismo .row .col-md-4 {
  padding-left: 0px;
  padding-right: 4px;
}
.cm-fotos-turismo .row .col-md-4:nth-child(1) {
  padding-top: 15px;
}
.cm-fotos-turismo .row .col-md-4:nth-child(3) {
  padding-top: 15px;
}
.cm-pontos-turisticos .col-md-6 {
  padding-right: 4px;
  padding-left: 0px;
}
.card-pontosturisticos {
  cursor: pointer;
}
.cm-pontos-turisticos .col-md-6 {
  padding-right: 4px;
  padding-left: 0px;
}
.cm-pontos-turisticos .col-md-6 .overlay-ponto-turistico {
  background: #0000002b;
  position: absolute;
  top: 0;
  width: 99%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 40%;
}
.card-gastronomia {
  margin-bottom: 40px;
}
.cm-gastronomia {
  margin-top: 40px;
}
/*-- TURISMO --*/

/*-- ERROR --*/
.wrapper-404 {
	margin: 0 auto;
    width: 100%;
    padding: 50px;
    text-align: center;
    background: #cccccc1c;
    box-shadow: 1px 1px 12px 1px #ccc;
}
.wrapper-404 h1 {
	font-size: 90px;
}
.wrapper-404 p {
	font-size: 45px;
}
.wrapper-404 p.not-found {
	font-size: 35px;
	font-family: 'Poppins';
}
/*-- ERROR --*/

/*-- RESPONSIVE --*/
@media(max-width: 1500px) {
	.cm-logo {
    width: 75px;
		position: relative;
	}
  .cm-logo-2 {
    width: 130px;
    position: relative;
    left: 0;
  }
}
@media(max-width: 1200px) {
	.card-agenda h3 {
		padding-left: 15px;
	}
	.wrapper-videos .row .card-video .overlay-video {
		height: 79%;
	}
	.wrapper-documentos p {
		font-size: 17px;
		padding: 1.9px;
	}
}

@media(max-width: 1200px) {
  .cargo-vereador {
    top: 44% !important;
  }
}

@media(max-width: 992px) {
  .banner-responsive {
    height: auto !important;
  }
	.vereadores-dados h3 {
		font-size: 18px;
	}
	.card-agenda h3 {
		padding-left: 30px;
	}
	.wrapper-videos .row .card-video .overlay-video {
		height: 74%;
	}
  .cm-copyright p {
      margin-bottom: 0px !important;
      color: #fff !important;
      text-align: left;
      text-transform: capitalize;
      font-weight: 100;
      font-size: 14px;
      padding-bottom: 30px;
      /* letter-spacing: 1px; */
  }
}
.sobre-sessao {
  color: #6b6b6b;
  font-size: 16px;
  padding-top: 15px;
  font-family: 'Poppins';
  padding-left: 15px;
}
.card-no-radius {
  border-radius: 0 !important;
  box-shadow: unset !important;
  border-left: 2px solid #eee !important;
}
.tab-content .card {
  box-shadow: unset;
}
.no-border {
  border-left: none !important;
}
.vereador-car {
  transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}

.vereador-car:hover {
  transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
  transform: scale(1.02);
}
.vereador-card-sessao {
  margin-bottom: 50px !important;
}
.vereador-card-sessao p {
  font-weight: 700 !important;
  font-family: 'Poppins';
  color: #036525;
}
.licic a p {
  color: #057e2f !important;
}
@media(max-width: 768px) {
	tbody tr td ul li span {
		font-size: 12px;
	}
  .sze {
    height: 300px !important;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
	table thead tr th {
		text-align: left !important;
	}
	.info-materia {
		font-size: initial;
	}
	.sobre-sessao {
		display: none;
	}
	.wrapper-seach-form  {
		width: 100%;
		float: none;
	}
	.breadcrumbs-ul {
		width: 95%;
	}
	.cm_header_right ul {
	    text-align: center;
	}

	.cm_header_right ul li {
		padding-top: 0;	
	}
	.cm_header_left .cm-accessibility-icons {
		text-align: center;
		padding-top: 0;	
	}
	.card {
		margin: 10px 0 10px 0;
	}
  .wrapper-documentos a {
    float: left !important;
  }
	.cm-atuacao-banner.left i, .cm-atuacao-banner.right i {
		display: none;
	}
	.cm_header_right .cm_search {
	    margin-top: .6em;
	}
	.cm-atuacao-banner.right .hidden {
		display: block;
	}
	.cm-atuacao-banner.right .visible {
		display: none;
	}
	.cm-callout {
		border: none;
	}
	form .row .visible {
		display: none;
	}
	form .row .hidden {
		display: block;
	}
	 ul.navbar-nav li.nav-item {
		text-align: center;
	}
	.cm-menu {
		padding-right: 5px;
	}
	.cm-footer p {
		width: 96% !important;
	}

	.cm-footer .cm-endereco {
		text-align: center;
		padding-bottom: 15px;
	}
	.cm-footer ul.cm-atalhos-footer li {
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	.cm-footer ul.cm-atalhos-footer {
		padding-top: 15px;
	}
  .cargo-vereador {
    top: 61% !important;
  }
  .card-vereador {
    margin-bottom: 40px;
  }
	.vereadores-dados h3 {
		font-size: 22px;
	}
	.wrapper-vereadores .row .col-md-4 {
		margin-bottom: 35px;
	}
	.agenda-wrapper .calendario-agenda {
		margin: 0 auto;
	}
	.rowNoticia > .col-md-7 > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrapper-documentos p {
    	padding: 14px;
	}
  .cm-logo, .cm-logo-2 {
    display: none;
  }
  .cm-title {
    font-size: 23px;
  }
}
@media(max-width: 600px){
  .card-agenda h3 {
    padding-left: 0px;
  }
  .responsive-date {
    display: block;
    text-align: left;
    padding-left: 10px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .normal-date {
    display: none;
  }
}
@media(max-width: 390px){
  .agenda-list .agenda-list-item-left{
    margin-bottom: 20px;
  }
}
/*-- RESPONSIVE --*/
.inner-wrapper {
  width: 80%;
  margin: 0 auto;
}
.cm-card-icons img {
  display: block;
  margin: 0 auto;
}
.card {
  border: none;
  box-shadow: 0px 7px 10px 0px #cccccc80;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px; 
}
.cm-footer {
  background: #1f1f1f;
  background-size: cover;
}
.inner-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cm-copyright {
  padding: 24px;
    margin-bottom: -33px;
}
.cm-copyright span {
    margin-top: -5px;
}
.cm-copyright p {
  margin-bottom: 0px !important;
  color: #fff !important;
  text-align: left;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}
.influence {
  display: inline-block;
  width: 40px;
}
.cm-footer {
  margin-top: 60px !important;
}

@media(max-width: 1493px) {
 .cm-card-icons h4 {
  font-size: 16px;
 } 
}
@media(max-width: 768px) {
  .cm-latest-news-left {
    float: none !important;
  }
  .cm-latest-news-left img {
    width: 100%;
  }
  .cm-latest-news-right p {
    padding-top: 15px;
  }
  .cm-latest-news-all {
    padding-bottom: 15px;

  }
  .inner-wrapper {
    width: 98%;
  }
  .cm-subline {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .card-body .cm-latest-news-left {
    padding-right: 0px;
  }
  .boxAcessoRapido .title {
    font-size: 18px;
  }
  .boxAcessoRapido .description {
    font-size: 17px;
  }
  .top-page-title {
    font-size: 26px;
  }
  .card .card-header {
    font-size: 18px;
  }
  .agenda-list .agenda-list-item {
    margin: 29px 0px 0px 0px;
    cursor: pointer;
    transition: .3s all ease-out;
    -moz-transition: .3s all ;
    -o-transition: .3s all;
    -webkit-transition: .3s all;

  }
  .cm_header_right ul {
    padding-left: 0px;
    margin-left: 0px;
  }
}

.page-item.active .page-link {
  background: #036525;
  border-color: #036525;
  color: #fff;
}
.page-item .page-link a {
  color: #036525;
}
.pagination {
  padding-left: 10px;
}
a {
  color: #2b2b2b;
}
.links {
}
.nav-tabs {
  border-bottom: 3px solid #ccc;
}
.nav-tabs {
    display: flex;
    flex-direction: row;
  border: none;
}
.nav-tabs .nav-item .nav-link {
  font-family: 'Poppins';
  text-transform: uppercase;
  color: #4b4b4b;
  padding: 20px 40px 20px 40px;
  border-radius: 35px;
  transition: .3s all ease-out;
  -moz-transition: .3s all ;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}
.nav-tabs .nav-link {
    background: #e4e4e46b;
    border-radius: 0 !important;
    margin-right: 15px;
}
.nav-tabs .nav-item .nav-link.active {
  border: 3px solid #ccc;
  color: #fff  !important;
  background: #036525;
  border: none;
  /* border-radius: 35px !important; */
  transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}
.nav-tabs .nav-item .nav-link.active:hover {
  color: #fff !important;
  transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -webkit-transition: .3s all;
}

.card-noticia-indx {
  border-radius: 35px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.24);
  position: relative;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  margin-top: 30px;
}
.card-noticia-indx img {
  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;
}
.card-noticia-indx:hover {
  transform: scale(1.02);
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
}
.card-noticia-indx img {
  width: 100%;
  border-radius: 0px;
}
.nw-info {
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  z-index: 999;
  padding-bottom: 0px;
  background: #000000a1;
  height: 100%;
  width: 100%;
}
.nw-info-abs {
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
  width: 100%;
}
.nw-info h3 {
  font-size: 24px;
  color: #fff;
  bottom: 0;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.nw-info p {
    font-size: 17px;
    color: #e4e4e4;
    padding-left: 16px;
}
.pd-top-0 {
  padding-top: 0px !important;
}
.block-noticicas-n .top-page-title {
  padding-top: 0px !important;
  padding-bottom: 0px;
}
@media(max-width: 1334px) {
  .nw-info h3 {
    font-size: 15px;
  }
}
@media(max-width: 992px) {
  .card-noticia-indx {
    margin-top: 30px;
  }
  .nw-info h3 {
    font-size: 17px;
  }
}
.legis {
  transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
}
.legis:hover {
  transform: scale(1.03);
  transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
}
.card-dep {
  transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  padding: 30px;
}
.card-dep:hover {
  transform: scale(1.03);
  transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
}
.inner-dados-vereador span {
  text-transform: uppercase;
  color: #036525;
  font-size: 16px;
  font-weight: 800;
}
.text-vereadores {
  font-size: 16px;
  font-weight: 600;
  color: #6b6b6b;
}
.diecard-vereadores.card .card-body {
  padding-top: 0.9rem;
  padding-left: 0.9rem;
}
.wrapper-dados-vereador {

}
.news-t {
  color: #232323;
  font-size: 45px;
  margin-bottom: 20px;
  color: #4b4b4b;  
}
.card-galeria {
  position: relative;
  border-radius: 35px;
}
.card-galeria img {
  border-radius: 35px;
}
.album-nome {
  position: absolute;
  bottom: 0;
  background: #0000009e;
  width: 100%;
  color: #fff;
  padding: 10px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
.album-nome h3 {
  color: #fff;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 20px;
}
.album-nome p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
.-i {
  position: relative;
}
.cm-nome-video {
  color: #6b6b6b;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 22px;
  border-bottom: 3px solid #ccc;
}
.card-video {
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.card-video:hover {
  transform: scale(1.03);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.card-galeria {
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.card-galeria:hover {
  transform: scale(1.03);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
iframe {
  width: 100% !important;
  margin-top: 40px;
}
.dropdown-menu {
  width: max-content;
  left: -200px;
  padding-left: 10px;
  padding-right: 30px;
}
.dropdown-menu p {
  padding: 0.60rem 1.0rem;
  color: #036525;
  font-family: 'Poppins';
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.dropdown-menu .dropdown-item {
  font-size: 15px;
  color: #6b6b6b;
}
.dropdown-menu .col-md-4 {
  border-right:1px solid #ccc;
    padding-right: 40px;
}
.dropdown-menu a:focus {
  background: #fff;
}
.dropdown-menu {
  transition: .8s all;
}
@media(min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
    transition: .8s all;
  }
}
@media(max-width: 992px) {
  .dropdown-menu {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
  .cm_header_right {
    margin-left: 0px !important;
  }
  .dropdown-menu .col-md-4 {
    border-right: 0px;
    padding-right: 0;
  }
  .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .cm-search-field {
    width: 80%;
  }
  .navbar-nav .dropdown-menu {
   margin-left: 9px; 
  }
  .card-agenda h3 {
      font-size: 20px;
      padding-top: 15px;
      color: #6b6b6b;
      font-family: 'Poppins';
    text-transform: none;
  }
  .news-t {
    font-size: 30px;
  }
  .btn-enviar, .btn-limpar {
    margin-top: 60px;
  }
  nav.navbar {
    padding: 5px;
  }

}
.cm-accessibility-icons a i{
  color: #fff !important;
}
.cm_search form input {
  border-color: #2b2b2b;
}
.cm_search form input::-webkit-input-placeholder { /* Edge */
  color: #2b2b2b;
}

.cm_search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2b2b2b;
}

.cm_search form input::placeholder {
  color: #2b2b2b;
}
.navbar-toggler {
  outline: none !important;
  border: none;
}
.navbar-toggler:focus {
  border: none;
}
.imprensa-dropdown .dropdown-menu {
  left: 0 !important;
}
.info-dropdown .dropdown-menu {
  left: 0 !important;
}
#tabelaRegistros a {
  color: #036525;
}
.materia-sessao {
  color: #036525;
}
.cookiemessage {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: #000000e0;
  color: #fff;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 9999999;
}
.cookiemessage button:hover {
  color: #fff !important;
}
.cookiemessage p {
  color: #fff;
  text-align: center;
}
.cookiemessage button {
  background: #000;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
  border: 2px solid #fff;
  background: #0d5aae;
  font-size: 20px;
  margin-top: 8px;
  text-transform: uppercase;font-weight: 900;
}
.cookiemessage button.btn-cookie-r {
  background: transparent;
}
.cookiemessage {
  display: none;
}
.cookiemessage.block {
    display: block !important;
}
@media(max-width: 992px) {
  .cookiemessage p {
    font-size: 16px !important;
  }
  .cookiemessage button {
    display: block;
    margin: 0 auto;
  }
  .cm_search {
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  .cm-top-header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cm-copyright p {
    text-align: center;
    padding-bottom: 0;
  }
  .cm-copyright p span {
    float: unset !important;
  }
  .col-download-buttton {
    display: block;
  }
  .row-telefones .card p {
    padding-top: 7px;
  }
}