/* -------------------------------------------------------------------------

 Style Guide Boilerplate v2.0.1
 Repo: https://github.com/bjankord/Style-Guide-Boilerplate
 Author: Brett Jankord
 License: MIT

---------------------------------------------------------------------------- */
/*ELEMENTOS DIVERSOS*/
/*Página de Erro 404*/
.erro {
  margin-bottom: 1.5rem;
}
.erro .destaque {
  font: italic 400 1.375rem "Roboto Condensed";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}
/*Facebook Likebox*/
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}
/*Loading (efeito de carregamento de conteúdo)*/
.matriz-ui-pagedlist-loading,
.matriz-loading-clock {
  background: transparent url('../images/loadings/clock.gif') no-repeat center center;
  padding: 3em 0;
  width: 100%;
}
/*Modal de carregamento - para envio de formulários, por exemplo*/
#modalLoading {
  z-index: 1140;
}
#modalLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal-loading button.close {
  display: none;
  visibility: hidden;
}
#modalLoadingContent {
  background-color: white;
  border-radius: 4px;
  margin: 2em auto 0 auto;
  width: 50%;
  min-width: 260px;
  padding: 1em;
  text-align: center;
}
/*Customização imagem ampliada via plugin BLUEIMP GALLERY*/
.imagem-detalhe.title {
  font-size: 1rem !important;
  line-height: inherit !important;
}
.imagem-detalhe__credito {
  font-family: "Roboto Condensed";
}
.imagem-detalhe__link {
  font-size: 0.875rem;
}
.imagem-detalhe__link a {
  color: hsl(176.51162791, 67.1875%, 90%);
  text-decoration: underline;
}
/*Ajuste de máscara de imagem vertical para horizontal*/
.img-ajuste-horizontal {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.img-ajuste-horizontal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tbody + tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tbody + tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border-top-width: 0;
}
.table-borderless > thead > tr > th {
  border-bottom-width: 0;
}
.mais-resultados {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.4375rem 0.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #156B66;
  background-color: #fff;
  border-color: #156B66;
  border-radius: 20px;
}
.mais-resultados:hover,
.mais-resultados:focus {
  color: #626262;
  text-decoration: none;
}
.mais-resultados:active,
.mais-resultados.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mais-resultados:hover,
.mais-resultados:focus,
.mais-resultados:active,
.mais-resultados.active,
.open > .dropdown-toggle.mais-resultados {
  color: #156B66;
  background-color: #e6e6e6;
  border-color: #0b3835;
}
.mais-resultados:active,
.mais-resultados.active,
.open > .dropdown-toggle.mais-resultados {
  background-image: none;
}
.mais-resultados.disabled,
.mais-resultados[disabled],
fieldset[disabled] .mais-resultados,
.mais-resultados.disabled:hover,
.mais-resultados[disabled]:hover,
fieldset[disabled] .mais-resultados:hover,
.mais-resultados.disabled:focus,
.mais-resultados[disabled]:focus,
fieldset[disabled] .mais-resultados:focus,
.mais-resultados.disabled:active,
.mais-resultados[disabled]:active,
fieldset[disabled] .mais-resultados:active,
.mais-resultados.disabled.active,
.mais-resultados[disabled].active,
fieldset[disabled] .mais-resultados.active {
  background-color: #fff;
  border-color: #156B66;
}
.mais-resultados .badge {
  color: #fff;
  background-color: #156B66;
}
/*Wrapper genérico capa*/
.wrapper__capa {
  background-color: #eeeeee;
  padding: 3rem 0 0;
}
.issuuembed {
  margin: 0 0 1.5rem 0;
  width: 100%;
  height: 525px;
}
#dynamicTop {
  z-index: 10000;
}
.required:before {
  content: "* ";
  color: #156B66;
}
.lista-apps {
  background-color: transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem;
}
@media screen and (min-width: 480px) {
  .lista-apps {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 480px) {
  .lista-apps__icone {
    margin-right: 1.25rem;
  }
}
.lista-apps__icone figure {
  margin: 0.75rem;
}
@media screen and (max-width: 479px) {
  .lista-apps__icone figure {
    margin-top: 0;
  }
}
.lista-apps__icone figure img {
  background: transparent;
  border: 0;
  padding: 0;
}
.lista-apps__corpo header .conteudo-lista__item__titulo {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .lista-apps__corpo header .conteudo-lista__item__titulo {
    text-align: left;
  }
}
.lista-apps__corpo p {
  font-size: 1rem;
}
.lista-apps__lojas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .lista-apps__lojas {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lista-apps__lojas__btn {
  margin: 0.75rem 0 0 0;
}
@media screen and (min-width: 480px) {
  .lista-apps__lojas__btn {
    margin: 0.75rem 0.75rem 0 0;
  }
}
.lista-apps__lojas__btn img {
  height: 40px;
}
/* #wrapperDigitalRSBusca {margin-bottom: 2rem;}*/
#wrapperInformacoes .lista-publicacoes-imagem .panel-heading {
  display: block !important;
  visibility: visible !important;
}
#wrapperApps .panel-heading .form-group {
  display: none;
}
@media screen and (min-width: 480px) {
  .servicos-categoria__lista {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.servicos-categoria__card {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  transition: 0.25s all;
  border-radius: 6px;
}
.servicos-categoria__card:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.servicos-categoria__card:first-child {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  .servicos-categoria__card {
    width: calc(50% - 15px);
  }
  .servicos-categoria__card:nth-child(2) {
    margin-top: 0;
  }
  .servicos-categoria__card:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .servicos-categoria__card {
    width: calc(33.333%);
  }
  .servicos-categoria__card:nth-child(3) {
    margin-top: 0;
  }
  .servicos-categoria__card:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .servicos-categoria__card {
    width: calc(33.333%);
  }
  .servicos-categoria__card:nth-child(3n+3) {
    margin-right: 0;
  }
}
.servicos-categoria__card i {
  color: #156B66;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .servicos-categoria__card i {
    font-size: 1.875rem;
  }
}
.servicos-categoria__icon {
  width: 36px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.servicos-categoria__text {
  flex-grow: 1;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .servicos-categoria__text {
    border-bottom: none;
  }
}
.servicos-categoria__nome {
  border-bottom: none;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .servicos-categoria__nome {
    font-size: 1.125rem;
    border-bottom: 1px solid #BFC1C4;
    display: inherit;
    padding-bottom: 0.4rem;
  }
}
.servicos-categoria .resumo {
  visibility: hidden;
  display: none;
  line-height: 1.375;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .servicos-categoria .resumo {
    visibility: visible;
    display: inherit;
  }
}
/* promo */
#promo {
  color: #fff !important;
  text-align: center;
  width: 100%;
  /*background:#40404040;*/
  padding: 2rem 0;
  transition: all 0.8s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#404040+0,404040+100&0.2+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.2) 0%, rgba(64, 64, 64, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.2) 0%, rgba(64, 64, 64, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(64, 64, 64, 0.2) 0%, rgba(64, 64, 64, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33404040', endColorstr='#66404040', GradientType=0);
  /* IE6-9 */
}
@media screen and (min-width: 1366px) {
  #promo {
    margin-top: 1.5rem;
  }
}
#promo p.lead {
  font-size: larger !important;
}
@media screen and (min-width: 768px) {
  #promo p.lead {
    margin-bottom: 0;
  }
}
#promo .btn-custom {
  color: #ffffff;
  background-color: #7b0000ad;
  background-color: rgba(123, 0, 0, 0.67843137);
  border-radius: 4px;
  transition: all 0.8s;
}
#promo .btn-custom:hover {
  background-color: rgba(97, 8, 8, 0.67843137);
  border-radius: 6px;
  box-shadow: #f0b002 1px 1px 4px;
}
.banda {
  color: #ffffff;
  text-align: center;
}
.resultado-categorias a {
  text-decoration: none !important;
}
.resultado-categorias .item {
  text-decoration: none !important;
}
.resultado-categorias .item p {
  text-decoration: none !important;
}
.rsgov .menu-lateral-categorias {
  background: #ffffff;
  padding: 0;
  border: 1px solid #70707030;
  border-radius: 5px;
  margin-top: 6rem;
}
.rsgov .menu-lateral-categorias h3 {
  font-size: 1.5rem;
  color: #268c53;
  font-weight: 500;
  margin-bottom: 5px;
  margin: 0;
  margin: 1rem;
}
.rsgov .menu-lateral-categorias ul {
  list-style: none;
  border-bottom: 1px solid #70707030;
  padding: 0;
}
.rsgov .menu-lateral-categorias__item {
  border-top: 1px solid #70707030;
}
.rsgov .menu-lateral-categorias__item a {
  padding: 1rem;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: 100%;
}
.rsgov .menu-lateral-categorias__item a:hover,
.rsgov .menu-lateral-categorias__item a.menu-lateral-categorias__selecionado {
  background-color: #156B66;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
  .destaque_topo_lista {
    max-width: 90%;
    margin: auto;
  }
}
.destaque_topo_item {
  font-size: 0.85rem;
}
@media screen and (max-width: 767px) {
  .destaque_topo_item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .destaque_topo_item {
    display: inline-block;
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .destaque_topo_item {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.destaque_topo_links {
  color: #fff !important;
}
.destaque_topo_links:hover,
.destaque_topo_links:focus,
.destaque_topo_links:visited,
.destaque_topo_links:active {
  color: #fff !important;
}
@media (max-width: 479px) {
  .btn-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/*Exemplo de uso:
    <label class="matriz-switch">
        <input type="checkbox" checked>
        <span class="slider"></span>
    </label>
*/
.matriz-switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 22px;
}
.matriz-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.matriz-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 22px;
}
.matriz-switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.matriz-switch input:checked + .slider {
  background-color: #E0EBE5;
}
.matriz-switch input:focus + .slider {
  box-shadow: 0 0 1px #E0EBE5;
}
.matriz-switch input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  background-color: #156B66;
}
.iconicidades .artigo__ilustracao--esquerda,
.iconicidades .artigo__ilustracao--direita {
  max-width: 30%;
}
.wrapper__featured_content {
  background-color: #fff;
}
.wrapper__featured_content a:hover {
  color: #fff;
  text-decoration: none;
}
.wrapper__featured_content a:hover .duvidas-login-govbr {
  background-color: #922eb4;
}
.wrapper__featured_content a:hover .primeiro-lugar {
  background-color: #5a30b5;
}
.wrapper__featured_content a:hover .guia-servicos {
  background-color: #009c95;
}
/* 3 blocos = featured_content  */
.lista-featured {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.featured-col {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 380px) {
  .featured-col {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
}
@media screen and (min-width: 640px) {
  .featured-col {
    flex: 0 0 auto;
    margin-left: 0;
    width: 50%;
  }
}
.featured_content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 0;
  height: 100% !important;
  word-wrap: break-word;
  padding: 1rem;
  border-radius: 0.4rem;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
@media screen and (min-width: 768px) {
  .featured_content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .featured_content {
    padding: 1.25rem;
  }
}
.featured_content.duvidas-login-govbr {
  background-color: #A333C8;
}
.featured_content.primeiro-lugar {
  background-color: #6435C9;
}
.featured_content.guia-servicos {
  background-color: #00B5AD;
}
.featured_content__info {
  text-align: right;
  align-self: auto;
}
@media screen and (min-width: 640px) {
  .featured_content__info {
    flex-grow: 1;
  }
}
@media screen and (min-width: 480px) {
  .featured_content__info {
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .featured_content__info {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .featured_content__info {
    padding-top: 1.5rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .featured_content__info {
    max-width: 38%;
  }
}
.featured_content__info h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 0.42em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .featured_content__info h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .featured_content__info h3 {
    font-size: 1.5rem;
  }
}
.featured_content__info .btn.btn-default {
  color: #333;
  border-color: #626262;
  font-weight: 700;
  min-width: 300px;
}
@media screen and (min-width: 1200px) {
  .featured_content__info .btn.btn-default {
    min-width: 320px;
  }
}
.featured_content p {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .featured_content p {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .featured_content p {
    font-size: 1.2rem;
  }
}
.featured_content p a {
  color: #fff;
}
.featured_content ._img {
  max-width: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.featured_content ._img img {
  max-width: 60px;
  height: 70px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .featured_content ._img {
    width: 45%;
    max-height: none;
  }
}
@media screen and (min-width: 992px) {
  .featured_content ._img {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
  }
  .featured_content ._img img {
    width: 100%;
    height: auto;
    max-width: 160px;
  }
}
/*.iconicidades {
    .artigo__ilustracao--esquerda,
    .artigo__ilustracao--direita {
        max-width: 30%;
    }
}*/
.ranking-rs {
  text-align: center;
}
.ranking-rs__corpo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ranking-rs__corpo {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .ranking-rs__imagem {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 0.875rem;
  }
}
.ranking-rs__imagem img {
  height: 60px;
}
@media screen and (min-width: 380px) {
  .ranking-rs__imagem img {
    height: 70px;
  }
}
@media screen and (min-width: 500px) {
  .ranking-rs__imagem img {
    height: 95px;
  }
}
.ranking-rs__texto {
  text-align: center;
  line-height: 1.25;
  font-size: 1rem;
  padding-top: 0.75rem;
}
@media screen and (min-width: 380px) {
  .ranking-rs__texto {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 550px) {
  .ranking-rs__texto {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .ranking-rs__texto {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .ranking-rs__texto {
    font-size: 1.5rem;
    min-width: 382px;
  }
}
@media screen and (min-width: 768px) {
  .ranking-rs__texto__esquerdo {
    text-align: right;
    padding-right: 1rem;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (min-width: 992px) {
  .ranking-rs__texto__esquerdo {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .ranking-rs__texto__direito {
    text-align: left;
    padding-left: 1rem;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .ranking-rs__texto__direito {
    padding-left: 1.5rem;
  }
}
.ranking-rs__texto a {
  color: #4E4E4F;
}
.ranking-rs__texto a:hover {
  text-decoration: none;
}
.ranking-rs__texto__bold {
  font-weight: 800;
}
/*CUSTOMIZAÇÃO LINKS SAIBA MAIS NO NAVBAR E MENU DE USUARIO*/
.saibamais-navbar {
  padding: 0 10px;
  display: none;
}
.saibamais-navbar__txt {
  padding-left: 0.25rem;
  font-weight: 700;
  vertical-align: text-bottom;
  display: none;
}
@media screen and (min-width: 992px) {
  .saibamais-navbar__txt {
    display: inline-block;
  }
}
@media screen and (min-width: 500px) {
  .saibamais-navbar {
    display: block;
  }
}
.saibamais-navbar a:hover,
.saibamais-navbar a:focus {
  text-decoration: none !important;
}
@media screen and (min-width: 500px) {
  .saibamais-menu {
    display: none;
  }
}
/*CUSTOMIZAÇÃO AREA DE SATISFAÇÃO*/
@media screen and (min-width: 992px) {
  .bloco-satisfacao {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.bloco-satisfacao__item {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 620px) {
  .bloco-satisfacao__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .bloco-satisfacao__item {
    width: calc(50% - (15px / 2));
  }
}
@media screen and (max-width: 991px) {
  .bloco-satisfacao__item:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 620px) {
  .bloco-satisfacao__titulo {
    width: calc(50% - (15px / 2));
  }
}
.bloco-satisfacao__titulo h2 {
  margin: 0 0 0.75rem;
  color: #156B66;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.25;
}
.bloco-satisfacao__titulo h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}
.bloco-satisfacao__grafico {
  position: relative;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 620px) {
  .bloco-satisfacao__grafico {
    width: calc(50% - (15px / 2));
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .bloco-satisfacao__grafico {
    max-width: 250px;
  }
}
.bloco-satisfacao__grafico h2 {
  margin: 0 0 0.5rem;
  width: 100%;
  line-height: 1;
  font-weight: 800;
  color: #6D6E71;
  text-align: center;
  font-size: 4.25rem;
}
.bloco-satisfacao__grafico-estrelas {
  background-color: #EBEBE7;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.bloco-satisfacao__grafico-estrelas__barra {
  width: 100%;
  position: absolute;
  background-color: #FEBD00;
  height: 100%;
  z-index: 0;
}
.bloco-satisfacao__grafico-estrelas img {
  z-index: 1;
}
.bloco-satisfacao__grafico-pizza {
  position: relative;
}
.bloco-satisfacao__grafico-pizza img {
  max-width: 100%;
}
.botoes-jornada__lista {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .botoes-jornada__lista {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -15px;
  }
}
.botoes-jornada__item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .botoes-jornada__item {
    width: max-content;
    margin: 0 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .botoes-jornada__item {
    min-width: 330px;
  }
}
.botoes-jornada__item__btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 420px;
  margin-bottom: 15px;
  transition: 0.25s all;
}
.botoes-jornada__item__btn:hover,
.botoes-jornada__item__btn:focus {
  color: #626262;
  text-decoration: none;
}
.botoes-jornada__item__btn:active,
.botoes-jornada__item__btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.botoes-jornada__item__btn:hover,
.botoes-jornada__item__btn:focus,
.botoes-jornada__item__btn:active {
  color: #fff;
  background-color: var(--cor-jornada--hover) !important;
}
@media screen and (min-width: 480px) {
  .botoes-jornada__item__btn {
    font-size: 1.25rem;
    padding: 0.875rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .botoes-jornada__item__btn {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .botoes-jornada__item__btn {
    max-width: none;
  }
}
.botoes-jornada__item__btn::after {
  content: "";
  width: 34px;
  height: 33px;
  mask-image: url("/themes/rsgov2025/images/outros/grafismo_btn-jornada.svg");
  background-color: var(--cor-jornada--ativo);
  position: absolute;
  right: -5px;
  top: -10px;
}
.botoes-jornada__item.active .botoes-jornada__item__btn {
  background-color: var(--cor-jornada--ativo) !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.botoes-jornada__item.active .botoes-jornada__item__btn::after {
  filter: brightness(1.5);
}
/* -------------------------------------------------------------------------
 Layout
---------------------------------------------------------------------------- */
body {
  margin: 0;
  padding-top: 50px;
}
#sg-navbar.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #156B66;
}
@media (min-width: 800px) {
  #sg-navbar .navbar-header {
    float: left;
  }
}
@media (min-width: 800px) {
  #sg-navbar .navbar-right {
    float: right;
    margin-top: 12px;
  }
}
/* -------------------------------------------------------------------------
 Utility Classes
---------------------------------------------------------------------------- */
.sg-container {
  overflow: hidden;
  padding: 16px 24px;
  /* For older browsers */
  padding: 1rem 1.5rem;
}
.sg-animated {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/* -------------------------------------------------------------------------
 Modules
---------------------------------------------------------------------------- */
/* Headings
---------------------------------------------------------------------------- */
.sg-h1,
.sg-h2,
.sg-h3 {
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 0;
}
.sg-h1 {
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-top: 1.5em;
}
.sg-h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  margin-top: 1.5em;
}
.sg-about {
  margin-top: 2em;
}
/* Buttons
---------------------------------------------------------------------------- */
.sg-btn {
  float: left;
  text-shadow: none!important;
}
.sg-btn--top {
  float: right;
}
ul.scroll-menu {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
  max-height: 500px;
}
.dropdown-header {
  text-transform: uppercase;
}
.sg-btn--select {
  border-radius: 0 0.3em;
  position: absolute;
  right: 5px;
  top: 14px;
}
.sg-btn--select.is-active:hover:after {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  top: 45px;
  color: #fff;
  content: "Selected code ready to be copied";
  font-size: 0.8em;
  display: block;
  right: 5px;
  padding: 5px 15px;
  position: absolute;
  white-space: nowrap;
  z-index: 98;
}
.sg-btn--select.is-active:hover:before {
  border: solid;
  border-color: #111 transparent;
  border-width: 0 6px 6px 6px;
  top: 40px;
  content: "";
  display: block;
  left: 75%;
  position: absolute;
  z-index: 99;
}
/* Hide specific buttons for use with JS */
.sg-btn--source {
  clear: both;
}
.sg-btn--source,
.sg-btn--select {
  display: none;
}
/* Show specific buttons if JS enabled */
.js .sg-btn--source,
.js .sg-btn--select {
  display: block;
}
/* Hide specific buttons conditionally */
.operamini .sg-btn--source,
.legacy .sg-btn--source {
  display: none;
}
#sg-buttons-advanced .btn-toolbar,
#sg-buttons-advanced .btn-group {
  margin-bottom: 1rem;
}
/* Sections
---------------------------------------------------------------------------- */
.sg-section {
  margin-bottom: 32px;
  /* For older browsers */
  margin-bottom: 2rem;
  overflow: inherit;
}
.sg-anchor {
  display: block;
  padding-top: 1em;
}
#sg-form-controls input[type="text"],
#sg-form-controls select {
  margin-top: 10px;
}
#sg-form-controls .has-feedback input,
#sg-form-controls .has-feedback select {
  margin-top: 0;
}
/* Colors
---------------------------------------------------------------------------- */
.sg-color {
  background: #fff;
  border: 1px solid #aaaaaa;
  display: inline-block;
  height: 80px;
  margin: 0 0.5em 0.5em 0;
  padding: 5px;
  position: relative;
  width: 100px;
}
.sg-lg {
  width: 140px;
  height: 100px;
}
.sg-color-swatch {
  display: block;
  height: 100%;
  width: 100%;
}
.sg-color-swatch span {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  bottom: 5px;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 88px;
}
.sg-lg .sg-color-swatch span {
  width: 128px;
}
.sg-color-swatch:hover span {
  opacity: 1;
}
/* -------------------------------------------------------------------------
 Colors
---------------------------------------------------------------------------- */
.sg-brand-primary .sg-color-swatch {
  background: #156B66;
}
.sg-gray-lighter .sg-color-swatch {
  background: #eeeeee;
}
.sg-gray-light .sg-color-swatch {
  background: #777777;
}
.sg-gray .sg-color-swatch {
  background: #555555;
}
.sg-gray-dark .sg-color-swatch {
  background: #333333;
}
.sg-gray-darker .sg-color-swatch {
  background: #222222;
}
.sg-brand-success .sg-color-swatch {
  background: #5cb85c;
}
.sg-brand-info .sg-color-swatch {
  background: #5bc0de;
}
.sg-brand-warning .sg-color-swatch {
  background: #f0ad4e;
}
.sg-brand-danger .sg-color-swatch {
  background: #D12839;
}
.sg-cor-secundaria .sg-color-swatch {
  background: #009932;
}
/* Fonts
---------------------------------------------------------------------------- */
.sg-font {
  font-size: 1.8em;
  padding: 0 0 0.2em 0;
}
.sg-font-primary {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.sg-font-secondary {
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Grid
---------------------------------------------------------------------------- */
.show-grid {
  padding: 0.5em 0;
}
.show-grid div {
  background-color: #eeeeee;
  border: 1px solid #777777;
  padding: 0.5em;
}
/* Markup
---------------------------------------------------------------------------- */
.sg-markup-controls {
  overflow: hidden;
  padding-top: 1.5em;
  clear: both;
}
.sg-source {
  position: relative;
}
.sg-source pre {
  background: #333;
  border-radius: 0.5em;
  border: 1px solid #ddd;
  color: #fff;
  overflow-x: scroll;
  padding: 0.5em 0.3em;
}
.sg-source pre code {
  background: transparent;
}
.js .sg-source {
  max-height: 0;
  overflow: hidden;
}
.js .sg-source.is-active,
.operamini .sg-source,
.legacy .sg-source {
  max-height: 2400px;
}
.marcador-inline {
  position: relative;
}
.marcador-inline:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #156B66 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' fill='%23fff'><path fill-rule='evenodd' d='M12.38,7.06l7.21,6.99,1.36,1.33c.21.21.21.54,0,.75,0,0,0,0,0,0l-1.36,1.33-7.21,6.99c-.46.45-1.19.44-1.63-.02-.01-.01-.03-.03-.04-.04l-.02-.02c-.45-.5-.42-1.27.06-1.74l6.7-6.5c.21-.2.21-.54,0-.75,0,0,0,0,0,0l-6.7-6.5c-.48-.47-.5-1.24-.06-1.74l.02-.02c.42-.48,1.15-.52,1.63-.1.02.01.03.03.04.04'/></svg>") center no-repeat;
  vertical-align: middle;
  border-radius: 50%;
  right: calc((18px + 6px) * -1);
  top: calc(50% - (18px / 2));
}
.marcador-lista li {
  position: relative;
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 8px 10px 8px 12px;
  margin-bottom: 12px;
  font-size: 20px;
}
.marcador-lista li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #D12839 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' fill='%23fff'><path fill-rule='evenodd' d='M12.38,7.06l7.21,6.99,1.36,1.33c.21.21.21.54,0,.75,0,0,0,0,0,0l-1.36,1.33-7.21,6.99c-.46.45-1.19.44-1.63-.02-.01-.01-.03-.03-.04-.04l-.02-.02c-.45-.5-.42-1.27.06-1.74l6.7-6.5c.21-.2.21-.54,0-.75,0,0,0,0,0,0l-6.7-6.5c-.48-.47-.5-1.24-.06-1.74l.02-.02c.42-.48,1.15-.52,1.63-.1.02.01.03.03.04.04'/></svg>") center no-repeat;
  vertical-align: middle;
  border-radius: 50%;
  right: 15px;
  top: calc(50% - (31px / 2));
}
.marcador-multi {
  background-color: #cfc;
  width: 232px;
}
.marcador-multi p {
  position: relative;
  margin-bottom: 0;
}
.marcador-multi p:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #FEBD00 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' fill='%23fff'><path fill-rule='evenodd' d='M12.38,7.06l7.21,6.99,1.36,1.33c.21.21.21.54,0,.75,0,0,0,0,0,0l-1.36,1.33-7.21,6.99c-.46.45-1.19.44-1.63-.02-.01-.01-.03-.03-.04-.04l-.02-.02c-.45-.5-.42-1.27.06-1.74l6.7-6.5c.21-.2.21-.54,0-.75,0,0,0,0,0,0l-6.7-6.5c-.48-.47-.5-1.24-.06-1.74l.02-.02c.42-.48,1.15-.52,1.63-.1.02.01.03.03.04.04'/></svg>") center no-repeat;
  vertical-align: middle;
  border-radius: 50%;
  right: calc((21px + 3px) * -1);
  top: calc(100% - (21px + 3px));
}
/* -------------------------------------------------------------------------
 Prettyprint
---------------------------------------------------------------------------- */
.pln {
  color: #fff;
}
/* plain text */
@media screen {
  .str,
  .string {
    color: #E6DB74;
  }
  /* string content */
  .kwd,
  .keyword {
    color: #66D9EF;
  }
  /* a keyword */
  .com,
  .comment {
    color: #75715E;
  }
  /* a comment */
  .typ {
    color: #A6E22E;
  }
  /* a type name */
  .lit,
  .number {
    color: #AE81FF;
  }
  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  /* .pun, .opn, .clo { color: #660 } */
  .tag {
    color: #F92672;
  }
  /* a markup tag name */
  .atn {
    color: #A6E22E;
  }
  /* a markup attribute name */
  .atv {
    color: #E6DB74;
  }
  /* a markup attribute value */
  /*.dec, .var { color: #606 }*/
  /* a declaration; a variable name */
  .fun {
    color: #FF0000;
  }
  /* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #044;
  }
  .pun,
  .opn,
  .clo {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  border-left: 1px solid #444;
  margin: 0 0 0 3.3em;
  /* IE indents via margin-left */
  padding: 0;
}
ol.linenums li {
  color: #bebec5;
  line-height: 1.5;
  padding-left: 0.8em;
}
/* -------------------------------------------------------------------------
 Legacy IE
---------------------------------------------------------------------------- */
/**
 * IE 7 Fixes
 */
.sg-color {
  *display: inline;
  zoom: 1;
}
/* End IE 7 Fixes */
/**
 * IE 6 Fixes
 */
pre {
  _white-space: pre;
  _white-space: pre-wrap;
  _word-wrap: break-word;
}
/* End IE 6 Fixes */
