/*
Theme Name: Câmara Municipal de Triunfo PB
Author: RICARDO VIEIRA
Author URI: http://www.ricardoalexandre.net.br
Description: Sistema para isntituições e organizações
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}
ul {list-style: none;}
li {list-style: none;}
img {max-width: 100%; vertical-align: middle;}
fildset { border: 0;}
input, select, textArea {padding: 10px; width: 100%;}
input.btn {width: auto; cursor: pointer;}
.clear {clear: both;}
.fontzero {font-size: 0em ;}
.sp-easy-accordion {
    width: 100% !important;
}
.content {
    width: 1140px;
    margin: 0 auto;
}
.ban_topo_d {
    width: 100%;
    float: left;
}
.ban_topo_m {
    display: none;
    width: 100%;
    float: left;
}
.ban_topo_d img {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.cor01 {
    background: #fff;
}
.cor02 {
    background: #222;
}
/*HEADER*/
.main_header_fita {
    width: 100%;
    float: left;
    background: #ccc;
}
.main_header_fita li {
    width: 33.333%;
    float: left;
    height: 15px;
}
.main_header_fita li:nth-of-type(1n+0) {
    background-color: #0B6641;
}
.main_header_fita li:nth-of-type(2n+0) {
    background-color: #FBB12F;
}
.main_header_fita li:nth-of-type(3n+0) {
    background-color: #79AFDE;
}
.main_header {
    width: 100%;
    float: left;
    background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

    
}
.main_header_topo {
    padding: 15px 0;
}
.header_topo_logo {
    max-width: 350px;
    margin: 10px auto
}
.header_topo_btn h3 {
    display: block;
    text-align: center;
    color: #CC9933;
}
.main_header_transp_aviso {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.main_header_transp_aviso p {
    display: block;
    color: #09551b;;
    display: block;
    line-height: 1,5em;
    font-size: 1em;
    background: #D4EDDA; 
    border: solid 1px #8ad39b;
    padding: 10px;
    border-radius: 5px;

}
.main_header_transp_aviso span {
    display: block;
    color: #830209;
    display: block;
    line-height: 1,5em;
    font-size: 1em;
    background: #F8D7DA; 
    border: solid 1px #fab5b8;
    padding: 10px;
    border-radius: 5px;
}
.main_header_transp_topo h1 {
    display: block;
    text-align: center;
    font-size: 2em;
    color: #9bb4c4;
    text-transform: uppercase;
}
.main_header_transp_topo h2 {
    display: block;
    text-align: center;
    font-size: 3em;
    color: #016eb3;
    margin-bottom: 20px;
}
.main_header_menu {
	width: 100%;
	float: left;
	background-color: #0b6641;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.mobile_action {
    display: none;
}
.menu {
    width: 100%;
    float: left;
	background-color: #0b6641;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
   
}
.menu li {
    position: relative;
    display: block;
    color: #222;
    float: left;
    bottom: 0;
}
.menu li a {
    display: block;
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
	padding: 15px 10px;
	transition: all .3s ease-in-out;
}
.menu li a:hover{
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #063C26;
    bottom: 0;
  
}

.menu li.current_page_item a {
    background: #063C26 !important;
    color: #fff !important;
}
.menu li.current-menu-item a {
    background: #063C26 !important;
    color: #fff !important;
   border-bottom: none;
}
.menu li.menu_home a {
    background: #063C26 !important;
    
    color: #fff !important;
}
.menu li ul {
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
	display: none;
	position: absolute;
	box-shadow: 0 4px 10px rgba(10, 20, 30, .4);
}
.menu li:hover ul {
     display: block !important;

}
.menu li ul li {
    float: left;
    width: 100%;
    background-color: #fff;
}

.menu li ul li:last-of-type {
    margin-bottom: 0;

}

.menu li ul li a {
	width: 200px;
	display: inline-block;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	color: #222;
	font-size: 0.9em;
	padding: 10px;
    
}
.menu li ul li a:hover {
    background: #063C26;
    text-shadow: none;
	color: #fff;
}
.menu li ul li.main-menu li a {
    color: #fff;
}
.menu li :not(:only-child)::after {
	padding-left: 4px;
	content: ' ▾';
}
.menu li :not(:first-child)::after {
	padding-left: 4px;
	content: none;
}

.menu li ul :not(:only-child)::after {
	padding-left: 4px;
	content: none !important;
}
.menu li ul li:not(:only-child)::after {
	padding-left: 4px;
	content: none !important;
}
/*BUSCA*/
.busca input[type=search] {
    width: 27px;
    height: 40px;
    float: right;
    background: url('images/ico-busca.png') center center no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border:none;
    margin-top: -46px;
    margin-right: 5px;
    
}


.busca input[type=search]:focus {
    width: 220px;
    cursor: auto;
    background-image: none;
    margin-right: 0;
    border-radius: 0px;
    font-size: 1em;
    background: #fff;
    color: #333;
    margin-right: 5px;
    
}
.busca input:-moz-placeholder {
    color: #14A958;

}
.busca input::-webkit-input-placeholder {
    color: #14A958;

}
/*CORPO*/
.main_corpo {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.corpo_conteudo {
    width: 800px;
    float: left;
    margin-right: 40px;
}
.destaque_banner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 10px -4px rgba(120,112,120,1);
    background: #fff;
}
.destaque_banner img {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

#painel {
    width: 800px;
    float: left;

    margin-bottom: 30px;

}
#painel .item {
    width: 100%;
    float: left;
}


.owl-theme .owl-controls {
    text-align: center;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-radius:0;
    height: 28px;
    margin-top: 15px;
    margin-right: 15px;
}

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1.3;
    *display: inline;/*IE7 life-saver */
    
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 14px !important;
    height: 14px !important;
    margin: 5px 5px;
    filter: Alpha(Opacity=30);/*IE7 fix*/
    opacity: 0.5;
    border-radius: 50%;
    background: #fff;
}
#painel .item .slider_img {
    width: 100%;
    position: relative;
    padding-bottom: 63.5%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
#painel2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
#painel2 .item {
    width: 100%;
    float: left;
}
#painel2.owl-theme .owl-controls {
    text-align: center;
    width: auto;
    bottom: 10px !important;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    top:initial;
}
#painel2.owl-theme .owl-controls .owl-page span{
    background: #222;
}
.slider_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.slider_txt {
    float: left;
    width: 100%;
    border-top: none;
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}

.slider_txt h1 {
    font-size: 1.5em;
    font-weight: 700;
}
.slider_txt a {
    color: #fff;
    text-decoration: none;
}
.slider_txt a:hover {
    text-decoration: underline;
}
.top_banners {
    width: 300px;
    float: right;
}

/*CAMPO PREFEITO*/
.main_prefeito {
    width: 800px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}

.main_prefeito header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px  #FBB12F;
}
.main_prefeito h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.prefeito {
    width: 100%;
    float: left;
}

.prefeito_img {
    width: 300px;
    float: left;
    margin-right: 20px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px dotted #ccc;
}
.prefeito_txt {
    width: 485px;
    float: left;
}

.prefeito_txt span {
    display: inline-block;
     background-color: #0B6641;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.prefeito_txt h2 {
    display: block;
    font-size: 2em;
    color: #111;
    margin-bottom: 10px;

}
.prefeito_txt p {
    font-size: 1.2em;
    color: #7e7e7e;
    line-height: 30px;
}
.novos_banners {
    width: 300px;
    float: right;
    margin-top: 30px;
}
.novos_banners li {
    width: 100%;
    float: left;
    margin-bottom: 28px !important;
}
.novos_banners li:last-of-type {
    margin-bottom: 0px;
}
.main_docs {
    width: 100%;
    float: left;
    margin-right: 30px;
}
.main_docs header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px  #FBB12F;
}
.main_docs h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.docs_lista {
    width: 100%;
    float: left;
	 margin-bottom: 40px;
}
.docs_lista li {
    width: 20%;
    float: left;
    
    background-color: #0b6641;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");

    text-align: center;
    border-right: solid  1px #fff;
    -webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
border-left: solid 10px #09551b;
}
.docs_lista li:hover {
     background: #074d31;
}
.docs_lista li a {
    font-size: 1.2em;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
 
}
.docs_lista li:last-of-type {
    margin-right: 0;
}

.docs_lista_post {
    width: 100%;
    float: left;
    height: 350px;
    overflow-y: scroll;
  scroll-behavior: smooth;
  margin-bottom: 30px;

}
.docs_lista_post li {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
}
.docs_lista_post small {
    display: inline-block;
    color: #830209;margin-right: 10px;
    font-size: 1.2em;
}
.docs_lista_post span {
    display: inline-block;
    color: #3a68c5;
    margin-right: 10px;
    font-size: 1.2em;
}
.docs_lista_post li span a {
    color: #3a68c5 !important;
    text-decoration: none;
    font-size: 1.2em;
}
.docs_lista_post li a {
    color: #7e7e7e !important;
    text-decoration: none;
    font-size: 1.2em;

}
.docs_lista_post li a:hover{
    text-decoration: underline;
}
/*VEREADORES*/
.vereadores {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.vereadores header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px  #FBB12F;
}
.vereadores h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.vereadores_lista1 {
    width: 80%;
    margin: 0 10%;
    float: left;
    margin-bottom: 15px;
}
.vereadores_lista1 li {
    width: 22.5%;
    height: auto;
    float: left;
    margin-right: 3.333%;
}
.vereadores_lista1 li br {
    display: none !important;
}
.vereadores_lista1 li strong {
    display: block;
    text-align: center;
    font-size: 1em;
    background-color: #CC9933;
    color: #222;
    padding: 10px;
     font-weight: 600;
}
.vereadores_lista1 li span {
    display: block;
    text-align: center;
    font-size: 0.9em;
    color: #CC9933;
    text-transform: uppercase;
    margin-top: 5px;
        
}
.vereadores_lista1 li:nth-of-type(4n+0){
    margin-right: 0;
}
/**/
.vereadores_lista2 {
    width: 100%;
    margin: 0 0;
    float: left;
}
.vereadores_lista2 li {
    width: 17.334%;
    height: auto;
    float: left;
    margin-right: 3.333%;
}
.vereadores_lista2 li strong {
    display: block;
    text-align: center;
    font-size: 1em;
    background-color: #CC9933;
    color: #222;
    padding: 10px;
     font-weight: 600;
}
.vereadores_lista2 li span {
    display: block;
    text-align: center;
    font-size: 0.9em;
    color: #CC9933;
    text-transform: uppercase;
    margin-top: 5px;
        
}
.vereadores_lista2 li:nth-of-type(5n+0){
    margin-right: 0;
}

/*CAMPO EVE TV*/
.campo_eve {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.eve_item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.eve_item:nth-of-type(2n+0){
    margin-right: 0;
}
.eve_item header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px  #FBB12F;
}
.eve_item h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.seg_eve_item {
    width: 100%;
    float: left;
}
.seg_eve_item .eve_item_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #222;
    margin-bottom: 10px;
}
.eve_item_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.eve_item_img iframe {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.eve_item_txt h2 {
    font-size: 1.3em;
    line-height: 27px;
    font-weight: 700;
    display: inline-block;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.eve_item_txt a {
    color: #222;
    text-decoration: none;
}
.eve_item_txt a:hover {
    text-decoration: underline;
}
/*CAMPO*/
.campo {
    width: 800px;
    float: left;
    margin-bottom: 30px;
}
.campo header {
     width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #FBB12F;
}
.campo h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.campo_destaque {
    width: 47%;
    float: left;
    
}
.campo_destaque .campo_destaque_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
    margin-bottom: 10px;
}
.campo_destaque_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.campo_destaque small {
    padding: 5px 10px;
    background: #006726;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}
.campo_destaque_txt h1 {
    font-size: 1.3em;
    line-height: 27px;
    font-weight: 700;
    display: inline-block;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.campo_destaque_txt a {
    color: #222;
    text-decoration: none;
}
.campo_destaque_txt a:hover {
    text-decoration: underline;
}
.campo_destaque_txt .tagline {
    display: block;
    color: #999;
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 25px;
}
.campo_item {
    width: 49%;
    float: left;

    margin-left: 4%;
}
.campo_item_item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #222;
}
.campo_item_item:nth-of-type(3n+0){
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.campo_item_item img {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 10px;
}
.campo_item_item h1 {
    font-size: 1em;
    font-weight: 400;
    display: inline !important;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.campo_item_item a {
    color: #666;
    text-decoration: none;
}
.campo_item_item a:hover {
    text-decoration: underline;
}
/*cidade*/
.cidade {
    width: 300px;
    float: right;
}
.cidade header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #FBB12F;
}
.cidade h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.cidade .cidade_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
    margin-bottom: 20px;
}
.cidade_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.cidade_txt {
    width: 100%;
    float: left;
}
.cidade_txt h2 {
    font-size: 1.5em;
    color: #033DA8;
    display: block;
    margin-bottom: 10px;
}
.cidade_txt .tagline {
    color: #222;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1em;
}
.cidade_txt li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    color:#BB2428;
}
.cidade_txt li:nth-of-type(4n+0){
    border-bottom: none;
}
.cidade_txt li a {
    color: #222;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1.1em;
}
.cidade_txt li a:hover {
    text-decoration: underline;
}

/*SIDEBAR*/
.sidebar {
    width: 300px;
    float: left;

}
.sidebar_ban {
    width: 100%;
    float: left;
}
.sidebar_ban li {
    margin-bottom: 30px;
}
.sidebar_ban li:last-of-type {
    margin-bottom: 0;
}
.sidebar_ban_p {
    width: 100%;
    float: left;
}
.sidebar_ban_p li {
    float: left;
    width: 100%;
}
.sidebar_ban_p li:last-of-type {
    margin-bottom: !important;
}
.sidebar_ban_p li a {
    width: 100%;
    padding-left: 20px;
    display: inline-block;
    color: #fff;
   text-decoration: none;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    height: 90px;
    line-height: 90px;
    background-color: #0B6641;
    background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-left: solid 10px #09551b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.sidebar_ban_p li a:hover {
    background-color: #084b30;
    border-left: solid 10px #063C26 ;
}
.sidebar_ban_p2 {
    width: 100%;
    float: left;
}
.sidebar_ban_p2 header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #FBB12F;
}
.sidebar_ban_p2 h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
.sidebar_ban_p2 li {
    float: left;
    width: 100%;
}
.sidebar_ban_p2 li:last-of-type {
    margin-bottom: 0;
}
.sidebar_ban_p2 li a {
    width: 100%;
    padding-left: 20px;
    display: inline-block;
    color: #fff;
   text-decoration: none;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 15px;
    height: 60px;
    line-height: 60px;
    background-color: #0B6641;
    background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-left: solid 10px #09551b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.sidebar_ban_p2 li a:hover {
    background-color: #084b30;
    border-left: solid 10px #063C26 ;
}
/**/
.docs_lista2 {
    width: 100%;
    float: left;
    margin-top: 10px;
	 margin-bottom: 30px;
}
.docs_lista2 li {
    width: 100%;
    float: left;
    
}

.docs_lista2 li a {
    width: 100%;
    padding-left: 20px;
    display: inline-block;
    color: #fff;
   text-decoration: none;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 15px;
    height: 60px;
    line-height: 60px;
    background-color: #0B6641;
    background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-left: solid 10px #09551b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

 
}
.docs_lista2 li a:hover {
    background-color: #084b30;
    border-left: solid 10px #063C26 ;
}
.docs_lista2 header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #FBB12F;
}
.docs_lista2 h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: solid 5px  #0B6641;
    float: left;
    color: #0B6641;
    margin-bottom: -5px;
}
/*PAGE*/
.page {
    width: 800px;
    float: left;
    margin-right: 40px;
}
.page_content {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.page h1 {
    font-size: 2em;
    line-height: 40px;
    margin-bottom: 25px;
    color: #222;
}
.page h3 {
    font-size: 1.3em;
    color: #BB2428;
    margin-bottom: 15px;
}
.page small {
    color: #BB2428;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1em;
}
.page small a {
  color: #CC9933;
}
.page p {
   
    font-size: 1.3em;
    line-height: 30px;
    margin-bottom: 27px;
    color: #7e7e7e;
    width: 100%
}
.page p a {
    color: #cc0000;
}
.page p iframe {
    display: block;
    width: 100%;
    float: left;
    max-height: 600px;
}
/*IMG POST PAGE*/
.size-large, .size-full, .size-medium, .size-thumbnail,
.alignnone, .alignleft, .aligncenter, .alignright{
/* Limita o tamanho mÃ¡ximo para as Imagens no post*/
    height: auto;/*A Altura Ã© automatica para manter a proporÃ§Ã£o correta das imagens*/
}
.alignnone{
    display: block;
    width: 100% !important ;    
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.aligncenter img {
    display: block;
    width: 100% !important ;
}
.alignright {
    float: right;
    margin-left: 15px !important;
}
.alignleft {
    float: left !important;
    margin-right: 15px !important;
}
.wp-caption {
    width: 100%;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;

}
.wp-caption img {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0 none;
   margin-bottom: 10px;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 7px;
    margin: 0;
    color: #666666;
    text-transform: capitalize;
}
/*FORM CONTATO*/
.wpcf7-form {
    width: 100%;
    float: left;

}
.wpcf7-form p {
    color: #666;
    text-transform: uppercase;
    font-size: 0.8em;
}
.wpcf7-form input {
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    width: 100%;
    float: left;
}
.wpcf7-form .btn_form {
    background: #006726;
    width: auto;
    float: right;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.wpcf7-form .btn_form:hover {
    background: #023d18;
}
/*PAGE TRANSP*/
.page_transp {
    width: 100%;
    float: left;
 
}
.page_transp p {
    font-size: 1.2em;
    color: #222;
}
/*PAGE HOME*/
.page_home {
    width: 100%;
    float: left;
}
.page_home_item {
    width: 100%;
    float: left;
    padding: 20px 20px 0 20px;
    
    border: solid 2px #ccc;
   
    
}
.page_home_item h3 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
    color: #003F95;
}
.page_home_item:nth-of-type(3n+0){
    margin-right: 0;
}
.page_home_item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.page_home_item li {
    width: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
   
}
.page_home_item li a {
    display: block;
    width: 100%;
    background: #e8e8e8;
    padding: 10px 15px;
    color: #003F95;
    text-decoration: none;
    border-radius: 5px;
 }
.page_home_item li a:hover {
    background: #dcdcdc;
}
.page_home_info {
  width: 100%;
    float: left;
  padding: 20px;
  background: #FFDC73;
  margin-bottom: 30px;
}

.btn_info {
 display:block;
  max-width:200px;
  padding: 15px 0;
  background: #CC9933;
  color: #fff;
  text-decoration:none;
    margin: 0 auto;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 1.1em;
    text-align: center;
    border-bottom: solid 5px #8f691c;
}
.btn_info:hover {
  background: #8f691c;
}
.page_home_info p {
  font-size: 1.2em;
  margin-top: 15px;
}
/*CATEGORY*/
.category {
    width: 100%;
    float: left;
}
.category_content {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.category {
    width: 800px;
    margin-right: 40px;
    float: left;
}
.category h1 {
    font-size: 1.5em;
    line-height: 40px;
    margin-bottom: 25px;
    color: #0B6641
    ;
}
.category h3 {
    font-size: 1.7em;
    line-height: 40px;
    margin-bottom: 25px;
    color: #0B6641;
}
.category_item {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}
.category_item small {
    color: red;
    display: block;
    margin-bottom: 5px;
}

.category_item h1 {
    margin-bottom: 0;
    font-size: 1.4em;
    line-height: 30px;
}
.category_item h2 {
    font-size: 1.3em;
}
.category_item a {
    color: #222;
    text-decoration: none;
}
.category_item a:hover {
    text-decoration: underline;
}
.category_desc {
    width: 100%;
    float: left;
    padding: 20px;
    background: #d7dae2;
    border: solid 1px #a2acbe;
    margin-bottom: 20px;
}
.category_desc img {
    display: block;
    float: left;
    max-width: 180px;
    height: auto;
    margin-right: 20px;
    border: solid 1px #fff;
}
.category_desc h1 {
    font-size: 1.8em !important;
    color: #02205e;
}
.category_desc span {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #02205e;
}
.category_desc p {
    display: block;
    font-style: italic;
    font-size: 1.1em;
    color: #333;
    
}
.cat_btn {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.cat_btn a {
    color: #222;
    text-decoration: none;
    float: left;
    margin-right: 15px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #CC9933;
    border: solid 1px #ac7d20;
    font-size: 1.1em;
}
.cat_btn a:hover {
    background-color: #ac7d20;
}
/*SOCIAIS*/
.main_sociais {
    width: 100%;
    float: left;
    background-color: #0b6641;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    margin-top: 30px;
}
.main_sociais .content {
    padding: 50px 0;
    margin-bottom: 0;
}
.main_sociais h2 {
    display: block;
    font-size: 3em;
    text-align: center;
    color: #FBB12F;  
    border-bottom:  dotted 1px #118b5b;
    padding-bottom: 25px; 
    margin-bottom: 25px; 
}
.main_sociais h3 {
    display: block;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: 300;    
}
.sociais_txt {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.sociais_txt h2 {
    font-weight: 400;
}
.sociais_ico {
   
width: 210px;
margin: auto;
}

.sociais_ico li {
    width:70px;
    float: left;
    padding: 15px;
}
/*FOOTER*/
.main_footer {
    width: 100%;
    float: left;
    background-color: #fffcfc;
    background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-top: solid 1px #108b5a;
}
.main_footer .content {
    padding: 40px 0;
}
.footer_logo {
    width: 200px;
    margin: 0 auto;
    
}
.footer_logo img {
    display: block;
    width: 200px;
    height: auto;
}
.footer_txt {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.footer_txt p {
    display: block;
    color: #094A30;
    font-size: 1.2em;
    margin-bottom: 5px;
    text-align: center;

}
.footer_r {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.footer_r img {
    display: block;
    margin: 0 auto;
}
.main_footer_fita li {
    width: 33.333%;
    float: left;
    height: 15px;
}
.main_footer_fita li:nth-of-type(1n+0) {
    background-color: #0B6641;
}
.main_footer_fita li:nth-of-type(2n+0) {
    background-color: #FBB12F;
}
.main_footer_fita li:nth-of-type(3n+0) {
    background-color: #79AFDE;
}

/*MENU MOBILE*/
@media (max-width: 62.5em) {
    .content {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .ban_topo_m {
        display:initial;
        width: 100%;
        float: left;
    }
    .ban_topo_m img {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .ban_topo_d {
        display: none;
    }
    .header_topo_btn {
        width: 100%;
        float: left;
        margin-top: 15px;

        margin-bottom: 20px;
    }
    .header_topo_btn li {
        width: 100% !important;
        float: left;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .header_topo_btn li a {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        background: #f5f5f5;
        border: solid 1px #ccc;
        text-align: center;
    }
    .main_header_topo .tagline {
        display: none;
    }
    .mobile_action {
        width: 45px;
        height: 45px;
        float: right;
        background: url('images/ico-menu-mobile.png') center center no-repeat;
        cursor: pointer;
        display: block;
    }
    .mobile_action.active {
        background: #CC9933 url('images/ico-menu-mobile.png') center center no-repeat;
    }
    /*menu*/
    .menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background-color: #0b6641;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
        z-index: 1;
        overflow: hidden;/*oculta elementos que ultrapassam*/
        overflow-y: auto;
        box-shadow: 0 4px 10px rgba(10, 20, 30, .4);
    }

    .menu li {
        float: left;
        width: 100%;
        position: relative;
        border-bottom: solid 1px #108858;
        
    }
    .menu li  > a {
        float: left;
        width: 100%;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        background: none;
    }
    
    .menu li > a:hover {
        background: none;
        
    }
    .menu li:hover ul {
        background: none;
    }
    .menu li ul {
        width: 100%;
        float: left;
        display: block;
        background: none;
        margin-left: 20px;
        box-shadow: none;
        position: relative;
    }
    .menu li ul {
       
    }
    .menu li ul li {
        float: left;
        width: 100%;
        background: none;
        border-bottom: none;
        border-top: none;
    }
    .menu li ul li a {
        float: left;
        width: 100%;
        background: none;
        text-decoration: none;
        color: #fff;
        border: none;
        border-bottom: none;
        
    }
    .menu li ul li a:hover {
        background: none !important;
    }
    .busca input[type=search] {
        width: 28px;
        height: 35px;
        float: left !important;
        background: url('images/ico-busca.png') center center no-repeat;
        cursor: pointer;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        border:none;
        margin-top: 6px;
        margin-left: 5px;
    }
    .busca input[type=search]:focus {
        max-width: 300px;
        cursor: auto;
        background-image: none;
        border-radius: 0px;
        font-size: 1em;
        background: #fff;
        color: #333;
    }
    .header_topo_logo {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .header_topo_logo img {
        display: block;
        margin: 0 auto;
        width: 260px;
    }
    .corpo_conteudo {
        width: 100%;
        margin-left: 0;
    }
    
    #painel {
        width: 100%;
        margin-right: 0;
        float: left;
        height: auto;
    }
    
    /*SIDEBAR*/
    .sidebar {
        width: 100%;
        margin-bottom: 30px;
    }
    .sidebar_ban li {
        width: 90%;
        margin: 0 5%;
        float: left;
        margin-bottom: 10px;
    }
    .sidebar_ban li img {
        width: 100%;
        height: auto;
        float: left;
    }
    .campo {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .campo_destaque {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .docs_lista li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .docs_lista a {
        padding: 10px 0;
    }
    .acesso_lista li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .cidade {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    /*VEREADORES*/
    .vereadores_lista1 {
        width: 100%;
        margin: 0 0;
    }
    .vereadores_lista1 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .vereadores_lista1 li:nth-of-type(2n+0){
        margin-right: 0;
    }
    .vereadores_lista2 {
        width: 100%;
        margin: 0 0;
    }
    .vereadores_lista2 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .vereadores_lista2 li:nth-of-type(2n+0){
        margin-right: 0;
    }
    /*CAMPO EVE*/
    .eve_item {
        width: 100%;
        margin-right: 0;
    }
    
    /*CAMPO PREFEITO*/
    .main_prefeito {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .prefeito_img {
        width: 100%;
        float: left;
        margin-right: 0;
        padding-right: 0;
        
        border-right: none;
        margin-bottom: 15px;
    }
    .prefeito_img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .prefeito_txt {
        width: 100%;
        float: left;
    }
    .novos_banners {
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .novos_banners li {
        width: 100%;
        float: left;
        margin-bottom: 28px !important;
    }
    .novos_banners li img {
        display: block;
        margin: 0 auto;
    }
    .novos_banners li:last-of-type {
        margin-bottom: 0px;
    }
    /*PAGE*/
    .page {
        width: 100%;
        margin-right: 0;
    }
    .aligncenter{
        display: block;
        margin-left: auto;
        margin-right: auto;

    }
    .aligncenter img {
        display: block;
        width: 100% !important ;
    }
    .alignright {
        width: 100%;
        float: right;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    .alignleft {
        width: 100%;
        float: right;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    /*category*/
    .category {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .footer_logo {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer_logo img {
        display: block;
        margin: auto;
    }
    .footer_txt {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .footer_txt p {
        text-align: center;
    }
    .footer_r {
        width: 100%;
        float: left;
    }
    .footer_r img {
        display: block;
        margin: auto;
    }
}
@media (max-width: 47em) {
    .content {
        width: 90%;
        margin: 0 5%;
        float: left;
        padding: 0;
    }
    .header_topo_banner {
        margin-bottom: 30px;
    }
    .noticias_item {
        width: 100%;
        margin-right: 0;
    }
    .slider_txt h1 {
        font-size: 1.1em;
    }
    .campo_item {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }
    .mini_banners li {
        width: 48.5%;
        margin-bottom: 20px;
    }
    
    .mini_banners li:nth-of-type(2n+0){
        margin-right: 0;
    }
    .eventos_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .mais_lidas {
        width: 100%;
        margin-top: 30px;
    }
    .category_desc img {
        display: block;
        float: left;
        max-width: 100px;
        height: auto;
        margin-right: 20px;
        border: solid 1px #fff;
    }
    .category_desc h1 {
        font-size: 1.3em;
    }
    .cat_btn a  {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;    
    }
}