.lato {
  font-family: 'Lato', sans-serif;
}
.arial {
  font-family: 'Arial', sans-serif;
}
.arialb {
  font-family: 'Arial Black', sans-serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold,
strong {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.italic,
em {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.transition300ms {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  word-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  background-image: url(../images/bg.png) !important;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #F6F6F6;
  background-size: contain;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
::selection {
  color: #FFFFFF;
  background: #005f98;
}
::-moz-selection {
  color: #FFFFFF;
  background: #005f98;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-weight: 400;
  color: #e5e5e5;
  font-size: 16px;
}
#container header .search-bar .search input[type="text"]::-webkit-input-placeholder {
  font-size: 19px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#container header .search-bar .search input[type="text"]:-moz-placeholder {
  font-size: 19px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#container header .search-bar .search input[type="text"]::-moz-placeholder {
  font-size: 19px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#container header .search-bar .search input[type="text"]:-ms-input-placeholder {
  font-size: 19px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.subform-repeatable-group .control-group {
  min-width: 300px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.nopadding {
  padding: 0 !important;
}
.nopaddingR {
  padding-right: 0 !important;
}
.nopaddingL {
  padding-left: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nomarginR {
  margin-right: 0 !important;
}
.nomarginL {
  margin-left: 0 !important;
}
.no-border {
  border: 0 !important;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.row {
  width: 1200px;
  margin: 0 auto;
}
.row .column,
.row .columns {
  float: left;
  padding: 0 10px;
}
.row .row {
  width: auto;
  margin: 0 -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1199.5px) {
  .nopaddingR {
    padding: 0 0 !important;
  }
  .nopaddingL {
    padding: 0 0 !important;
  }
  .mobile-four.twelve.columns.page-content.nopadding article {
    text-align: left;
  }
}
#container {
  position: relative;
  display: block;
  overflow: hidden;
}
/* common itens */
.title-section {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 26px;
  color: #003859;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 0 10px;
  border-bottom: 1px solid #C9C9C9;
}
.title-section span {
  font-weight: 700;
}
.highlight-link {
  background-color: #005f98;
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 23px 20px 23px 30px;
  margin-bottom: 10px;
  border-bottom: 6px solid #003859;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.highlight-link:hover {
  background-color: #003859;
  border-bottom: 6px solid #005f98;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wrap-icon {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-icon.wrap-video {
  top: 50%;
  left: 50%;
  bottom: inherit;
  margin: -37.5px 0 0 -37.5px;
}
.wrap-icon .icon {
  background: #02dcaa;
  background: -moz-linear-gradient(-45deg, #02dcaa 58%, #2ebbe6 100%);
  background: -webkit-linear-gradient(-45deg, #02dcaa 58%, #2ebbe6 100%);
  background: linear-gradient(135deg, #02dcaa 58%, #2ebbe6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02dcaa', endColorstr='#2ebbe6', GradientType=1);
  position: relative;
  display: block;
  float: left;
  width: 47px;
  height: 47px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.wrap-icon .icon:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.wrap-icon .icon.icon-security {
  background-position: -265px -202px;
}
.wrap-icon .icon.icon-development {
  background-position: -263px -148px;
}
.wrap-icon .icon.icon-education {
  background-position: -265px -40px;
}
.wrap-icon .icon.icon-job {
  background-position: -263px -91px;
}
.wrap-icon .icon.icon-video {
  width: 75px;
  height: 75px;
}
.wrap-icon .icon.icon-video:before {
  background-position: -245px 22px;
}
.wrap-icon p {
  background: #003859;
  float: left;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 15px;
  margin: 8px 0 0 -6px;
}
.top-bar-govpe {
  background-color: #003859;
  position: relative;
  display: block;
}
.top-bar-govpe .row .column,
.top-bar-govpe .row .columns {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 51px;
  padding: 0 0 0 25px !important;
}
.top-bar-govpe .row .column .logo-gov,
.top-bar-govpe .row .columns .logo-gov {
  background: url(../images/logo-gov-topbar.png) 0 0 no-repeat;
  position: relative;
  display: block;
  width: 121px;
  height: 32px;
  margin: 0;
  text-decoration: none;
  text-indent: -9999px;
}
.top-bar-govpe .row .column nav,
.top-bar-govpe .row .columns nav {
  position: relative;
}
.top-bar-govpe .row .column nav ul,
.top-bar-govpe .row .columns nav ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.top-bar-govpe .row .column nav ul li,
.top-bar-govpe .row .columns nav ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 51px;
}
.top-bar-govpe .row .column nav ul li.highlight,
.top-bar-govpe .row .columns nav ul li.highlight {
  background-color: #005f98;
}
.top-bar-govpe .row .column nav ul li:nth-child(6),
.top-bar-govpe .row .columns nav ul li:nth-child(6) {
  padding-left: 10px;
}
.top-bar-govpe .row .column nav ul li:nth-child(5),
.top-bar-govpe .row .columns nav ul li:nth-child(5),
.top-bar-govpe .row .column nav ul li:last-child,
.top-bar-govpe .row .columns nav ul li:last-child {
  padding-right: 10px;
}
.top-bar-govpe .row .column nav ul li a,
.top-bar-govpe .row .columns nav ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  padding: 15px 10px;
}
.wrap-show-top-bar-govpe-menu {
  position: absolute;
  display: none;
  top: 0px;
  right: 20px;
  z-index: 2;
}
.wrap-show-top-bar-govpe-menu:before,
.wrap-show-top-bar-govpe-menu:after {
  content: " ";
  display: table;
  clear: both;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu {
  position: relative;
  display: block;
  width: 10px;
  height: 8px;
  text-decoration: none;
  text-indent: -9999px;
  margin: 25px 0 0 0;
  padding: 0px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  /* active state, i.e. menu open */
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger span {
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger span::before,
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger span::before {
  top: -4px;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger span::after {
  bottom: -4px;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx {
  background-color: transparent;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx span::before,
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx.is-active {
  background-color: transparent;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx.is-active span {
  background: none;
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx.is-active span::before,
.wrap-show-top-bar-govpe-menu .show-top-bar-govpe-menu.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
/* common itens */
.blog-interna .published {
  color: #005f98;
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0;
}
.blog-interna .img_caption {
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
}
header {
  position: relative;
  display: block;
}
header .row {
  position: relative;
  display: block;
}
header .row .columns {
  position: relative;
  display: block;
}
header .top-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  top: 0;
  right: 0;
  z-index: 3;
}
header .top-menu .weather {
  background: #FFFFFF;
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #515151;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
}
header .top-menu .social-list {
  background: #003859;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 20px;
}
header .top-menu .social-list li {
  position: relative;
  display: block;
  margin: 0 5px;
}
header .top-menu .social-list li:first-child {
  margin-left: 0;
}
header .top-menu .social-list li:last-child {
  margin-right: 0;
}
header .top-menu .social-list li a {
  background: url(../images/sprite.png) 0 0 no-repeat;
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 18px 9px;
}
header .top-menu .social-list li:nth-child(1) a {
  background-position: 1px -202px;
  width: 8px;
  height: 14px;
}
header .top-menu .social-list li:nth-child(2) a {
  background-position: -18px -202px;
  width: 13px;
  height: 13px;
}
header .top-menu .social-list li:nth-child(3) a {
  background-position: -41px -202px;
  width: 14px;
  height: 11px;
}
header .top-menu .social-list li:nth-child(4) a {
  background-position: -65px -202px;
  width: 16px;
  height: 11px;
}
header .top-menu .accessibility {
  background: #005f98;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 20px;
}
header .top-menu .accessibility li a {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 8px;
  color: #FFFFFF;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 11px 0;
}
header .top-menu .accessibility li:last-child a {
  margin-right: 0;
}
header .top-menu .accessibility li:nth-child(1) a {
  font-size: 14px;
  font-weight: 900;
}
header .top-menu .accessibility li:nth-child(2) a {
  font-size: 12px;
  font-weight: 900;
}
header .logo {
  background: url(../images/logo.png) 0 0 no-repeat;
  position: relative;
  display: block;
  float: left;
  width: 200px;
  height: 191px;
  margin-left: 183px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  outline: none;
  z-index: 1;
  text-indent: -9999px;
}
@media screen and (max-width: 1199px) {
  header .logo {
    display: block !important;
    margin: 0 10px;
    height: 70px;
    background-size: 100%;
    background-size: contain !important;
    background-position: left !important;
  }
}
header .wrap-show-menu {
  position: absolute;
  display: none;
  top: 85px;
  right: 20px;
  z-index: 2;
}
header .wrap-show-menu:before,
header .wrap-show-menu:after {
  content: " ";
  display: table;
  clear: both;
}
header .wrap-show-menu .show-menu {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-indent: -9999px;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  /* active state, i.e. menu open */
}
header .wrap-show-menu .show-menu.c-hamburger span {
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  right: 10px;
  height: 4px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
header .wrap-show-menu .show-menu.c-hamburger span::before,
header .wrap-show-menu .show-menu.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
  content: "";
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
header .wrap-show-menu .show-menu.c-hamburger span::before {
  top: -7px;
}
header .wrap-show-menu .show-menu.c-hamburger span::after {
  bottom: -7px;
}
header .wrap-show-menu .show-menu.c-hamburger--htx {
  background-color: #25aae1;
}
header .wrap-show-menu .show-menu.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
header .wrap-show-menu .show-menu.c-hamburger--htx span::before,
header .wrap-show-menu .show-menu.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
header .wrap-show-menu .show-menu.c-hamburger--htx span::before {
  transition-property: top, transform;
}
header .wrap-show-menu .show-menu.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
header .wrap-show-menu .show-menu.c-hamburger--htx.is-active {
  background-color: #25aae1;
}
header .wrap-show-menu .show-menu.c-hamburger--htx.is-active span {
  background: none;
}
header .wrap-show-menu .show-menu.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
header .wrap-show-menu .show-menu.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
header .wrap-show-menu .show-menu.c-hamburger--htx.is-active span::before,
header .wrap-show-menu .show-menu.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
header h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  margin-top: 41px;
  margin-bottom: 10px;
}
header h1 span {
  font-size: 47px;
}
header .aux-menu {
  background: #FFFFFF;
  position: relative;
  display: block;
  float: left;
  padding-left: 40px;
  margin-left: -40px;
}
header .aux-menu:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  display: block;
  width: 10000%;
  height: 100%;
  top: 0;
  left: 100%;
}
header .aux-menu li {
  position: relative;
  display: block;
  float: left;
  margin-right: 45px;
}
header .aux-menu li:last-child {
  margin-right: 0;
}
header .aux-menu li a {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #003859;
  font-size: 14px;
  line-height: 1;
  padding: 28px 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
header .aux-menu li a:hover {
  text-decoration: underline;
}
header .search-bar {
  position: relative;
  display: block;
  clear: both;
  margin-left: 209px;
  margin-bottom: 30px;
}
header .search-bar .search {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
header .search-bar .search label {
  background: #005f98;
  position: relative;
  color: #FFFFFF;
}
header .search-bar .search label:after {
  content: '';
  background: #005f98;
  right: 25px;
  top: 35px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #FFFFFF;
  margin-top: -6px;
}
header .search-bar .search label .search-list {
  padding: 0 25px;
  min-width: 200px;
}
header .search-bar .search label .search-list li {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
header .search-bar .search label .search-list li a {
  color: #FFF;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}
header .search-bar .search label .search-list li + li {
  border-top: 1px solid #25aae1;
}
header .search-bar .search label .search-list li + li a {
  display: block;
  padding: 8px 0;
}
header .search-bar .search label .search-list ul {
  position: absolute;
  z-index: 100;
  background: #005f98;
  width: 100%;
  left: 0;
  top: 70px;
  padding: 0 25px;
  display: none;
}
header .search-bar .search label .search-list ul.show {
  display: block;
}
header .search-bar .search label .search-list .active {
  background: #005f98;
  padding: 28px 0;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
header .search-bar .search label select {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
header .search-bar .search input[type="text"] {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  display: block;
  width: 100%;
  border: 0 none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  color: #FFFFFF;
  outline: none;
  padding: 24px 0 23px 40px;
}
header .search-bar .search input[type="submit"] {
  background-color: #25aae1;
  background-image: url(../images/sprite.png);
  background-position: 27px -134px;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  border: 0 none;
  padding: 28px 40px 27px 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home .highlights article.big .wrap-image {
    min-width: auto !important;
  }
  .home .highlights article.big .wrap-image img {
    min-width: 100%;
  }
  .home .highlights article.big .wrap-text span img {
    left: -6px !important;
    top: 15% !important;
  }
  #container #content .home .highlights article {
    margin-top: 15px;
  }
  .row .home .happen .home-news {
    max-height: initial !important;
    margin-top: 15px !important;
  }
}
.pull-left.item-image img {
  max-width: 250px;
  margin-right: 20px;
}
.img-intro-left .image-title {
  font-style: italic;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .services-container-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .services-container {
    display: none !important;
  }
  .services-header__list li + li {
    border-top: 2px solid #005f98;
  }
  .services-header__list .services--active {
    padding: 20px 0 20px;
  }
  .services-header__list li:not(.services--active) .services-content {
    display: none !important;
  }
  .services-header__list .services-list {
    border-top: 1px solid #25aae1;
    padding: 0;
  }
  .services-header__list .services-list.first {
    border-top: none;
    margin-top: 20px;
  }
  .services-header__list .services-list li {
    background-color: #005f98;
    padding: 0px 8px 0px;
    width: 100%;
  }
  .services-header__list .services-list li h1 {
    font-size: 16px;
  }
}
.side-menu {
  position: absolute;
  display: block;
  width: 183px;
  top: 0;
  left: 0;
  z-index: 100;
}
.side-menu nav {
  background-color: #003859;
  position: relative;
  display: block;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.side-menu nav ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.side-menu nav ul li a {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  padding: 15px 0 15px 15px;
  color: #25aae1;
  text-transform: uppercase;
  text-decoration: none;
}
.side-menu nav ul li a:before {
  background: #25aae1;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 6px;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: -6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu nav ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu .subject-list {
  position: relative;
  display: block;
}
.side-menu .subject-list li {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #25aae1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu .subject-list li:last-child {
  border-bottom: 0 none;
}
.side-menu .subject-list li.title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: #003859;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 5px solid #25aae1;
}
.side-menu .subject-list li.title:hover {
  border-bottom: 5px solid #25aae1;
}
.side-menu .subject-list li:hover {
  border-bottom: 1px solid #003859;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu .subject-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #003859;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
footer {
  position: relative;
  display: block;
  padding-top: 60px;
}
footer address {
  position: relative;
  display: block;
  float: left;
  font-family: 'Arial', sans-serif;
  color: #7A7A7A;
  font-size: 12px;
  font-style: normal;
  margin-top: 20px;
  margin-right: 15px;
}
footer address span {
  font-family: 'Arial Black', sans-serif;
  font-size: 14px;
}
footer .logo-govpe-pb {
  position: relative;
  display: block;
  float: left;
  max-width: 205px;
  margin: 0 auto 50px auto;
}
.wrap-social-boxes {
  position: relative;
  display: block;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}
.wrap-social-boxes:before,
.wrap-social-boxes:after {
  content: " ";
  display: table;
  clear: both;
}
.wrap-social-boxes .fb,
.wrap-social-boxes .ig,
.wrap-social-boxes .yt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.wrap-social-boxes .fb .icon,
.wrap-social-boxes .ig .icon,
.wrap-social-boxes .yt .icon {
  background-image: url(../images/sprite.png);
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}
.wrap-social-boxes .fb p,
.wrap-social-boxes .ig p,
.wrap-social-boxes .yt p {
  font-weight: 900;
  font-size: 35px;
  color: #FFFFFF;
  text-transform: lowercase;
  line-height: 0.8;
}
.wrap-social-boxes .ig,
.wrap-social-boxes .yt {
  background: #005f98;
  padding: 30px;
}
.wrap-social-boxes .fb {
  background: url(../images/bg-rodape.png) 0 0 no-repeat;
  background-size: cover;
  min-height: 230px;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  padding: 65px 0 65px 95px;
  overflow: hidden;
}
.wrap-social-boxes .fb p {
  font-size: 40px;
  margin-left: 10px;
}
.wrap-social-boxes .fb .icon-fb {
  background-position: 0 0;
  width: 18px;
  height: 33px;
}
.wrap-social-boxes .fb .wrap-fb-like {
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 500px;
  margin: 0;
  padding: 20px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.wrap-social-boxes .ig .icon-ig {
  background-position: 0 -53px;
  width: 31px;
  height: 30px;
}
.wrap-social-boxes .yt {
  margin-bottom: 0;
  padding: 31px 30px;
}
.wrap-social-boxes .yt .icon-yt {
  background-position: 0 -103px;
  width: 37px;
  height: 26px;
}
.wrap-sitemap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}
.wrap-sitemap ul {
  position: relative;
  display: block;
  min-width: 220px;
  margin-right: 30px;
}
.wrap-sitemap ul:before,
.wrap-sitemap ul:after {
  content: " ";
  display: table;
  clear: both;
}
.wrap-sitemap ul li {
  position: relative;
  display: block;
}
.wrap-sitemap ul li.sitemap-title {
  position: relative;
  display: block;
}
.wrap-sitemap ul li.sitemap-title a {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #7a7a7a;
}
.wrap-sitemap ul li:last-child a {
  margin-bottom: 0;
}
.wrap-sitemap ul li a {
  position: relative;
  display: block;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
}
body.contrast {
  background-image: none !important;
  background-color: #000000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container .title-section {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container .highlight-link {
  background-color: #434040;
  border-bottom: 6px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container .highlight-link:hover {
  background-color: #434040;
  border-bottom: 6px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container .wrap-icon .icon {
  background-color: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container .wrap-icon p {
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu nav {
  background-color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu nav ul li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu nav ul li a:before {
  background: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu .subject-list li {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu .subject-list li.title {
  color: #FFF;
  border-bottom: 5px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu .subject-list li.title:hover {
  border-bottom: 5px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu .subject-list li:hover {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .side-menu .subject-list li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .top-menu .social-list {
  background: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .top-menu .accessibility {
  background: #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .logo {
  background: url(../images/logo-contrast.png) 0 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .aux-menu li a {
  color: #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .search-bar .search label {
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .search-bar .search label:after {
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .search-bar .search label select {
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .search-bar .search label select option,
body.contrast #container header .search-bar .search label select optgroup {
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container header .search-bar .search input[type="submit"] {
  background-color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container footer .wrap-social-boxes {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container footer .wrap-social-boxes .ig,
body.contrast #container footer .wrap-social-boxes .yt {
  background: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container footer .wrap-sitemap {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container footer .wrap-sitemap ul li.sitemap-title a {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container footer .wrap-sitemap ul li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container footer address {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article {
  background: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article.big {
  border: 0 none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article.big .wrap-text {
  background: #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article.big .wrap-text:after {
  background: #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article.big .wrap-text > h3 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article.big .wrap-text > p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .highlights article a > p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tabs-nav .c-tabs-nav__link {
  background-color: transparent;
  border: 1px solid #FFF;
  border-right: 0 none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tabs-nav .c-tabs-nav__link:last-child {
  border-right: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tabs-nav .c-tabs-nav__link.is-active {
  background-color: #434040;
  border: 0 none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tabs-nav .c-tabs-nav__link.is-active .wrap-icon .icon {
  background-color: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tabs-nav .c-tabs-nav__link .wrap-icon .icon {
  background-color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tab {
  background-color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .online-services .c-tabs .c-tab .c-tab__content ul li a {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .happen article {
  background: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .happen article a > p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .happen article.poll .title {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .happen article.poll .wrap-question form input[type="submit"] {
  background: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .happen article.poll .wrap-partial .percentage li span {
  background-color: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast #container #content .home .quickaccess ul li a {
  background: #5b5b5f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .breadcrumb:before {
  background-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .breadcrumb > li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .breadcrumb > li a:hover {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .breadcrumb > li.active {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .breadcrumb > li + li:before {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar:before {
  background-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .sidebar-box h3.title {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .sidebar-box .content p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .sidebar-box .content p a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .content {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .content ul li {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .content ul li small {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .right-sidebar .content ul li h3 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast ul.list-icons {
  border-top: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast ul.list-icons li {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast ul.list-icons li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content h3.title {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content h3.subtitle {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content h4,
body.contrast .page-content p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content .title-section-internal {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content h5 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content ul li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-content a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .pagination {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .pagination a.item-pagination {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .pagination a.item-pagination:hover {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .pagination span.current {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .pagination .btn.btn-prev {
  background: url("../images/btn-arrow-pagination-prev-contrast.png") 0 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .pagination .btn.btn-next {
  background: url("../images/btn-arrow-pagination-next-contrast.png") right 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo header {
  background-color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo header .menu-governo {
  background-color: #000;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo header .menu-governo .nav-interna li a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo header .menu-governo .nav-interna li.active a {
  color: #FFF;
  border-bottom-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo header .header-title {
  background-color: #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-prefeituras .page-content article header h3 {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-prefeituras .page-content article .block-content .lista-cidades li span {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-prefeituras .sidebar-box .lista-indice-alfabetico li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-galeria_governadores .governador-item .governador-content {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-galeria_governadores .governador-item .governador-content h3 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-galeria_governadores .governador-item .governador-content h4 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .page-content header,
body.contrast .page-governo.governo-mapa_do_trabalho .page-content header,
body.contrast .page-governo.imprensa .page-content header {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-album,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-album,
body.contrast .page-governo.imprensa .albuns .item-album {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-album figure .icon,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-album figure .icon,
body.contrast .page-governo.imprensa .albuns .item-album figure .icon {
  background-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-album .item-content h2,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-album .item-content h2,
body.contrast .page-governo.imprensa .albuns .item-album .item-content h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-album .item-content h2 a,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-album .item-content h2 a,
body.contrast .page-governo.imprensa .albuns .item-album .item-content h2 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-audio,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-audio,
body.contrast .page-governo.imprensa .albuns .item-audio {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-audio .item-content .icon,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-content .icon,
body.contrast .page-governo.imprensa .albuns .item-audio .item-content .icon {
  background-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-audio .item-content h2,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-content h2,
body.contrast .page-governo.imprensa .albuns .item-audio .item-content h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-audio .item-content h2 a,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-content h2 a,
body.contrast .page-governo.imprensa .albuns .item-audio .item-content h2 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-audio .item-footer .download a,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download a,
body.contrast .page-governo.imprensa .albuns .item-audio .item-footer .download a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-download,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-download,
body.contrast .page-governo.imprensa .albuns .item-download {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-download .item-content h2,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content h2,
body.contrast .page-governo.imprensa .albuns .item-download .item-content h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-download .item-content h2 a,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content h2 a,
body.contrast .page-governo.imprensa .albuns .item-download .item-content h2 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .item-download .item-content .download a,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content .download a,
body.contrast .page-governo.imprensa .albuns .item-download .item-content .download a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .albuns .btn-more,
body.contrast .page-governo.governo-mapa_do_trabalho .albuns .btn-more,
body.contrast .page-governo.imprensa .albuns .btn-more {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tabs-nav,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav,
body.contrast .page-governo.imprensa .c-tabs .c-tabs-nav {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a,
body.contrast .page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a:hover,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a:hover,
body.contrast .page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link.is-active a,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link.is-active a,
body.contrast .page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link.is-active a {
  color: #FFF;
  border-bottom-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h2,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h2,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h3,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h3,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h3 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article {
  border-left: 2px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 a,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 a,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 a,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 a,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small.tags a,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small.tags a,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small.tags a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p strong,
body.contrast .page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p strong,
body.contrast .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p strong {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content header,
body.contrast .page-governo.orgaos .page-content header {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content header a,
body.contrast .page-governo.orgaos .page-content header a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content .item-secretaria,
body.contrast .page-governo.orgaos .page-content .item-secretaria,
body.contrast .page-governo.secretarias .page-content .item-orgao,
body.contrast .page-governo.orgaos .page-content .item-orgao {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content .item-secretaria header,
body.contrast .page-governo.orgaos .page-content .item-secretaria header,
body.contrast .page-governo.secretarias .page-content .item-orgao header,
body.contrast .page-governo.orgaos .page-content .item-orgao header {
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content .item-secretaria header h2,
body.contrast .page-governo.orgaos .page-content .item-secretaria header h2,
body.contrast .page-governo.secretarias .page-content .item-orgao header h2,
body.contrast .page-governo.orgaos .page-content .item-orgao header h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content .item-secretaria .item-secretaria-content p,
body.contrast .page-governo.orgaos .page-content .item-secretaria .item-secretaria-content p,
body.contrast .page-governo.secretarias .page-content .item-orgao .item-secretaria-content p,
body.contrast .page-governo.orgaos .page-content .item-orgao .item-secretaria-content p,
body.contrast .page-governo.secretarias .page-content .item-secretaria .item-orgao-content p,
body.contrast .page-governo.orgaos .page-content .item-secretaria .item-orgao-content p,
body.contrast .page-governo.secretarias .page-content .item-orgao .item-orgao-content p,
body.contrast .page-governo.orgaos .page-content .item-orgao .item-orgao-content p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.secretarias .page-content .item-secretaria footer a,
body.contrast .page-governo.orgaos .page-content .item-secretaria footer a,
body.contrast .page-governo.secretarias .page-content .item-orgao footer a,
body.contrast .page-governo.orgaos .page-content .item-orgao footer a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.servicos .page-content header {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.servicos .page-content .servico-category h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.servicos .page-content .item-servico {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.servicos .page-content .item-servico header {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.servicos .page-content .item-servico .item-servico-content p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.servicos .page-content .item-servico footer a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post small {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post small a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-header {
  border-right: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-header h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-header h2 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-header p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-header p a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-footer ul.datetime li {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-footer ul.datetime li i.icon.icon-calendar {
  background: url("../images/icons/calendar-contraste.png") 0 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog .blog-list .post .post-footer ul.datetime li i.icon.icon-time {
  background: url("../images/icons/time-contraste.png") 0 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post small {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post small.tags a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post small a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post .post-header h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post .post-content p {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post .post-content p a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post .post-footer ul.datetime li {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post .post-footer ul.datetime li i.icon.icon-calendar {
  background: url("../images/icons/calendar-contraste.png") 0 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .post .post-footer ul.datetime li i.icon.icon-time {
  background: url("../images/icons/time-contraste.png") 0 0 no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .sidebar-box .content ul {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .sidebar-box .content ul li h3 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.blog.blog-interna .sidebar-box .content .btn-more {
  background-color: #434040;
  border-bottom: 6px solid white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.contato .form-contato .field .selectric-custom_contato_select {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.contato .form-contato .field .selectric-custom_contato_select .selectric .label {
  color: #FFF !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.contato .form-contato .field input,
body.contrast .page-governo.contato .form-contato .field textarea {
  color: #000;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.contato .form-contato .field .btn-submit {
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.telefones-uteis .page-content header {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.telefones-uteis .page-content header a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.telefones-uteis .page-content .telefones-uteis-category h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.telefones-uteis .page-content .item-telefone {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.telefones-uteis .page-content .item-telefone.dark {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.telefones-uteis .page-content .item-telefone h3 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content header {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content header a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article figure figcaption {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article .player-hino .download a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article .item-download {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article .item-download .icon.icon-download {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article .item-download .item-content h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article .item-download .item-content h2 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .page-content article .item-download .item-content .download a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .sidebar-box .content ul {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .sidebar-box .content ul li h3 a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.descubra-pe .sidebar-box .content .btn-more {
  background-color: #434040;
  border-bottom: 6px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .page-content header {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .page-content header a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .search-form .field input {
  border: 1px solid #FFF;
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .search-form .field .btn-search {
  color: #FFF;
  background: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .resultado-item {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .resultado-item h2 a {
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .resultado-item small {
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .resultado-item small a {
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box h2 {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box h3.title {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked) + label:before,
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: .9em;
  height: .9em;
  border: 1px solid #e2e5e5;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked) + label:after,
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked + label:after {
  background-color: #434040;
  border: 1px solid #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled:not(:checked) + label:before,
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled:checked + label:before {
  border-color: #434040;
  background-color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled:checked + label:after {
  color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled + label {
  color: #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked:focus + label:before,
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #434040;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li label:hover:before {
  border: 1px solid #434040 !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.mapa_do_site article.section h3.title {
  color: #FFF;
  border-bottom-color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.contrast .page-governo.mapa_do_site article.section .section-content ul li a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.internal.page-governo.blog .page-content .custom-row {
  display: flex;
  flex-wrap: wrap;
}
.home .highlights {
  position: relative;
  display: block;
}
.home .highlights:before,
.home .highlights:after {
  content: " ";
  display: table;
  clear: both;
}
.home .highlights article {
  background: #FFFFFF;
  position: relative;
  display: block;
  max-width: 479px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.home .highlights article.big {
  background: transparent;
  max-width: inherit;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 0;
}
.home .highlights article.big .wrap-image {
  float: left;
}
.home .highlights article.big .wrap-image img {
  height: auto;
  clear: none;
  margin-bottom: 0;
  margin-right: 0;
}
.home .highlights article.big .wrap-text {
  background: #FFFFFF;
  position: relative;
  display: block;
  float: left;
  width: 40%;
  padding: 90px 0 60px 45px;
}
.home .highlights article.big .wrap-text:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  display: block;
  width: 10000%;
  height: 100%;
  top: 0;
  left: 100%;
}
.home .highlights article.big .wrap-text > h3 {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #003859;
  line-height: 1.3;
  text-transform: uppercase;
  clear: both;
  margin-bottom: 30px;
}
.home .highlights article.big .wrap-text > p {
  position: relative;
  display: block;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #272727;
  line-height: 1.2;
  clear: both;
}
.home .highlights article.big .wrap-icon {
  top: 50px;
  bottom: inherit;
  left: 45px;
}
.home .highlights article a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
}
.home .highlights article a .wrap-image {
  position: relative;
  display: block;
}
.home .highlights article a .wrap-image > img {
  position: relative;
  display: block;
  height: 285px;
  clear: both;
  margin-bottom: 20px;
}
.home .highlights article a > p {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #003859;
  line-height: 1.3;
  text-transform: uppercase;
  clear: both;
}
.home .happen {
  position: relative;
  display: block;
}
.home .happen:before,
.home .happen:after {
  content: " ";
  display: table;
  clear: both;
}
.home .happen article {
  background: #FFFFFF;
  position: relative;
  display: block;
  max-width: 479px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.home .happen article a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
}
.home .happen article a .wrap-image {
  position: relative;
  display: block;
}
.home .happen article a .wrap-image > img {
  position: relative;
  display: block;
  min-height: 285px;
  max-height: 290px;
  object-fit: cover;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.home .happen article a > p {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #003859;
  line-height: 1.3;
  text-transform: uppercase;
  clear: both;
}
.home .happen article.poll {
  background: #005f98;
  padding: 35px 40px;
}
.home .happen article.poll .title {
  position: relative;
  display: block;
  font-weight: 900;
  font-size: 26px;
  color: #003859;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.home .happen article.poll .wrap-question {
  position: relative;
}
.home .happen article.poll .wrap-question form {
  position: relative;
  display: block;
}
.home .happen article.poll .wrap-question form:before,
.home .happen article.poll .wrap-question form:after {
  content: " ";
  display: table;
  clear: both;
}
.home .happen article.poll .wrap-question form label {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
}
.home .happen article.poll .wrap-question form label input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
}
.home .happen article.poll .wrap-question form input[type="submit"] {
  background: #25aae1;
  position: relative;
  display: block;
  float: left;
  padding: 20px 63px;
  text-decoration: none;
  border: 0 none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 60px;
}
.home .happen article.poll .wrap-question form .partial {
  position: relative;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  padding-top: 80px;
}
.home .happen article.poll .wrap-partial {
  position: relative;
}
.home .happen article.poll .wrap-partial .percentage {
  position: relative;
  display: block;
}
.home .happen article.poll .wrap-partial .percentage li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home .happen article.poll .wrap-partial .percentage li span {
  background-color: #00ffc4;
  position: relative;
  display: block;
  margin: 0 10px;
}
.home .happen article.poll .wrap-partial .voting {
  position: relative;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  padding-top: 80px;
  margin-right: 70px;
}
.home .happen article.poll .wrap-partial p {
  position: relative;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 80px;
}
.home .happen article.poll .wrap-question.show,
.home .happen article.poll .wrap-partial.show {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.home .happen article.poll .wrap-question.hide,
.home .happen article.poll .wrap-partial.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.home .quickaccess {
  position: relative;
  display: block;
}
.home .quickaccess:before,
.home .quickaccess:after {
  content: " ";
  display: table;
  clear: both;
}
.home .quickaccess ul {
  position: relative;
  display: block;
}
.home .quickaccess ul li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 0;
}
.home .quickaccess ul li:nth-child(odd) {
  padding-right: 10px;
}
.home .quickaccess ul li:nth-child(even) {
  padding-left: 10px;
}
.home .quickaccess ul li:last-child {
  margin-bottom: 0;
}
.home .quickaccess ul li:nth-child(1) a {
  background: #ff4e00 url(../images/bg-img01.png) right center no-repeat;
}
.home .quickaccess ul li:nth-child(2) a {
  background: #e90094;
  background: -moz-linear-gradient(left, #e90094 0%, #a800ff 100%);
  background: -webkit-linear-gradient(left, #e90094 0%, #a800ff 100%);
  background: linear-gradient(to right, #e90094 0%, #a800ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90094', endColorstr='#a800ff', GradientType=1);
}
.home .quickaccess ul li:nth-child(3) a {
  background: #001781 url(../images/bg-img03.png) 0 0 no-repeat;
}
.home .quickaccess ul li:nth-child(4) a {
  background: #f19800 url(../images/bg-img04.png) 0 0 no-repeat;
}
.home .quickaccess ul li:nth-child(5) a {
  background: #4ca92b url(../images/bg-img05.png) right center no-repeat;
}
.home .quickaccess ul li:nth-child(6) a {
  background: #ea353d;
  background: -moz-linear-gradient(left, #ea353d 0%, #970839 100%);
  background: -webkit-linear-gradient(left, #ea353d 0%, #970839 100%);
  background: linear-gradient(to right, #ea353d 0%, #970839 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea353d', endColorstr='#970839', GradientType=1);
}
.home .quickaccess ul li:nth-child(7) a {
  background: #0096ff url(../images/bg-img07.png) 0 0 no-repeat;
}
.home .quickaccess ul li:nth-child(8) a {
  background: #00a9a8 url(../images/bg-img08.png) 0 0 no-repeat;
}
.home .quickaccess ul li:nth-child(9) a {
  background: #d9262e;
  background: -moz-linear-gradient(left, #d9262e 0%, #e74d3e 100%);
  background: -webkit-linear-gradient(left, #d9262e 0%, #e74d3e 100%);
  background: linear-gradient(to right, #d9262e 0%, #e74d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9262e', endColorstr='#e74d3e', GradientType=1);
}
.home .quickaccess ul li a {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 27px 0 27px 20px;
}
.home .highlights article.big img,
.home .highlights article.big .wrap-image {
  min-width: 570px;
}
.home .highlights article.big .wrap-text span {
  display: inline-block;
  color: #FFF;
  pointer-events: none;
  background: #003859;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 16px 7px 26px;
  margin-bottom: 25px;
}
.home .highlights article.big .wrap-text span img {
  min-width: auto;
  position: absolute;
  left: 10px;
  top: 106px;
  transform: translateY(-50%);
}
.blog.internal.page-governo.blog.blog-interna .page-header h2 a {
  font-weight: 900;
  font-size: 24px;
  color: #003859;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 0;
  margin-top: 20px;
  display: block;
  text-decoration: none;
}
.blog.internal.page-governo.blog.blog-interna .wrap-image > img {
  max-width: 460px;
  margin-right: 15px;
  width: 100%;
}
.blog.internal.page-governo.blog.blog-interna .article-info dd {
  color: #005f98;
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.blog.internal.page-governo.blog.blog-interna .article-info .published {
  margin-bottom: 10px;
}
.home-item {
  margin-top: 20px;
}
.home-news {
  position: relative;
}
.home-news span {
  position: absolute;
  color: #FFF;
  z-index: 1;
  pointer-events: none;
  background: #003859;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 16px 7px 26px;
  left: 40px;
  bottom: 30px;
}
.home-news span img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 425px) {
  .row .home .highlights .home-news,
  .row .home .happen .home-news {
    width: 100%;
    margin: 0 auto;
  }
  .title-section {
    padding: 40px 0 10px;
  }
  .home-video {
    width: 100%;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .row .home .highlights .home-news,
  .row .home .happen .home-news {
    max-height: 310px;
    width: 50%;
  }
  .home-video {
    width: 100%;
  }
}
.player-radio {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.custom-player {
  display: inline-flex;
  width: 100%;
  max-width: 200px;
  float: left;
  margin-right: 20px;
  background: linear-gradient(180deg, #F5F7F9, #CDD9E2);
}
.custom-player .play,
.custom-player .pause {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.custom-player .bar {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.custom-player .bar .progress-bar {
  width: 0;
  height: 10px;
  background: #2D8DD2;
  position: absolute;
  left: 8px;
  top: 50%;
  max-width: 126px;
  transform: translateY(-50%);
}
.custom-player .bar span {
  display: block;
  width: 90%;
  height: 10px;
  background: #E7EDF0;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
}
.custom-player .play {
  background-image: url(../images/play.png);
}
.custom-player .pause {
  background-image: url(../images/pause.png);
}
.letters {
  margin-top: 20px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.letters a {
  display: block;
  font-weight: bold;
  color: #005f98;
  font-size: 24px;
}
.search-prefeitura__btn {
  border: none;
}
.custom_select_label {
  position: relative;
  width: 100%;
  display: block;
}
.custom_select_label:after {
  content: '';
  background: #ffffff;
  right: 25px;
  top: 50%;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #bcbcbc;
  margin-top: -4px;
}
.custom_select {
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 11px;
  color: #808080;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 18px;
}
.custom_select option,
.custom_select optgroup {
  background: #FFFFFF;
  position: relative;
  display: block;
  border: 0px;
  outline: 0px;
  width: 100%;
  font-weight: 700;
  font-size: 11px;
  color: #808080;
  line-height: 1;
  text-transform: uppercase;
}
.selectric-custom_select .selectric {
  border: 0 !important;
  background: #FFFFFF !important;
}
.selectric-custom_select .selectric .label {
  color: #808080 !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.selectric-custom_select .selectric .button {
  color: #bcbcbc !important;
}
.selectric-custom_select .selectric-scroll ul {
  margin-top: 0 !important;
}
.selectric-custom_select .selectric-scroll ul li {
  background: #FFFFFF !important;
  outline: 0px;
  font-weight: 700;
  font-size: 14px;
  color: #808080 !important;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
form .field {
  margin-bottom: 10px;
}
form .field.group {
  height: 38px;
  background-color: #FFFFFF;
  position: relative;
}
form .field.group input {
  width: 100%;
  height: 38px;
  border: 0;
  color: #808080 !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
form .field.group button {
  width: 38px;
  height: 38px;
  background: #bcbcbc;
  border: 0;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.pagination {
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0;
  margin-top: 40px;
}
.pagination a.item-pagination {
  color: #989898;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
}
.pagination a.item-pagination:hover {
  font-size: 39px;
  color: #005f98;
  font-weight: 700;
  padding: 10px;
}
.pagination span.current {
  font-size: 39px;
  color: #005f98;
  font-weight: 700;
  padding: 10px;
}
.pagination .btn {
  padding: 10px 15px;
}
.pagination .btn.btn-prev {
  background: url("../images/btn-arrow-pagination-prev.png") 0 0 no-repeat;
}
.pagination .btn.btn-next {
  background: url("../images/btn-arrow-pagination-next.png") right 0 no-repeat;
}
.pagination .btn span {
  display: none;
}
.pagination .item-pagination.current {
  font-size: 39px;
  color: #03b696;
  font-weight: 700;
  padding: 10px;
}
.pagination .item-pagination.current:hover {
  text-decoration: none;
}
.pagination a.item-pagination:nth-child(2):hover,
.pagination a.item-pagination:nth-last-child(2):hover {
  font-size: inherit;
}
/**
 * Menu Collapse
 */
.breadcrumb {
  list-style: none;
  margin-top: 0;
  padding: 10px 0 15px 0;
  position: relative;
}
.breadcrumb:before {
  width: 150px;
  height: 5px;
  content: '';
  display: block;
  background-color: #25aae1;
  position: absolute;
  bottom: -5px;
}
.breadcrumb > li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb > li a {
  color: #003859;
  text-decoration: none;
}
.breadcrumb > li a:hover {
  color: #25aae1;
}
.breadcrumb > li.active {
  color: #25aae1;
}
.breadcrumb > li + li:before {
  padding-right: 5px;
  color: #003859;
  content: "\003e";
}
.right-sidebar {
  position: relative;
  padding-top: 30px;
}
.right-sidebar:before {
  width: 150px;
  height: 5px;
  content: '';
  display: block;
  background-color: #25aae1;
  position: absolute;
  top: 0;
}
ul.list-icons {
  margin-top: 100px;
  border-top: 1px solid #bfbfbf;
}
ul.list-icons li {
  border-bottom: 1px solid #bfbfbf;
  padding: 12px 2px;
}
ul.list-icons li:before,
ul.list-icons li:after {
  content: " ";
  display: table;
  clear: both;
}
ul.list-icons li span.icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
  float: left;
}
ul.list-icons li span.icon.icon-globo {
  background: url("../images/icons/globo.png") 0 0 no-repeat;
}
ul.list-icons li span.icon.icon-email {
  width: 33px;
  height: 25px;
  background: url("../images/icons/email.png") 0 0 no-repeat;
}
ul.list-icons li a {
  display: inline-block;
  line-height: 28px;
  float: left;
  text-decoration: none;
}
.page-content--acessibility h3 {
  padding: 15px 0 0;
}
.page-content--acessibility hr {
  margin: 50px 0 10px;
}
.page-content {
  padding-top: 30px;
}
.page-content h3.title {
  font-size: 16px;
  font-weight: 900;
  color: #003859;
  text-transform: uppercase;
  border-bottom: 1px solid #25aae1;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.page-content h3.subtitle {
  font-size: 14px;
  font-weight: 900;
  color: #858585;
  text-transform: uppercase;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.page-content h4,
.page-content p {
  color: #272727;
  margin: 15px 0;
}
.page-content h4 {
  font-size: 18px;
}
.page-content h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
}
.page-content p {
  font-size: 16px;
}
.page-content a {
  color: #003859;
  text-decoration: none;
}
.page-content a:hover {
  text-decoration: underline;
}
.page-content .title-section-internal {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: #003859;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #25aae1;
}
.page-content .highlight-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #005f98;
  line-height: 1;
}
.page-content .highlight-text.uppercase {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-content ul {
  position: relative;
  display: block;
}
.page-content ul.lista-orgaos {
  padding-top: 30px;
}
.page-content ul.lista-orgaos li:nth-child(even) {
  margin-bottom: 15px;
}
.page-content ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.page-content ul li:nth-child(even) {
  margin-bottom: 40px;
}
.page-content ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #005f98;
  text-decoration: none;
}
.page-content ul li a:hover {
  text-decoration: underline;
}
.right-sidebar .sidebar-box--bar {
  border: none !important;
}
.right-sidebar .sidebar-box {
  margin-bottom: 30px;
}
.right-sidebar .sidebar-box h3.title {
  font-size: 19px;
  font-weight: 900;
  color: #003859;
  text-transform: uppercase;
  border-bottom: 1px solid #25aae1;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.right-sidebar .sidebar-box .content {
  font-size: 13px;
  color: #272727;
}
.right-sidebar .sidebar-box .content ul {
  margin-top: -20px;
}
.right-sidebar .sidebar-box .content ul li {
  border-bottom: 1px solid #25aae1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.right-sidebar .sidebar-box .content ul li h3 {
  font-weight: 400;
  color: #005f98;
  font-size: 12px;
  text-transform: uppercase;
}
.right-sidebar .sidebar-box .content ul li h3 a {
  color: #005f98;
  text-decoration: none;
}
.right-sidebar .sidebar-box .content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #272727;
}
.right-sidebar .sidebar-box .content p a {
  color: #005f98;
  text-decoration: none;
}
.right-sidebar .sidebar-box .highlight-link {
  padding: 10px 20px !important;
}
.page-governo header {
  background-color: #005f98;
  margin-top: 30px;
}
.page-governo header h2.page-title {
  font-weight: 900;
  color: #FFFFFF;
  padding: 10px 30px 5px;
  text-transform: uppercase;
}
.page-governo header .menu-governo {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #003859;
  border-bottom: 1px solid #25aae1;
  min-height: 43px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-governo header .menu-governo {
    display: flex;
  }
}
.page-governo header .menu-governo .btn-governo-menu-toogle {
  color: #FFFFFF;
  font-size: 35px;
  border: 0;
  background-color: transparent;
  height: 43px;
  width: 43px;
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
  z-index: 1000;
}
.page-governo header .menu-governo .nav-interna {
  position: relative;
  display: block;
}
.page-governo header .menu-governo .nav-interna li {
  float: left;
  margin-left: 15px;
}
.page-governo header .menu-governo .nav-interna li a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}
.page-governo header .menu-governo .nav-interna li a:hover {
  color: #25aae1;
  border-bottom-color: #25aae1;
}
.page-governo header .menu-governo .nav-interna li.active a {
  color: #25aae1;
  border-bottom-color: #25aae1;
}
.page-governo header .menu-governo h3 {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
.page-governo header .header-title {
  padding: 13px 30px;
  background-color: #003859;
}
.page-governo header .header-title h3 {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
.page-governo .header-img {
  background-color: ;
}
.page-governo .header-img:before,
.page-governo .header-img:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo .header-img figure img {
  float: left;
}
.page-governo.governo-prefeituras .page-content article {
  margin-bottom: 40px;
}
.page-governo.governo-prefeituras .page-content article:before,
.page-governo.governo-prefeituras .page-content article:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.governo-prefeituras .page-content article header {
  background-color: transparent;
}
.page-governo.governo-prefeituras .page-content article header h3 {
  font-size: 22px;
  color: #003859;
  text-transform: uppercase;
  border-bottom: 1px solid #25aae1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-governo.governo-prefeituras .page-content article header figure img {
  width: 100%;
}
.page-governo.governo-prefeituras .page-content article .block-content .lista-cidades li {
  width: 33%;
  float: left;
  margin-bottom: 0;
}
.page-governo.governo-prefeituras .page-content article .block-content .lista-cidades li span {
  padding: 10px 0;
  display: block;
}
.page-governo.governo-prefeituras .page-content article .block-content .lista-cidades li span a:target {
  font-weight: bold;
}
.page-governo.governo-prefeituras .page-content .content.select {
  position: relative;
}
.page-governo.governo-prefeituras .page-content .content.select .arrow {
  position: absolute;
  display: flex;
  padding: 22.5px 17.5px 14px;
  top: 0;
  right: 0;
  pointer-events: none;
  background-color: #FFFFFF;
}
.page-governo.governo-prefeituras .page-content .content.select .arrow-down {
  border: 8px solid transparent;
  border-top-color: #cfcfcf;
}
.page-governo.governo-prefeituras .page-content .select-mesorregiao {
  -webkit-appearance: none;
  -moz-appearence: none;
  appearence: none;
  padding: 15px;
}
.page-governo.governo-prefeituras .page-content .select-mesorregiao,
.page-governo.governo-prefeituras .page-content .search-mesorregiao {
  outline: none;
}
.page-governo.governo-prefeituras .page-content .search-prefeitura {
  position: relative;
}
.page-governo.governo-prefeituras .page-content .search-prefeitura .search-prefeitura__btn {
  background-color: #cfcfcf;
  padding: 16.5px;
  cursour: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-governo.governo-prefeituras .page-content .search-prefeitura .search-prefeitura__btn i {
  background-color: #cfcfcf;
  font-size: 20px;
  color: #FFFFFF;
}
.page-governo.governo-prefeituras .sidebar-box .lista-indice-alfabetico li {
  border: 0;
  display: inline-block;
  width: 19%;
  padding-bottom: 0;
}
.page-governo.governo-prefeituras .sidebar-box .lista-indice-alfabetico li a {
  text-decoration: none;
  font-weight: 900;
  font-size: 30px;
  color: #25aae1;
  display: block;
  text-align: center;
}
.page-governo.governo-galeria_governadores .page-content {
  padding-top: 30px;
  position: relative;
  z-index: 10;
}
.page-governo.governo-galeria_governadores .page-content .governador-item {
  display: inline-block;
  width: 220px;
  margin-left: 20px;
  vertical-align: top;
}
.page-governo.governo-galeria_governadores .page-content .governador-item img {
  width: 100%;
}
.page-governo.governo-galeria_governadores .page-content .governador-item .governador-content {
  padding: 10px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.page-governo.governo-galeria_governadores .page-content .governador-item .governador-content h3 {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #003859;
}
.page-governo.governo-galeria_governadores .page-content .governador-item .governador-content h4 {
  color: #003859;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}
.page-governo.governo-galeria_governadores .page-content .governador-item .governador-content p {
  font-size: 12px;
  line-height: 1.3;
}
.page-governo.governo-licitacoes .page-content header,
.page-governo.governo-mapa_do_trabalho .page-content header,
.page-governo.imprensa .page-content header {
  min-height: 41px;
  margin: 50px 0;
  padding-bottom: 30px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.page-governo.governo-licitacoes .page-content header:before,
.page-governo.governo-mapa_do_trabalho .page-content header:before,
.page-governo.imprensa .page-content header:before,
.page-governo.governo-licitacoes .page-content header:after,
.page-governo.governo-mapa_do_trabalho .page-content header:after,
.page-governo.imprensa .page-content header:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.governo-licitacoes .page-content header a,
.page-governo.governo-mapa_do_trabalho .page-content header a,
.page-governo.imprensa .page-content header a {
  color: #005f98;
  font-weight: normal;
  text-decoration: none;
}
.page-governo.governo-licitacoes .page-content header a:hover,
.page-governo.governo-mapa_do_trabalho .page-content header a:hover,
.page-governo.imprensa .page-content header a:hover {
  text-decoration: underline;
}
.page-governo.governo-licitacoes .page-content header span.icon,
.page-governo.governo-mapa_do_trabalho .page-content header span.icon,
.page-governo.imprensa .page-content header span.icon {
  width: 41px;
  height: 41px;
  background-color: #25aae1;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.page-governo.governo-licitacoes .page-content .etapas,
.page-governo.governo-mapa_do_trabalho .page-content .etapas,
.page-governo.imprensa .page-content .etapas {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-governo.governo-licitacoes .page-content .etapas li,
.page-governo.governo-mapa_do_trabalho .page-content .etapas li,
.page-governo.imprensa .page-content .etapas li {
  background-color: ;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  width: 85px;
  height: 107px;
  padding: 0 5px;
  border-radius: 5px;
}
.page-governo.governo-licitacoes .albuns .icon,
.page-governo.governo-mapa_do_trabalho .albuns .icon,
.page-governo.imprensa .albuns .icon {
  width: 74px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-governo.governo-licitacoes .albuns .icon.icon-album,
.page-governo.governo-mapa_do_trabalho .albuns .icon.icon-album,
.page-governo.imprensa .albuns .icon.icon-album {
  background-image: url("../images/icons/galeria.png");
}
.page-governo.governo-licitacoes .albuns .icon.icon-video,
.page-governo.governo-mapa_do_trabalho .albuns .icon.icon-video,
.page-governo.imprensa .albuns .icon.icon-video {
  background-image: url("../images/icons/video.png");
}
.page-governo.governo-licitacoes .albuns .icon.icon-audio,
.page-governo.governo-mapa_do_trabalho .albuns .icon.icon-audio,
.page-governo.imprensa .albuns .icon.icon-audio {
  background-image: url("../images/icons/audio.png");
}
.page-governo.governo-licitacoes .albuns .item-album,
.page-governo.governo-mapa_do_trabalho .albuns .item-album,
.page-governo.imprensa .albuns .item-album {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.page-governo.governo-licitacoes .albuns .item-album figure,
.page-governo.governo-mapa_do_trabalho .albuns .item-album figure,
.page-governo.imprensa .albuns .item-album figure {
  position: relative;
}
.page-governo.governo-licitacoes .albuns .item-album figure:before,
.page-governo.governo-mapa_do_trabalho .albuns .item-album figure:before,
.page-governo.imprensa .albuns .item-album figure:before,
.page-governo.governo-licitacoes .albuns .item-album figure:after,
.page-governo.governo-mapa_do_trabalho .albuns .item-album figure:after,
.page-governo.imprensa .albuns .item-album figure:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.governo-licitacoes .albuns .item-album figure .icon,
.page-governo.governo-mapa_do_trabalho .albuns .item-album figure .icon,
.page-governo.imprensa .albuns .item-album figure .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #003859;
}
.page-governo.governo-licitacoes .albuns .item-album figure img,
.page-governo.governo-mapa_do_trabalho .albuns .item-album figure img,
.page-governo.imprensa .albuns .item-album figure img {
  float: left;
}
.page-governo.governo-licitacoes .albuns .item-album .item-content,
.page-governo.governo-mapa_do_trabalho .albuns .item-album .item-content,
.page-governo.imprensa .albuns .item-album .item-content {
  padding: 20px 0;
}
.page-governo.governo-licitacoes .albuns .item-album .item-content h2,
.page-governo.governo-mapa_do_trabalho .albuns .item-album .item-content h2,
.page-governo.imprensa .albuns .item-album .item-content h2 {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}
.page-governo.governo-licitacoes .albuns .item-album .item-content h2 a,
.page-governo.governo-mapa_do_trabalho .albuns .item-album .item-content h2 a,
.page-governo.imprensa .albuns .item-album .item-content h2 a {
  color: #003859;
  text-decoration: none;
}
.page-governo.governo-licitacoes .albuns .item-audio,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio,
.page-governo.imprensa .albuns .item-audio {
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-content .icon,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-content .icon,
.page-governo.imprensa .albuns .item-audio .item-content .icon {
  background-color: #003859;
  float: left;
  margin-right: 15px;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-content h2,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-content h2,
.page-governo.imprensa .albuns .item-audio .item-content h2 {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-content h2 a,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-content h2 a,
.page-governo.imprensa .albuns .item-audio .item-content h2 a {
  color: #15407f;
  text-decoration: none;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer--radio,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer--radio,
.page-governo.imprensa .albuns .item-audio .item-footer--radio {
  margin-top: 20px !important;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer,
.page-governo.imprensa .albuns .item-audio .item-footer {
  margin-top: 10px;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer:before,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer:before,
.page-governo.imprensa .albuns .item-audio .item-footer:before,
.page-governo.governo-licitacoes .albuns .item-audio .item-footer:after,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer:after,
.page-governo.imprensa .albuns .item-audio .item-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .player,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .player,
.page-governo.imprensa .albuns .item-audio .item-footer .player {
  width: 200px;
  height: 25px;
  background: url("../images/imprensa/player.png") 0 0 no-repeat;
  float: left;
  margin-right: 25px;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .download,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download,
.page-governo.imprensa .albuns .item-audio .item-footer .download {
  float: left;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .download:before,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download:before,
.page-governo.imprensa .albuns .item-audio .item-footer .download:before,
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .download:after,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download:after,
.page-governo.imprensa .albuns .item-audio .item-footer .download:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .download .icon,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download .icon,
.page-governo.imprensa .albuns .item-audio .item-footer .download .icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .download .icon.icon-mp3,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download .icon.icon-mp3,
.page-governo.imprensa .albuns .item-audio .item-footer .download .icon.icon-mp3 {
  background: url("../images/icons/mp3.png") 0 0 no-repeat;
}
.page-governo.governo-licitacoes .albuns .item-audio .item-footer .download a,
.page-governo.governo-mapa_do_trabalho .albuns .item-audio .item-footer .download a,
.page-governo.imprensa .albuns .item-audio .item-footer .download a {
  font-size: 12px;
  text-transform: uppercase;
  color: #25aae1;
  text-decoration: none;
  line-height: 20px;
  display: block;
}
.page-governo.governo-licitacoes .albuns .item-download,
.page-governo.governo-mapa_do_trabalho .albuns .item-download,
.page-governo.imprensa .albuns .item-download {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  min-height: 133px;
}
.page-governo.governo-licitacoes .albuns .item-download > img,
.page-governo.governo-mapa_do_trabalho .albuns .item-download > img,
.page-governo.imprensa .albuns .item-download > img {
  margin-right: 10px;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content:before,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content:before,
.page-governo.imprensa .albuns .item-download .item-content:before,
.page-governo.governo-licitacoes .albuns .item-download .item-content:after,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content:after,
.page-governo.imprensa .albuns .item-download .item-content:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content figure,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content figure,
.page-governo.imprensa .albuns .item-download .item-content figure {
  float: left;
  margin-right: 15px;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content h2,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content h2,
.page-governo.imprensa .albuns .item-download .item-content h2 {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #003859;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content h2 a,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content h2 a,
.page-governo.imprensa .albuns .item-download .item-content h2 a {
  color: #003859;
  text-decoration: none;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content .download,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content .download,
.page-governo.imprensa .albuns .item-download .item-content .download {
  float: left;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content .download .icon,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content .download .icon,
.page-governo.imprensa .albuns .item-download .item-content .download .icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content .download .icon.icon-pdf,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content .download .icon.icon-pdf,
.page-governo.imprensa .albuns .item-download .item-content .download .icon.icon-pdf {
  background: url("../images/icons/pdf.png") 0 0 no-repeat;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content .download .icon.icon-doc,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content .download .icon.icon-doc,
.page-governo.imprensa .albuns .item-download .item-content .download .icon.icon-doc {
  background: url("../images/icons/doc.png") 0 0 no-repeat;
}
.page-governo.governo-licitacoes .albuns .item-download .item-content .download a,
.page-governo.governo-mapa_do_trabalho .albuns .item-download .item-content .download a,
.page-governo.imprensa .albuns .item-download .item-content .download a {
  font-size: 12px;
  text-transform: uppercase;
  color: #005f98;
  text-decoration: none;
  line-height: 20px;
  display: block;
}
.page-governo.governo-licitacoes .albuns .btn-more,
.page-governo.governo-mapa_do_trabalho .albuns .btn-more,
.page-governo.imprensa .albuns .btn-more {
  background: #005f98;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 58px;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-governo.governo-licitacoes .c-tabs .c-tabs-nav,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav,
.page-governo.imprensa .c-tabs .c-tabs-nav {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link,
.page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link {
  display: inline-block;
  margin-right: 10px;
}
.page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a,
.page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a {
  font-weight: 700;
  color: #989898;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 52px;
  height: 52px;
  display: inline-block;
  border-bottom: 6px solid transparent;
}
.page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a:hover,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a:hover,
.page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link a:hover {
  color: #25aae1;
  border-bottom-color: #25aae1;
}
.page-governo.governo-licitacoes .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link.is-active a,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link.is-active a,
.page-governo.imprensa .c-tabs .c-tabs-nav .c-tabs_agenda-nav__link.is-active a {
  color: #25aae1;
  border-bottom-color: #25aae1;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda,
.page-governo.imprensa .c-tabs .c-tab_agenda {
  display: none;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda.is-active,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda.is-active,
.page-governo.imprensa .c-tabs .c-tab_agenda.is-active {
  display: block;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item {
  margin-top: 47px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header {
  border-bottom: 0;
  display: inline-block !important;
  margin: 0 20px 0 0;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h2,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h2,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h2 {
  font-size: 70px;
  font-weight: 900;
  color: #003859;
  line-height: .8;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h3,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h3,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header h3 {
  font-size: 22px;
  color: #25aae1;
  font-weight: 900;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content {
  display: inline-block;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article {
  margin-bottom: 30px;
  border-left: 2px solid #cfcfcf;
  padding-left: 20px;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 12px;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 a,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 a,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h2 a {
  color: #003859;
  text-decoration: none;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 a,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 a,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article h3 a {
  font-size: 12px;
  color: #005f98;
  text-transform: uppercase;
  text-decoration: none;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail {
  display: none;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #272727;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small.tags a,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small.tags a,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail small.tags a {
  color: #005f98;
  font-weight: normal;
  text-decoration: none;
  margin-right: 10px;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail .addthis_inline_share_toolbox,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail .addthis_inline_share_toolbox,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail .addthis_inline_share_toolbox {
  margin-top: 20px;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p {
  font-size: 16px;
}
.page-governo.governo-licitacoes .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p strong,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p strong,
.page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article .detail p strong {
  color: #003859;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo {
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header {
  background-color: #005f98;
  padding: 10px 16px;
  margin: 0 !important;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header .icon {
  width: 48px;
  height: 48px;
  background-color: #25aae1;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header .icon.icon-desenv-economico {
  background-image: url("../images/acoes/ico-desenv_economico.png");
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header .icon.icon-seguranca {
  background-image: url("../images/acoes/ico-seguranca.png");
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header .icon.icon-turismo {
  background-image: url("../images/acoes/ico-turismo.png");
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header .icon.icon-educacao {
  background-image: url("../images/acoes/ico-educacao.png");
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo header h2 {
  color: #FFFFFF;
  line-height: 48px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo .acao-governo-content {
  padding: 30px;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo .acao-governo-content p {
  margin: 0;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo footer {
  border-top: 1px solid #cfcfcf;
  margin: 0;
  padding: 15px 30px !important;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo footer a {
  color: #25aae1;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-governo.governo-mapa_do_trabalho .page-content .acao-governo footer a:hover {
  text-decoration: underline;
}
.page-governo.secretarias .page-content header,
.page-governo.orgaos .page-content header {
  min-height: 41px;
  margin: 50px 0;
  padding-bottom: 30px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.page-governo.secretarias .page-content header:before,
.page-governo.orgaos .page-content header:before,
.page-governo.secretarias .page-content header:after,
.page-governo.orgaos .page-content header:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.secretarias .page-content header a,
.page-governo.orgaos .page-content header a {
  color: #005f98;
  font-weight: normal;
  text-decoration: none;
}
.page-governo.secretarias .page-content header a:hover,
.page-governo.orgaos .page-content header a:hover {
  text-decoration: underline;
}
.page-governo.secretarias .page-content header span.icon,
.page-governo.orgaos .page-content header span.icon {
  width: 41px;
  height: 41px;
  background-color: #25aae1;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.page-governo.secretarias .page-content .item-secretaria,
.page-governo.orgaos .page-content .item-secretaria,
.page-governo.secretarias .page-content .item-orgao,
.page-governo.orgaos .page-content .item-orgao {
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.page-governo.secretarias .page-content .item-secretaria header,
.page-governo.orgaos .page-content .item-secretaria header,
.page-governo.secretarias .page-content .item-orgao header,
.page-governo.orgaos .page-content .item-orgao header {
  background-color: #005f98;
  padding: 30px;
  margin: 0 !important;
}
.page-governo.secretarias .page-content .item-secretaria header h2,
.page-governo.orgaos .page-content .item-secretaria header h2,
.page-governo.secretarias .page-content .item-orgao header h2,
.page-governo.orgaos .page-content .item-orgao header h2,
.page-governo.secretarias .page-content .item-secretaria header small,
.page-governo.orgaos .page-content .item-secretaria header small,
.page-governo.secretarias .page-content .item-orgao header small,
.page-governo.orgaos .page-content .item-orgao header small {
  color: #FFFFFF;
  text-transform: uppercase;
}
.page-governo.secretarias .page-content .item-secretaria header h2,
.page-governo.orgaos .page-content .item-secretaria header h2,
.page-governo.secretarias .page-content .item-orgao header h2,
.page-governo.orgaos .page-content .item-orgao header h2 {
  line-height: 1;
  font-size: 22px;
  font-weight: 900;
}
.page-governo.secretarias .page-content .item-secretaria header small,
.page-governo.orgaos .page-content .item-secretaria header small,
.page-governo.secretarias .page-content .item-orgao header small,
.page-governo.orgaos .page-content .item-orgao header small {
  font-size: 12px;
  font-weight: 700;
}
.page-governo.secretarias .page-content .item-secretaria .item-secretaria-content,
.page-governo.orgaos .page-content .item-secretaria .item-secretaria-content,
.page-governo.secretarias .page-content .item-orgao .item-secretaria-content,
.page-governo.orgaos .page-content .item-orgao .item-secretaria-content,
.page-governo.secretarias .page-content .item-secretaria .item-orgao-content,
.page-governo.orgaos .page-content .item-secretaria .item-orgao-content,
.page-governo.secretarias .page-content .item-orgao .item-orgao-content,
.page-governo.orgaos .page-content .item-orgao .item-orgao-content {
  padding: 30px;
}
.page-governo.secretarias .page-content .item-secretaria .item-secretaria-content p,
.page-governo.orgaos .page-content .item-secretaria .item-secretaria-content p,
.page-governo.secretarias .page-content .item-orgao .item-secretaria-content p,
.page-governo.orgaos .page-content .item-orgao .item-secretaria-content p,
.page-governo.secretarias .page-content .item-secretaria .item-orgao-content p,
.page-governo.orgaos .page-content .item-secretaria .item-orgao-content p,
.page-governo.secretarias .page-content .item-orgao .item-orgao-content p,
.page-governo.orgaos .page-content .item-orgao .item-orgao-content p {
  color: #000000;
  font-size: 16px;
}
.page-governo.secretarias .page-content .item-secretaria .item-secretaria-content p strong,
.page-governo.orgaos .page-content .item-secretaria .item-secretaria-content p strong,
.page-governo.secretarias .page-content .item-orgao .item-secretaria-content p strong,
.page-governo.orgaos .page-content .item-orgao .item-secretaria-content p strong,
.page-governo.secretarias .page-content .item-secretaria .item-orgao-content p strong,
.page-governo.orgaos .page-content .item-secretaria .item-orgao-content p strong,
.page-governo.secretarias .page-content .item-orgao .item-orgao-content p strong,
.page-governo.orgaos .page-content .item-orgao .item-orgao-content p strong {
  font-weight: 700;
}
.page-governo.secretarias .page-content .item-secretaria footer,
.page-governo.orgaos .page-content .item-secretaria footer,
.page-governo.secretarias .page-content .item-orgao footer,
.page-governo.orgaos .page-content .item-orgao footer {
  border-top: 1px solid #cfcfcf;
  margin: 0;
  padding: 15px 30px !important;
}
.page-governo.secretarias .page-content .item-secretaria footer a,
.page-governo.orgaos .page-content .item-secretaria footer a,
.page-governo.secretarias .page-content .item-orgao footer a,
.page-governo.orgaos .page-content .item-orgao footer a {
  color: #25aae1;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-governo.secretarias .page-content .item-secretaria footer a:hover,
.page-governo.orgaos .page-content .item-secretaria footer a:hover,
.page-governo.secretarias .page-content .item-orgao footer a:hover,
.page-governo.orgaos .page-content .item-orgao footer a:hover {
  text-decoration: underline;
}
.page-governo.secretarias .page-content .item-secretaria footer a:nth-child(2),
.page-governo.orgaos .page-content .item-secretaria footer a:nth-child(2),
.page-governo.secretarias .page-content .item-orgao footer a:nth-child(2),
.page-governo.orgaos .page-content .item-orgao footer a:nth-child(2) {
  margin: 0 40px;
}
.page-governo.servicos .page-content header {
  min-height: 41px;
  margin: 50px 0;
  padding-bottom: 30px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.page-governo.servicos .page-content header:before,
.page-governo.servicos .page-content header:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.servicos .page-content header a {
  color: #005f98;
  font-weight: normal;
  text-decoration: none;
}
.page-governo.servicos .page-content header a:hover {
  text-decoration: underline;
}
.page-governo.servicos .page-content header span.icon {
  width: 41px;
  height: 41px;
  background-color: #25aae1;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.page-governo.servicos .page-content .servico-category {
  padding: 0 10px;
  margin-bottom: 20px;
}
.page-governo.servicos .page-content .servico-category h2 {
  font-weight: 900;
  color: #003859;
  font-size: 28px;
  line-height: 92px;
  float: left;
}
.page-governo.servicos .page-content .servico-category .icon {
  width: 92px;
  height: 92px;
  display: inline-block;
  float: left;
  background: #25aae1;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 20px;
}
.page-governo.servicos .page-content .servico-category .icon.icon-cidadao {
  background-image: url("../images/icons/cidadao.png");
}
.page-governo.servicos .page-content .servico-category .icon.icon-relacoes_governo {
  background-image: url("../images/icons/relacoes_governo.png");
}
.page-governo.servicos .page-content .item-servico {
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.page-governo.servicos .page-content .item-servico header {
  background-color: #005f98;
  padding: 30px;
  margin: 0 !important;
  border: 0 none;
}
.page-governo.servicos .page-content .item-servico header h2,
.page-governo.servicos .page-content .item-servico header small {
  color: #FFFFFF;
  text-transform: uppercase;
}
.page-governo.servicos .page-content .item-servico header h2 {
  line-height: 1;
  font-size: 22px;
  font-weight: 900;
}
.page-governo.servicos .page-content .item-servico header small {
  font-size: 12px;
  font-weight: 700;
}
.page-governo.servicos .page-content .item-servico .item-servico-content {
  padding: 30px;
}
.page-governo.servicos .page-content .item-servico .item-servico-content p {
  color: #000000;
  font-size: 16px;
}
.page-governo.servicos .page-content .item-servico .item-servico-content p strong {
  font-weight: 700;
}
.page-governo.servicos .page-content .item-servico footer {
  border-top: 1px solid #cfcfcf;
  margin: 0;
  padding: 15px 30px !important;
}
.page-governo.servicos .page-content .item-servico footer a {
  color: #005f98;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-governo.servicos .page-content .item-servico footer a:hover {
  text-decoration: underline;
}
.page-governo.servicos .page-content .item-servico footer a:nth-child(2) {
  margin: 0 40px;
}
.page-governo.blog .blog-list .post {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.page-governo.blog .blog-list .post:last-child {
  border-bottom: 0;
}
.page-governo.blog .blog-list .post small {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #272727;
}
.page-governo.blog .blog-list .post small a {
  color: #005f98;
  text-decoration: none;
  margin-right: 10px;
}
.page-governo.blog .blog-list .post .post-img {
  padding-left: 0;
}
.page-governo.blog .blog-list .post .post-img figure img {
  width: 100%;
}
.page-governo.blog .blog-list .post .post-header {
  border-right: 1px solid #cfcfcf;
}
.page-governo.blog .blog-list .post .post-header h2 {
  font-weight: 900;
  font-size: 16px;
  margin-top: 15px;
}
.page-governo.blog .blog-list .post .post-header h2 a {
  color: #003859;
  text-decoration: none;
  text-transform: uppercase;
}
.page-governo.blog .blog-list .post .post-header p {
  font-size: 15px;
  color: #272727;
}
.page-governo.blog .blog-list .post .post-header p a {
  color: #272727;
  text-decoration: none;
}
.page-governo.blog .blog-list .post .post-footer ul.datetime li {
  font-size: 11px;
  font-weight: 700;
  color: #272727;
  line-height: 17px;
  margin-bottom: 15px;
}
.page-governo.blog .blog-list .post .post-footer ul.datetime li:before,
.page-governo.blog .blog-list .post .post-footer ul.datetime li:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.blog .blog-list .post .post-footer ul.datetime li i.icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  float: left;
}
.page-governo.blog .blog-list .post .post-footer ul.datetime li i.icon.icon-calendar {
  height: 17px;
  background: url("../images/icons/calendar.png") 0 0 no-repeat;
}
.page-governo.blog .blog-list .post .post-footer ul.datetime li i.icon.icon-time {
  background: url("../images/icons/time.png") 0 0 no-repeat;
}
.page-governo.blog.blog-interna .post small {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #272727;
}
.page-governo.blog.blog-interna .post small.tags a {
  color: #005f98;
  font-weight: normal;
}
.page-governo.blog.blog-interna .post small a {
  color: #005f98;
  text-decoration: none;
  margin-right: 10px;
}
.page-governo.blog.blog-interna .post .post-header {
  margin-bottom: 10px;
}
.page-governo.blog.blog-interna .post .post-header h2 {
  font-weight: 900;
  font-size: 24px;
  color: #003859;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-governo.blog.blog-interna .post .post-content figure img {
  width: 100%;
}
.page-governo.blog.blog-interna .post .post-content p {
  color: #272727;
  font-size: 15px;
}
.page-governo.blog.blog-interna .post .post-content p a {
  color: #005f98;
  text-decoration: none;
}
.page-governo.blog.blog-interna .post .post-footer {
  margin-bottom: 15px;
}
.page-governo.blog.blog-interna .post .post-footer:before,
.page-governo.blog.blog-interna .post .post-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.blog.blog-interna .post .post-footer ul.datetime {
  float: left;
}
.page-governo.blog.blog-interna .post .post-footer ul.datetime li {
  font-size: 11px;
  font-weight: 700;
  color: #272727;
  line-height: 17px;
  margin-right: 15px;
  float: left;
}
.page-governo.blog.blog-interna .post .post-footer ul.datetime li:before,
.page-governo.blog.blog-interna .post .post-footer ul.datetime li:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.blog.blog-interna .post .post-footer ul.datetime li i.icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  float: left;
}
.page-governo.blog.blog-interna .post .post-footer ul.datetime li i.icon.icon-calendar {
  height: 17px;
  background: url("../images/icons/calendar.png") 0 0 no-repeat;
}
.page-governo.blog.blog-interna .post .post-footer ul.datetime li i.icon.icon-time {
  background: url("../images/icons/time.png") 0 0 no-repeat;
}
.page-governo.blog.blog-interna .sidebar-box .content ul li:before,
.page-governo.blog.blog-interna .sidebar-box .content ul li:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.blog.blog-interna .sidebar-box .content ul li h3 {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.page-governo.blog.blog-interna .sidebar-box .content ul li h3 a {
  color: #005f98;
}
.page-governo.blog.blog-interna .sidebar-box .content .btn-more {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #005f98;
  border-bottom: 6px solid #003859;
  padding: 20px 20px 14px 20px;
  text-decoration: none;
  display: block;
}
.page-governo.contato .form-contato .field {
  margin-bottom: 20px;
}
.page-governo.contato .form-contato .field .selectric-custom_contato_select {
  border-bottom: 1px solid #b6b6b6;
}
.page-governo.contato .form-contato .field .selectric-custom_contato_select .selectric .label {
  color: #bfbfbf !important;
  font-weight: bold;
}
.page-governo.contato .form-contato .field input,
.page-governo.contato .form-contato .field select,
.page-governo.contato .form-contato .field textarea {
  width: 100%;
  display: block;
}
.page-governo.contato .form-contato .field input,
.page-governo.contato .form-contato .field textarea {
  border: 0;
  padding: 12px;
  color: #757575;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #b6b6b6;
}
.page-governo.contato .form-contato .field input::placeholder,
.page-governo.contato .form-contato .field textarea::placeholder {
  color: #bfbfbf;
}
.page-governo.contato .form-contato .field .btn-submit {
  font-weight: 900;
  font-size: 16px;
  color: #FFFFFF;
  background: #005f98;
  border: 0;
  width: 180px;
  height: 56px;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
}
.page-governo.descubra-pe .page-content header {
  min-height: 41px;
  margin: 50px 0;
  padding-bottom: 30px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.page-governo.descubra-pe .page-content header:before,
.page-governo.descubra-pe .page-content header:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.descubra-pe .page-content header a {
  color: #005f98;
  font-weight: normal;
  text-decoration: none;
}
.page-governo.descubra-pe .page-content header a:hover {
  text-decoration: underline;
}
.page-governo.descubra-pe .page-content header span.icon {
  width: 41px;
  height: 41px;
  background-color: #25aae1;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.page-governo.descubra-pe .page-content article {
  text-align: justify;
}
.page-governo.descubra-pe .page-content article figure figcaption {
  font-size: 9px;
  color: #272727;
  text-transform: uppercase;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 30px 10px 0;
  display: inline-block;
}
.page-governo.descubra-pe .page-content article .player-hino {
  margin: 20px 0 30px 0;
}
.page-governo.descubra-pe .page-content article .player-hino:before,
.page-governo.descubra-pe .page-content article .player-hino:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.descubra-pe .page-content article .player-hino .player {
  width: 200px;
  height: 25px;
  background: url("../images/imprensa/player.png") 0 0 no-repeat;
  float: left;
  margin-right: 25px;
}
.page-governo.descubra-pe .page-content article .player-hino .download {
  float: left;
}
.page-governo.descubra-pe .page-content article .player-hino .download:before,
.page-governo.descubra-pe .page-content article .player-hino .download:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.descubra-pe .page-content article .player-hino .download .icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.page-governo.descubra-pe .page-content article .player-hino .download .icon.icon-mp3 {
  background: url("../images/icons/mp3.png") 0 0 no-repeat;
}
.page-governo.descubra-pe .page-content article .player-hino .download a {
  font-size: 12px;
  text-transform: uppercase;
  color: ;
  text-decoration: none;
  line-height: 20px;
  display: block;
}
.page-governo.descubra-pe .page-content article .item-download {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.page-governo.descubra-pe .page-content article .item-download > img {
  margin-right: 10px;
}
.page-governo.descubra-pe .page-content article .item-download:before,
.page-governo.descubra-pe .page-content article .item-download:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.descubra-pe .page-content article .item-download .icon {
  float: left;
  margin-right: 15px;
  width: 74px;
  height: 58px;
  display: inline-block;
}
.page-governo.descubra-pe .page-content article .item-download .icon.icon-download {
  background: #003859 url("../images/icons/download.jpg") 0 0 no-repeat;
}
.page-governo.descubra-pe .page-content article .item-download .item-content--constituicao {
  margin-left: 50px;
}
.page-governo.descubra-pe .page-content article .item-download .item-content--constituicao .download {
  float: none !important;
  margin-top: 5px;
}
.page-governo.descubra-pe .page-content article .item-download .item-content {
  float: left;
}
.page-governo.descubra-pe .page-content article .item-download .item-content h2 {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #003859;
}
.page-governo.descubra-pe .page-content article .item-download .item-content h2 a {
  color: #15407f;
  text-decoration: none;
}
.page-governo.descubra-pe .page-content article .item-download .item-content .download {
  float: left;
}
.page-governo.descubra-pe .page-content article .item-download .item-content .download:before,
.page-governo.descubra-pe .page-content article .item-download .item-content .download:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.descubra-pe .page-content article .item-download .item-content .download .icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.page-governo.descubra-pe .page-content article .item-download .item-content .download .icon.icon-pdf {
  background: url("../images/icons/pdf.png") 0 0 no-repeat;
}
.page-governo.descubra-pe .page-content article .item-download .item-content .download a {
  font-size: 12px;
  text-transform: uppercase;
  color: #005f98;
  text-decoration: none;
  line-height: 20px;
  display: block;
}
.page-governo.descubra-pe .sidebar-box .content ul li:before,
.page-governo.descubra-pe .sidebar-box .content ul li:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.descubra-pe .sidebar-box .content ul li h3 {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.page-governo.descubra-pe .sidebar-box .content ul li h3 a {
  color: #25aae1;
}
.page-governo.descubra-pe .sidebar-box .content .btn-more {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #005f98;
  border-bottom: 6px solid #003859;
  padding: 20px 20px 14px 20px;
  text-decoration: none;
  display: block;
}
.page-governo.busca.resultado-busca .page-content header {
  min-height: 41px;
  margin: 50px 0;
  padding-bottom: 30px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.page-governo.busca.resultado-busca .page-content header:before,
.page-governo.busca.resultado-busca .page-content header:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.busca.resultado-busca .page-content header a {
  color: #005f98;
  font-weight: normal;
  text-decoration: none;
}
.page-governo.busca.resultado-busca .page-content header a:hover {
  text-decoration: underline;
}
.page-governo.busca.resultado-busca .page-content header span.icon {
  width: 41px;
  height: 41px;
  background-color: #FFFFFF;
  color: #25aae1;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.page-governo.busca.resultado-busca .search-form .field {
  width: 100%;
}
.page-governo.busca.resultado-busca .search-form .field:before,
.page-governo.busca.resultado-busca .search-form .field:after {
  content: " ";
  display: table;
  clear: both;
}
.page-governo.busca.resultado-busca .search-form .field input {
  width: 88%;
  height: 50px;
  border: 1px solid #e2e5e5;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  color: #828282;
  font-weight: lighter;
  padding: 0 30px;
  line-height: 50px;
}
.page-governo.busca.resultado-busca .search-form .field .btn-search {
  width: 12%;
  height: 50px;
  background: transparent url("../images/bg-btn-search.png") 0 0 repeat;
  border: 0;
  color: #FFFFFF;
  font-size: 25px;
  float: left;
}
.page-governo.busca.resultado-busca .resultado-item {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 30px;
  margin-top: 30px;
}
.page-governo.busca.resultado-busca .resultado-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-governo.busca.resultado-busca .resultado-item h2 {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.page-governo.busca.resultado-busca .resultado-item h2 a {
  color: #003859;
  text-decoration: none;
}
.page-governo.busca.resultado-busca .resultado-item small {
  font-size: 12px;
  font-weight: normal;
  color: #272727;
  display: block;
}
.page-governo.busca.resultado-busca .resultado-item small a {
  color: #005f98;
  text-decoration: none;
}
.page-governo.busca.resultado-busca .resultado-item small.category {
  text-transform: uppercase;
}
.page-governo.busca.resultado-busca .right-sidebar {
  padding-top: 0;
}
.page-governo.busca.resultado-busca .right-sidebar:before {
  display: none;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box h2 {
  font-size: 13px;
  font-weight: 900;
  color: #003859;
  text-transform: uppercase;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box h3.title {
  font-size: 15px;
  text-transform: inherit;
  color: #272727;
  font-weight: normal;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked),
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked) + label,
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.75em;
  cursor: pointer;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked) + label:before,
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: .9em;
  height: .9em;
  border: 1px solid #e2e5e5;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked) + label:after,
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 0;
  width: .9em;
  height: .9em;
  font-size: 1em;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
  background-color: #4995f6;
  border: 1px solid #4995f6;
  border-radius: 2px;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled:not(:checked) + label:before,
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:disabled + label {
  color: #aaa;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:checked:focus + label:before,
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #e2e5e5;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li label:hover:before {
  border: 1px solid #4995f6 !important;
}
.page-governo.busca.resultado-busca .right-sidebar .sidebar-box .content ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #25aae1;
}
.page-governo.mapa_do_site article h3.title {
  color: #7a7a7a;
  font-weight: 900;
  border-bottom-color: #7a7a7a;
  margin-bottom: 0;
}
.page-governo.mapa_do_site article .section-content ul li {
  margin-bottom: 5px;
}
.page-governo.mapa_do_site article .section-content ul li a {
  font-size: 14px;
  color: #7a7a7a;
  text-decoration: none;
}
.item-album.gallery-album {
  width: 317px;
}
.item-album.gallery-album figure {
  min-height: 180px;
}
.item-album figure {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 325px;
  background-color: #000;
}
.video-button {
  cursor: pointer;
}
.wrap-icon.wrap-video {
  pointer-events: none;
}
.page-governo.blog.blog-interna .sidebar-box .content ul li h3 > a {
  font-size: 11px;
}
@media screen and (min-width: 0em) and (max-width: 59.938em) {
  .collapse {
    display: none;
  }
  .page-governo header .menu-governo {
    padding-left: 0;
    padding-right: 0;
  }
  .page-governo header .menu-governo .btn-governo-menu-toogle {
    display: block;
  }
  .page-governo header .menu-governo .nav-interna li {
    border-bottom: 1px solid #005f98;
    float: none;
    margin-left: 0;
  }
  .page-governo header .menu-governo .nav-interna li:last-child {
    border-bottom: 0;
  }
  .page-governo header .menu-governo .nav-interna li a {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 0;
  }
  .page-governo header .menu-governo .nav-interna li a:hover {
    color: #25aae1;
  }
  .page-governo header .menu-governo .nav-interna li.active a {
    color: #25aae1;
  }
  .page-governo.governo-prefeituras .page-content article .block-content .lista-cidades li {
    width: 100%;
    float: none;
  }
  .page-governo.governo-prefeituras .page-content article .block-content .lista-cidades li span {
    padding: 10px 0;
    display: block;
  }
  .page-governo.governo-galeria_governadores .page-content .governador-item .governador-item-content {
    width: 70%;
    margin: 0 auto;
  }
  .page-governo.governo-galeria_governadores .page-content .governador-item .governador-item-content figure {
    width: 100%;
  }
  .page-governo.governo-galeria_governadores .page-content .governador-item .governador-item-content figure:before,
  .page-governo.governo-galeria_governadores .page-content .governador-item .governador-item-content figure:after {
    content: " ";
    display: table;
    clear: both;
  }
  .page-governo.governo-galeria_governadores .page-content .governador-item .governador-item-content figure img {
    width: 100%;
    float: left;
  }
  .page-governo.imprensa .albuns .item-audio .item-footer .player {
    margin-bottom: 10px;
  }
  .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item {
    margin-top: 47px;
    display: block;
    align-items: inherit;
    justify-content: inherit;
  }
  .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item header {
    display: block !important;
    text-align: center;
  }
  .page-governo.imprensa .c-tabs .c-tab_agenda .c-tab__content .list-agenda .list-agenda__item .list-agenda__item__content article {
    border: 0;
    padding-left: 0;
  }
}
.at-share-tbx-element.at-share-tbx-native .at300b {
  margin-right: 10px;
}
/*
#container{
	#content{
		&.internal{
			.teste{
				position: relative;
				display: block;
				min-height: 200px;
				background-color: red;
			}
		}
	}
}
*/
.addthis_button_facebook_like {
  max-width: 100px;
  position: relative;
  left: -25px;
}
.addthis_button_facebook_share {
  position: relative;
  left: -25px;
}
.telefone-uteis {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-columns: 1fr 1fr;
}
.item-telefone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #005F98;
  margin-bottom: 10px;
}
.item-telefone.highlight {
  background: #003859;
}
.item-telefone.highlight-super h3 {
  font-size: 42px;
  color: #FFF;
}
.item-telefone h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.item-telefone h3 {
  color: #25AAE1;
  font-size: 24px;
  font-weight: bold;
}
.internal-category-custom {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.internal-category-custom .pull-left.item-image,
.internal-category-custom .img_caption {
  max-width: 250px;
  width: 100%;
  margin-right: 20px;
}
.internal-category-custom p {
  max-width: 590px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.internal-category-custom p + p {
  display: none;
}
.player-hino {
  display: flex;
  justify-content: left;
  align-items: center;
}
/* Largura mínima de 1200px */
@media screen and (min-width: 75em) {
  .row {
    max-width: 100%;
  }
  .row .column.one,
  .row .columns.one {
    width: 8.33%;
  }
  .row .column.two,
  .row .columns.two {
    width: 16.66%;
  }
  .row .column.three,
  .row .columns.three {
    width: 25%;
  }
  .row .column.four,
  .row .columns.four {
    width: 33.33%;
  }
  .row .column.five,
  .row .columns.five {
    width: 41.66%;
  }
  .row .column.six,
  .row .columns.six {
    width: 50%;
  }
  .row .column.seven,
  .row .columns.seven {
    width: 58.33%;
  }
  .row .column.eight,
  .row .columns.eight {
    width: 66.66%;
  }
  .row .column.nine,
  .row .columns.nine {
    width: 75%;
  }
  .row .column.ten,
  .row .columns.ten {
    width: 83.33%;
  }
  .row .column.eleven,
  .row .columns.eleven {
    width: 91.66%;
  }
  .row .column.twelve,
  .row .columns.twelve {
    width: 100%;
  }
  .row .column.push-one,
  .row .columns.push-one {
    margin-left: 8.33%;
  }
  .row .column.push-two,
  .row .columns.push-two {
    margin-left: 16.66%;
  }
  .row .column.push-three,
  .row .columns.push-three {
    margin-left: 25%;
  }
  .row .column.push-four,
  .row .columns.push-four {
    margin-left: 33.33%;
  }
  .row .column.push-five,
  .row .columns.push-five {
    margin-left: 41.66%;
  }
  .row .column.push-six,
  .row .columns.push-six {
    margin-left: 50%;
  }
  .row .column.push-seven,
  .row .columns.push-seven {
    margin-left: 58.33%;
  }
  .row .column.push-eight,
  .row .columns.push-eight {
    margin-left: 66.66%;
  }
  .row .column.push-nine,
  .row .columns.push-nine {
    margin-left: 75%;
  }
  .row .column.push-ten,
  .row .columns.push-ten {
    margin-left: 83.33%;
  }
  .row .column.push-eleven,
  .row .columns.push-eleven {
    margin-left: 91.66%;
  }
  .row .column.push-twelve,
  .row .columns.push-twelve {
    margin-left: 100%;
  }
  .row .row {
    margin: 0 auto !important;
  }
}
/* Largura mínima de 0px e máxima de 1199px */
@media screen and (min-width: 0em) and (max-width: 74.938em) {
  body {
    background-size: initial;
  }
  .row {
    width: auto;
  }
  .row .column,
  .row .columns {
    padding: 0 10px;
  }
  .row .column.vertical-padding,
  .row .columns.vertical-padding {
    padding: 10px;
  }
  .row .column.mobile-one,
  .row .columns.mobile-one {
    width: 25%;
  }
  .row .column.mobile-two,
  .row .columns.mobile-two {
    width: 50%;
  }
  .row .column.mobile-three,
  .row .columns.mobile-three {
    width: 75%;
  }
  .row .column.mobile-four,
  .row .columns.mobile-four {
    width: 100%;
  }
  .row .column.mobile-push-half,
  .row .columns.mobile-push-half {
    margin-left: 12.5%;
  }
  .row .column.mobile-push-one,
  .row .columns.mobile-push-one {
    margin-left: 25%;
  }
  .row .column.mobile-push-two,
  .row .columns.mobile-push-two {
    margin-left: 50%;
  }
  .row .column.mobile-push-three,
  .row .columns.mobile-push-three {
    margin-left: 75%;
  }
  .row .column.mobile-push-four,
  .row .columns.mobile-push-four {
    margin-left: 100%;
  }
  .row .row {
    width: auto;
    margin: 0;
  }
  #container .wrap-icon {
    bottom: 10px;
    left: 10px;
  }
  #container header .row .column,
  #container header .row .columns {
    padding: 0;
  }
  #container header .side-menu {
    background: #FFFFFF;
    top: 429px;
    left: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container header .side-menu.mostrar {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container header .top-menu {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    top: inherit;
    right: inherit;
    z-index: inherit;
  }
  #container header .top-menu .weather {
    padding: 10px 40px;
    width: 40%;
  }
  #container header .top-menu .social-list {
    width: 60%;
    padding: 0 40px;
  }
  #container header .top-menu .accessibility {
    background: #003859;
    width: 100%;
  }
  #container header .logo {
    display: none;
  }
  #container header .wrap-show-menu {
    display: block;
  }
  #container header h1 {
    font-size: 15px;
    padding: 20px 0 20px 10px;
    background-color: #005f98;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #container header h1 span {
    font-size: 25px;
  }
  #container header .aux-menu {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    margin-left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container header .aux-menu.mostrar {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container header .aux-menu li {
    float: none;
  }
  #container header .aux-menu li:first-child a {
    padding-top: 30px;
  }
  #container header .aux-menu li:last-child a {
    padding-bottom: 30px;
  }
  #container header .aux-menu li a {
    padding: 14px 0;
  }
  #container header .search-bar {
    margin-left: 10px;
    margin-right: 10px;
  }
  #container header .search-bar .search label {
    display: none;
  }
  #container header .search-bar .search input[type="text"] {
    padding: 23.6px 0 24px 10px;
  }
  #container header .search-bar .search input[type="submit"] {
    background-position: 20px -134px;
    padding: 27px 35px;
  }
  #container footer .wrap-social-boxes {
    position: relative;
    display: block;
  }
  #container footer .wrap-social-boxes .nopaddingL,
  #container footer .wrap-social-boxes .nopaddingR {
    padding: 0;
  }
  #container footer .wrap-social-boxes .fb,
  #container footer .wrap-social-boxes .ig,
  #container footer .wrap-social-boxes .yt {
    position: relative;
    display: block;
  }
  #container footer .wrap-social-boxes .fb p,
  #container footer .wrap-social-boxes .ig p,
  #container footer .wrap-social-boxes .yt p {
    font-size: 30px;
  }
  #container footer .wrap-social-boxes .fb {
    background-position: 0 0;
    min-height: 340px;
    padding: 65px 0 65px 20px;
  }
  #container footer .wrap-social-boxes .fb .wrap-fb-like {
    width: 280px;
    margin-top: 65px;
  }
  #container footer .wrap-social-boxes .fb p {
    font-size: 35px;
  }
  #container footer .wrap-sitemap {
    display: block;
  }
  #container footer .wrap-sitemap ul {
    float: none;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #container footer address {
    float: none;
    font-size: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #container footer address span {
    font-size: 12px;
  }
  #container footer .logo-govpe-pb {
    float: none;
  }
  #container #content .home .highlights article {
    max-width: inherit;
    margin-right: 0;
  }
  #container #content .home .highlights article.big .wrap-icon {
    left: 20px;
  }
  #container #content .home .highlights article.big .wrap-image {
    float: none;
  }
  #container #content .home .highlights article.big .wrap-image img {
    margin: 0 auto;
  }
  #container #content .home .highlights article.big .wrap-text {
    float: none;
    width: 100%;
    padding: 40px 20px 50px 20px;
  }
  #container #content .home .highlights article.big .wrap-text:after {
    display: none;
  }
  #container #content .home .highlights article a {
    display: block;
  }
  #container #content .home .highlights article a .wrap-image img {
    height: auto;
  }
  #container #content .home .highlights article a > p {
    margin-left: 0;
  }
  #container #content .home .online-services .accordion {
    position: relative;
    display: block;
    margin-bottom: 60px;
  }
  #container #content .home .online-services .accordion > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #container #content .home .online-services .accordion > ul > li > a {
    background: #25aae1;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 30px;
    height: 120px;
    border-bottom: 1px solid #10122c;
  }
  #container #content .home .online-services .accordion > ul > li > a.active {
    background: #005f98;
    border-bottom: 0 none;
  }
  #container #content .home .online-services .accordion > ul > li > a.active .wrap-icon .icon {
    background-color: #25aae1;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon .icon {
    background-color: #005f98;
    margin: 0 auto;
    width: 58px;
    height: 58px;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon .icon.icon-citizen {
    background-position: -261px -430px;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon .icon.icon-gov-relations {
    background-position: -255px -372px;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon .icon.icon-company {
    background-position: -258px -318px;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon .icon.icon-tourism {
    background-position: -251px -259px;
  }
  #container #content .home .online-services .accordion > ul > li > a .wrap-icon p {
    background: transparent;
    margin: 15px auto 0 20px;
    padding: 0;
    text-align: center;
    font-size: 17px;
  }
  #container #content .home .online-services .accordion > ul > li:nth-child(2) > a .wrap-icon p {
    width: 120px;
    text-align: left;
    margin-top: 8px;
  }
  #container #content .home .online-services .accordion > ul > li:last-child > a {
    border-bottom: 0 none;
  }
  #container #content .home .online-services .accordion .accordion-content {
    background: #005f98;
    position: relative;
    display: none;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #container #content .home .online-services .accordion .accordion-content:target {
    display: block;
  }
  #container #content .home .online-services .accordion .accordion-content > ul {
    position: relative;
    display: block;
    padding: 0 30px;
  }
  #container #content .home .online-services .accordion .accordion-content > ul > li {
    position: relative;
    display: block;
  }
  #container #content .home .online-services .accordion .accordion-content > ul > li > a {
    position: relative;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #23a5dc;
  }
  #container #content .home .online-services .accordion .accordion-content > ul > li:last-child > a {
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  #container #content .home .happen article {
    max-width: inherit;
    margin-right: 0;
  }
  #container #content .home .happen article a {
    display: block;
  }
  #container #content .home .happen article a .wrap-image img {
    height: auto;
  }
  #container #content .home .happen article a > p {
    margin-left: 0;
  }
  #container #content .home .happen article.poll {
    background: #005f98;
    padding: 35px 40px;
  }
  #container #content .home .happen article.poll .title {
    margin-bottom: 50px;
  }
  #container #content .home .happen article.poll .wrap-question form input[type="submit"] {
    margin-top: 40px;
  }
  #container #content .home .happen article.poll .wrap-question form .partial {
    padding-top: 20px;
  }
  #container #content .home .happen article.poll .wrap-partial .voting {
    padding-top: 20px;
  }
  #container #content .home .happen article.poll .wrap-partial p {
    padding-top: 20px;
  }
  #container #content .home .quickaccess ul li:nth-child(odd) {
    padding-right: 0;
  }
  #container #content .home .quickaccess ul li:nth-child(even) {
    padding-left: 0;
  }
  #container #content .home .quickaccess ul li a {
    font-size: 18px;
  }
  #container .top-bar-govpe .row .column,
  #container .top-bar-govpe .row .columns {
    display: block;
  }
  #container .top-bar-govpe .row .column .logo-gov,
  #container .top-bar-govpe .row .columns .logo-gov {
    margin-top: 10px;
  }
  #container .top-bar-govpe .row .column nav,
  #container .top-bar-govpe .row .columns nav {
    z-index: 99999;
    background: #005f98;
    top: 9px;
    right: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container .top-bar-govpe .row .column nav.mostrar,
  #container .top-bar-govpe .row .columns nav.mostrar {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container .top-bar-govpe .row .column nav ul,
  #container .top-bar-govpe .row .columns nav ul {
    position: absolute;
    display: block;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background-color: #003859;
  }
  #container .top-bar-govpe .row .column nav ul li:nth-child(6),
  #container .top-bar-govpe .row .columns nav ul li:nth-child(6) {
    padding-left: 0;
  }
  #container .top-bar-govpe .row .column nav ul li:nth-child(5),
  #container .top-bar-govpe .row .columns nav ul li:nth-child(5),
  #container .top-bar-govpe .row .column nav ul li:last-child,
  #container .top-bar-govpe .row .columns nav ul li:last-child {
    padding-right: 0;
  }
  #container .wrap-show-top-bar-govpe-menu {
    display: block;
  }
}
/* Largura mínima de 0px e máxima de 959px*/
@media screen and (max-width: 959px) {
  #container .top-bar-govpe .row .column,
  #container .top-bar-govpe .row .columns {
    display: block;
  }
  #container .top-bar-govpe .row .column .logo-gov,
  #container .top-bar-govpe .row .columns .logo-gov {
    margin-top: 10px;
  }
  #container .top-bar-govpe .row .column nav,
  #container .top-bar-govpe .row .columns nav {
    z-index: 99999;
    background: #005f98;
    top: 9px;
    right: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container .top-bar-govpe .row .column nav.mostrar,
  #container .top-bar-govpe .row .columns nav.mostrar {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #container .top-bar-govpe .row .column nav ul,
  #container .top-bar-govpe .row .columns nav ul {
    position: absolute;
    display: block;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background-color: #003859;
  }
  #container .top-bar-govpe .row .column nav ul li:nth-child(6),
  #container .top-bar-govpe .row .columns nav ul li:nth-child(6) {
    padding-left: 0;
  }
  #container .top-bar-govpe .row .column nav ul li:nth-child(5),
  #container .top-bar-govpe .row .columns nav ul li:nth-child(5),
  #container .top-bar-govpe .row .column nav ul li:last-child,
  #container .top-bar-govpe .row .columns nav ul li:last-child {
    padding-right: 0;
  }
  #container .wrap-show-top-bar-govpe-menu {
    display: block;
  }
}
/* Largura mínima de 0px e máxima de 699px*/
@media screen and (max-width: 699px) {
  .wrap-social-list,
  .services-header__list {
    display: flex !important;
    flex-direction: column !important;
  }
  .wrap-social-list li,
  .services-header__list li {
    max-width: 100% !important;
  }
  .services-content {
    flex-direction: column !important;
  }
  .services-content .row {
    width: 100% !important;
  }
  #container #content.home .highlights article a {
    display: block;
  }
  #container #content.home .highlights article a > p {
    margin-left: 0;
  }
  #container #content.home .highlights article a .wrap-image img {
    margin: 0 auto 20px auto;
  }
  #container #content.home .happen article a {
    display: block;
  }
  #container #content.home .happen article a > p {
    margin-left: 0;
  }
  #container #content.home .happen article a .wrap-image img {
    margin: 0 auto 20px auto;
  }
  #container #content.home .quickaccess ul li:nth-child(odd) {
    padding-right: 0;
  }
  #container #content.home .quickaccess ul li:nth-child(even) {
    padding-left: 0;
  }
}
.wrap-social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-social-box {
  display: block;
  width: 100%;
}
.wrap-social-instagram {
  max-width: 49%;
  width: 100%;
}
.wrap-social-youtube {
  max-width: 49%;
  width: 100%;
}
/* Serviços online do governo de pernambuco */
.services-container {
  display: block;
  width: 100%;
}
.services-header {
  display: block !important;
}
.services-header__list {
  display: flex;
}
.services-header__list li + li {
  border-left: 1px solid #005f98;
}
.services-header__list li {
  display: inline-block;
  background-color: #25aae1;
  vertical-align: bottom;
  text-align: center;
  padding: 20px 20px 20px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}
.services-header__list li i {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  width: 60px;
  height: 60px;
  max-width: 60px;
  min-height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #005f98;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-header__title {
  pointer-events: none;
}
.services-header__title,
.services-list li a {
  text-transform: uppercase;
  color: #FFF;
}
.services-content {
  display: flex;
  width: 100%;
  background-color: #005f98;
}
.services-content {
  display: none;
}
.services-content .row {
  width: 50%;
}
.services-list {
  padding: 40px;
}
.services-list li + li {
  border-top: 1px solid #25aae1;
}
.services-list li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
li.services--active {
  padding: 20px 50px 20px;
  background-color: #005f98;
}
li.services--active i {
  background-color: #25aae1;
  width: 95px;
  min-height: 95px;
  max-width: 95px;
  min-width: 95px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.citizen__icon {
  background-image: url("../images/icons/cidadao.png");
  background-size: cover;
}
.government__icon {
  background-image: url("../images/icons/Governo.png");
}
.company__icon {
  background-image: url("../images/icons/Empresa.png");
}
.turism__icon {
  background-image: url("../images/acoes/ico-turismo.png");
}
.services__icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.menu-items {
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.menu-items .menu-items__list li {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.menu-items .menu-items__list li.active a {
  border-bottom: 5px solid #25aae1;
  padding-bottom: 15px;
  color: #25aae1;
}
.menu-items .menu-items__list li a {
  color: #989898;
  text-decoration: none !important;
}
.menu-items .menu-items__list li a:hover {
  text-decoration: none !important;
}
.menu-items .menu-items__list li:first-child {
  margin-right: 10px;
}
.press-header {
  margin-bottom: 20px !important;
}
.list-agenda__item__content h2 {
  text-transform: uppercase;
  color: #203E7E;
}
.imprensa-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005f98;
  color: #FFFFFF;
  padding: 10px 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.phone-title {
  margin-bottom: 15px;
}
.telefones-uteis .phone-title {
  text-transform: uppercase;
  color: #003859;
}
.urgencias {
  margin-bottom: 60px;
}
.urgencias,
.servicos-publicos {
  display: flex;
}
.urgencias .urgencias__content:nth-of-type(1),
.servicos-publicos .servicos-publicos__content:nth-of-type(1) {
  margin-right: 15px;
}
.urgencias__content,
.servicos-publicos__content {
  width: 50%;
}
.phone-items {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 0 20px;
  background-color: #005f98;
}
.phone-items p:first-child {
  color: #FFFFFF;
}
.phone-items p:last-child {
  font-size: 25px;
  font-weight: bold;
  color: #25aae1;
  text-align: right;
}
.color-letter {
  background-color: #003859;
}
.color-letter p:last-child {
  font-size: 40px;
  color: #FFF;
}
.color {
  background-color: #003859;
}
.letter p:last-child {
  font-size: 40px;
  color: #FFF;
}
.title.agenda {
  margin-bottom: 0 !important;
}
.content-agenda li + li {
  border-top: 1px solid #25aae1;
}
.content-agenda__day {
  margin-bottom: 5px !important;
}
.content-agenda__title {
  text-transform: uppercase;
  color: #005f98;
}
.search-mesorregiao {
  position: relative;
  width: 100%;
  border: none;
  background-color: #FFF;
  padding: 20px 15px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #757575;
}
.search-mesorregiao::placeholder {
  color: #b7b7b7;
}
.select-mesorregiao {
  width: 100%;
  border: none;
  background-color: #FFF;
  height: 53px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b7b7b7;
}
.page-content .mapa-do-site-items article.section {
  margin-bottom: 10px;
}
.section .section-content li a {
  text-transform: capitalize;
}
.etapas li {
  background-color: #02BB8C;
}
.mapa-do-site-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  grid-auto-rows: 100%;
  grid-template-areas: "column-1 column-2 column-3 column-4";
}
.mapa-do-site-items .mapa-do-site-items--space {
  margin: 0;
}
.column-1 {
  grid-area: column-1;
}
.column-2 {
  grid-area: column-2;
}
.column-3 {
  grid-area: column-3;
}
.column-4 {
  grid-area: column-4;
}
.section-content__space {
  margin-bottom: 50px;
}
.mapa-site.mapa-site .datetime {
  display: none;
}
@media screen and (max-width: 768px) and (min-width: 428px) {
  .mapa-do-site-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "column-1 column-2" "column-1 column-3" "column-4 column-3";
  }
  .section-content__space {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 427px) {
  .mapa-do-site-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "column-1" "column-2" "column-3" "column-4";
  }
  .section-content__space {
    margin-bottom: 0;
  }
}
