/* Generated by less 2.5.1 */
/*ELEMENTOS ESTRUTURAIS*/
/*CORPO DAS PÁGINAS*/
.wrapper__corpo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrapper__corpo {
    max-width: 780px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper__corpo {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper__corpo {
    max-width: 1200px;
  }
}
.corpo {
  background-color: #fff;
}
/*CABEÇALHO DA PÁGINA*/
.cabecalho {
  position: relative;
  min-height: 50px;
  background: url(../images/outros/bg_cabecalho.jpg) left top repeat-x;
}
@media only screen and (min-width: 768px) {
  .cabecalho {
    min-height: 132px;
  }
}
@media only screen and (min-width: 992px) {
  .cabecalho {
    min-height: 200px;
  }
}
.cabecalho__funcionalidades {
  position: absolute;
  top: 7px;
  right: 80px;
  z-index: 200;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cabecalho__funcionalidades {
    position: relative;
    top: inherit;
    right: auto;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.cabecalho__funcionalidades a {
  color: #fff;
  font-weight: 300;
}
.cabecalho__funcionalidades a:hover,
.cabecalho__funcionalidades a:active,
.cabecalho__funcionalidades a:focus {
  color: #fff;
}
/* Acessibilidade */
.cabecalho__funcionalidades__acessibilidade {
  float: left;
  margin: 0.375rem 0;
}
.cabecalho__funcionalidades__links-extras {
  float: right;
  margin: 0.375rem 0.5rem 0.375rem 0;
}
.cabecalho__logo {
  display: block;
  -webkit-transition: margin-top 0.5s, margin-bottom 0.5s;
  -o-transition: margin-top 0.5s, margin-bottom 0.5s;
  transition: margin-top 0.5s, margin-bottom 0.5s;
  background: url(../images/logos/logo.png) left top / 79px 40px no-repeat;
  margin-top: 7px;
  width: 79px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .cabecalho__logo {
    margin-top: 16px;
    background-size: 146px 75px;
    width: 146px;
    height: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .cabecalho__logo {
    margin-top: 37px;
    background-size: 208px 107px;
    width: 208px;
    height: 107px;
  }
}
.cabecalho__selo-governo {
  float: right;
}
.cabecalho__selo-governo a {
  display: block;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  margin-top: 26px;
  margin-right: 14px;
  background-image: url(../images/logos/brasao_RS.png);
  background-repeat: no-repeat;
  background-size: 178px 75px;
  /*tamanho logo em xs e sm*/
  width: 178px;
  height: 75px;
}
@media only screen and (min-width: 768px) {
  .cabecalho__selo-governo a {
    /*tamanho logo em md e lg*/
    background-size: 240px 102px;
    width: 240px;
    height: 102px;
  }
}
/*Cabeçalho das páginas de impressão*/
.cabecalhoImpressao {
  display: none;
}
#frmBuscaGeral {
  position: absolute;
  float: left;
  left: -50%;
  top: 50px;
  width: 150%;
  padding: 10px 15px;
  background-color: #4c7672;
  z-index: 98;
}
@media screen and (min-width: 768px) {
  #frmBuscaGeral {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    background-color: none;
    width: 300px;
    margin-top: 28px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #frmBuscaGeral {
    margin-top: 52px;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1200px) {
  #frmBuscaGeral {
    width: 340px;
    margin-left: 0;
  }
}
#frmBuscaGeral .input-group {
  -webkit-box-shadow: 2px 3px 0 #1f5150;
  box-shadow: 2px 3px 0 #1f5150;
}
#frmBuscaGeral .input-group .form-control {
  border-right: none;
  border-color: #e6f0ec;
  box-shadow: none;
  background-color: #e6f0ec;
}
#frmBuscaGeral .input-group .form-control:focus {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #e6f0ec;
}
#frmBuscaGeral .input-group .form-control[placeholder] {
  text-transform: uppercase;
}
#frmBuscaGeral .input-group .form-control::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
#frmBuscaGeral .input-group .form-control:-ms-input-placeholder {
  color: #9e9e9e;
}
#frmBuscaGeral .input-group .form-control::-webkit-input-placeholder {
  color: #9e9e9e;
}
#frmBuscaGeral .input-group-btn:last-child > .btn {
  border: 1px solid #e6f0ec;
  padding: 0.4375rem 0.875rem;
}
#frmBuscaGeral .input-group-btn:last-child > .btn .glyphicon {
  color: #6e908b;
}
#frmBuscaGeral .input-group-btn:last-child > .btn.btn-default {
  background-color: #e6f0ec;
}
#frmBuscaGeral .input-group-btn:last-child > .btn.btn-default:hover,
#frmBuscaGeral .input-group-btn:last-child > .btn.btn-default:active,
#frmBuscaGeral .input-group-btn:last-child > .btn.btn-default:focus {
  background-color: #bfbfbf;
}
.navbar-default .navbar-form {
  border: none;
  float: right;
  margin-right: 15px;
  margin-left: 0;
  padding: 0;
}
/*----------REGRAS SELETOR DE IDIOMAS ----------------------*/
.seletor_idioma.open .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.2);
}
.seletor_idioma.open .dropdown-menu {
  margin: 0 0 0 5px;
  background-color: #578388;
  border-color: #395659;
}
.seletor_idioma {
  padding-bottom: 0 !important;
}
.seletor_idioma .dropdown-toggle {
  padding: 0.375rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .seletor_idioma .dropdown-toggle {
    width: 100%;
    margin-top: -3px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.seletor_idioma .idioma_ico {
  display: none;
  position: relative;
  margin-right: 24px;
  background-repeat: no-repeat;
}
.seletor_idioma .idioma_ico:before {
  position: absolute;
  display: inline-block;
  top: 1px;
  content: "";
  height: 17px;
  width: 21px;
  border: 1px solid #fff;
}
.seletor_idioma .idioma_ico--pt:before {
  background-image: url(/matriz_common/images/idiomas/pt-br.png);
}
.seletor_idioma .idioma_ico--en:before {
  background-image: url(/matriz_common/images/idiomas/en-us.png);
}
.seletor_idioma .idioma_ico--es {
  background-image: url(/matriz_common/images/idiomas/es-es.png);
}
.seletor_idioma .dropdown-menu {
  min-width: 113px;
}
.seletor_idioma .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.seletor_idioma .dropdown-menu li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.1875rem 0.5rem;
}
.seletor_idioma .dropdown-menu li a:hover,
.seletor_idioma .dropdown-menu li a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
/* RODAPÉ*/
.wrapper-rodape__body {
  /*classe que extende a lagura do rodapé às bordas da página*/
  border-top: 10px solid #e7e7e7;
  background: url(../images/outros/bg_rodape.jpg) left top repeat-x;
  background-size: auto 100%;
  max-height: 330px;
}
@media screen and (min-width: 595px) {
  .wrapper-rodape__body {
    max-height: 225px;
  }
}
.rodape {
  color: #fff;
}
.rodape__body {
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .rodape__body {
    padding: 30px 0;
  }
}
.rodape__body.isbn_marginclear {
  border-bottom: 1px solid;
}
.rodape__expediente {
  text-align: center;
}
.rodape__expediente__instituicao {
  padding: 0 0 0.625em 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}
.rodape__expediente__link-mapa {
  display: inline;
  font-size: 0.75rem;
}
.rodape__isbn {
  text-align: center;
}
.rodape__isbn .isbn_titulo {
  font-weight: 500;
}
.rodape .isbn_info {
  display: block;
}
@media screen and (min-width: 768px) {
  .rodape .isbn_info {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .rodape .isbn_info:not(:first-child) {
    margin-left: 1rem;
  }
}
.rodape__creditos__body {
  margin: 0.75rem auto;
  height: 28px;
  width: 213px;
}
.rodape__creditos__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rodape__creditos__body ul li {
  float: left;
}
.rodape__creditos__body a {
  font-size: 0.875rem;
}
.rodape__creditos__body__credito a {
  background: transparent url(../images/logos/logo_Procergs.png) no-repeat center center;
  display: block;
  font-size: 0;
  height: 28px;
  width: 101px;
}
.rodape__creditos__body__espacador {
  border-right: #fff solid 1px;
  height: 17px;
  margin: 5px 8px;
  width: 1px;
}
.rodape a {
  color: #fff;
}
.wrapper-rodape__creditos {
  background-color: #4d4e4e;
}
/*Rodapé das páginas de impressão*/
.rodapeImpressao {
  display: none;
}
/*COMPONENTE MENU PRINCIPAL*/
@media screen and (min-width: 992px) {
  .menu-principal {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .menu-principal {
    float: left;
    width: 25%;
  }
}
.menu-principal ul {
  padding-left: 0;
  list-style: none;
}
.menu-principal #accordion-pai a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .menu-principal #accordion-pai {
    border-right: 1px solid rgba(0, 0, 0, 0.175);
  }
}
.menu-principal .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.menu-principal .fa {
  float: right;
  margin-left: 14px;
}
.menu-principal__item-pai {
  background-color: #e7e7e7;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .menu-principal__item-pai {
    font-size: 1.25rem;
  }
}
.menu-principal__item-pai a {
  display: block;
  width: 100%;
  padding: 0.889em 1rem;
  text-decoration: none;
  color: #fff;
  background-color: #6f9ea3;
}
.menu-principal__item-pai a:hover,
.menu-principal__item-pai a.active {
  background-color: #6f9ea3;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .menu-principal__item-pai a {
    padding: 1.25em 1rem;
  }
}
.menu-principal__item-pai a.collapsed {
  background-color: #578388;
}
.menu-principal__item-pai a.collapsed .fa-caret-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-principal__item-pai a.collapsed:hover {
  background-color: #619298;
}
.menu-principal__item-pai a .fa-caret-right {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-principal__item-pai:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
.menu-principal__item-filho {
  margin-top: 0;
  background-color: transparent;
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .menu-principal__item-filho {
    font-size: 1.125rem;
  }
}
.menu-principal__item-filho a {
  font-weight: 300;
  background-color: transparent;
  color: #578388;
}
@media screen and (min-width: 992px) {
  .menu-principal__item-filho a {
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
  }
}
.menu-principal__item-filho a:hover,
.menu-principal__item-filho a.active {
  background-color: rgba(87, 131, 136, 0.2);
  color: #578388;
}
.menu-principal__item-filho a.collapsed {
  background-color: transparent;
  color: #578388;
}
.menu-principal__item-filho a.collapsed:hover {
  background-color: rgba(87, 131, 136, 0.2);
}
.menu-principal__item-filho ul {
  margin-left: 1rem;
  border-left: 3px solid #578388;
}
.menu-principal__item-neto {
  font-size: 1rem;
  line-height: 1.5;
}
.menu-principal__item-neto a {
  background-color: transparent;
  color: #578388;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
/*Componente PANEL-MATRIZ
Modificação de panels específicos para a Home*/
.panel--matriz.panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.panel--matriz .panel-heading {
  padding: 0 0 2.25rem 0;
  border: none;
}
.panel--matriz > .panel-heading {
  background-color: transparent;
}
.panel--matriz .panel-title {
  font-size: 1.875rem;
  line-height: 1.3;
}
.panel--matriz .panel-body {
  padding: 0 0 0.625rem 0;
}
.panel--matriz .panel-footer {
  border-top: 2px solid #e9e9e9;
  font-size: 0.875rem;
  padding: 0.5em 0;
  background-color: transparent;
}
.artigo .panel--matriz.panel {
  margin-bottom: 1.5rem;
  padding: 0;
}
.artigo .panel--matriz .panel-heading {
  padding: 1rem 0;
}
.artigo .panel--matriz .panel-body {
  padding: 0;
}
.artigo .panel--matriz .panel-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
/*Box de conteúdo similar ao panel*/
.box {
  margin-bottom: 3rem;
}
.box__titulo,
.lista-publicacoes-destaque > h2 {
  margin: 0 0 2.25rem 0;
  line-height: 1.3;
}
/*Componente Lista Texto - baseado no list-group do bootstrap*/
.lista-texto {
  margin-bottom: 0;
}
.lista-texto .list-group-item {
  padding: 10px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.lista-texto .list-group-item:first-child {
  padding-top: 0;
  border-top: none;
}
/*COMPONENTE LISTA LINKS*/
.lista-links .panel-heading {
  padding: 0 0 0.5rem;
}
.lista-links .panel-title {
  padding-bottom: 0.375rem;
  color: #578388;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px solid #578388;
}
.lista-links .list-group-item {
  background-color: transparent;
  border: none;
}
/*LISTA PUBLICAÇÕES SIMPLES*/
.lista-publicacoes-simples .panel-heading {
  padding: 0 0 0.5rem;
}
.lista-publicacoes-simples .panel-title {
  padding-bottom: 0.375rem;
  color: #578388;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px solid #578388;
}
.lista-publicacoes-simples .panel {
  border: none;
  box-shadow: none;
  padding-top: 1rem;
}
.lista-publicacoes-simples .panel a {
  padding-left: 0.5rem;
}
.lista-publicacoes-simples .panel-footer {
  display: none !important;
  visibility: hidden !important;
}
.lista-publicacoes-simples ul {
  list-style: none;
  padding-left: 0;
}
.lista-publicacoes-simples ul li {
  margin-bottom: 0.5rem;
}
.lista-publicacoes-simples ul li:last-child {
  margin-bottom: 0;
}
/*COMPONENTE LISTA PUBLICAÇÕES DESTAQUE*/
.wrapper__lista-publicacoes-destaque {
  padding-bottom: 3rem;
  background-color: #f0f2f1;
}
.lista-publicacoes-destaque {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lista-publicacoes-destaque {
    margin: 0;
  }
}
.lista-publicacoes-destaque__link {
  visibility: hidden;
  display: none;
}
.lista-publicacoes-destaque__item {
  display: block;
  margin-bottom: 10px;
}
.lista-publicacoes-destaque__item a {
  color: #fff;
}
.lista-publicacoes-destaque__item a:hover {
  color: #fff;
}
.lista-publicacoes-destaque__item figure {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 350px) {
  .lista-publicacoes-destaque__item figure {
    overflow: hidden;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .lista-publicacoes-destaque__item figure {
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.lista-publicacoes-destaque__item figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.lista-publicacoes-destaque__item .img-ajuste-horizontal img {
  height: auto;
}
.lista-publicacoes-destaque__item__body {
  position: absolute;
  top: 9%;
  padding: 8% 10%;
  z-index: 2;
}
.lista-publicacoes-destaque__item__titulo {
  font-size: 1.5rem;
  text-shadow: #030303 1px 1px 4px;
  line-height: 1.25;
  text-transform: none;
  margin: 0;
}
@media screen and (min-width: 350px) {
  .lista-publicacoes-destaque__item__titulo {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lista-publicacoes-destaque__item__titulo {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lista-publicacoes-destaque__item__titulo {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lista-publicacoes-destaque__item__titulo {
    font-size: 1.5rem;
  }
}
.lista-publicacoes-destaque__item__complemento {
  font-size: 0.75rem;
  margin-bottom: 0.25em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .lista-publicacoes-destaque__item__complemento {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .lista-publicacoes-destaque__item__complemento {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .lista-publicacoes-destaque__item__complemento {
    font-size: 1.25rem;
  }
}
/*COMPONENTE GALERIA LOCAIS*/
.galeria-locais {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .galeria-locais {
    border: 1px solid #ccc;
  }
}
.galeria-locais__wrapper {
  display: block;
  margin-bottom: 3rem;
  padding: 0 15px;
}
.galeria-locais .input-group {
  max-width: 80%;
  margin-bottom: 15px;
}
.galeria-locais__seletor li {
  font-size: 1.125rem;
}
.galeria-locais__textos {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding: 15px 15px 0 15px;
  background-color: #ffffff;
  overflow: auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .galeria-locais__textos {
    width: 41.6667%;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (min-width: 992px) {
  .galeria-locais__textos {
    width: 33.3333%;
  }
}
.galeria-locais__textos .panel {
  border-left: none;
  border-right: none;
}
.galeria-locais__textos .panel-heading {
  position: relative;
  background-color: transparent;
}
.galeria-locais__textos .panel-heading .fa {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 7%;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  transition: all 0.5s;
}
.galeria-locais__textos .panel-heading a .fa-plus {
  opacity: 0;
}
.galeria-locais__textos .panel-heading a .fa-minus {
  opacity: 1;
}
.galeria-locais__textos .panel-heading a.collapsed .fa-plus {
  opacity: 1;
}
.galeria-locais__textos .panel-heading a.collapsed .fa-minus {
  opacity: 0;
}
.galeria-locais__textos .panel-heading .panel-title {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .galeria-locais__textos .matriz-ui-player-volume-controls {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .galeria-locais__textos .matriz-ui-player-volume-controls {
    display: block;
    width: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .galeria-locais__textos .matriz-ui-player-volume-controls {
    width: 30px;
  }
}
.galeria-locais__lista__item:not(:first-child) {
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.galeria-locais__lista__item__distancia {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.galeria-locais__lista__item__distancia .fa {
  font-size: 1rem;
}
.galeria-locais__lista__item__titulo {
  margin-bottom: 10px;
}
.galeria-locais__lista__item address {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.galeria-locais__lista__item__link {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.galeria-locais__mapa {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  height: 557px;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .galeria-locais__mapa {
    display: block;
    margin-left: 41.6667%;
  }
}
@media only screen and (min-width: 992px) {
  .galeria-locais__mapa {
    margin-left: 33.3333%;
  }
}
.galeria-locais__detalhes {
  margin: -1.5rem -15px 0 -15px;
  padding: 1.5rem 15px 0;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 15%);
}
.galeria-locais__detalhes .artigo__titulo {
  font: 500 1.375rem "Roboto Condensed";
}
.galeria-locais__detalhes .artigo__subtitulo {
  font: 300 1.125rem "Roboto";
}
.galeria-locais__detalhes .artigo__cabecalho .btn {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
}
.mapa__visualiza {
  height: 100%;
}
.mapa__visualiza img {
  background-color: transparent;
}
/*COMPONENTE GALERIA THUMBS IMAGEM*/
.wrapper-galeria {
  position: relative;
}
.wrapper-galeria .owl-carousel {
  padding: 0 1.5rem;
}
.wrapper-galeria .owl-carousel .owl-item .thumbnail {
  margin: 0;
}
.wrapper-galeria .owl-carousel .owl-item .item {
  margin: 0 10px;
}
.custom-owl-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  z-index: 2;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #e4e4e4;
  font-size: 1.5rem;
}
.custom-owl-control:hover {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.custom-owl-control:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom-owl-control.next {
  left: auto;
  right: 0;
}
.custom-owl-control .glyphicon {
  color: #c2c2c2;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
}
.galeria-imagem__titulo-album,
.galeria-video__titulo-album {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 0 0 0.5rem 0;
}
.galeria-imagem__titulo-album .icon,
.galeria-video__titulo-album .icon {
  color: #666;
}
.galeria-imagem__titulo-album__tag,
.galeria-video__titulo-album__tag {
  margin-right: 0.25rem;
  text-transform: uppercase;
  font-weight: 400;
}
.seletor-album {
  padding: 8px 15px;
  margin-top: 8px;
  background-color: #eee;
}
.seletor-album .form-inline .form-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .seletor-album .bootstrap-select.form-control:not([class*="col-"]) {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .seletor-album .bootstrap-select.form-control:not([class*="col-"]) {
    width: 40%;
  }
}
.seletor-album .bootstrap-select.form-control.matriz-ui-combobox {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .seletor-album .bootstrap-select.form-control.matriz-ui-combobox {
    margin-bottom: 0;
  }
}
/*COMPONENTES FORMULÁRIOS ASIDE*/
aside .form-horizontal .checkbox {
  font-size: 0.875rem;
  padding-top: 0;
}
aside input[type="checkbox"] {
  margin: 5px 0;
}
.newsletter.panel--matriz .panel-body {
  padding-bottom: 0;
}
.newsletter.panel--matriz .panel-body .form-group:last-child {
  margin-bottom: 0;
}
.busca .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 64%;
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc -5%;
}
/*COMPONENTE ARTIGOS*/
.artigo {
  margin-bottom: 1.5rem;
}
.artigo__ferramentas {
  margin-top: 1rem;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .artigo__ferramentas {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .artigo__ferramentas {
    margin-top: 1.125rem;
  }
}
.artigo__ferramentas__botoes {
  margin-right: 3px;
}
.artigo__ferramentas__botoes .btn {
  margin-right: 19px;
  text-transform: uppercase;
  color: #578388;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .artigo__ferramentas__botoes .btn {
    padding: 0.4375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
    margin-right: 26px;
  }
}
.artigo__ferramentas__botoes .btn:hover {
  background-color: transparent;
  text-decoration: underline;
}
.artigo__ferramentas__shareoptions {
  float: left;
  padding-top: 10px;
}
@media screen and (min-width: 424px) {
  .artigo__ferramentas__shareoptions {
    float: right;
    padding-top: 0;
  }
}
.artigo__ferramentas__shareoptions .fb_iframe_widget {
  padding-top: 4px;
}
.artigo__ferramentas__shareoptions > div {
  margin-right: 4px;
}
.artigo__ferramentas__shareoptions .twitter-share {
  padding-top: 4px;
  width: 100%;
}
@media only screen and (min-width: 390px) {
  .artigo__ferramentas__shareoptions .twitter-share {
    max-width: 102px;
  }
}
.artigo__tipo-conteudo {
  margin: 1rem 0 0.625rem 0;
  color: #666;
  font: 400 1.125rem/1 "Roboto Condensed";
  text-transform: uppercase;
}
.artigo__tipo-conteudo .icon {
  background-color: #ccc;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem;
}
.artigo__titulo {
  color: #578388;
}
@media only screen and (max-width: 767px) {
  .artigo__titulo {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.artigo__subtitulo {
  color: #578388;
  padding: 0 0 0.75rem;
  border-bottom: 2px solid #578388;
  font: 500 1.375rem "Roboto Condensed";
}
@media only screen and (min-width: 768px) {
  .artigo__subtitulo {
    margin: -1rem 0 1.5rem 0;
  }
}
.artigo__pubdate {
  font-size: 0.875rem;
  text-align: right;
}
.artigo__autor {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.artigo__ilustracao {
  margin-bottom: 0;
}
.artigo__ilustracao--esquerda {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 480px) {
  .artigo__ilustracao--esquerda {
    max-width: 50%;
  }
}
.artigo__ilustracao--direita {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 480px) {
  .artigo__ilustracao--direita {
    max-width: 50%;
  }
}
.artigo__ilustracao--carousel {
  margin-bottom: 0;
}
.artigo__ilustracao__legenda {
  padding: 0.5625rem 0;
}
.artigo__ilustracao__credito {
  font-family: "Roboto Condensed";
  color: #666;
  font-weight: 400;
}
.artigo__pagina__inicial--padrao .artigo__cabecalho {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .artigo__pagina__inicial--padrao .artigo__cabecalho {
    margin-top: 1.5rem;
  }
}
.artigo__pagina__inicial--padrao .artigo__titulo {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .artigo__pagina__inicial--padrao .artigo__titulo {
    font-size: 2.65rem;
  }
}
.artigo__evento--default .artigo__subtitulo,
.artigo__noticia--default .artigo__subtitulo,
.artigo__midia .artigo__subtitulo,
.artigo__pagina__galeriavideo--padrao .artigo__subtitulo {
  margin: 0 0 0.3125rem;
  padding: 0.625rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font: italic 500 1.375rem "Roboto Condensed";
}
@media only screen and (min-width: 768px) {
  .artigo__evento--default .artigo__subtitulo,
  .artigo__noticia--default .artigo__subtitulo,
  .artigo__midia .artigo__subtitulo,
  .artigo__pagina__galeriavideo--padrao .artigo__subtitulo {
    padding: 1.25rem 0;
  }
}
.artigo__evento--default .conteudo-lista__item__info-evento {
  margin: 1.5rem 0;
  font-size: 1rem;
}
.artigo__noticia--default .artigo__subtitulo,
.artigo__midia .artigo__subtitulo {
  text-align: center;
}
.artigo__midia,
.artigo__audio,
.artigo__video {
  margin-bottom: 1.5rem;
}
.artigo__pagina__galeriavideo--padrao .conteudo-lista__item {
  margin-bottom: 1rem;
}
.artigo__pagina__galeriavideo--padrao .conteudo-lista__item:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.artigo__pagina__galeriaaudio--visualizacao .conteudo-lista__item figure img {
  width: 115px;
  height: 69px;
  object-fit: cover;
  object-position: 50% 20%;
}
.artigo__pagina__form--faleconosco .artigo__cabecalho,
.artigo__pagina__extra--mapasite .artigo__cabecalho,
.artigo__pagina__extra--acessibilidade .artigo__cabecalho {
  display: none !important;
  visibility: hidden !important;
}
/*COMPONENTE CONTEÚDOS RELACIONADOS*/
.conteudos-relacionados__item__imagem {
  display: block;
  width: 105px;
  height: 105px;
  background-color: #ccc;
  color: #fff;
  font-family: FontAwesome;
  font-size: 2.25rem;
}
.conteudos-relacionados__item__imagem:hover {
  color: #fff;
  text-decoration: none;
}
.conteudos-relacionados__item__imagem:after {
  position: relative;
  top: -1.5rem;
  display: inline-block;
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
}
.conteudos-relacionados__item__imagem > figure {
  font-size: 1rem;
  line-height: 24px;
  text-align: right;
}
.conteudos-relacionados__item__imagem > figure:after {
  display: inline-block;
  position: relative;
  right: 7px;
  bottom: 31px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  width: 24px;
  height: 24px;
}
.conteudos-relacionados__item__imagem > figure > img {
  width: 105px;
  height: 105px;
  background-color: #fff;
  padding: 4px;
  border: 1px solid #ccc;
}
.conteudos-relacionados__item__imagem.pagina:after,
.conteudos-relacionados__item__imagem.pagina > figure:after {
  content: "\f0f6";
}
.conteudos-relacionados__item__imagem.noticia:after,
.conteudos-relacionados__item__imagem.noticia > figure:after {
  content: "\f1ea";
}
.conteudos-relacionados__item__imagem.evento:after,
.conteudos-relacionados__item__imagem.evento > figure:after {
  content: "\f073";
}
/*COMPONENTE MAPA (LOCAIS)*/
.mapa {
  margin-bottom: 10px;
}
.mapa__visualizacao {
  border: 1px solid #ccc;
  height: 273px;
  width: 100%;
}
.mapa__visualizacao img {
  background-color: transparent;
}
.mapa-lista {
  margin: 0 15px;
}
@media only screen and (min-width: 480px) {
  .mapa-lista__item__descricao {
    max-width: 60%;
    float: left;
  }
}
.mapa-lista__item__endereco {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .mapa-lista__item__link {
    float: right;
  }
}
/*COMPONENTE CONTEUDO-LISTA*/
.ordenacao p {
  font-size: 0.875rem;
  margin: 0 0 0.75em;
}
.conteudo-lista {
  margin-bottom: 1.5rem;
}
.conteudo-lista__header {
  border-bottom: 1px solid #ddd;
}
.conteudo-lista__header__titulo {
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
.conteudo-lista__body {
  margin-top: 1.5rem;
}
.conteudo-lista__item {
  margin-bottom: 1rem;
  border: 1px solid transparent;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .conteudo-lista__item {
    margin-bottom: 1.5rem;
  }
  .conteudo-lista__item:before,
  .conteudo-lista__item:after {
    content: " ";
    display: table;
  }
  .conteudo-lista__item:after {
    clear: both;
  }
}
.conteudo-lista__item figure {
  position: relative;
  margin-right: 16px;
}
.conteudo-lista__item figure img {
  max-width: 115px;
  margin-bottom: 3px;
}
.conteudo-lista__item__datahora {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.0625rem 0;
  display: block;
}
.conteudo-lista__item__titulo {
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .conteudo-lista__item__titulo {
    font-size: 1.125rem;
    margin: 0 0 0.375rem 0;
  }
}
.conteudo-lista__item__info-evento {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .conteudo-lista__item__info-evento {
    font-size: inherit;
  }
}
.conteudo-lista__item__info-evento__data:before {
  float: left;
  display: inline-block;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 4px;
  padding: 4px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
}
.conteudo-lista__item__info-evento__local:before {
  float: left;
  display: inline-block;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 4px;
  padding: 4px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
}
.conteudo-lista__item p {
  margin-bottom: 0;
}
.conteudo-lista__item__duracao {
  position: absolute;
  right: 6px;
  bottom: 9px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.875rem;
  padding: 0 3px;
}
.conteudo-lista__item.is-active {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.conteudo-lista__item.is-active .play:before {
  position: absolute;
  top: 30%;
  left: 45%;
  content: "\e072";
  color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 18px;
  text-shadow: 0 0 10px #000;
}
.conteudo-lista__item.is-active .conteudo-lista__item__duracao {
  display: none;
}
/*Filtro de busca lista de mídias*/
#busca-midia {
  padding: 10px;
  background-color: #f5f5f5;
}
.filtro-busca__midia {
  margin-top: 0.375rem;
  color: #666;
  font-size: 0.875rem;
}
.filtro-busca__midia a {
  color: #666;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}
.filtro-busca__midia a:hover {
  text-decoration: none;
}
/*Lista de labels de categorias*/
.lista-categoria {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.25rem 0;
}
.lista-categoria > li {
  display: inline-block;
  padding: 0;
}
/*Paginação*/
.paginacao .pagination {
  margin-bottom: 0;
}
.paginacao .pagination > li > a {
  margin-bottom: 5px;
}
.paginacao__status {
  font-size: 0.875rem;
  margin: 0 0 0.75em 0;
}
.artigo__listapaginas__item {
  margin-bottom: 2rem;
  overflow: hidden;
}
.artigo__listapaginas__item figure img {
  height: 163px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.artigo__listapaginas__item > a {
  display: block;
  font-weight: 300;
  background-color: #eee;
  transition: background-color 0.5s ease;
}
.artigo__listapaginas__item > a:hover {
  background-color: #ccc;
}
.artigo__listapaginas__item__titulo {
  padding: 1rem;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .artigo__listapaginas__item__titulo {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 380px) {
  .artigo__listapaginas__item {
    width: 100%;
  }
}
.navegacao-listapaginas {
  padding: 1.5rem;
  background-color: #ededed;
}
.navegacao-listapaginas ul {
  margin: 1rem 0 0 1rem;
}
.navegacao-listapaginas li {
  margin-bottom: 1rem;
}
.navegacao-listapaginas li.active > a {
  color: #999;
}
.navegacao-listapaginas li.active > a:hover {
  cursor: not-allowed;
  text-decoration: none;
}
/*Lista galerias imagens*/
.panel--galeria .panel-heading {
  background-color: #F2F4F7;
  white-space: nowrap;
  padding: 6px 15px;
}
.panel--galeria .panel-heading * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel--galeria .panel-title {
  font-size: 1rem;
}
.panel--galeria .thumbnail {
  margin-bottom: 0;
}
.panel--galeria__imagem {
  position: relative;
  display: inline-block;
}
.panel--galeria__imagem img {
  width: 100%;
}
.panel--galeria__descricao {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  min-height: 1.3125rem;
}
.panel--galeria__numero {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: inline-block;
  background-color: rgba(53, 111, 162, 0.8);
  color: #fff;
  padding: 0.15rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
/*Lista galerias midias */
.artigo__lista-galeria-midia__item {
  margin-bottom: 2rem;
  white-space: nowrap;
}
.artigo__lista-galeria-midia__item * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.artigo__lista-galeria-midia__item figure img {
  height: 148px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  border: 1px solid #eee;
}
.artigo__lista-galeria-midia__item__descricao {
  padding: 1rem;
  min-height: 6.125rem;
  background-color: #eee;
  font-size: 0.875rem;
}
.artigo__lista-galeria-midia__item__titulo {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
.artigo__lista-galeria-midia__item p {
  margin-bottom: 0;
}
@media only screen and (max-width: 380px) {
  .artigo__lista-galeria-midia__item {
    width: 100%;
  }
}
/*Lista Eventos Bloco*/
.lista-evento__item {
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lista-evento__item {
    margin-bottom: 3rem;
  }
}
.lista-evento__item figure {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .lista-evento__item figure {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lista-evento__item__texto {
    position: absolute;
    width: 40%;
    top: 0;
    left: 9%;
    bottom: 0;
    padding: 5% 15px 0;
    background-color: #eee;
  }
}
.lista-evento__item__titulo {
  font-size: 1rem;
  margin: 0 0 0.375rem 0;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .lista-evento__item__titulo {
    font-size: 1.125rem;
  }
}
.lista-evento__item__info-evento {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.lista-evento__item__info-evento__data:before {
  float: left;
  display: inline-block;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 4px;
  padding: 4px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
}
.lista-evento__item__info-evento__local:before {
  float: left;
  display: inline-block;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 4px;
  padding: 4px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
}
.lista-evento__item__link {
  font-size: 0.875rem;
}
.thumbs-gallery figcaption {
  margin-bottom: 0.5rem;
  padding-bottom: 0.375rem;
  color: #578388;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px solid #578388;
}
.thumbs-gallery .thumbnail {
  padding: 0;
  border-color: #578388;
  border-width: 2px;
}
/*COMPONENTE LINKS EM IMAGEM*/
.links-imagem__lista {
  border: 1px solid #ddd;
  list-style: outside none none;
  margin-left: -5px;
  padding-left: 0;
}
.links-imagem__lista > li {
  padding: 20px 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .links-imagem__lista > li {
    display: inline-block;
  }
}
.links-imagem__lista > li:first-child {
  padding-left: 15px;
}
.links-imagem__lista > li:last-child {
  padding-right: 15px;
}
/*COMPONENTE PLAYER DE MÍDIA*/
.matriz-ui-player-volume-controls {
  width: 40px;
  float: right;
  height: 100%;
}
.matriz-ui-player-volume-controls a {
  font-size: 1.3em;
  text-decoration: none;
  float: right;
}
.matriz-ui-player-volume-controls [data-matriz-action='volume-off'] {
  display: none;
}
.matriz-ui-player-volume-controls [data-matriz-action='change-volume'] {
  position: absolute;
  left: -11px;
  top: -7px;
  border: solid 1px #ccc;
  background-color: #999;
  display: inline-block;
  height: 0.8rem;
  width: 3.75rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.matriz-ui-player-volume-controls [data-matriz-action='change-volume'] > div {
  width: 75%;
  background-color: #6cf;
  height: 11px;
}
.matriz-ui-player-subtitle {
  font-size: 9pt;
  font-style: italic;
  padding: 12px 0px 6px 0px;
  text-align: center;
}
.matriz-ui-player-time-info {
  font-size: 8pt;
  margin: 6px 3px 0 0;
  text-align: right;
}
.matriz-ui-player-progress-bar {
  clear: both;
  border: solid 1px #ccc;
  height: 10px;
  background-color: #999;
  position: relative;
  width: 100%;
  display: block;
}
.matriz-ui-player-loaded-bar {
  border: 1px solid #ccc;
  background-color: #ddd;
  height: 10px;
  width: 0%;
  top: 0px;
  position: absolute;
}
.matriz-ui-player-played-bar {
  border: 1px solid #ccc;
  background-color: #6cf;
  height: 10px;
  width: 0%;
  top: 0;
  position: absolute;
  z-index: 10;
}
.matriz-ui-video-player .matriz-player {
  position: absolute;
  bottom: 0;
}
.matriz-player {
  width: 100%;
  height: 2.25rem;
}
.matriz-player__bar {
  background-color: #eee;
  padding: 0 9px;
  height: 2.25rem;
}
.matriz-player .progress {
  float: left;
  display: inline-block;
  margin-top: 13px;
  /*fallback*/
  margin-top: calc((2.25rem - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 0;
  height: 10px;
  width: calc(93% - 180px);
}
@media only screen and (max-width: 768px) {
  .matriz-player .progress {
    width: calc(100% - 180px);
  }
}
.matriz-player__controls {
  float: left;
  margin: 0 10px 0 0;
}
.matriz-player__volume {
  float: right;
  position: absolute;
}
.matriz-player__volume-bar {
  float: right;
  position: absolute;
  width: 13%;
  margin-top: -2.25rem;
}
.matriz-player__bar-volume {
  background-color: #ddd;
  height: 110px;
  width: 40px;
  margin: -40px 0 0 -1px;
  z-index: 1;
}
.matriz-player__time-info {
  float: left;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-top: calc((2.25rem - 0.875rem * 1.5) / 2);
}
.matriz-player__description {
  padding: 11px 15px;
  border-bottom: 1px solid #ddd;
}
.matriz-player__description__titulo {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.matriz-player__description__p {
  margin: 0;
}
.matriz-player__btn {
  background-color: transparent;
}
.matriz-player__info {
  margin-bottom: 1.5rem;
  padding: 15px 15px 0 15px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
}
.matriz-player__info__titulo {
  margin: 0 0 0.625rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.matriz-player__info__credito {
  margin-bottom: 0;
  font: 400 85%/1.5 "Roboto Condensed";
}
.matriz-player__info__publicacao {
  display: block;
  margin-bottom: 0.625rem;
  font: 400 85%/1.5 "Roboto Condensed";
}
.matriz-player__funcionalidades {
  border-top: 1px solid #ddd;
  margin-left: -15px;
  margin-right: -15px;
}
.matriz-player__descricao {
  clear: left;
  padding: 0 15px 15px;
}
.matriz-player__compartilhar {
  clear: left;
  padding: 5px 15px 15px;
}
.glyphicon-volume-up {
  z-index: 1;
}
.glyphicon-volume-off {
  z-index: 1;
}
.video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.25rem);
}
/*COMPONENTE FALE-CONOSCO*/
.formulario {
  margin: 3rem 0 1.5rem 0;
}
.fale-conosco__mapa {
  border: 0;
  width: 100%;
  height: 300px;
  margin: 1.5rem 0 0 0;
}
.artigo-faleconosco .mapa {
  margin-bottom: 2rem;
}
div.matriz__has-warning {
  color: #C57810;
  font-size: 0.875rem;
  margin: 5px 0 0 0;
  padding: 1px 5px;
}
input.matriz__has-warning,
textarea.matriz__has-warning,
select.matriz__has-warning {
  background-color: #fcf8e3;
  border-color: #f0ad4e;
}
input.matriz__has-warning:focus,
textarea.matriz__has-warning:focus,
select.matriz__has-warning:focus {
  border-color: #f0ad4e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px #f0ad4e;
}
textarea.matriz__has-warning {
  margin-bottom: 12px;
}
.matriz__counter-ok {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #999;
  text-align: center;
  vertical-align: baseline;
}
.matriz__counter-limit {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #d9534f;
  text-align: center;
  vertical-align: baseline;
}
/*Ajuste padding componente Bootstrap Select*/
.btn.selectpicker {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
/*Fale conosco - Modelo 2*/
.wrapper__fale-conosco {
  padding: 1.5rem 0 1rem 0;
  background-color: #ededed;
}
.wrapper__fale-conosco + .wrapper__corpo .corpo {
  padding-top: 2.5rem;
}
.wrapper__fale-conosco .list-group-item {
  background-color: transparent;
}
.fale-conosco .artigo__cabecalho {
  margin-bottom: 2.5rem;
  text-align: center;
}
/*Fim modelo 2*/
/*Componente de upload de arquivos*/
.upload-queue {
  margin-top: 15px;
}
.upload-queue .progress {
  margin-bottom: 5px;
}
.upload-queue .well {
  margin-bottom: inherit;
}
.upload-queue .well.bg-danger {
  background-color: #f2dede;
}
.help-block.fileName {
  margin-bottom: 5px;
}
.help-block.text-danger {
  color: #a94442;
}
/*COMPONENTE RESULTADO BUSCA GERAL*/
.filtro-busca {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .filtro-busca {
    margin-top: 2.25rem;
  }
}
.filtro-busca-secoes {
  background-color: #F2F2F2;
  border: none;
  padding: 1.5rem 1rem;
  margin: 0 0 1.5rem 0;
}
.filtro-busca-secoes p {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 400;
}
.filtro-busca-secoes ul {
  list-style-type: none;
  padding-left: 0;
}
.filtro-busca-secoes li {
  color: #666;
}
.filtro-busca-secoes__heading {
  margin: 0 0 0.625rem 0;
}
/*COMPONENTE MAPA DO SITE*/
.mapa-site {
  padding-left: 0;
}
.mapa-site a {
  font-weight: 300;
}
.mapa-site li {
  list-style-type: none;
}
.mapa-site__1 {
  font-size: 1.5rem;
  padding: 0.5em 0 0.5em 2rem;
  padding-left: 2rem;
}
.mapa-site__1:before {
  font-size: 1.1rem;
}
.mapa-site__1 a {
  background-color: #578388;
  color: #fff;
  width: calc(100% + 2rem);
  display: block;
  margin-left: -2rem;
  padding: .75rem 0 .75rem 2.5rem;
}
.mapa-site__2 {
  font-size: 1.125rem;
  padding: 0.5em 0 0;
}
.mapa-site__2:before {
  font-size: 0.8rem;
}
.mapa-site__2 a {
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  font-weight: 400;
}
.mapa-site__3 {
  font-size: 1rem;
  padding: 0.5em 0 0;
}
.mapa-site__3:before {
  font-size: 0.5rem;
}
.mapa-site__3 a {
  font-weight: 300;
  font-style: italic;
}
/*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: #e0eaeb;
  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% 40%;
}
.blueimp-gallery {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
