/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */



body, span, p, h1, h2, h3, h4, h5 {font-family: 'PT Sans', sans-serif;}

img {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}

h3 {margin-top: 0;}
.justify {text-align: justify; font-family: 'PT Sans', sans-serif;}
.post_content {
    font-family: 'PT Sans', sans-serif;
}
body { background: #F4F0C3 ;}
a {color:#003624;}
a:hover {color:#008a5e;}
h1 {font-size: 22px;}
.pagination>li>a, .pagination>li>span {color:#008a5e;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #003624;
border-color: #008a5e;
cursor: default;
}
.table-responsive {background: #fff; margin: 15px 0;}
.table-hover>tbody>tr:hover {
background-color: #a7d1bd;
}

.content ul:nth-of-type(1) {
  list-style-type: disc;
}

.col-sm-9 ul:nth-of-type(1) {
  margin-top: 15px;
}

/** MOBILE **/

/** TOPO **/
.logo-header {
    padding-top: 15px;
}



.no-padding-right {
  padding-right: 0;
}


/** RESET FOOTER ARTICLE **/
#main article footer {
    border-top: medium none;
    margin-bottom: -65px;
    margin-top: 0;
    min-height: 0px;
    padding-top: 0;
    position: relative;
    z-index: -1;
}

#main article footer .btn {position: absolute; display: none;}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
width: 100%;
}

/** RESET PADDING **/
.left {
padding-left: 0;
}

.rigth {
padding-right: 0;
}

/** MARGIN 15px**/
.margin-left { margin-left: 15px;}

.cabeca{background-image: url("http://www.defensoria.ce.gov.br/wp-content/uploads/2015/01/topo23.png");
background-position: top left;background-repeat: repeat-x;}
.logo{padding-top: 20px;
padding-bottom: 20px;}
#content {
/*adding: 10px 0 0;*/
margin-top: -20px!important;}
.page-header{padding-bottom: 9px;
margin: 5px 0 20px!important;
border-bottom: none!important;}
.comment-respond{display: none;}


/** BANNER **/
.banner-principal .flex-control-nav {
bottom: 15px;
z-index: 999;
}

.banner-principal .flex-control-paging li a.flex-active {
background: #A7D1BD;
}

.banner-principal .flex-control-paging li a {background: #fff;}

.divisor{background-image: url("http://www.defensoria.ce.gov.br/wp-content/uploads/2015/01/shadow1.png");
background-repeat: no-repeat;background-position: center top;height: 15px;
border:none!important;}

.notici-aindex{background-color:#A7D1BD;padding:10px;}
.notici-aindex .post-thumb{width: 330px!important;height: 150px!important;margin-bottom: -22px;}
.notici-aindex h2{font-size: 17px!important;
max-width: 330px;
text-align: justify;
color:#666!important;font-weight: bold;}
.notici-aindex h2 a{color:#000!important;}
.notici-aindex .entry-content{max-width: 330px;text-align: justify;}
.noticia-container{width: 100%!important;}

/** RESET BODY **/
body {
padding-top: 0px;
}


/** RESET BOLD TITULOS **/
h1, h2, h3, h4, h5 {
font-weight: 400;
}


/** FORMS **/

/** FORM LOGIN ***/

#login .modal-content {
    
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 23%, #97936d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#f9f9f9), color-stop(100%,#97936d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 23%,#97936d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 23%,#97936d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 23%,#97936d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 23%,#97936d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#97936d',GradientType=0 ); /* IE6-9 */

}


#login button.close {
    padding: 5px;
    font-size: 14px;
}

#login .modal-title {
text-align: left;
color: #333;
padding-left: 10px;
font-size: 14px;
}
#myModalLabel {
    color: #333;
    text-align: center;
}

#wpmem_reg input[type="text"], #wpmem_reg textarea, #wpmem_login input[type="text"], #wpmem_reg input[type="password"], #wpmem_login input[type="password"] {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
background-color: #e6e6d1;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#wpmem_reg label, #wpmem_login label {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: normal;
}

.button_div {
	margin-top: 15px;
	margin-bottom: 25px;
}

#wpmem_login input[type="button"], input[type="reset"], input[type="submit"] {

    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #a7d1bd;
}

.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
background-color: #e6e6d1;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/** SUBMIT **/
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 0px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn-default {
color: #333;
background-color: #ccccab;
border-color: #ccccab;
float: right;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #333;
background-color: #ccccab;
border-color: #adadad;
}

/** TOPO **/
.navbar-default .navbar-toggle {
border-color: #fff;
background: #fff;
float: left;
margin-left: 5%;
width: 30%;
}

.barratopo {
padding: 0;
color: #fff;
background-image: url("images/fundo-barra.jpg");
text-align: right;
min-height: 35px;
max-height: 35px;
}

/** BUSCA **/
.barratopo .navbar-form {margin: 0 15px; padding: 0; border: none; }
.barratopo .form-control {border: none; color: #fff;border-radius: 0; background: #03523e url(images/fundo-pesquisa-top.png) center right no-repeat; height: 35px;}
.barratopo .form-group {float: right; margin: 0; text-align: center; width: 100%;}
.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { /* Firefox 18- */color: white;}
.form-control::-moz-placeholder {  /* Firefox 19+ */ color: white;}

/**MODAL BUSCA **/
#buscar-modal {
min-width: 450px;
}
.buscatxt {
padding-top: 6px;
color: #fff;
text-transform: uppercase;
float: right;
}

#buscar .modal-lg {
	max-width: 600px;
	text-align: center;
	color: #333;
}
#sf_results {
margin-top: -30px
}
/** LOGIN TOPO **/
#login .modal-sm {min-width: 450px; text-align: left;}
#login .modal-sm a {color:#333; text-align: right;}
#login .modal-sm .modal-title {color:#333;}
#login .modal-sm .form-login {margin: 15px 0;}
#login .modal-sm .form-group {float:none; margin-right: 0;}
#login .modal-sm .form-control {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #333;
background-color: #e6e6d1;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
margin-bottom: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#login .modal-sm .form-control::-webkit-input-placeholder { color: black; }
#login .modal-sm .form-control:-moz-placeholder { /* Firefox 18- */color: black;}
#login .modal-sm .form-control::-moz-placeholder {  /* Firefox 19+ */ color: black;}

#login .modal-sm .btn-default {float: none; text-align: right; margin: 10px 0;}
#login .modal-sm .footer-login {text-align: right;}

.barratopo a { color: #fff;}
.barratopo .login-topo {padding-top: 6px;}
.barratopo .login-topo a {color: #fff;}


/** LOGO CENTRO **/
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: -15px;
width: 100%;
text-align: center;
margin: 0 auto;
}

.navbar-header {
padding: 0;
margin-bottom: 14px;
width: 100%;
}

.logo-topo-center {
margin: 0 auto;
}


.navbar-fixed-top, .navbar-fixed-bottom {
position: inherit;
right: 0;
left: 0;
z-index: 1030;
}

.navbar {
min-height: 140px;
margin-bottom: 0px;
border: none;
background: url("images/fundo-header.jpg") center top no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}


/** REDES TOPO **/

.redes-top {
    min-width: 30%;
    float: right;
    text-align:center; 
    right: 25%;
    margin-top: 8px;
}

.redes-top a {
margin: 5px;
text-align: center;
text-decoration: none;
}

.redes-top a .fa {
background: #707070;
font-size: 20px;
color: #fff;
min-width: 20%;
padding: 8px;
}

.redes-top a .fa-facebook:hover {
background: #3b5998;
}

.redes-top a .fa-twitter:hover {
background: #00aced;
}

.redes-top a .fa-youtube:hover {
background: #bb0000;
}

/** REDES BOTTOM ***/
.redes-bottom {padding-top: 20px; margin-bottom: 20px;}

/** GERAL **/
.leiamaishome {
text-decoration: underline;
float: right;
}

.leiamaispage {

}
/** INDEX 1 **/

#bannercontainer {
	margin: 0;
}

.mapa-index-lateral {
margin-top: 10px;
padding: 5px 0;
background: #fff;
border-top: 3px solid #9c9c72;
border-bottom: 3px solid #9c9c72;
text-align: center;
}

.mapa-index-lateral h3 {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 5px;
	margin: 0;
	line-height: 16px;
}
.index-lateral-banner h1 {
	font-size: 16px;
	text-align: center;
	background: #015640;
	margin: 0;
	color: #fff;
	line-height: 20px;
	min-height: 70px;
	max-height: 70px;
	padding: 14px 0;
	background-image: url("images/fundo-guia.png");
}

.index-lateral-banner img {
text-align: center;
margin: 0 auto;
}
.index-lateral-banner a {
	color: #fff;
}

.separador {
background: url("images/separador1.png") left top no-repeat;
height: 15px;
width: 100%;
margin: 15px 0;
}
/** INDEX 2 **/
.index2 {
	padding: 15px 0;
	min-height: 340px;
}
.index2 h1 {
	font-size: 18px;
	text-align: center;
	margin: 0;
}

.areas-atuacao-index {
	margin: 0;
	padding: 0;
	text-align: center;
  width: 100%;
  clear: both;
}


.areas-atuacao-index li {
list-style: none;
display: inline;
float: left;
/*width: 50%;*/
margin-top: 30px;
}

.areas-atuacao-index h5 {
	font-size: 16px;
}

.areas-atuacao-index a {
color: #000;
text-align: center;
}

.areas-atuacao-index img {
max-width: 59px!important;
max-height: 77px!important;
}



/** single areas de atuacao **/
.areas-atuacao-bottom {position: absolute; margin-top: 20px; width: 100%;}
.coluna-areas1 {width: 20%;float: left;}
.coluna-areas2 {width: 80%; float: right; margin-top: 14px;}
.coluna-areas2 .fa {color: #adad7d;}
.coluna-areas2 .btn-default {float:none;} 
/*.areas-atuacao-bottom ul {margin: 0;padding: 0; margin-top: 20px;}
.areas-atuacao-bottom ul li {list-style: none;margin: 0 15px; display: inline-block;}
.areas-atuacao-bottom ul li a {text-decoration:underline;} */
/** INDEX 3 **/
.index3 {
background-color: #A7D1BD;
padding: 10px;
padding: 30px 0;
}

.index3 h3 {
font-size: 14px;
}

.index3 a {
color: #333;

}

.noticias-geral-index {
    margin-bottom: 30px;
}

.index3 .noticias-geral-index h3 {
font-weight: 600;
margin-bottom: 0;

}

.noticias-geral-index img {
max-height: 140px;
}
.index3 .noticias-geral-index p {
margin: 0;
line-height: 1.2em;
}

.data-noticia {
margin-bottom: 15px;
font-size: 12px;
}

.maisnoticias-index {
border-left: 2px solid #799f8c;
min-height: 285px;
margin-top: 60px;
}

.maisnoticias-index h1 {
font-size: 18px;
text-align: center;
margin: 0;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 8px;
}

.maisnoticias-index h3 {
font-weight: normal;
text-align: justify;
 margin-bottom: 20px;
 margin-top: 20px;
 
}

/** MINI THUB NEWS **/
.thumb-index-news {
width: 100%;
height: 140px;
margin-bottom: 8px;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
/** SAIBA MAIS **/
.index3 .more-link {
visibility: hidden;	
}
.saiba-mais-noticias-index {
  text-align: right;
  float: right;
  right: 5px;
  top: 110%;
  font-weight: bolder;
}
/** INDEX 4 **/
.index4 {
padding: 30px 0;
}

.agenda-index {
text-align: center;
}

.agenda-index h1 {
font-size: 18px;
text-align: center;
border-bottom: 3px solid #ccccab;
padding-bottom: 15px;
margin-bottom: 30px;
text-transform: uppercase;
}
.agenda-index a {
font-size: 16px;
color: #000;
margin: 15px 0;
}


.agenda-loop {
margin: 15px 0;
}

.agenda-index h2 {
font-size: 18px;
text-align: center;
border-top: 3px solid #ccccab;
padding: 25px 0 0 0;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 3px;
}

.galeria-index {
}

.thumb-index-fotos {
width: 100%;
height: 150px;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
margin-bottom: 15px;
}

.modal-agenda-geral {text-align: left;}
.modal-agenda-geral .body-modal {padding-left:15px;padding-right: 15px;} 
/** TAB GALERIAS **/

.galeria-index .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
border-bottom-color: #ccccab;
}

.galeria-index .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
border: 1px solid #ccccab;
background: #ccccab;
}


.galeria-index .nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #e6e6d1;
border-radius: 0px;
}

.galeria-index .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #000;
background: #ccccab;
border: 1px solid #ccccab;
border-bottom-color: transparent;
cursor: default;
}

/*
.galeria-index .nav-tabs.nav-justified>li.active:after {
  content: "";
 /* display: inline-block;
  vertical-align: middle;
  margin-right: 10px;*
  bottom: 0px;
  top: 10px;
  width: 0; 
  height: 0; 

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fcc;
}
*/

.galeria-index .nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
background: #e6e6d1;
}


.galeria-index .nav-tabs>li>a:hover {
border: 1px solid #e6e6d1;
}
.galeria-index .nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background: #e6e6d1;
}

/** MINIATURAS LOOP GALERIAS **/
#gallery-6 img {
border: none;
box-shadow: #eaebec 5px 5px 1px;
}

.fotos-loop .attachment-img-geral {
border: none;
/*box-shadow: #eaebec 5px 5px 1px;*/
}
/** TITULOS GALERIA **/
.videos-index-tab h3 {
	font-size: 14px;
	margin: 10px 0;
}

.fotos-loop .thumb-index-fotos h3 {
	font-size: 14px;
	bottom: -10px;
	position: absolute;
	padding: 4px;
	background: #1b4437;
	color: #fff;
	width: 86.5%;
	visibility: hidden;
/*
-webkit-transition:	all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s line
	*/
}
.fotos-loop .thumb-index-fotos:hover h3 {
visibility:visible; 
}

.fotos-loop-single .thumb-index-fotos h3 {
	font-size: 14px;
	bottom: 0px;
	position: absolute;
	padding: 4px;
	background: #1b4437;
	color: #fff;
	width: 82.5%;
	visibility: hidden;
/*
-webkit-transition:	all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s line
	*/
}
.fotos-loop-single .thumb-index-fotos:hover h3 {
visibility:visible; 
}
/*******************/

.twitter-index h1 {
font-size: 18px;
text-align: center;
border-bottom: 3px solid #ccccab;
padding-bottom: 15px;
/*margin-bottom: 30px;*/
text-transform: uppercase;
}


.twitter-index .fundo-twitter {
background: url(images/fundo-twitter.jpg) left top no-repeat;
margin-bottom: -10px;
}

.twitter-index .timeline-header {
visibility: hidden;
}

/** WEBMAIL **/
/** TOPO **/
.offline {
    color: #333;
    text-align: center;
}
/** TABS WEBMAIL **/
.webmail-acompanha {
border-top: 3px solid #ccccab;
padding-top: 6px;
margin-top: -14px;
}
.webmail-index {
margin-top: 4px;
}

.webmail-index .nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #e6e6d1;
border-radius: 0px;
min-height: 65px;
color: #000;
}


.webmail-index .panel-group .panel {
 border-radius: 0px; /* para todos os browsers recentes (e decentes) */
  -moz-border-radius: 0px; /* para versões antigas do Mozilla */
  -webkit-border-radius: 0px; /* para versões antigas do Safari */
-webkit-box-shadow: none ;
box-shadow: none ;
}

.webmail-index .panel-default>.panel-heading {
color: #333;
background-color: #cccbac;
border-color: #ddd;
min-height: 42px;
}

.panel-heading {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.titu-acompanha {
font-size: 15px;
line-height: 22px;
}

#collapseOne .form-control::-webkit-input-placeholder { color: black; }
#collapseOne .form-control:-moz-placeholder { /* Firefox 18- */color: black;}
#collapseOne .form-control::-moz-placeholder {  /* Firefox 19+ */ color: black;}
#collapseOne .form-group {margin-bottom: 4px;}
/** INDEX 5 **/
.index5 {
margin: 35px 0;
}
.apoio-loop-index {
width: 16%;
margin: 0 2%;
float: left;
}

/** INDEX 6 **/
.index6 {
text-align: center;
 background-image: url("images/fundo-sistemas.jpg");
 max-height: 45px;
  min-height: 45px;
  padding: 0px 0;
}

.index6 h1 {
font-size: 18px;
margin: 0;
}

/*** PAGINAS ***/

/*** TITU PAGES ***/
.page-title {
background: #a7d1bd;
padding: 10px;
font-size: 16px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 0;
}

.single-title {
background: #a7d1bd;
padding: 10px;
font-size: 16px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 0;
}

.border-top {
border-top: 3px solid #9c9c72;
}

.border-bottom {
border-bottom: 3px solid #9c9c72;
/*margin-bottom: 35px; */
}
.border-bottom-pages {
border-bottom: 3px solid #9c9c72;
margin-bottom: 60px;
padding-bottom: 25px;
} 

.post_content {
padding-top: 15px;
padding-bottom: 15px;
} 

/*** FIM PAGES **/

/** CURSOS EDITAIS **/
.cursos-tax-loop {
    margin: 15px 0;
}

/** CARROUSEL APOIO **/
.carroussel-apoios-index .vc_images_carousel .vc_carousel-control .icon-prev {
width: 60px;
height: 60px;
margin-top: -40px;
margin-left: -50px;
font-size: 60px;
display: block;
padding: 0;
}


.carroussel-apoios-index .vc_images_carousel .vc_carousel-control .icon-next {
width: 60px;
height: 60px;
margin-top: -40px;
margin-left: 0px;
font-size: 60px;
display: block;
padding: 0;
}

.carroussel-apoios-index a {
color: #008a5e;
}

/** SINGLE NOTICIAS **/
.single-maisnoticias h1 {font-size: 14px; border-top: 1px solid #CCCCAB; border-bottom: 1px solid #CCCCAB; padding: 15px 0;}
.single-maisnoticias {margin-bottom: 25px; padding-top: 25px;}
.single-maisnoticias h3 {font-size: 14px; margin-bottom: 0;}

/** PAGE NOTICIAS **/
.page-noticias-loop .vc_column_container .vc_btn, .vc_column_container .wpb_button {display: none; }
.page-noticias-loop .vc_gitem-zone-mini {padding: 5px;}

/** LOOP NOTICIAS CATEGORIA ARCHIVE **/
.noticias {margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #CCCCAB; }

/** SIDEBAR **/
#sidebar2 .mapa-index-lateral {
margin-top: 0;
}

.sidebar-areas {
background: #f1f2e6;
padding: 15px 30px;
}

.sidebar-areas ul {
margin: 0;
padding: 0;
}

.sidebar-areas ul li {
list-style: none;
display:block;
margin: 15px 0; 
padding-left: 5%;
}

.sidebar-areas h5 {
  font-size: 12px !important;
}

.sidebar-areas-content {
  clear: both;
  height: 40px;
  margin-bottom: 10px;
}

.sidebar-areas-imagem img {
  width: 100% !important;
}

.sidebar-areas-imagem {
  float: left;
  width: 34px;
}

.sidebar-areas-titulo{
  float: left;
  width: 79%;
  padding-left: 10px;
}

.umalinha {
  padding-top: 10px;
}

.duaslinha {
  padding-top: 3px;
}

.treslinha {
  padding-top: 0px;
}

.sidebar-areas h3 {
text-transform: uppercase;
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
#sidebar2 .attachment-img-geral {
width: 20%;
}

#sidebar2 h5 {
 margin: 0;
 margin-left: 5%;
 font-size: 16px;
 text-transform: uppercase;
 color: #333;
 vertical-align: middle;
}

/** MAPA MUNICIPIOS **/
.municipios .fa {
color: #aaa676;
}
.municipios {
background: #e6e6d1;
padding: 5px;
margin: 5px 30px;
font-size: 12px;
text-align: center;
}

.municipios a {
color: #333;
}


.tel-uteis .caret {
display: none;
}
.tel-uteis .fa {
margin-left: 42%;
margin-top: 2px;
color: #adad7d;
}
.tel-uteis .btn-default {
width: 100%;
margin: 10px 0;
color: #373435;
text-align: left;
}

.tel-uteis .dropdown-menu {
position: absolute;
min-width: 100%;
margin: 44px 0 0;
border-radius: 0 0 4px 4px;
}
.tel-uteis .dropdown-menu li {
padding-top: 0;
padding-bottom: 0;
padding: 0 10px;
}
.tel-uteis .dropdown-menu .fa {
position: absolute;
font-size: 18px;
margin-top: 2px;
margin-left: 0;
}
.tel-uteis .dropdown-menu p {
padding-left: 6px;
padding-top: 10px;
font-weight: bold;
font-size: 14px;
}

#areas_de_atuacao h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 15px 10px 0 10px;
  text-align: center;
  background: #F7F5E6;
  padding-top: 10px;
}

#areas_de_atuacao ul {
  background: #F7F5E6;
  list-style: none;
  padding: 1px 10px;
  margin: 0 10px;
}

#areas_de_atuacao ul li {
  clear: both;
  margin: 20px 0px;
}

#areas_de_atuacao ul li img {
  float: left;
  margin-right: 5px; 
  margin-top: -5px;
}

#areas_de_atuacao ul li a {
  text-transform: uppercase;
  color: #43752E;
  font-weight: bolder;
  font-size: 12px;
}

/** TWITTER SIDEBAR **/
#sidebar2 .twitter-index h1 {
padding-left: 14%;
border-bottom: 3px solid #9c9c72;
padding-bottom: 20px;
padding-top: 2px;
font-size: 15px;
}
#sidebar2 .twitter-index {
margin-bottom: 30px;
}

#sidebar2 .twitter-index .fundo-twitter {
background: url(images/fundo-twitter-side.jpg) left top no-repeat;
}

/** PROBLEMA ALAGIN MIDLE **/
#area252 h5 {
padding-top: 5%;
}

#area250 h5 {
padding-top: 5%;
}

#area249 h5 {
padding-top: 5%;
}

#area248 h5 {
padding-top: 5%;
}

#area247 h5 {
padding-top: 5%;
}

#area246 h5 {
padding-top: 5%;
}

#area245 h5 {
padding-top: 5%;
}
/** IMAGENS DESTACADAS **/
.attachment-img-geral {
	width: 100%;
}

/** REDES DAS PAGINAS **/
.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
background: #3b5998;
color: #fff!important;
}

.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a {
border-radius: 50%;
-webkit-border-radius: 0;
border: 0;
box-shadow: none;
padding: 8px;
position: relative;
top: -2px;
line-height: 1;
width: auto;
height: auto;
margin-bottom: 0;
}

/** REDES GERAL BOTTOM **/
.redes-bottom {
margin-top: 0px;
    position: absolute;
    width: 100%;
    }

ul.slides {
  margin-top: 80px;
  padding: 0;
}

ul.slides .caption {
  height: 55px;
  margin-top: -340px;
  font-size: 22px;
  font-weight: bolder;
  color: #44762D;
  line-height: 1;
  background: #D9ECCE;
  overflow: hidden;
}

.distancia_linhas_pequena {
  line-height:1;
}

.banner-principal {
  margin-top: 70px;
}

.metaslider .flexslider {
  margin: 0 !important;
}

#home-noticias-destaque {
  margin-top: 15px;
  margin-bottom: 30px;
}

#home-noticias-destaque .noticias-geral-index:first-child {
  padding-right: 10px !important;
}

#home-noticias-destaque .data-noticia {
  margin-bottom: 0px;
  color: #437631;
}

#home-noticias-destaque h3 {
  font-size: 14px;
  color: #437631;
  font-weight: bolder;
}

#home-noticias-destaque p {
  min-height: 56px;
}

#home-noticias {
  font-size: 14px;
  background: #D9E4DE;
  margin-bottom: 10px;
}

.amazingcarousel-image div a {display:none !important;}

#wonderplugincarousel-2 {
  margin-left: 0 !important;
}

#home-noticias h3 {
  color: #437631;
  font-size: 14px;
  float: left;
  font-weight: bolder;
}

.left {
  float: left;
}

.bolder {
  font-weight: bolder;
}

#home-noticias div {
  margin: 5px 0px;
}

#home-noticias a {
  padding-left: 5px;
  color: #1F8134;
}

#home-direita {
  padding-right: 0px;
}

#home-direita ul {
  padding: 0;
  margin-top: 15px;
  list-style: none;
}

#home-direita ul li{
  margin: 10px 0px;
  height: 45px;
  clear: both;
  display: block;
  padding-top: 11px;
  text-align: center;
}

#home-direita ul li a{
  color: #43772D;
  font-weight: bolder;
}

#home-direita .home-alo-defensoria {
  background: #8FC4B0 url('images/telefone.png') no-repeat 5px 12px;
  padding-left: 18px;
}

#home-direita .home-guia-recolhimento {
  background: #BDD28D;
}

#home-direita .home-acompanhamento-spu {
  background: #ADC891;
}

#home-direita .home-licitacoes {
  background: #C7D69D;
}

#home-direita .home-locais-atendimento {
  background: #C6D6BC url('images/mapaLocais.jpg');
  height: 171px;
}
#home-direita .home-locais-atendimento .terceirona{
  margin: 39px 0 0 85px;
  text-transform: uppercase;
}

#home-direita .home-locais-atendimento .interior {
  margin: 23px 0 0 23px;
  text-transform: uppercase;
}

#home-direita .home-telefones {
  background: #5CBCA0;
}

#home-direita .home-intranet {
  background: #B4CEB5;
}

#home-direita .home-webmail {
  background: #90C494;
}

footer#menu {
  background: #018A5E;
  height: 230px;
}



footer#menu div {
  width: 1000px;
  margin: 0 auto;
  padding: 1px 25px 15px 25px;
}

footer#menu div ul {
  width: 100%;
  padding: 0;
  list-style: none;
}

footer#menu div ul li{
  width: 25%;
  padding: 10px 3px;
  float: left;
  text-align: left;
  font-size: 12px;
}
footer#menu div ul li ul {
  width: 100%;
  padding: 0;
  list-style: none;
}

footer#menu div ul li ul li{
  clear: both;
  width: 100%;
  padding: 2px;
}

footer#menu div ul li ul li a{
  color: #FFF;
}

footer#endereco {
  background: #257842;
  color: #FFF;
}

footer#endereco h4 {
  font-weight: bolder;
}

footer#endereco div {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 25px;
  text-align: center;
}

footer#endereco div {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 25px;
  text-align: center;
} 

.no-padding-left {
  padding-left: 0 !important;
}

footer#endereco address {
  margin-bottom: 0;
}

.no-padding-right {
  padding-right: 0 !important;
}
/** MAPA LOCALIZADOR **/
.localizador-map {
min-width: 213px;
min-height: 165px;
background: url(images/mapa-index-lateral.jpg) top center no-repeat;
 -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.localizador-map a {color:#333; text-decoration: none; display: block; font-weight: 400;}

.localizador-map a:hover {color:#008A5E}

#localiza-muni-modal .modal-body a {text-align: left; color:#333; text-decoration: none; display: block; font-weight: 400;}

.mapa-index-lateral .btn-primary {font-size: 12px;}

.localiza-fortaleza {
position: absolute;
margin-left: 150px;
margin-top: 20px;
}

.localiza-metropo {
width: 60%;
position: absolute;
margin-left: -25px;
margin-top: 40px;
text-align: right;
}

.localiza-interior {
width: 30%;
position: absolute;
margin-left: 70px;
margin-top: 90px;
text-align: center;
}


/** page localizador **/
#ul-page-localiza {
margin: 0;
padding: 0;
margin: 35px 0;
}


/** FOOTER **/
.col-footer {
width: 100%;
float: left;
padding: 15px;
}


.contentudo-principal {
  background: #FFF;
  clear: both;
}
/** CLASSES EXTRAS EDITOR VUSUAL **/
.alter_resoluc {color:#BB0000; margin: 20px 0;}

/** SINGLES **/
.col-footer h3 {font-size: 16px; font-weight: 600;}
.col-footer p {font-size: 12px;}
.col-footer a {font-size: 12px; color:#fff;}
.noticias-single .attachment-img-geral {margin-top: 15px;}
.noticias-single .vc_single_image-img {width: 100%;}


/** LOOP CATEGORIAS **/
#crumbs {padding-top: 12px;}
#crumbs a {
  color: #568245;
}

#crumbs .current {
  color: #000;
}
/** REGRA GERAL MODAL **/
.modal-body p {border-bottom: 1px dashed #eee; padding-bottom: 15px; margin-bottom: 15px;} 

.modal-dialog {min-width: 50%}
.modal-body .dlm_download_list {margin: 0;padding: 0;} /** Aqui plugin de download **/
.ul-clippin-tax a {color: #333;}

.modal-body .fa-download {
float: right; position: absolute; font-size: 14px; line-height: 34px;right: 4%; margin-top:-8px;text-transform: uppercase;
}

/** GALERIA FOTOS PAGE **/
.galeria-foto-page {
margin: 15px 0;
}

.galeria-foto-page h2 {
font-size: 14px;
line-height: 14px;
text-align: center;
margin: 0;
padding: 15px;
min-height: 80px;
}

.galeria-foto-page .img-single-geral {
 min-height: 200px;
 -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}


/** FOOTER MENUS **/
.col-footer ul {margin: 0; padding: 0}
.col-footer ul li {list-style: none;}

#inner-footer .sharedaddy {
display: none;
}

.subfooter {
	background: #008a5e;
	padding: 15px 0;
}

.subfooter h1 {
	font-size: 14px;
}

.btfooter {
	background: #003624;
	padding: 3px 0;
	color: #fff;
	border-top: 1px solid #fff;
	font-size: 12px;}


.outrasgalerias{/*background-color: #CCCBAC;*/
padding: 5px;
margin-top: 8px;
border-top: 1px solid #CCCCAB;

}
.outrasgalerias  a {
    font-size: 14px!important;	
	margin: 0 auto!important;
	margin-right: 3px;
	padding: 0px 5px 0px 5px;

}
.outrasgalerias   a:hover{color:#003624;/*background-color: #CCCBAC;*/
/*border-bottom: 1px solid #ccc;text-decoration: none;*/font-size: 14px;
}

/** licitacoes **/
#formulario-pesquisa-licita .sf-element {
margin-bottom: 20px;	
}

#formulario-pesquisa-licita .sf-element legend {
font-size: 14px;
line-height: 1.428571429;
color: #333;
font-family: 'PT Sans', sans-serif;
}
#formulario-pesquisa-licita legend {
	border: none;
	margin-bottom: 0;
}

#formulario-pesquisa-licita .sf-element input, .sf-element select {
	height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
background-color: #e6e6d1;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#formulario-pesquisa-licita .sf-element select {
	height: 34px;
}

#footerlicita .mapa-index-lateral {
border-top: none;
}

#footerlicita .areas-atuacao-index li {
margin-top: 18px;
min-height: 120px;	
}

.wp_pagination {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}

.leiamaisnoticias {
    width: 100%;
    padding: 10px;
}

.leiamaisnoticias a {
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}

#sf_results {
    display: none !important;
}

.top-menu {
  background: #E1DCA4;
}



.header {
  background-color: #DFEED9;
  background-image: url('./images/fundoIsolado.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 0px auto;
}

.header-icons-rede ul{
  list-style: none;
  padding: 50px 0;
  width: 240;
  margin: 0 auto;
}

.header-icons-rede ul li{
  float: left;
  padding: 10px;
}

.header-icons-rede ul li a{
  background: url('images/icones-top.png') no-repeat 0 0;
  font-size: 0;
  padding: 22px;
}

.header-icons-rede ul li a.facebook {
  background-position: -54px 0px;
}

.header-icons-rede ul li a.youtube {
  background-position: -103px 0px;
}

.header-icons-rede ul li a.twitter {
  background-position: -152px 0px;
}


.header-busca{
  background: #267842;
  margin-top: 63px;
  height: 37px;
}

.header-busca form {
  height: 18px;
  margin: 5px auto 0px auto;
  width: 312px;
  text-align: right;
}

.header-busca input{
  border: none;
  padding: 4px 0px 4px 30px;
  text-align: left;
}

.logo {
  margin-bottom: 50px;
}






@media screen and (min-width: 768px) {
.container {
  width: 890px;
}

.redes-top {
    margin-top: -30px;
}

.barratopo .navbar-form {
visibility: hidden;
display: none;
}

.menu-index ul li a {
background: none;
}

/** MAPA LOCALIZADOR **/
.localizador-map {
min-width: 100%;
}

/** AREAS DE ATUAÇÃO **/

.areas-atuacao-index li {
    width: 16%;
}


/** FOOTER **/
.col-footer {
    width: 25%;
}

}

@media screen and (min-width: 992px) {

.container {
  width: 1000px;
}

.barratopo .navbar-form {
visibility: hidden;
display: none;
}

.barratopo .form-group {float: right; margin: 0; text-align: right; margin-right: 3%; width: 22%;}


.navbar {
min-height: 140px;
max-height: 140px;
}

.logo-header {
    margin: 0;
    padding: 15px 0;
}

/** MENU **/


.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: -15px;
  width: 100%;
  text-align: center;
  /* padding: 14px 0; */
}

.menu-index ul li a {
background: none;
}

input.pesquisa {
  background: url('icons/site/lupa.png') #fff 7px 7px no-repeat;
}




/*menu*/
#menu-principal {margin-left: 56px;}
#menu-principal .caret {visibility: hidden}
.menu-index ul{text-transform: uppercase;font-family: 'Noto Sans', sans-serif;/*background-color: #ccc; margin-left:20%;*/}
.menu-index ul li a{text-transform: none;color: #000!important;padding-top: 27px;padding-bottom: 26px; /*background: url(images/fundo-menu.png) center right no-repeat;*/}

.menu-index ul li a:hover{text-transform: none;
background: #a7d1bd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWZkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
background: -moz-linear-gradient(top,  #efefdc 1%, #ededea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefdc), color-stop(100%,#ededea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #deddcc 1%,#ededea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #deddcc 1%,#ededea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #deddcc 1%,#ededea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #deddcc 1%,#ededea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefdc', endColorstr='#deddcc',GradientType=0 ); /* IE6-8 */
}
.menu-index .dropdown-menu li a {font-size: 14px;background: none; padding: 5px 20px;border-bottom: 1px solid #e7e6d5;}
.menu-index .dropdown-menu li a:hover { background: #a7d1bd;}
.dropdown-menu {margin-left: 0!important;}
.dropdown-menu {background: #efefdc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWZkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #efefdc 1%, #ededea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefdc), color-stop(100%,#ededea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefdc 1%,#ededea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefdc 1%,#ededea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefdc 1%,#ededea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefdc 1%,#ededea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefdc', endColorstr='#ededea',GradientType=0 ); /* IE6-8 */
border:none!important;box-shadow: none!important;
}


.menu-index .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    
}

.menu-index .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.menu-index .dropdown:hover .dropdown-menu {
    display: block;
}

.menu-index .navbar-nav>li>.dropdown-menu {
top: 40px;
border-radius:0;
padding: 0;
}

.menu-index .navbar-nav>li>a {
font-size: 14px;
color: #44762F !important;
}

/** 2 Niveis **/

.menu-index ul>li>ul>li>ul {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    border-radius:0;
    
}

.menu-index ul>li>ul>li:hover ul {
    visibility: visible;
}

/** 3 Niveis **/

.menu-index ul>li>ul>li>ul>li>.dropdown-menu {
    left: 50%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    border-radius:0;
    
}

.menu-index ul>li>ul>li>ul>li:hover .dropdown-menu {
    visibility: visible;
}

/** ESPAÇO MENU A ***/
.menu-index .nav>li>a {
padding: 10px 10px;
}

.navbar-collapse {
padding-right: 0px;
padding-left: 0px;
text-align: center;
}

/*******************************************/


/** REDES TOPO **/
.redes-top {
    min-width: 20%;
    float: right;
    text-align:center; 
    right: 18%;
    margin-top: -70px;
}

/** AREAS DE ATUAÇÃO **/

.areas-atuacao-index li {
list-style: none;
display: inline;
float: left;
width: 16%;
margin-top: 30px;
}

/** NOTICIAS INDEX **/

.noticias-geral-index {
    margin-bottom: 0px;
}

.maisnoticias-index {
    margin-top: 0;
}

.thumb-index-fotos {
    margin-bottom: 0;
}


/** GALERIA E VIDEOS **/
.outrasgalerias  a {
    float: left;
}

.nav-justified {
    margin-bottom: 15px;
}

/** FOOTER **/
.col-footer {
width: 25%;
float: left;
padding: 0 15px;
}






}


@media screen and (min-width: 1200px) {

    .container {
      width: 1000px;
    }

}


/**** FIM MOBILE ***/


@media print {
  .no-print, .no-print *, .redes-bottom, .redes-bottom *, .single-maisnoticias, .single-maisnoticias *, #crumbs, #crumbs *, .sharedaddy, .sharedaddy * {
    display: none;
  }

  .print-full {
    width: 100% !important;
  }
}

a {
  color: #43752E;
}