html,
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
}
main{
  min-height: 100% !important;
}

* html main {
  height: 100%;
}

body {
    overflow-x: hidden !important;
}

p {
    margin: 0;
    color: black;
    font-size: 1em;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    margin: 0;
}

ul,
label {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
body a:hover {
    text-decoration: none;
}

.logo-nav-right nav{
  z-index: 500;
}

.logo-nav-right .nav-placeholder{
  margin: 0 0 0 0;
}

.menuFixo {
  position: fixed;
  margin-top: 0 !important;
  top: 0;
  z-index: 1030;
  right: 15px;
}

.backgroundPadrao{
    background-color: rgb(27, 63, 80) !important;
}

.card-base > .card-icon {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.imagecard { 
    z-index: 2;
    display: block;
    positioN: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}
.card-base > .card-icon > .card-data {
    margin-top: -24px;
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 130px !important;
}
.card-base > .card-icon > .card-data a{
   background: #6ba78d;
}
.card-data .box-title{
  padding: 15px 0 10px 0;
  font-size: 20px;
}
#widgetCardIcon {
    background: rgba(27, 63, 80, 0.72) !important;
    font-size: 28px;
    line-height: 68px;
}

.sectionConteudo {
  padding-bottom: 20px;
}
.sectionConteudo .rowItens{
  padding-bottom: 15px;
}

/*-- header --*/
.header-grid-left ul li a,
.header-grid-right ul li a,
.new-collections-grid1-image-pos a,
.new-collections-grid1 h4 a,
.login a,
.register-home a,
.checkout-right-basket a,
.bootstrap-tab-text-grid-right ul li a,
.occasion-cart a,
input[type="submit"],
.mail-grid-right1 ul li a,
.categories ul li a,
.new-products-grid-right-add-cart p a,
.new-products-grid-right h4 a,
.products-right-grid1-add-cart p a,
.timer-grid-left h3 a,
.new-collections-grid1-left p a,
.copy-right p a,
.footer-grid-sub-grid-right h4 a,
input[type="submit"],
.footer-grid ul li a {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.header {
    background: rgb(27, 63, 80);
    margin: 0;
}
.header-grid {
    padding: 0.4em 0;
    border-bottom: 1px solid #DEDEDE;
}
.logo-nav {
    padding: 1em 0 0.7em 0;
}
.header-grid-left {
    float: left;
}
.header-grid-right {
    float: right;
}

.header-grid-left ul li, .header-grid-right ul li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 1em;
}
.header-grid-left ul li i, .header-grid-right ul li i{
    left: -.5em;
}

.header-grid-left ul li a , .header-grid-right ul li a{
    text-decoration: none;
    color: #fff;
}

.header-grid-left ul li a:hover, .header-grid-right ul li a:hover{
    color: #20819e;
}

.logo-nav-left {
    float: left;
}

.logo-nav-left h1 a {
    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
}

.logo-nav-left h1 a span {
    display: block;
    font-size: .2em;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1da1f2;
    padding-left: 8em;
}

.logo-nav-left img{
    position: absolute;
    z-index: 1;
    margin-top: -10px;
}

.logo-nav-right {
    float: right;
}

.logo-nav-right ul li:first-child,
.logo-nav-right ul li:first-child a#linkTop{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -o-border-top-left-radius:10px;
  -o-border-bottom-left-radius:10px;
  -moz-border-top-left-radius:10px;
  -moz-border-bottom-left-radius:10px;
}
.logo-nav-right ul li:last-child {
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -o-border-top-right-radius:10px;
  -o-border-bottom-right-radius:10px;
  -moz-border-top-right-radius:10px;
  -moz-border-bottom-right-radius:10px;
}

.logo-nav-right ul li a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 0.7em 1.6em;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.logo-nav-right ul li.active a.act {
    color: #1da1f2;
}

.multi-column-dropdown li a {
    color: #fff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #ffffff;
}

.navbar-default {
  background: none;
  border: none;
  min-height: auto;
}

.navbar-collapse {
    padding: 0;
}

.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgb(1, 39, 58);
    color: #ffffff;
    cursor: pointer;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: rgb(1, 39, 58);
}
li.active{
	background:#fff;
	
}
li.active a{
	color: #006eb7 !important;
}
.nav>li>a:hover,
.nav>li>a:hover, .nav>li>a:focus {
}
ul.nav.navbar-nav {
    border: 1px solid white;
    border-radius: 10px;
    list-style-position: inside;
}

li.agileits.dropdown-menu{
    border:none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding:0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #35678a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/*Search Input*/
.header-grid-left #search-box{
  display: block;
  border: none;
  border-bottom: 1px solid white;
  outline: none;
  background: rgba(148, 173, 173, 0.32);
  width: 250px;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 1.2em;
  color: white;
  text-align: left;
  border-radius: 50px;
  padding-left: 10px;
}

.header-grid-left #search-box::-webkit-input-placeholder {
  color: white;
}

.header-grid-left #search-box:focus::-webkit-input-placeholder{ 
  color: white; 
}
.sectionConteudo .rowItens .search-result {
  border-top: 1px solid #cccccc;
  padding: 15px 15px 10px;
  margin-bottom: 5px;
}
.sectionConteudo .rowItens .search-result h2 {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 25px;
  display: list-item;
  list-style-type: circle;
  list-style-position: inside;
}
.sectionConteudo .rowItens .search-result h2 a {
  color: #0000ee;
}
.sectionConteudo .rowItens .search-result h2 a:hover {
  text-decoration: underline;
}
/*Search Input*/

/*Features*/
.contact-card{
  width: 100%;
  height: 95px;
  margin-bottom: 15px;
  background: rgba(5, 106, 63, 0.79);
  opacity: 0.75;
  box-shadow: 0px 5px 10px -2px rgba(1, 1, 1, 0.8);
  transition: all 250ms;
  border: 2px solid #dedede;
}

.contact-card ul li{
    list-style-type:none;
}

.contact-card:hover{
  box-shadow: 0px 10px 25px -10px rgba(1, 1, 1, 0.5);
  transform: scale(1.0);
  opacity: 1;
}

.title_card{
    display: block;
    text-align: center;
    padding: 23px 15px;
    box-sizing: border-box;
    font-size: 20px;
}

.title_card::after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: black;
  margin-left: 122px;
  transition: all 150ms;
  left 0px;
}

.contact-card:hover > .title_card::after{
  width: calc(100% - 75px);
  margin-left: 22.5px;
}

/*Parallax Background*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax {
    min-height: 400px;
}
/*Parallax Background*/

/*News*/
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 350px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #000000;
  height: 350px;
  overflow: hidden;padding: 0;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #f2b202;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
 font-size: 18px;
    line-height: 31px;
    color: #fff;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
    padding: 0 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -30px;
  left: 1px;
  background: #1b3f50;
  padding: 5px 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .category1 {
  top: -110px;
}
.post-module .post-content .category2 {
  top: -70px;
}
.post-module .post-content .category3 {
  top: -30px;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #222 !important;
  font-size: 20px !important;
  font-weight: 700;    margin: 40px 0 0 !important;
  text-align: left;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #f2b202;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}
.post-module .post-content .post-meta {
  margin: 0px 0px 10px;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
/*News*/

/*Box Titles*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #1b3f50;
    background-color: rgba(169, 169, 169, 0.27);
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
@media(max-width: 580px){
  .bs-callout {
    padding: 10px;
  }
  .bs-callout h3{
    font-size: 20px;
  }
}
/*Box Titles*/

/*Ajuste CkEditor Tags*/
.ckText ul{
  list-style-type: inherit;
  padding: 0 40px; 
}
/**/

/*Gabinete*/
.blocoProfile{
  padding: 20px;
  margin-bottom: 10px;
}
.sectionConteudo .blocoProfile{
   background-color: rgba(238, 238, 238, 0.32);
}  
.sectionConteudo .blocoProfile .details li p{
  font-size: 15px;
}
.sectionConteudo .blocoProfile .descGabinetePrefeito p{
  font-size: 15px;
  text-align: justify;
}
@media(max-width: 991px){
  .sectionConteudo .blocoProfile ul.details{
    margin-left: -30px;
  }
}
@media(max-width: 765px){
  .sectionConteudo .blocoProfile ul.details{
    margin-left: -15px;
  }
}
.sectionConteudo .blocoProfile hr{
  margin-top: 5px;
  margin-bottom: 10px; 
}
.sectionConteudo .calloutSmall{
  padding: 5px;
  margin: 0;
  background-color: rgba(238, 238, 238, 0.32);
}
.sectionConteudo .panel{
  border: none;
  margin-top: 5px;
}
.sectionConteudo .panel-body{
  padding: 10px;
  color: #5d5858;
}
/*Gabinete*/

/*Telefones*/
.well-card_phone {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border: 0px;
    color: black;
    text-align: center;
    width: 100%;
}
.card_phone .caption {
    padding: 9px;
    color: #333;
    padding-left: 0px;
    padding-right: 0px;
}
.icon-style-card_phone{
    margin-right:15px;
    font-size:18px;
    margin-top:20px;
}

.well-add-card-card_phone{
    margin-bottom:10px;
    position: absolute;
}
.btn-add-card-card_phone{
    margin-top:20px;
}
.card_phone {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 6px solid #D9D9D9;
    border-radius: 15px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-left: 0px;
    padding-right: 0px;
    height: 180px;
    position: relative;
}

.card_phone .position-card_phone{
  top: 80px;
}
.card_phone .position-card_phone p{
  position: relative;
  top: 10px;
}
.card_phone .position-card_phone ul{
  list-style-type: none;
}
.card_phone .position-card_phone ul li{
    float: left;
    display: inline-block;
    position: relative;
    clear: left;
}
.card_phone .position-card_phone a{
    float: right;
    position: absolute;
    right: 10px;
    top: 28px;
}
/*Telefones*/

/*Galeria Prefeitos*/
.sectionConteudo .rowItens .blocoGaleriaPrefeitos {
  background-color: rgba(232, 232, 232, 0);
}
/*Galeria Prefeitos*/

/*Tabela Documentos*/
div#tabelaDocumentos_wrapper { 
  min-height: 400px; 
}
.dataTables_paginate ul li.active a{
  color: #FFF !important;
}
#tabelaDocumentos th.dt-center, td.dt-center { 
  text-align: center; 
}
/*Tabela Documentos*/

/*Box Itens Consulta e Tabela*/
.sectionConteudo .rowItens ul li hr{
  margin-bottom: 0px; 
  margin-top: 0px;
}
.sectionConteudo .rowItens ul li p{
  margin-top: 2px;
  margin-bottom: 2px;
}
.sectionConteudo .rowItens .panelAnexo .panel-heading{
  padding: 10px 15px !important;
}
.sectionConteudo .rowItens .panelAnexo .panel-heading h3{
  color: #FFF !important;
}
/*Box Itens Consulta e Tabela*/

/*Calendar*/
.sectionConteudo .rowItens #calendario{
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}
/*Calendar*/

/*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{

}
.sectionConteudo .rowItens p.titleMap a{
  color: rgba(27, 63, 80, 0.79);
  font-size: 20px;
  font-weight: bold;
}
/*Mapa do Site*/

/*Secretarias e Departamentos*/
.sectionConteudo .rowItens ul.bs-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sectionConteudo .rowItens ul.bs-box .panel-default{
    position: relative;
    background: #FFF !important;
}
.sectionConteudo .rowItens ul.bs-box .panel-footer{
    padding: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.sectionConteudo .rowItens ul.bs-box>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.sectionConteudo .rowItens ul.bs-box>li {
font-weight: bold;
}
.sectionConteudo .rowItens ul.bs-box>li>a {
    width: 100%;
    border-bottom: 2px solid #2196F3;
    text-decoration: none;
    color: black;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sectionConteudo .rowItens a div.blocoSecDados {
   height: 150px;
}
.sectionConteudo .rowItens a div.blocoSecDados h3{
  color: rgb(56, 91, 93);
} 
.sectionConteudo .rowItens ul.bs-box>li>a:hover {
     box-shadow: 0 5px 35px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 35px rgba(0,0,0,0.15);
}
/*Secretarias e Departamentos*/

/*Notícias*/
.sectionConteudo .rowItens .blocoNoticias{
  background: #FFF !important;
}
.sectionConteudo .rowItens .blocoNoticias .section-box div{
  background: #FFF !important;
}
.sectionConteudo .rowItens .blocoNoticias .imgThumbsCapa,
.sectionConteudo .rowItens .fotosAlbum .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sectionConteudo .rowItens .blocoNoticias .imgThumbsCapa{
  height: 200px;
}
.sectionConteudo .rowItens .fotosAlbum .imgThumbsCapa{
  height: 236px;
}
.sectionConteudo .rowItens .post-module .imgThumbsCapa{
  height: 250px; 
}
.sectionConteudo .rowItens .blocoNoticias:hover{

    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
    -o-box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.75);

}

.sectionConteudo .rowItens .blocoNoticias .section-box{
    width: 100%;
    border-bottom: 2px solid #1b3f50;
    border-top: 2px solid #1b3f50;
    text-decoration: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.sectionConteudo .rowItens .blocoNoticias .section-box .panel-heading{
  padding: 10px;
  height: auto;
}
.sectionConteudo .rowItens .blocoNoticias .section-box .panel-heading h4{
  font-size: 22px;
  font-weight: 700;
}
ul.pgConteudo >li > a, 
ul.pgConteudo >li > span { 
  border-radius: 50% !important;
  margin: 0 5px;
}
ul.pagination li.active a{
  color: white !important;
}

.sectionConteudo .rowItens .post-media .imgCapa{
    background-position: center;
    background-size: cover;
    width: auto;
    height: 350px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pgtPrefeitura > li > a{
  background-color: #ffffff;
  border: 1px solid #1b3f50;
  color: #1b3f50;
}
.pgtPrefeitura > li > a:hover{
  background-color: #1b3f50;
  border-color: #1b3f50;
  color: #FFF
}
.pgtPrefeitura > .active > a{
  background-color: #1b3f50;
  border-color: #1b3f50;
}
.pgtPrefeitura > .active > a:hover{
  background-color: #1b3f50;
  border-color: #1b3f50;
}
.pgtPrefeitura > li > a:focus, .pgtPrefeitura > li > span:focus {
    color: #FFF;
    background-color: #1b3f50;
    border-color: #1b3f50;
}
/*Notícias*/

/*Categorias na Notícia*/
.ds-btn li{ 
  list-style:none; 
  float:left; 
  padding: 0px !important;
  margin: 5px; 
}
.ds-btn li a span{
  padding-left:15px;
  padding-right:5px;
  width:100%;
  display:inline-block; 
  text-align:left;
}
.ds-btn li a span small{
  width:100%; 
  display:inline-block; 
  text-align:left;
}
.ds-btn i{
  font-size: 20px;
}
/*Categorias na Notícia*/

/*Todas as Categorias*/
.sectionConteudo .rowItens .tagCategoria .panel-heading{
  padding: 5px;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  text-align: left;
  background-color: rgb(27, 63, 80);
}
.sectionConteudo .rowItens .tagCategoria .panel-body span{
  background-color: rgba(27, 63, 80, 0.78);
  font-size: 11px;
}
/*Todas as Categorias*/

/*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: #B6B5B5;
  font-weight: 300;
  font-size: 38px;
  margin-left: 20px;
}
.statRightHolder span {
  display: inline-block;
  color: #B6B5B5;
  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: #337ab7;
}

.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 #337ab7;
  -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: #337ab7;
    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 #337ab7 !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: #337ab7;
  margin-bottom: 0;
}
.divSIC .divInner .buttons{
  margin-bottom: 35px;
  background: #337ab7;
  border: none;
}
.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*/

/*FAQ*/
.sectionConteudo .rowItens .faq-content #accordion .panel .panel-title a{
  background: #1b3f50 !important;
}
.sectionConteudo .rowItens .faq-content #accordion .panel .panel-title a span{
  color: #FFF !important;
}
.faq-content #accordion .panel-title > a.accordion-toggle::before, .faq-content #accordion a[data-toggle="collapse"]::before  {
  content:"−";
  float: left;
  font-family: 'Glyphicons Halflings';
  margin-right :1em;
  margin-left:10px;
  color:#fff;
  font-size:13px;
  font-weight:300;
  display:inline-block;
  width:20px;
  height:20px;
  line-height:20px;
  border-radius:50%;
  text-align:center;
  font-size:10px;
  background:#ff9900;
}
.faq-content #accordion .panel-title > a.accordion-toggle.collapsed::before, .faq-content  #accordion a.collapsed[data-toggle="collapse"]::before {
  content:"+";
  color:#fff;
  font-size:10px;
  font-weight:300;
  background: #2d8841;
}

.faq-content{float:left; width:100%;}
.faq-content .panel-heading{padding-left:0px; border-radius:0px !important;}
.faq-content .panel-heading a{text-decoration:none;}
.faq-content .panel{border-radius:0px !important;}
.faq-content .panel-default{}
.faq-content .panel-heading{background:#f3f3f3 !important; color:#666666;}
.faq-content .panel-body{font-size:14px; color:#666666;}
.faq-saelect{background:#f3f3f3; padding:15px; border-bottom:2px solid #666666; float:left; width:100%; margin-bottom:20px; margin-top:-10px;}
.faq-saelect span{font-size:16px; color:#333; margin-right:20px;}
.faq-saelect select{border:1px solid #dcdcdc; color:#999999; width:300px; height:40px;}
.faq-content .panel{border-top:none !important; border-right:none !important; border-left:none !important;}
.faq-content .panel-body{border:1px solid #f3f3f3;}
/*FAQ*/

/*Radios Locais*/
.sectionConteudo .rowItens .itemsR .glyphicon-lg{
    font-size:4em
}
.sectionConteudo .rowItens .itemsR .info-block{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}
.sectionConteudo .rowItens .itemsR .info-block .square-box{
    width:100px;min-height:110px;margin-right:22px;text-align:center!important;background-color:#676767;padding:20px 0
}
.sectionConteudo .rowItens .itemsR .info-block.block-info{
    border-color:#FFF
}
.sectionConteudo .rowItens .itemsR .info-block.block-info .square-box{
    background-color:#20819e;color:#FFF
}
/*Radios Locais*/

/*Audios*/
.wrapperAudios {width: 100%; margin: 20px auto;}
.wrapperAudios .track-list li {display: block; background-color: #f4f4f4; border: solid 0px #f6eccd; padding: 20px; margin-bottom: 20px; -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1); -moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1); box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1);}

.wrapperAudios .track-list li .track-details {color: #20819e; font-size: 25px; font-family: 'Cantarell', sans-serif; "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: 300; margin-bottom: 20px;}

.wrapperAudios .filename-holder {padding-bottom: 10px;}

.wrapperAudios .track-list li .track-details span {display: inline-block;}

.wrapperAudios .track-filename {display: block; font-size: 13px; color:#999; font-style: italic;}
.wrapperAudios audio {width: 100%;}
.wrapperAudios audio::-webkit-media-controls-panel,
.wrapperAudios audio::-webkit-media-controls-mute-button,
.wrapperAudios audio::-webkit-media-controls-play-button,
.wrapperAudios audio::-webkit-media-controls-timeline-container,
.wrapperAudios audio::-webkit-media-controls-timeline,
.wrapperAudios audio::-webkit-media-controls-volume-slider-container,
.wrapperAudios audio::-webkit-media-controls-volume-slider,
.wrapperAudios audio::-webkit-media-controls-toggle-closed-captions-button{
  cursor: pointer;
}
/*Audios*/

/*Galeria de Fotos*/
.sectionConteudo .rowItens .galeriaFotos h3 {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sectionConteudo .rowItens .galeriaFotos h3:hover,
.sectionConteudo .rowItens .galeriaFotos h3:focus,
.sectionConteudo .rowItens .galeriaFotos h3:active {
  text-decoration: none;
}
.sectionConteudo .rowItens .galeriaFotos .thumbnail-title {
  font-size: 20px;
  margin-top: 5px;
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg {
  padding: 0;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 3px;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  width: 100%;
}

.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg .caption {
  bottom: 10px;
  height: 100px;
  font-size: 12px;
  position: absolute;
  padding: 0 20px 20px;
  transition: all 0.3s ease-in-out;
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg:hover .overlay {
  background: rgba(27, 63, 80, 0.88);
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg .caption .tag h3 {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  background-color: #2980B9;
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg .caption .title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 20px;
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg .caption .title h3 {
  color: #fff;
  font-size: 20px;
}
.sectionConteudo .rowItens .galeriaFotos .img-thumb-bg:hover .caption {
  bottom: 40px;
}
.sectionConteudo .rowItens .fotosAlbum{
  padding-left: 15px;
  padding-right: 15px;
}
.sectionConteudo .rowItens .fotosAlbum .imgThumbsCapa{
  margin-bottom: 20px;
}
/*Galeria de Fotos*/

/*Vídeos*/
.sectionConteudo .rowVideos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.sectionConteudo .rowVideos > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media(max-width: 768px){
  .sectionConteudo .rowVideos {
      display: inline-block;
  }
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*Vídeos*/

/*Mapa Prefeitura*/
.map-responsive{
    overflow:hidden;
    padding-bottom:90%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    height:80%;
    position:absolute;
}
/*Mapa Prefeitura*/

/*Botões forms*/
.btnForm {
  border: none;
  font-family: 'Lato';
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnForm:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnForm:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.btnForm-sep {
  padding: 10px 10px 10px 80px;
}

.btnForm-sep:before {
  background: rgba(0,0,0,0.15);
}

.btnForm-4 {
  background: #337ab7;
  color: #fff;
  margin-top: 10px;
}

.btnForm-4:hover {
  background: #2c3e50;
}

.btnForm-4:active {
  background: #2c3e50;
  top: 2px;
}

.btnForm-4:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2.5;
  font-size: 140%;
  width: 60px;
}

.icon-send:before {
  content: "\f1d8";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-reply:before {
  content: "\f112";
}
/*Botões forms*/

/*Eventos*/
.listaEventos {
  list-style: none;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
}
.listaEventos > li {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgb(51, 51, 51);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
  padding: 0px;
  margin: 0px 0px 20px;
}
.listaEventos > li > time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(8, 86, 35);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.listaEventos > li:nth-child(even) > time {
  background-color: rgb(165, 82, 167);
}
.listaEventos > li > time > span {
  display: none;
}
.listaEventos > li > time > .day {
  display: block;
  font-size: 50pt;
  font-weight: 100;
  line-height: 1.3;
}
.listaEventos > li time > .month {
  display: block;
  font-size: 12pt;
  font-weight: 900;
  line-height: 1;
}
.listaEventos > li > img {
  width: 100%;
}
.listaEventos > li > .info {
  padding-top: 5px;
  text-align: center;
}
.listaEventos > li > .info > .title {
  font-size: 15pt;
  font-weight: 700;
  margin: 0px;
  color: black;
}
.listaEventos > li > .info > ul,
.listaEventos > li > .social > ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.listaEventos > li > .social > ul {
  margin: 0px;
}

.listaEventos > li > .info > ul > li,
.listaEventos > li > .social > ul > li {
  display: table-cell;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}
  .listaEventos > li > .info > ul > li > a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
} 
.listaEventos > li > .social > ul > li {    
  padding: 0px;
}
.listaEventos > li > .social > ul > li > a {
  padding: 3px 0px;
} 

.listaEventos .facebook a,
.listaEventos .twitter a 
.listaEventos .whatsapp a {
  display: block;
  width: 100%;
  color: rgb(75, 110, 168) !important;
}
.listaEventos .twitter a {
  color: rgb(79, 213, 248) !important;
}
.listaEventos .whatsapp a {
  color: rgb(37, 211, 102) !important;
}
.listaEventos .facebook:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(75, 110, 168) !important;
}
.listaEventos .twitter:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(79, 213, 248) !important;
}
.listaEventos .whatsapp:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(37, 211, 102) !important;
}

@media (min-width: 768px) {
  .listaEventos > li {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    padding: 0px;
  }
  .listaEventos > li > time,
  .listaEventos > li > img  {
    display: inline-block;
  }
  .listaEventos > li > time,
  .listaEventos > li > img {
    width: 120px;
    float: left;
  }
  .listaEventos > li > .info {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
  }
  .listaEventos > li > time,
  .listaEventos > li > img {
    width: 120px;
    height: 120px;
    padding: 0px;
    margin: 0px;
  }
  .listaEventos > li > .info {
    position: relative;
    height: 120px;
    text-align: left;
    padding-right: 40px;
  } 
  .listaEventos > li > .info > .title{
    padding: 0px 10px;
  }
  .listaEventos > li > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid black;
  }
  .listaEventos > li > .social {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 40px;
  }
  .listaEventos > li > .social > ul {
      border-left: 1px solid rgb(230, 230, 230);
  }
  .listaEventos > li > .social > ul > li {      
    display: block;
          padding: 0px;
  }
  .listaEventos > li > .social > ul > li > a {
    display: block;
    width: 40px;
    padding: 10px 0px 9px;
  }
}

.sectionConteudo .rowItens .blocoDadosEvento .section-box .panel-body,
.sectionConteudo .rowItens .blocoDadosEvento .section-box .panel-footer{
  padding: 20px 10px !important;
}

.sectionConteudo .rowItens .blocoDadosEvento .section-box p{
  font-size: 18px;
}
.sectionConteudo .rowItens .blocoDadosEvento .section-box p:nth-child(3){
  background-color: #555555;
}
.sectionConteudo .rowItens .shareThis .icon-btn{
  padding: 1px 15px 3px 2px; 
  border-radius:50px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sectionConteudo .rowItens .shareThis .icon-btn span{
  padding:8px; 
  color:#ffffff; 
  margin-right:1px;
}
/*Eventos*/

/*Bloco Informações Rápidas*/
.sectionAcessoRapido{background-color: rgba(27, 63, 80, 0.12); padding-top: 20px; padding-bottom: 20px;}
.boxAcessoRapido{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px;}
.boxAcessoRapido .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;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: #1b3f50;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: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;     height: 200px;}
.boxAcessoRapido .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;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{font-size: 17px;font-weight: 500;color: #324545;text-transform: uppercase;margin: 0 0 25px 0;position: relative;transition: all 0.3s ease-out 0s;}
.boxAcessoRapido:hover .title{color: #3498db;}
.boxAcessoRapido .description{font-size: 14px;font-weight: 500;line-height: 24px;margin-bottom: 0;}
.boxAcessoRapido.green .service-icon span{ background: #1b3f50; }
.boxAcessoRapido.blue .service-icon span{ background: #1b3f50; }
.boxAcessoRapido.orange .service-icon span{ background: #1b3f50; }
.sectionAcessoRapido .service-content:hover{
  -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
  -moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
  -o-box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
  box-shadow: 0 0 18px 0 rgba(0,0,0,.75);
}
/*Bloco Informações Rápidas*/

/*Social Icons*/
.socialIcons{
    text-align:center;
    width:50px;
    height:50px;
    float:left;
    background:rgb(255,255,255);
    border:1px solid rgb(204,204,204);
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:100px;
    margin:0 10px 10px 17px;
    padding:10px;
}
.facebook:hover{background:#3b5998;color:#FFF;}
.twitter:hover{background:#00acee;color:#FFF;}
.instagram:hover{background: linear-gradient(#400080, transparent), linear-gradient( 200deg, #d047d1, #ff0000, #ffff00);color:#FFF;}
.youtube:hover{background:#c4302b;color:#FFF;}
.skype:hover{background:#00aff0;color:#FFF;}
/*ocial Icons*/

/*-- //fixed social icons --*/
.cs_acessibilidade_controls {
  position: fixed;
  bottom: 0%;
  width: 4%;
  z-index: 9999;
}
.cs_acessibilidade_controls ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.cs_acessibilidade_controls ul li {
  display: block;
  margin: 3px;
  width: 100px;
  text-align: left;
  padding: 5px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.cs_mapa_site, .cs_acessibilidade, .cs_vlibras, .cs_diminui_fonte, .cs_fonte_normal, .cs_aumenta_fonte, .cs_contraste{
	background:#1b3f50;
}

.cs_mapa_site:hover, .cs_acessibilidade:hover, .cs_vlibras:hover, .cs_diminui_fonte:hover, .cs_fonte_normal:hover, .cs_aumenta_fonte:hover, .cs_contraste:hover{
	background:#1b3f50;
}

.cs_acessibilidade_controls ul li a{
	color:#212121;
}
.cs_acessibilidade_controls ul li i {
	  margin-right: 10px;
    color: #212121;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
  	text-align: center;
	  background: #fff;
}
.cs_acessibilidade_controls {
    position: fixed;
    bottom: 0%;
    width: 2.5%;
    z-index: 9999;
    right: -5px;
    top: calc(50% - 100px);
}
.cs_acessibilidade_controls ul {
  padding: 0px;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.cs_acessibilidade_controls ul li a{
	color:#212121;
}
.cs_acessibilidade_controls ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.header-grid-right ul li.cs_acessibilidade_up{
  display: none;
}
@media(max-width: 768px){
  .acessibilidade_controls{
    display: none;
  }
  .header-grid-right ul li.cs_acessibilidade_up {
    width: auto;
    font-size: 16px;
    display: inline-block;
    margin: 0 0.4em;
  }
}
@media(max-width: 414px){
  .header-grid-right ul{
    margin-top: 0px !important;
  }
  .header-grid-right ul li.cs_acessibilidade_up {
    margin: 5px 15px;
    float: left;
  }
}
/*-- //fixed cs_acessibilidade_controls icons --*/
.frame .sep {
    width: 55px;
    height: 6px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: solid #d8d8d8;
    border-width: 2px 0;
    font-size: 0;
    line-height: 0;
}

.sub-title .sep {
    width: 42px;
    height: 2px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: solid #d8d8d8;
    border-width: 1px 0;
    font-size: 0;
    line-height: 0;
}


/*-- breadcrumbs --*/

.cs-breadcrumbs {
    background: #efefef;
    padding: 10px 0;
    text-align: left;
}

span.agile-breadcrumbs {
    color: #000;
    font-size: 15px;
}

span.agile-breadcrumbs a {
    color: #337ab7;
    margin: 0 5px;
}

span.agile-breadcrumbs a:hover {
    text-decoration: none;
}
span.agile-breadcrumbs a i {
    color: #d0eaf7;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
span.agile-breadcrumbs a i:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*-- //breadcrumbs --*/


/*-- footer --*/
.wrapper {
    width: 75%;
    margin: 2em auto;
}


.tab1 img {
    width: 100%;
    border-radius: 50%;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 100%;
    clear: none;
    border-radius: 0px;
}

.demo li {
    list-style-type: none;
    display: inline;
}

.tabs-right1 h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.tabs-right1 h4 {
    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #adadad;
}

p.agile-tab-txt {
    margin: 1em 0;
}

.resp-vtabs .resp-tabs-list li:hover {
    background: #1566aa;
}

.tab-bottom p {
    font-style: italic;
    margin: 5px 0;
    font-size: 15px;
}

.tab-bottom i.fa {
    font-size: 20px;
    margin-right: 15px;
    color: #FFC107;
}

.tabs-right1 h6 {
    color: #03b9f8;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 1em;
    text-transform: capitalize;
}

.tabs-right1 p {
    color: #4a4a4a;
}

.tab-bottom a {
    color: green;
    letter-spacing: 3px;
}

.resp-vtabs .resp-tabs-list li {
    display: inline;
    padding: 13px 13px !important;
    margin: 0;
    background: #03b9f8;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.29);
    float: left;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #1566aa;
    position: relative;
    color: #FFF;
    z-index: 1;
}

.resp-vtabs li.resp-tab-active .tab1 h3 {
    color: #fff;
}

.tab1 h3 {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 0.5em;
    color: #fff;
}

.tab1 h4 {
    letter-spacing: 2px;
    margin-top: 8px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}



.button {
    margin: 1.7em 0;
}

.button a {
    font-size: 1em;
    color: #fff;
    background: #006eb7;
    border: 1px solid #006eb7;
    padding: 0.5em 1.2em;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.button a:hover {
    color: #fff !important;
    background: #5ec8ef !important;
    border: 1px solid #5ec8ef !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.button span {
    font-size: 14px;
    margin-left: 9px;
}


div#markets {
    border: 1px solid #006eb7;
    padding: 2em 1em;
    background: #006eb7;
    border-radius: 35px 35px 0px 0;
}
h2.agileits-title {
    color: #006eb7;
    font-size: 1.8em;
    text-transform: capitalize;
}

.agileits-icon-grid {
    padding: 2em;
    margin: 2em 0 0;
    background: #fff;
}
.icon-left {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1em;
    margin: 0 auto;
    margin-bottom: 1em;
    border-radius: 50%;
    background: #03b9f8;
}

.icon-left i.fa {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.5;
}

.icon-right {
    margin: 0 auto;
}

.icon-right h5 {
    color: #006eb7;
    font-size: 1em;
    margin: 0;
     font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon-right p {
    color: #999999;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}

/*footer*/
.divFooterCol h3 {
    font-size: 1.1em;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 1em;
    padding: 1em;
    background: rgb(27, 63, 80);
}
.divFooterCol ul.footerUl li {
    list-style-type: none;
    margin-bottom: 1em;
}

.divFooterCol ul.footerUl li a {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 600;
}
.divFooterCol ul.footerUl li a:hover {
    color: #1da1f2;
}
.agile_footer_grids {
    margin: 1em 0 0;
    padding: 1em;
}

.divBlockFooter h4,
.divBlockFooter h5 {
    text-transform: capitalize;
    font-size: 1em;
    margin-bottom: 1em;
}
.divBlockFooter h4 {
    color: #84C639;
}

.divBlockFooter h5 {
    color: #fff;
}
.divBlockFooter.contact p {
    display: inline;
    font-size: 0.9em;
    color: #000;
}
.agileits_social_icons li {
    display: inline-block;
    margin: 0 2px;
}
.agileits_social_icons li a {
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 0.2em;
}

.agileits_social_icons li a i {
    padding: 0.55em 0 0;
    color: #fff;
}

.agileits_social_icons li a.facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.agileits_social_icons li a.twitter {
    background: #55acee;
    border-color: #55acee;
}

.agileits_social_icons li a.google {
    background: #dd4b39;
    border-color: #dd4b39;
}

.agileits_social_icons li a.instagram {
    background: #833ab4;
    border-color: #833ab4;
}

.agileits_social_icons li a.dribbble {
    background: #ea4c89;
    border-color: #ea4c89;
}
.footerCopy {
    margin: 1em 0 0;
    padding: 5px;
    text-align: center;
    background: rgb(27, 63, 80);
}

.footerCopy p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
}

.footerCopy p a {
    color: #fff;
    text-decoration: none;
}

.footerCopy p a:hover {
    color: #1da1f2;
}

.divBlockFooter ul {
    list-style-type: none;
    margin-bottom: 1em;
    color: #999;
    font-size: 14px;
}

.divBlockFooter ul li {
    margin: 1em 0;
    color: #000;
}
.divBlockFooter.contact li {
    font-weight: 600;
}
.divBlockFooter ul li a {
  color: #000;
  font-size:0.9em;
}
.divBlockFooter ul li a:hover {
    color: #1da1f2;
}
.divBlockFooter.contact ul li span {
    font-size: 1em;
    margin: 0px 15px 0 0;
}
/*-- //footer --*/

/*-- services --*/
.service-bottom {
    margin: 2em 0;
}

.services-grid i.fa {
    font-size: 3em;
    color: #1b3f50;
}

.services-grid .itensHeadContent h5 {
    font-size: 1.6em;
    margin: 0.8em 0 .4em;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}

.services-grid.itensHeadContent h5 {
    color: #000;
    font-weight: 600;
    margin: 1em 0;
    font-size: 1.2em;
}
/*-- //services --*/


/*-- contact --*/
.section_class_agileits select {
    border: none;
    outline: none;
    font-size: 0.9em;
    background: url(../images/arrow1.png) no-repeat 95% center #f5f5f5;
    width: 100%;
    padding: 0.9em 1.5em;
    color: #000;
    -webkit-appearance: none;
    border:1px solid #c5c0c0
}
.agileits-main-right h5 {
    color: #000;
    font-size: 1.5em;
    margin: 1em 0 0.5em;
}
.sec-left {
    float: left;
    width: 49%;
}
.sec-right{
    width:49%;
    float:right;
}
.icon2 {
    margin-bottom: 1em;
}
label.header span {
    color: #fd1707;
}
.agile_form input[type=text] {
    padding: 0.75em 1em;
    color: #000;
    width: 100%;
    font-size: 1em;
    outline: none;
    border: 1px solid #c5c0c0;
   font-family: 'Open Sans', sans-serif;
	background: #f5f5f5;	
	float:left;
}
.agile_form input[type="email"] {
    width: 100%;
    padding: 0.75em 1em;
    color: #000;
    font-size: 1em;
    outline: none;
	border: 1px solid #c5c0c0;
	background: #f5f5f5;
	 font-family: 'Open Sans', sans-serif;
}
.agile_form textarea {
	font-size: 1em;
    color: #000;
    padding: 0.75em 1em;
    margin-bottom: 1em;
    width: 100%;
    outline: none;
    resize: none;
    height: 10em;
	border: 1px solid #c5c0c0;
	background: #f5f5f5;
	 font-family: 'Open Sans', sans-serif;
}
.agile_form input[type="submit"] {
    width: 17%;
    text-transform: capitalize;
    outline: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em 0;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #696867;
    background: #1853a1;
}
.agile_form input[type="submit"]:hover {
    color: #1853a1;
    background: rgb(255, 255, 255);
}
.agileits-main-right p {
    font-size:1em;
    margin: 1em 0 0;
}
/*-- panel --*/
.pa_italic i {
    left: -1.5em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1.5em;
    font-size: 11px;
    color: #006eb7;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:0;
}
.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
     font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
} 
.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
    font-size:0.8em;
	-webkit-box-shadow:0px 1px 1px 1px #ccc;
	-moz-box-shadow:0px 1px 1px 1px #ccc;
	-o-box-shadow:0px 1px 1px 1px #ccc;
	-ms-box-shadow:0px 1px 1px 1px #ccc;
    box-shadow:0px 1px 1px 1px #ccc;
}
.panel-title a {
    background:#49c7ed;
	color:#fff;
	text-decoration: none;
    display: block;
    padding: 12px 35px;
    font-size:0.8em;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    color: #212121;
    background-color: #fff; 
}
.panel-body {
    padding:0;
    font-size: 14px;
    line-height: 2em;
    color: #999;
	border-top-color: transparent;
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa; 
  box-shadow: 0px 0px 1px #aaa;
  background-size: cover;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
} 
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
.panel-body.panel_text img {
    float: right;
    margin-top: 10.1em;
}
/*-- //panel --*/

.contact-right p {
    margin: 0.5em 0 2em;
}

.address.address-mdl {
    margin: 2em 0;
}
.address p {
    color: #fff;
    margin-top: 1em;
}
.address p i.glyphicon,.bb-address i{
    font-size: 1em;
    color: #49c7ed;
    margin-right: 0.5em;
}
.address p a {
    color: #fff;
}
.address p a:hover {
    color: #00b6f3;
}
.panel-group {
    margin: 20px 0;
}
.panel-body-bb{
    background: rgba(0, 0, 0, 0.58);
    float:none;    
    width:auto;
}
.panel-body.panel_text.panel-body-bb {
    background: url(../images/contact2.jpg) no-repeat center;
    background-size: cover;
}
.agielits-media1 i {
    color: #fff;
    width: 55px;
    height: 42px;
    line-height: 2.7;
    font-size: 1.1em;
    text-align: center;
}
ul.agielits-media1 a {
    margin-left: 1em;
    color: #006eb7;
    font-size: 1em;
}
.agielits-media1 i.fa-facebook{
    background: #3b5998;
}
.agielits-media1 i.fa-twitter{
    background: #1da1f2;
}
.agielits-media1 i.fa-envelope{
    background: #DD4B39;
}
.agielits-media1 i.fa-laptop{
    background: #ea4c89;
}
ul.agielits-media1 li {
    margin: 1em 0;
}

p.tab-bot span {
    color: #ff0000;
}
p.tab-bot {
    font-size: 0.9em;
}
.list-inline> li:nth-child(1) {
    margin: 0;
} 
.list-inline> li {
    margin: 1.7em 0 0;
    display: block;
    padding: 0;
}
.list-inline> li a{ 
    display: block; 
}
.team-left img {
    width: 100%;
}
.list-inline> li a img {
    width: 37%;
} 

/*--/model--*/
.signin-rit {
    margin-top: 0.7em;
}
.log-check {
    float: left;
}
.checkbox {
    position: relative;
    padding-left: 22px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}
.checkbox {
    position: relative;
    padding-left: 22px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 4px 3px;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
.signin-rit {
    margin-top: 0.7em;
}
.log-check {
    float: left;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 2em;
    border-bottom: 0px solid #e5e5e5;
}
.login-form input[type="email"], .login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #212121;
    border: 1px solid #999;
    letter-spacing: 1px;
    text-align: center;
}
.login-form input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #006eb7;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    border-radius:50px;
}
.login-form input[type="submit"]:hover{
	 background:#0c0d0d;

}
.modal-header h4 {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#0c0d0d;
}
.modal-dialog {
    width: 600px;
    margin: 96px auto;
}
/*--//model--*/
h4.info {
    color: #ffffff;
    font-size: 2.1em;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
}

/*--blog--*/
.widget ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-side ul li:first-child {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
	-o-border-top-left-radius:4px;
    -o-border-top-right-radius:4px;
	-moz-border-top-left-radius:4px;
    -moz-border-top-left-radius:4px;
}
.widget-side ul li:last-child {
		border-bottom-left-radius:4px;
		border-bottom-right-radius:4px;
		-webkit-border-bottom-left-radius:4px;
		-webkit-border-bottom-right-radius:4px;
		-o-border-bottom-left-radius:4px;
		-o-border-bottom-right-radius:4px;
		-moz-border-bottom-left-radius:4px;
		-moz-border-bottom-right-radius:4px;
}
.widget-side ul li {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #DBDCDC;
    margin-bottom: 3px;
}
.widget-side ul li a {
    display: block;
	    color: #444;
		font-size:1.1em;
		line-height:1.5em;
}
.widget-side ul li .post-date {
        color: #888;
    font-size: 13px;
    line-height: 32px;
}
h6.blg {
       color: #444;
    float: left;
    padding: 0;
    font-size: 1em;
}
.icons {
    float: right;
}
.icons a {
    color: #444;
    text-align: right;
    float: left;
    font-size: 0.9em;
    margin: 0.2em 0.1em;
}
.post-media .imgCapa {
    border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
}
.blog-text {
    background: #f4f4f4;
    padding: 2em 1.5em;
    border: 1px solid #ddd;
    border-top: none;
	    border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
}
.widget-side ul {
    padding: 0;
}
h6.blg i,.icons i {
    font-size: 1.3em;
    margin: 0 0.3em;
    color: #1da1f2;
}
.entry-meta p {
  font-size: 0.95em;
  line-height: 1.9em;
  color: #444;
	margin: 20px 0;
}
h6.blg i.fa.fa-clock-o {
    margin: 0 0.3em 0 0em;
}
.blog-text a:hover,.blog-text a h3.h-t:hover,.widget-side ul li a:hover{
 color:#000;
 text-decoration:none;
}
h3.h-t,h4.h-t {
    color: #111;
    font-size:1.8em;
	margin:10px 0;
	}
	h5.h-t {
    font-size: 1.5em;
    color: #3b5998;
	margin:1em 0;
}
	.post-media.second {
    margin: 2em 0;
}
h4.widget-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #1b3f50;
	padding: 0 0 10px 0;
}
.song-img{
 float:left;
 width:20%;
}
.song-text{
	 float:right;
	 width:75%;
}
.song-img img {
    width: 100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	
}
.widget-side.second {
    margin-top: 2em;
}
.blog-pagenat {
    text-align:left;
    margin-top:2em;
}
.blog-pagenat ul {
    padding: 0;
}
.blog-text img{
  width:100%;
}
.blog-pagenat ul li a {
    display: block;
    background: #fff;
    padding: 8px 1.1em;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    display: inline-block;
    margin-top: 1em; 
    text-decoration: none;
    border: 1px solid #D6D4D4;
	border-radius: 4px;
    -o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.blog-pagenat ul li {
    display: inline-block;
    list-style: none;
}
.blog-pagenat ul li a:hover {
    background:#EA57A3;
    color:#fff;
    border: 1px solid #EA57A3;
}

.feature-img {
    border: 10px solid #ffc107;
    padding: 2em;
    margin-top: 3em;
    border-radius: 11px;
}
.feature-main{
	margin-top:3em;
}
.feature-txt i.fa {
    font-size: 1em;
    color: #fff;
    margin: 0 0.5em 0 ;
}
.feature-txt {
    text-align: right;
}
.feature-txt {
    margin: 4em 0 0 11em;
    text-align: right;
    float: left;
}
.feature-main.fm-right .feature-txt {
    text-align: left;
	margin: 3em 0 0 5em;
} 
.feature-txt h4 {
    text-transform: capitalize;
    font-size: 1.3em;
    color: #ffffff;
    padding: 0.5em 2em;
    background: #03b9f8;
    position: relative;
    display: inline-block;
    border-radius: 25px;
}
.feature-txt h4:before, .fm-right .feature-txt h4:before {
    content: '';
    position: absolute;
    top: 19px;
    left: -74%;
    display: block;
    background: #03b9f8;
    width: 74%;
    height: 2px;
}
.fm-right .feature-txt h4:after {
     left: 5px;
}
.fm-right .feature-txt h4:before {
    left: -85px;
}
.feature-txt p {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 1em 0;
}
/* features */

/* -- Responsive code -- */
@media screen and (max-width: 1690px){
  .cs_acessibilidade_controls {
        right: 1px;
  }
}
@media screen and (max-width: 1440px){
	.cs_acessibilidade_controls {
        right: 5px;
	}
}
@media screen and (max-width: 1280px){
  .cs_acessibilidade_controls {
        right: 10px;
  }
}
@media screen and (max-width: 1080px){
	.logo-nav-right ul li a {
       padding: 1em 1.2em;
	}
	.cs_acessibilidade_controls {
		right: 13px;
	}
	h5.h-t {
		font-size: 1.3em;
		line-height: 1.5;
	}
	h4.info {
        font-size: 1.8em;
	}
}
@media screen and (max-width: 1050px){
	.logo-nav-right ul li a {
		padding: 1em 1.1em;
	}		
}
@media screen and (max-width: 1024px){
	.logo-nav-right ul li a {
		font-size: .85em;
	}
	.agileits-icon-grid {
    padding: 1em;
	}
	.cs_acessibilidade_controls {
		right: 17px;
	}
}
@media screen and (max-width: 991px){
  .sectionConteudo .rowItens .blocoGaleriaPrefeitos h4{
    padding-top: 10px;
  }
  .cs_acessibilidade_controls {
    top: calc(50% - 75px);
  }
  .sectionConteudo .rowItens .blocoNoticias .section-box .panel-body,
  .sectionConteudo .rowItens .blocoNoticias .section-box .panel-footer{
    padding: 0;
  }
  .sectionConteudo .rowItens .divSIC{
    padding-bottom: 20px;
  }
	.logo-nav-right ul li a {
		padding: 1em 1.78em;
		font-size:0.9em;
	}
	.logo-nav-left {
		float: none;
		text-align: center;
	}
  .logo-nav-left img {
      position: relative;
      margin-top: 5px;
  }
	.logo-nav-right {
		float: right;
    padding-top: 10px;
	}
	.blog-pagenat {
		text-align: left;
		margin: 2em 0;
	}
	h4.info {
		font-size: 1.8em;
		letter-spacing: 0;
	}
	.customer-grid {
		margin: 1em 0;
	}
}
@media screen and (max-width: 900px){
	.logo-nav-right ul li a {
		padding: 1em 1.33em;
	}
	.cs_acessibilidade_controls {
		right: 20px;
	}
}

@media screen and (max-width: 873px){
  .header-grid-right{
    float: left;
  }
}
@media screen and (max-width: 800px){
	.logo-nav-right ul li a {
		padding: 1em 0.83em;
	}
	.cs_acessibilidade_controls {
		right: 22px;
	}
	.feature-txt h4 {
		font-size: 1.1em;
	}
	.feature-txt {
		margin: 4em 0 0 8em;
	}
}
@media screen and (max-width: 768px){
  .wrapperAudios .track-details a{
    float: left;
  }
  .bs-callout .verMaisNoticias, .sectionConteudo .dataAtualizacao{
      float: left !important;
      padding-top: 5px;
  }
  .sectionConteudo .rowItens .blocoNoticias .imgCapa{
    padding-bottom: 10px;
  }
	.logo-nav-right ul li a {
		padding: 1em 0.67em;
	}
	.icon-left {
		width: 60px;
		height: 60px;
	}
	.icon-left i.fa {
        font-size: 1.7em;
	}
}
@media screen and (max-width: 767px){
  .menuFixo {
      right: auto;
  }
  .navControl{
      height: 20em;
      padding: 0;
      margin: 0;
      overflow: scroll;
      overflow-x: hidden;
  }
  .sectionConteudo .blocoProfile .container h2{
    margin-top: 10px;
  }
  .sectionConteudo .rowItens .blocoNoticias .section-box .panel-body{
    padding: 10px;
  }
  .sectionConteudo .rowItens .blocoNoticias .section-box .panel-footer{
    padding: 10px 15px;
  }
	.logo-nav-right {
			float: none;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus ,.navbar-default .navbar-toggle{
		background-color:  rgba(59, 113, 152, 0.82);
        color: white;
		height: 30px;
		padding:0.2em 1em;
		border:transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: transparent;
	}
	.navbar-nav {
		margin: 1em 0 0;
		background: rgba(177, 110, 110, 0);
		text-align: center;
		padding-bottom: 1em;
	}
	.navbar-nav {
		margin: 1em 0 0;
		background: rgba(177, 110, 110, 0);
		text-align: center;
		padding-bottom: 1em;
		width:100%;
	}
	li.agileits.dropdown.open{
		background: rgba(59, 113, 152, 0.82);
	}
	li.agileits.dropdown.open a {
		text-align: center;
	}
	.navbar-toggle {
		margin-top:13px;
	}
	button.navbar-toggle.navbar-toggle1.collapsed {
		height: 30px;
		padding: 0.2em 1em;
		color: #fff;
		font-size: 1em;
		background: rgba(59, 113, 152, 0.82);
	}
	ul.dropdown-menu.agile_short_dropdown:hover {
    background: rgba(177, 110, 1, 0);
    }
	.logo-nav {
		padding: 0.5em 0;
	}
	.navbar-toggle {
		position: relative;
		float: none;
		width: 100%;
	}
	.logo-nav-right ul li a {
		  font-size: 1em;
	}
	ul.dropdown-menu.agile_short_dropdown li {
        padding: 0.1em 0;
        font-size: 1em;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > ul{
	background-color: #1da1f2;
	}
}
@media screen and (max-width: 667px){
	.icon-left {
		width: 55px;
		height: 55px;
	}
	.icon-left i.fa {
		font-size: 1.5em;
	}
	.cs_acessibilidade_controls {
		right: 25px;
	}
	h3.h-t, h4.h-t {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 640px){
	.feature-txt {
		margin: 4em 0 0 4em;
	}
}
@media screen and (max-width: 600px){
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
       font-size: 0.95em;
	}
	h4.info{
		font-size: 1.6em;
	}
}
@media screen and (max-width: 568px){
	.cs_acessibilidade_controls ul li i {
    width: 29px;
    height: 29px;
		padding: 7px;
	}
	 .services-grid i.fa {
		font-size: 2.5em;
	}
	.modal-dialog {
		width: 564px;
	}
	.bb-address {
		width: 100%;
		float: none;
	}
	.panel-body.panel_text img {
		float: right;
		width:26%;
	}
	.agileits-icon-grid.text-center {
		width: 100%;
		float: none;
	}
	.icon-right p {
    width: 50%;
		margin: 1em auto 0
	}
}
@media screen and (max-width: 480px){
	.logo-nav-left h1 a {
		font-size: 1.2em;
	}
	.navbar-toggle{
		margin:0.5em 0;
	}
	.header-grid-left ul li, .header-grid-right ul li {
		margin: 0 0.9em;
	}
	.modal-dialog {
		width: 478px;
	}
	.feature-txt h4:before, .fm-right .feature-txt h4:before {
        width: 54%;
		left:-52%;
	}
	.feature-txt {
		margin: 4em 0 0 1em;
	}
	.feature-txt h4 {
		font-size: 1em;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.85em;
		padding:4px 1px;
	}
	h3.h-t, h4.h-t {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 414px){
  .sectionConteudo .rowItens #calendario .fc-right{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
	.header-grid-left ul li, .header-grid-right ul li {
		margin: 0.5em 1em;
	}
  .header-grid-left ul li{
    margin: 0.5em 1em;
    width: 41%;
  }
  .header-grid-right ul li {
    width: 100%;
  }
	.logo-nav-left h1 a {
		font-size: 1em;
	}
	.header-grid {
		padding: 0.5em 0;
	}
	.navbar-default {
    margin: 0.5em 0 0;
}
	.cs_acessibilidade_controls {
		right: 30px;
	}
	.modal-dialog {
		width: 414px;
	}
	.sec-left,.sec-right {
		float: none;
		width: 100%;
	}
	.agile_form input[type="submit"] {
		width: 23%;
	}
	ul.agielits-media1 a {
		margin-left: 0.7em;
	}
	.agielits-media1 i {
		width: 45px;
	}
	.feature-txt h4 {
       padding: 0.5em 0.9em;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
    }
	.icon-right p{
		width:60%;
	}
	h3.h-t, h4.h-t {
		font-size: 1.3em;
	}
	.icons {
		float: none;
		margin: 1em 0 0;
	}
	h6.blg{
	float:none;
	}
	.feature-txt {
		margin: 1em 0 0 1em;
	}
}
@media screen and (max-width: 384px){
  .menuFixo ul li a{
      font-size: 12px;
  }

	.modal-dialog {
		width: 383px;
	}
	.bb-address {
		margin: 1em 0 0;
	}
	.feature-txt h4:before, .fm-right .feature-txt h4:before {
		width: 49%;
		left: -48%;
	}
	.feature-txt h4 {
		padding: 0.5em 2em;
		line-height: 1.4;
	}
	.product-last {
		padding: 0;
	}
	.icon-right p{
		width:68%;
	}
	h3.h-t, h4.h-t {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 375px){
	h2.agileits-title {
		color: #006eb7;
		font-size: 1.5em;
	}
	.header-grid-left ul li{
		width: 40%;
	}
  .header-grid-right ul li {
    width: 100%;
  }
	.logo-nav-left h1 a {
		font-size: 1em;
	}
}
@media screen and (max-width: 320px){
  .cs_acessibilidade_controls {
    right: 27px;
  }
	.header-grid-left ul li{
		width: 43%;
		margin: 0.5em 0.5em 0;
	}
  .header-grid-right ul li {
    width: 100%;
    margin: 0.5em 0.5em 0;
  }
	.modal-dialog {
		width: 320px;
	}
	.agile_form input[type="submit"] {
		width: 31%;
	}
	.feature-main {
		padding: 0;
	}
	.feature-txt h4 {
		padding: 0.5em 1em;
	}
	.icon-right p{
		width:100%;
	}
	h3.h-t, h4.h-t {
		font-size: 1.1em;
	}
	.cs_acessibilidade_controls ul li i {
    width: 24px;
		height: 24px;
		font-size: 12px;
	}
}
/* -- //Responsive code -- */

.card-doc-noticias h3 {
  display: inline;
  font-size: 18px;
}
.card-doc-noticias h3 i {
  font-size: 18px;
}
.card-doc-noticias i {
  display: inline;
  float: right;
}
.card-doc-noticias h3 i {
  float: none;
}
.card-doc-noticias .fa-download {
  font-size: 25px;
  bottom: 0;
}
.card-doc-noticias {
  padding: 15px;
  background: #f4f4f4;
  box-shadow: 0px 0px 2px 1px #ccc;
  margin-bottom: 10px;
}
.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;

  }
}
.card-livro {
  background-color: #2b2b2b;  
  box-shadow: 0px 0px 16px 0px #cccccc36;
}
@media(max-width: 1400px) {
  .card-livro {
    width: 60% !important;
  }
}
@media(max-width: 500px) {
  .card-livro {
    width: 95% !important;
  }
}
.card-livro h3, .card-livro p {
  text-align: center;
  color: #fff;
}
.card-livro .btn {
  padding: 10px;
  font-size: 20px;
}
.card-livro h3 {
    font-family: 'Lato';
    flex-wrap: 900;
}
.card-livro p {
  font-family: 'Lato';
  font-size: 16px;
  margin-bottom: 15px;
}
.card-livro .inner-card {
  padding: 15px;
}
.card-livro button {
  margin: 0 auto;
  display: block;
  color: #fff;
  background: rgb(27, 63, 80) !important;
}
.under-text-livro {
  font-size: 22px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*.-ponto p {
     word-break: break-all;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}*/
.card-livro {
  margin: 0 auto;
  display: block;
  width: 30%;
}
.modalidades-card {
  padding: 30px;
  /*box-shadow: 0px 0px 9px 0px #ccc;*/
  background: #eeeeee82;
  margin-bottom: 30px;
}
.modalidades-card i {
  font-size: 35px;
  margin: 0 auto;
  display: block;
  /* text-align: center; */
  padding-bottom: 12px;
}
.modalidades-card h3 {
  font-size: 19px;
  font-weight: 600;
  color: #266987;
}
.modalidades-card p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #4b4b4b;
  letter-spacing: 0.5px;
  padding-top: 5px;
}
.doc-card {
  background: #eeeeee7a;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 35px;
}
.doc-card a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.doc-card h5 {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
}
.doc-card a i {
  font-size: 17px;
  padding-right: 6px;
}
.doc-card a i:nth-child(1) {
  color: red;  
}