@charset "UTF-8";
*,
html,
body {
  font-family: "Cabin", Helvetica, sans-serif, sans-serif;
}

body {
  padding: 45px 0 0 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pin-t {
  top: 0;
}

.pin-l {
  left: 0;
}

.pin-r {
  right: 0;
}

.m-auto {
  margin: 0 auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.red,
.text-red,
.font-red {
  color: #c23939;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

body,
.secao,
#page-container {
  background-color: #fff;
}

#top-menu {
  float: right;
}

.logo-icpbrasil {
  position: absolute;
  z-index: 600;
  top: 6px;
  right: 15px;
}

@media (max-width: 576px) {
  .logo-icpbrasil {
    top: 3px;
    right: 3px;
  }

  .topbar-enabled .logo-icpbrasil {
    top: 5px;
  }
}
div.header {
  border-bottom: 1px solid #ccc;
}

a {
  text-decoration: none !important;
}

div.secao {
  min-height: 500px;
  padding-bottom: 60px;
}

.secao.secao-diariooficial-container {
  margin-top: 2rem;
  background-color: #fff;
}

.secao.secao-diariooficial-title {
  background-color: #3c3c3c;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.secao.secao-diariooficial-title h1 {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 5.75rem;
  line-height: 180%;
  text-align: center;
  color: whitesmoke;
}

.section-title .line-shape {
  height: 2px;
  width: 7%;
  border-bottom: 2px solid #3c3c3c;
  margin: 0 auto;
  margin-top: 15px;
}

.section-servicos {
  margin-bottom: 6%;
}
.section-servicos .servico-item {
  padding: 0;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 30px;
}
.section-servicos .servico-item .servico-item-img {
  border-radius: 30px 30px 30px 0;
}
.section-servicos .servico-item:hover {
  box-shadow: 2px 2px 10px #3c3c3c;
}

@media (max-width: 576px) {
  .secao.secao-diariooficial-title h1 {
    font-size: 2.75rem;
  }
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
}

.logo {
  max-width: 250px !important;
}

.header {
  border-top: 1px solid #679b08;
  background: #fff;
  text-transform: uppercase;
}

.main-navigation .navbar-default ul.navbar-nav {
  margin-top: 20px;
}

.main-navigation .navbar-default .navbar-nav > li > a {
  color: #3c3c3c;
  margin-top: 10px;
  padding: 10px 0px 10px 25px;
  font-size: 17px;
  font-weight: bolder;
  margin-top: 0px;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover {
  color: #3c3c3c;
}

.main-navigation .navbar-default .navbar-nav > li.active > a {
  color: #3c3c3c;
}
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
  color: #3c3c3c;
}

@media (max-width: 576px) {
  .main-navigation .navbar-default .navbar-nav > li > a {
    padding: 5px 15px;
    margin-top: 0;
  }

  .main-navigation .navbar-nav > li > .menu-toggle {
    display: none;
  }

  .main-navigation .navbar-header {
    margin-top: unset;
  }
}
.fixed-header-on .header {
  background-color: rgba(255, 255, 255, 0.8);
}

/**** Dropdown Menu ***/
/* Dropdown Button */
.dropbtn {
  /*background-color: #4CAF50;*/
  /*color: white;*/
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.image-box .overlay-container {
  padding: 5px !important;
}

.image-box span a {
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.nav-pills li a:hover {
  color: #fff;
  border: 1px solid #abd6f7;
  background-color: #339beb;
}

#row-slider {
  background: #ffffff;
  padding: 0 !important;
}

.nav-pills .botao:hover {
  background: #f79d16;
  /*opacity: 0.5;*/
}

.nav-pills .botao:focus {
  background: #f79d16;
  color: #fff;
}

div.section {
  margin-top: 15px !important;
  margin-left: 15px;
  padding-top: 30px;
  min-height: 600px;
}

div.navbar-toggle {
  float: right;
}

.title {
  text-transform: uppercase !important;
}

.light-blue {
  color: #3a9eeb !important;
}

div.pt-cv-scrollable {
  padding-bottom: 10px !important;
}

.pt-cv-view .carousel-control {
  color: #428bca !important;
}

div.pt-cv-carousel-caption {
  margin-bottom: 20px !important;
}

.pt-cv-view .pt-cv-carousel-indicators {
  bottom: 0;
  margin-bottom: -10px !important;
}

@media screen and (min-width: 768px) {
  .pt-cv-wrapper .carousel-control .glyphicon-chevron-left,
  .pt-cv-wrapper .carousel-control .glyphicon-chevron-right,
  .pt-cv-wrapper .carousel-control .icon-next,
  .pt-cv-wrapper .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: 0 !important;
    font-size: 30px;
  }
}
.pt-cv-content-item a img.pt-cv-thumbnail {
  height: 700px !important;
}

.pt-cv-ifield a img.pt-cv-thumbnail {
  height: 124px !important;
}

@media screen and (min-width: 768px) {
  div.pt-cv-carousel-caption h1.pt-cv-title {
    font-size: 36px;
    margin: 0 16.5%;
  }

  div.pt-cv-carousel-caption div.pt-cv-content {
    margin: 0 16.5%;
  }
}
/*  LAI */
h1#acessoinformacao {
  margin-top: 36px;
}

.box-lai {
  height: 170px;
}

/* SIC */
div.section_sic {
  color: #555;
}

.control-label {
  color: #666 !important;
}

.green-gradient {
  background: #67b26f !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #4ca2cd, #67b26f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #4ca2cd, #67b26f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.recdes-gradient {
  background: #d72a2e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6be585, #d72a2e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6be585, #d72a2e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.blue-gradient {
  background: #2193b0 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #6dd5ed, #2193b0);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #6dd5ed, #2193b0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.service-container .service .fas,
.service-container .service .fa,
.service-container .service i,
.secao i.fas,
.secao i.fa,
.secao .media-heading i.fa,
.secao .media-heading i.fas {
  color: #3c3c3c;
  font-size: 3.5rem;
}

.secao.secao-diariooficial-container i.fa,
.secao.secao-diariooficial-container i.fas {
  vertical-align: middle;
}
.secao.secao-diariooficial-container .diariooficial-download-btn {
  color: #3c3c3c;
}

@media (max-width: 576px) {
  .secao.secao-diariooficial-container i.fa,
  .secao.secao-diariooficial-container i.fas {
    font-size: 2rem;
  }
}
.service-container .service .text {
  color: #3c3c3c;
  font-size: 1.45rem;
}

.block-center {
  text-align: center;
  margin: 0 auto;
}

.section-icon-title {
  color: #679b08;
}

.section-icon-title > .fa,
.section-icon-title > .fas {
  font-size: 4rem;
}

.section-icon-title > img {
  width: 13rem;
}

@media (max-width: 576px) {
  .section-icon-title img {
    width: 10rem;
  }
}
.section-title {
  font-size: 5.75rem;
  color: #3c3c3c;
}

.section-subtitle {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  color: #666;
}

.section-description {
  padding-left: 12rem;
  padding-right: 12rem;
  font-size: 1.4rem;
}

.section-transparencia-description {
  color: #666;
  font-size: 1.4rem;
}

.section-sic-description {
  color: #666;
  font-size: 1.4rem;
}

#sic .media-heading {
  color: #3c3c3c;
}

.center {
  text-align: center;
}

.title-lai {
  margin-bottom: 40px;
}

.service-container {
  margin-top: 20px;
}

.service-container .title {
  font-size: 1.2em;
}

.service {
  cursor: pointer;
  margin-top: 12px;
  height: 180px;
  padding: 25px 10px 0px 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.service:hover {
  border: 1px solid #679b08;
}

.service-border-blue:hover {
  border: 1px solid #339beb;
}

.service-border-red:hover {
  border: 1px solid #d72a2e;
}

.service.service-button {
  height: 82px;
}

.service.service-button i {
  margin-right: 2rem;
}

.service-container-button {
  height: 82px;
}

.logo a img {
  max-width: 240px;
}

.item-news {
  display: none;
}

.service .title {
  color: #3c3c3c;
}
.service .title span {
  text-transform: capitalize;
}

@media screen and (min-width: 760px) {
  div.prefeitura-content {
    display: flex !important;
    justify-content: center !important;
  }
}
.section_prefeitura .card {
  background-color: #f8f8f8;
}

.section_prefeitura .card i,
.section_prefeitura .card h4,
.section_prefeitura .card .card-container h4 b {
  color: #428bca !important;
}

.section_prefeitura .secao,
.section_prefeitura .secao #prefeitura {
  min-height: 250px;
}

.full-menu {
  visibility: hidden;
  display: table;
  position: fixed;
  padding-top: 8%;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) and (max-width: 1200px) {
  .full-menu {
    padding-top: 13%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .full-menu {
    padding-top: 10%;
  }
}
.full-menu .full-menu-section {
  border-right: 1px solid #eeecec;
}

.full-menu .full-menu-section:last-child {
  border-right: none;
}

.full-menu .full-menu-section-title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: bolder;
}

.full-menu .full-menu-section ul {
  list-style: none;
  padding: 0;
  color: #3c3c3c;
}

.full-menu .full-menu-section ul li {
  margin-top: 1em;
}

.full-menu .full-menu-section ul li a {
  color: #5f6972;
}

.full-menu--open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.full-menu--middle {
  display: table-cell;
  vertical-align: middle;
}

.full-menu .full-menu-lai {
  display: none;
}
.full-menu .full-menu-lai.active {
  display: block;
}
.full-menu .full-menu-accessibility {
  display: none;
}
.full-menu .full-menu-accessibility.active {
  display: block;
}

.dimigrey {
  color: #5f6972 !important;
}

.content-block .container.cont-main {
  padding: 30px;
}

.service,
.content-block {
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.175);
}

.section_sic .container h3 {
  color: green;
}

.green {
  color: #679b08 !important;
}

h1.bx-layer {
  font-size: 2.7em;
}

.fixed-header-on .header {
  background: #fff;
}

.justify {
  text-align: justify;
}

.section_sic .media {
  margin-top: 2rem;
}

.case-u {
  text-transform: uppercase;
}

#page-container {
  /* margin-bottom: 480px; */
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .secao:last-of-type,
  .last-section {
    margin-bottom: 0;
  }
}
#footer {
  background-color: #f1f1f1;
  width: 100%;
  bottom: 0px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4 {
  color: #3c3c3c;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
#footer h2 {
  font-size: 3rem;
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer ul li {
  color: #666;
}
#footer ul li a {
  color: #666;
}
#footer ul.redes-sociais {
  list-style: none;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}
#footer ul.redes-sociais li {
  display: inline-block;
  margin-right: 40px;
}
#footer ul.redes-sociais li a {
  text-indent: -3000px;
  display: inline-block;
  width: 34px;
  height: 33px;
}
#footer .redes-sociais-twitter {
  background-image: url(../../images/social-sprite.png);
  background-position: -35px -124px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-youtube {
  background-image: url(../../images/social-sprite.png);
  background-position: -140px -124px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-flickr {
  background-image: url(../../images/social-sprite.png);
  background-position: 0 -124px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-facebook {
  background-image: url(../../images/social-sprite.png);
  background-position: -175px -124px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-googleplus {
  background-image: url(../../images/social-sprite.png);
  background-position: -105px -124px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-slideshare {
  background-image: url(../../images/social-sprite.png);
  background-position: 0 -194px;
  width: 29px;
  height: 29px;
}
#footer .redes-sociais-soundcloud {
  background-image: url(../../images/social-sprite.png);
  background-position: 0 -159px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-rss {
  background-image: url(../../images/social-sprite.png);
  background-position: -240px -145px;
  width: 29px;
  height: 29px;
}
#footer .redes-sociais-instagram {
  background-image: url(../../images/social-sprite.png);
  background-position: -70px -124px;
  width: 35px;
  height: 35px;
}
#footer .redes-sociais-tumblr {
  background-image: url(../../images/social-sprite.png);
  background-position: -210px -69px;
  width: 29px;
  height: 29px;
}
#footer .subfooter {
  padding-top: 15px;
  padding-bottom: 15px;
  /* background-color: #dddcdc; */
}
#footer .subfooter img {
  display: inline-block;
}
#footer .subfooter .slogan {
  color: #3c3c3c;
  font-size: 1.8rem;
  font-weight: bold;
}
#footer .subfooter .subslogan {
  color: #3c3c3c;
  font-weight: normal;
}
#footer .subfooter .subfooter-left img {
  max-width: 100px;
}
#footer .subfooter .subfooter-right img#validator-w3c-icon {
  max-width: 50px;
}
#footer .subfooter .subfooter-right img#validator-html5-icon {
  max-width: 35px;
}

@media (max-width: 576px) {
  #footer {
    position: inherit;
  }
  #footer ul.redes-sociais {
    padding-bottom: 2rem;
  }
  #footer ul.redes-sociais li {
    margin-right: 20px;
  }
  #footer .subfooter .slogan {
    font-size: 1.1rem;
  }
  #footer .subfooter .subslogan {
    font-size: 1.2rem;
  }
  #footer .subfooter .subfooter-left img {
    margin-top: 5px;
    max-width: 80px;
  }
  #footer .subfooter .subfooter-right img#validator-w3c-icon {
    max-width: 50px;
  }
  #footer .subfooter .subfooter-right img#validator-html5-icon {
    max-width: 35px;
  }
}
.service-container .service:hover {
  border-color: #9d9d9e;
}

.font-blue,
.service-container .service .font-blue {
  color: #339beb;
}

.font-red,
.service-container .service .font-red {
  color: #d72a2e;
}

.service-container-blue .inner .service:hover {
  background-color: #428bca;
  border-color: #357ebd;
  -webkit-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}
.service-container-blue .inner .service:hover .title,
.service-container-blue .inner .service:hover .fa,
.service-container-blue .inner .service:hover .fas {
  color: whitesmoke;
}

.service-container-red .inner .service:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}
.service-container-red .inner .service:hover .title,
.service-container-red .inner .service:hover .fa,
.service-container-red .inner .service:hover .fas {
  color: whitesmoke;
}
.service-container-red .inner .service:hover:hover,
.service-container-red .inner .service:hover:focus {
  background-color: #c9302c;
  border-color: #ac2925;
}

#doem-container .panel-heading .panel-title a {
  border-radius: 4px;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: #285e8e;
  color: white;
  font-size: 34px;
  text-align: center;
  border-radius: 4px;
}
#backtotop a {
  color: white;
}

.fixed-header-on #backtotop {
  display: block;
}

@media (max-width: 576px) {
  #backtotop {
    display: none;
  }
}
.header.fixed.navbar.navbar-fixed-top {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2) !important;
}

.topbar {
  display: none;
  background-color: #dddcdc;
  padding-top: 3px;
  padding-bottom: 3px;
}
.topbar ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.topbar ul > li {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.6rem;
  color: #3c3c3c;
}
.topbar ul > li > a {
  color: #3c3c3c;
}
.topbar ul > li > a:hover {
  color: #6b6a6a;
}

.topbar-enabled .topbar {
  display: block;
}

@media (max-width: 576px) {
  .topbar ul > li {
    font-size: 1.2rem;
    margin-right: 7px;
  }
}
.table > thead {
  background-color: #3c3c3c;
  color: whitesmoke;
}
.table > thead tr th {
  padding: 20px;
  font-size: 1.6rem;
  border-right: 1px solid #595047;
  border-bottom: none;
}
.table > thead tr th.sorting:after {
  color: whitesmoke;
}
.table > tbody > tr > td {
  padding: 20px;
  font-size: 1.5rem;
}
.table > tbody > tr > td a {
  color: #3c3c3c;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 1;
  font-size: 1.2rem;
}

table.dataTable thead .sorting:after {
  opacity: 1;
  content: "";
}

table.dataTable thead .sorting_asc:after {
  content: "";
}

table.dataTable thead .sorting_desc:after {
  content: "";
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: whitesmoke;
}

.pagination li a {
  color: #3c3c3c;
}
.pagination li a:hover {
  color: #3c3c3c;
}
.pagination li.active span,
.pagination li.active span:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
}

.list-group .list-group-item:first-child {
  border-radius: 0;
}
.list-group .list-group-item:last-child {
  border-radius: 0;
}
.list-group .list-group-item {
  padding: 20px;
  font-size: 1.5rem;
}
.list-group .list-group-item.active {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
}

h5.title-noticia,
.title-noticia {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 5rem;
}

.subtitle-noticia {
  font-size: 2rem;
}

.row-noticias h1,
.row-noticias h2,
.row-noticias h3,
.row-noticias h4,
.row-noticias h5,
.row-noticias h6 {
  color: #3c3c3c;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.dt-buttons.btn-group .buttons-html5,
.dt-buttons.btn-group .btn-default,
button.dt-button,
div.dt-button,
a.dt-button {
  background-color: white;
  background-image: none;
  color: #3c3c3c;
  font-size: 1.4rem;
}

.dt-buttons.btn-group .buttons-html5,
.dt-buttons.btn-group .btn-default {
  border-radius: 2px;
  margin-right: 10px;
  padding: 7px 14px;
}

.dt-buttons {
  margin-bottom: -55px;
}
.dt-buttons.btn-group .buttons-excel:before,
.dt-buttons.btn-group .buttons-csv:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.dt-buttons.btn-group .buttons-pdf:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.dt-buttons.btn-group .buttons-json:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.dt-buttons.btn-group .btn {
  min-width: 76px;
}
.dt-buttons.btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.dt-buttons.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
.dt-buttons.btn-group .btn:last-child:not(:first-child) {
  border-radius: 2px;
  border-color: #999;
}

.dt-buttons.btn-group .buttons-html5:hover,
.dt-buttons.btn-group .btn-default:hover,
button.dt-button:hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:hover:not(.disabled),
div.dt-button:active:not(.disabled),
button.dt-button:active:not(.disabled),
a.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  color: white;
  border-color: #3c3c3c;
  background-color: #3c3c3c;
  background-image: none;
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: left;
}

.dataTables_info {
  text-align: right;
}

.pt-cv-titleh1 a,
.pt-cv-titleh2 a,
.pt-cv-titleh3 a,
.pt-cv-titleh4 a,
.pt-cv-titleh5 a,
.pt-cv-titleh6 a {
  color: #3c3c3c;
}

.pt-cv-title a,
div[id*="ajaxsearchliteres"] .results .item .asl_content h3,
div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a {
  color: #3c3c3c;
}

.recent-post-slider.design-1 .post-image-bg,
.recent-post-slider.design-2 .post-image-bg,
.recent-post-slider.design-3 .post-image-bg,
.recent-post-slider.design-4 .post-image-bg,
.recent-post-carousel.design-1 .post-image-bg,
.recent-post-carousel.design-2 .post-image-bg,
.recent-post-carousel.design-3 .post-image-bg,
.recent-post-carousel.design-4 .post-image-bg {
  height: 83vh;
  min-height: 83vh;
}
.recent-post-slider .post-content-left,
.recent-post-carousel .post-content-left {
  width: 100%;
}
@media (max-width: 576px) {
  .recent-post-slider.design-1 .post-image-bg,
  .recent-post-slider.design-2 .post-image-bg,
  .recent-post-slider.design-3 .post-image-bg,
  .recent-post-slider.design-4 .post-image-bg,
  .recent-post-carousel.design-1 .post-image-bg,
  .recent-post-carousel.design-2 .post-image-bg,
  .recent-post-carousel.design-3 .post-image-bg,
  .recent-post-carousel.design-4 .post-image-bg {
    height: 79vh;
    min-height: 79vh;
  }
}
::selection {
  background: #3c3c3c;
  /* WebKit/Blink Browsers */
  color: whitesmoke;
}

::-moz-selection {
  background: #3c3c3c;
  /* Gecko Browsers */
  color: whitesmoke;
}

@media screen and (min-width: 990px) {
  .nav.navbar-nav {
    width: max-content;
    position: relative;
    left: 13%;
  }
}

#decretos li {
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #ddd;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
}

#decretos a {
  color: #000;
}

#decretos ul {
  padding-left: 15px;
}

/*# sourceMappingURL=custom.css.map */
