﻿/* Generated by less 2.2.0 */
/*ELEMENTOS ESTRUTURAIS*/
/*CORPO DAS PÁGINAS*/
.wrapper__corpo {
    margin: 0 auto;
    background-color: #fff;
    max-width: 85%;
}

/*@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;
    }
}*/

.coluna-principal,
.coluna-lateral__corpo {
    padding-top: 1.5rem;
}

.coluna-lateral__corpo {
    padding: 1.5rem 20px 0;
    background-color: #f5f5f5;
    min-height: 60vh;
}
/*CABEÇALHO DA PÁGINA*/
.cabecalho {
    position: relative;
    min-height: 45px;
    background-color: #a2c5cc;
}

@media only screen and (min-width: 768px) {
    .cabecalho {
        min-height: 75px;
    }

        .cabecalho .fa {
            font-size: 0.75rem;
            text-align: center;
            margin-right: .25rem;
        }
}

@media only screen and (min-width: 992px) {
    .cabecalho {
        min-height: 120px;
    }
}

.cabecalho .container {
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 86.5% !important;
}

.cabecalho .cabecalho__funcionalidades .container {
    background-image: none;
    display: block;
}

.cabecalho__logo {
    float: left;
    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-repeat: no-repeat;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    background-size: contain;
    width: 68px;
    height: 60px;
}

@media only screen and (min-width: 768px) {
    .cabecalho__logo {
        margin-top: 0.5%;
        margin-bottom: 0.5%;
        background-size: contain;
        width: 97px;
        height: 85px;
    }
}

@media only screen and (min-width: 992px) {
    .cabecalho__logo {
        margin-top: 0.5%;
        margin-bottom: 0.5%;
        background-size: contain;
        width: 142px;
        height: 110px;
    }
}
/* Acessibilidade */
.cabecalho__funcionalidades {
    position: absolute;
    top: 7px;
    right: 80px;
    z-index: 200;
    font-size: 0.875rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cabecalho__funcionalidades {
        position: relative;
        top: inherit;
        right: auto;
        background-color: #fff;
    }
}

.cabecalho__funcionalidades__acessibilidade {
    float: left;
    margin: 0.375rem 0;
}

.cabecalho__funcionalidades__links-extras {
    margin: 0.375rem 0;
    font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
    .cabecalho__funcionalidades__links-extras {
        float: right;
    }
}

.cabecalho__funcionalidades__links-extras.visible-xs {
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
}

    .cabecalho__funcionalidades__links-extras.visible-xs ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

        .cabecalho__funcionalidades__links-extras.visible-xs ul li {
            padding-bottom: 8px;
        }

            .cabecalho__funcionalidades__links-extras.visible-xs ul li a {
                color: #fff;
            }

.cabecalho__menu-parent {
    width: 80px;
}

@media screen and (min-width: 768px) {
    .cabecalho__menu-parent {
        width: 15%;
    }
}

@media screen and (min-width: 992px) {
    .cabecalho__menu-parent {
        width: 25%;
    }
}

.cabecalho__menu-parent #frmBuscaGeral {
    width: 100%;
    background-color: rgba(69, 139, 153, 0.97);
}

.cabecalho__menu-parent button {
    color: #fff;
}

    .cabecalho__menu-parent button:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .cabecalho__menu-parent button .icon-bar {
        background-color: #fff;
    }

.cabecalho__titulo {
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    padding: 0 1rem;
    width: calc(100% - 148px);
}

@media screen and (min-width: 630px) {
    .cabecalho__titulo {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 768px) {
    .cabecalho__titulo {
        font-size: 1.5rem;
        width: calc(85% - 97px);
        padding: 0 0 0 1rem;
    }
}

@media screen and (min-width: 992px) {
    .cabecalho__titulo {
        width: calc(75% - 142px);
        font-size: 1.50rem;
        padding: 0 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .cabecalho__titulo {
        padding: 0 0 0 1rem;
    }
}
/*Cabeçalho das páginas de impressão*/
.cabecalhoImpressao {
    display: none;
}
/*Elementos da barra de navegação do Bootstrap*/
.navbar-default {
    border-top: none;
    border-left: none;
    border-right: none;
}

    .navbar-default .navbar-toggle {
        float: left;
        margin-left: 15px;
    }

#menuPrincipal .navbar-nav > li:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (min-width: 1200px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form .form-control,
    .dropdown-menu {
        font-size: 1rem;
    }
}

#frmBuscaGeral {
    position: absolute;
    float: right;
    left: 0;
    top: 70px;
    width: 100%;
    padding: 10px 15px;
    background-color: #ccc;
    z-index: 98;
}

@media screen and (min-width: 768px) {
    #frmBuscaGeral {
        top: 133px;
    }
}

@media screen and (min-width: 992px) {
    #frmBuscaGeral {
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        background-color: none;
        width: 273px;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    #frmBuscaGeral {
        margin-left: 0;
    }
}

#frmBuscaGeral .input-group {
    max-width: 720px;
    margin: 0 auto;
}

    #frmBuscaGeral .input-group .form-control {
        border-right: none;
        border-color: #e6f0ec;
        box-shadow: none;
        background-color: #fff;
    }

        #frmBuscaGeral .input-group .form-control:focus {
            border-right-width: 1px;
            border-right-style: solid;
            border-color: #e6f0ec;
        }

        #frmBuscaGeral .input-group .form-control::-moz-placeholder {
            color: #9a9a9a;
            opacity: 1;
        }

        #frmBuscaGeral .input-group .form-control:-ms-input-placeholder {
            color: #9a9a9a;
        }

        #frmBuscaGeral .input-group .form-control::-webkit-input-placeholder {
            color: #9a9a9a;
        }

#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: #303030;
    }
/* RODAPÉ*/

.wrapper-rodape__creditos {
    background-color: #458b99;
}

.wrapper-rodape__expediente {
    background-color: #458b99;
}

.rodape__body {
    color: #fff;
    font-size: 0.875rem;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .rodape__body {
        padding: 0;
    }
}

.rodape__mapa-site {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .rodape__mapa-site a {
        font-weight: 400;
        color: #ffffff;
    }

@media screen and (min-width: 768px) {
    .rodape__mapa-site__item {
        display: inline-block;
        padding: 10px 15px;
    }
}

.rodape__mapa-site__item ul {
    margin: 0;
    padding: 0;
}

    .rodape__mapa-site__item ul li {
        list-style-type: none;
    }

.rodape__mapa-site__item__titulo {
    display: block;
    margin: 0 0 0.625rem 0;
    font-size: 1.125rem;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .rodape__mapa-site__item__titulo {
        margin: 0;
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .rodape__mapa-site__item__titulo {
        font-size: 1.125rem;
    }
}

.rodape__expediente {
    padding-top: 20px;
    color: #ffffff;
}

.rodape__expediente__titulo {
    width: 100%;
    display: inline-block;
}

.rodape__expediente__endereco {
    float: left;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .rodape__expediente__endereco {
        padding-left: 15px;
    }
}

.rodape__expediente__endereco a {
    color: #ffffff;
}

.rodape__expediente__endereco address p {
    margin: 0;
    padding: 0;
}

.rodape__expediente__instituicao {
    font-size: 1rem;
    padding: 0 0 0.625em 0;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
}

@media screen and (max-width: 400px) {
    .rodape__expediente__instituicao {
        padding-bottom: 0;
    }
}

.rodape__expediente__link-mapa {
    display: inline-block;
    float: left;
    padding-left: 4px;
    font-size: 0.875rem;
}

    .rodape__expediente__link-mapa a {
        display: inline-block;
        font-size: 0.75rem;
        color: #fff;
        line-height: 2;
        margin-left: .5rem;
        padding-top: 1px;
    }

@media screen and (max-width: 400px) {
    .rodape__expediente__link-mapa a {
        margin-left: 0;
    }
}

.rodape__creditos {
    float: left;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .rodape__creditos {
        float: right;
    }
}

.rodape__creditos__body {
    margin: 1.25rem 0 0.75rem 0;
    height: 10px;
    width: 213px;
}

@media screen and (max-width: 767px) {
    .rodape__creditos__body {
        margin: 0 0 .5rem;
    }
}

.rodape__creditos__body__credito a {
    background: transparent url("../../Content/img/logos/logo_Procergs.png") no-repeat center center;
    display: block;
    font-size: 0;
    height: 28px;
    width: 101px;
}

.rodape__creditos__body a {
    font-size: 0.75rem;
    color: #ffffff;
    vertical-align: sub;
}

.rodape__creditos__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rodape__creditos__body ul li {
        float: left;
    }

.rodape__creditos__body ul__credito {
    color: #ffffff;
}

.rodape__creditos__body__termos {
    margin-left: .5rem;
    color: #ffffff;
}
/*Rodapé das páginas de impressão*/
.rodapeImpressao {
    display: none;
}
/*COMPONENTE LISTA PUBLICAÇÕES IMAGEM*/
.lista-publicacoes-imagem__item__imagem {
    width: 105px;
}

.lista-publicacoes-imagem .panel-body {
    padding: 0;
}

    .lista-publicacoes-imagem .panel-body .media-list {
        margin-bottom: 0;
    }

        .lista-publicacoes-imagem .panel-body .media-list .media .media-body .media-heading {
            font-size: 1rem;
        }
/*COMPONENTE LISTA LINKS*/
.lista-links .media-list .media a {
    font-size: 1.25rem;
}

.lista-links .media-list .media:before {
    content: "\f04d";
    font-family: "FontAwesome";
    font-size: .75rem;
    margin-right: 5px;
    vertical-align: text-top;
    color: #424242;
}

.sobre__texto {
    font-size: 1.125rem;
    font-weight: 400;
    text-align: justify;
}

.estatisticas_item {
    font-size: 1rem;
    text-align: right;
    padding-right: 0;
    font-weight: 400;
}

@media only screen and (min-width: 400px) {
    .estatisticas_item {
        font-size: 1.125rem;
        padding-right: 3rem;
    }
}

@media only screen and (min-width: 992px) {
    .estatisticas_item {
        font-size: 1rem;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .estatisticas_item {
        font-size: 1.125rem;
        padding-right: 3rem;
    }
}

.estatisticas_item__valor {
    color: #bf9f00;
    font-weight: 600;
}

.secretarias .form-group select {
    width: 85%;
    float: left;
}

.secretarias .form-group .btn-secretarias {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .4375rem 0;
    width: 12%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #458b99;
    border-color: #458b99;
    margin-left: 3%;
}

    .secretarias .form-group .btn-secretarias:hover,
    .secretarias .form-group .btn-secretarias:focus {
        color: #458b99;
        text-decoration: none;
    }

    .secretarias .form-group .btn-secretarias:active,
    .secretarias .form-group .btn-secretarias.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);
    }

    .secretarias .form-group .btn-secretarias:hover,
    .secretarias .form-group .btn-secretarias:focus,
    .secretarias .form-group .btn-secretarias:active,
    .secretarias .form-group .btn-secretarias.active,
    .open > .dropdown-toggle.secretarias .form-group .btn-secretarias {
        color: #ffffff;
        background-color: #356b76;
        border-color: #32656f;
    }

    .secretarias .form-group .btn-secretarias:active,
    .secretarias .form-group .btn-secretarias.active,
    .open > .dropdown-toggle.secretarias .form-group .btn-secretarias {
        background-image: none;
    }

    .secretarias .form-group .btn-secretarias.disabled,
    .secretarias .form-group .btn-secretarias[disabled],
    fieldset[disabled] .secretarias .form-group .btn-secretarias,
    .secretarias .form-group .btn-secretarias.disabled:hover,
    .secretarias .form-group .btn-secretarias[disabled]:hover,
    fieldset[disabled] .secretarias .form-group .btn-secretarias:hover,
    .secretarias .form-group .btn-secretarias.disabled:focus,
    .secretarias .form-group .btn-secretarias[disabled]:focus,
    fieldset[disabled] .secretarias .form-group .btn-secretarias:focus,
    .secretarias .form-group .btn-secretarias.disabled:active,
    .secretarias .form-group .btn-secretarias[disabled]:active,
    fieldset[disabled] .secretarias .form-group .btn-secretarias:active,
    .secretarias .form-group .btn-secretarias.disabled.active,
    .secretarias .form-group .btn-secretarias[disabled].active,
    fieldset[disabled] .secretarias .form-group .btn-secretarias.active {
        background-color: #458b99;
        border-color: #458b99;
    }

    .secretarias .form-group .btn-secretarias .badge {
        color: #458b99;
        background-color: #ffffff;
    }
/*COMPONENTE BANNERS*/
.capa-banners {
    margin-top: 4rem;
}

.banner-fixo {
    margin-bottom: 3rem;
}

    .banner-fixo a {
        display: block;
        border: 1px solid #458b99;
        max-width: 100%;
        margin: 0 auto;
    }

@media screen and (min-width: 330px) {
    .banner-fixo a {
        width: 300px;
    }
}

.banner-fixo a img {
    max-width: 100%;
}

.banner-rotativo {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (min-width: 480px) {
    .banner-rotativo {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .banner-rotativo {
        margin-bottom: 4rem;
    }
}

.owl-item {
    padding: 1px 0;
}

.banner-carousel .item {
    margin: 0;
    border: 1px solid #458b99;
}

@media screen and (min-width: 330px) {
    .banner-carousel .item {
        margin: 0 calc((100% - 300px)/2);
    }
}

@media screen and (min-width: 481px) {
    .banner-carousel .item {
        margin: 0 10px;
    }
}

@media screen and (min-width: 674px) {
    .banner-carousel .item {
        margin: 0 29px;
    }
}

@media screen and (min-width: 769px) {
    .banner-carousel .item {
        margin: 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    .banner-carousel .item {
        margin: 0 39px;
    }
}

.banner-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 481px) {
    aside .banner-carousel .item {
        margin: 0 calc((100% - 300px)/2);
    }
}

@media screen and (min-width: 992px) {
    aside .banner-carousel .item {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    aside .banner-carousel .item {
        margin: 0 29px;
    }
}

.banner-navigation {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 16px 10px 0 10px;
    text-align: center;
}

    .banner-navigation .btn-default {
        border-color: #ccc;
    }
/*************************************************************************
**************** ALTERAÇÕES DE CÓDIGO - PERSONALIZAÇÃO - *****************
Conforme modelo desejado maio/2017
**************************************************************************/
@media (max-width: 480px) {
    .invisible-bs {
        visibility: hidden !important;
    }

        .invisible-bs * {
            display: none;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .invisible-xs {
        visibility: hidden !important;
    }

        .invisible-xs * {
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .invisible-sm {
        visibility: hidden !important;
    }

        .invisible-sm * {
            display: none;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invisible-md {
        visibility: hidden !important;
    }

        .invisible-md * {
            display: none;
        }
}

@media (min-width: 1200px) {
    .invisible-lg {
        visibility: hidden !important;
    }

        .invisible-lg * {
            display: none;
        }
}
/*COMPONENTE CAROUSEL*/
/*Carousel padrão Bootstrap Matriz*/
.carousel {
    max-width: 800px;
    /*Largura máxima da imagem Grande*/
}

.carousel-caption {
    /*área definida
        background-color:rgba(0, 0, 0, 0.8);*/
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 90%);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0.9375rem 0.9375rem 0.9375rem;
    text-align: left;
}

    .carousel-caption p {
        font-size: 1.125rem;
        margin: 0;
    }

    .carousel-caption a {
        color: #fff;
    }

.carousel-caption-xs {
    padding: 0.5rem 0 0.625rem 0;
    position: relative;
    left: 0;
    right: 0;
    font-weight: 400;
    text-align: center;
}

    .carousel-caption-xs p {
        font-size: 1.125rem;
        margin: 0;
    }

.carousel-list {
    list-style-type: none;
}

.carousel-pause,
.carousel-play {
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: center;
    z-index: 11;
}

.carousel-indicators {
    bottom: -2rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 2.5rem;
    }
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
}

@media only screen and (min-width: 768px) {
    .carousel-indicators li {
        border: 1px solid #fff;
    }
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
}

@media only screen and (min-width: 768px) {
    .carousel-indicators .active {
        background-color: #fff;
    }
}

.carousel-inner > .item {
    max-height: 450px;
    overflow: hidden;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        border: 1px solid #ddd;
    }
/*Componente PANEL-MATRIZ
Modificação de panels específicos para a Home*/
.panel--matriz.panel {
    border: none;
    box-shadow: none;
    margin-bottom: 3rem;
    background-color: transparent;
}

.panel--matriz .panel-heading {
    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-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 2.25rem 0;
    border: none;
}

    .panel--matriz .panel-heading .img-titulo {
        width: 48px;
        height: 48px;
        background-color: transparent;
    }

.panel--matriz > .panel-heading {
    background-color: transparent;
}

.panel--matriz .panel-title {
    font-size: 1.4375rem;
    line-height: 1.3;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .panel--matriz .panel-title {
        font-size: 1.50rem;
    }
}

.panel--matriz .panel-body {
    padding: 0 0 0.625rem 0;
}

.panel--matriz .panel-footer {
    font-size: 0.875rem;
    padding: 0.5em 0;
    background-color: transparent;
    text-align: right;
    border-top: none;
}

    .panel--matriz .panel-footer a {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 0.21875rem 0.4375rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #ffffff;
        background-color: #458b99;
        border-color: #458b99;
    }

        .panel--matriz .panel-footer a:hover,
        .panel--matriz .panel-footer a:focus {
            color: #458b99;
            text-decoration: none;
        }

        .panel--matriz .panel-footer a:active,
        .panel--matriz .panel-footer a.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);
        }

        .panel--matriz .panel-footer a:hover,
        .panel--matriz .panel-footer a:focus,
        .panel--matriz .panel-footer a:active,
        .panel--matriz .panel-footer a.active,
        .open > .dropdown-toggle.panel--matriz .panel-footer a {
            color: #ffffff;
            background-color: #356b76;
            border-color: #32656f;
        }

        .panel--matriz .panel-footer a:active,
        .panel--matriz .panel-footer a.active,
        .open > .dropdown-toggle.panel--matriz .panel-footer a {
            background-image: none;
        }

        .panel--matriz .panel-footer a.disabled,
        .panel--matriz .panel-footer a[disabled],
        fieldset[disabled] .panel--matriz .panel-footer a,
        .panel--matriz .panel-footer a.disabled:hover,
        .panel--matriz .panel-footer a[disabled]:hover,
        fieldset[disabled] .panel--matriz .panel-footer a:hover,
        .panel--matriz .panel-footer a.disabled:focus,
        .panel--matriz .panel-footer a[disabled]:focus,
        fieldset[disabled] .panel--matriz .panel-footer a:focus,
        .panel--matriz .panel-footer a.disabled:active,
        .panel--matriz .panel-footer a[disabled]:active,
        fieldset[disabled] .panel--matriz .panel-footer a:active,
        .panel--matriz .panel-footer a.disabled.active,
        .panel--matriz .panel-footer a[disabled].active,
        fieldset[disabled] .panel--matriz .panel-footer a.active {
            background-color: #458b99;
            border-color: #458b99;
        }

        .panel--matriz .panel-footer a .badge {
            color: #458b99;
            background-color: #ffffff;
        }

.artigo .panel--matriz.panel {
    margin-bottom: 1.5rem;
}

.artigo .panel--matriz .panel-heading,
.artigo .panel--matriz .panel-body {
    padding: 1rem 0;
}

.artigo .panel--matriz .panel-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

/*Box de conteúdo similar ao panel*/
.box {
    margin-bottom: 3rem;
}

.box__titulo {
    margin: 0 0 2.25rem 0;
    line-height: 1.3;
    text-transform: uppercase;
}
/*COMPONENTE TWITTERUSERTIMELINE*/
.twitterUserTimeline__tweet__header {
    font-size: 0.875rem;
    color: #666;
}

.twitterUserTimeline__tweet__body {
    padding: 3px 0;
}

.twitterUserTimeline__tweet__footer {
    color: #999;
    font-size: 0.8125rem;
}

@media only screen and (min-width: 480px) and (max-width: 991px), (min-width: 1200px) {
    .twitterUserTimeline__tweet__footer {
        font-size: 0.875rem;
    }
}

.twitterUserTimeline__tweet__avatar {
    position: absolute;
    left: 0;
}

.twitterUserTimeline__tweet__action {
    display: inline-block;
    color: #999;
}

.twitterUserTimeline__tweet__action--reply:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 4px;
    content: "\f112";
}

.twitterUserTimeline__tweet__action--retweet:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 4px;
    content: "\f079";
}

.twitterUserTimeline__tweet__action--favorite:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 4px;
    content: "\f005";
}

.twitterUserTimeline__tweet__user {
    color: #666;
}

.twitterUserTimeline__tweet__time {
    color: #666;
}

.list-group-item.twitterUserTimeline__tweet {
    padding-left: 44px;
    padding-right: 10px;
}
/*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 REDES SOCIAIS*/
.wrapper__redes-sociais {
    padding: 3rem 0;
    background-color: #ddd;
    text-align: center;
}

    .wrapper__redes-sociais h2 {
        margin-top: 0;
    }

@media screen and (min-width: 992px) {
    .redes-sociais {
        margin-left: 15%;
    }
}

@media screen and (min-width: 1200px) {
    .redes-sociais {
        margin-left: 25%;
    }
}

.redes-sociais__lista-redes {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .redes-sociais__lista-redes {
        margin: 0 0 0 20px;
    }
}

.redes-sociais__lista-redes li {
    display: inline-block;
    margin: 0 16px 15px 0;
}

@media only screen and (min-width: 768px) {
    .redes-sociais__lista-redes li {
        margin: 0 30px 30px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .redes-sociais__lista-redes li {
        margin: 0 20px 20px 0;
    }
}

.redes-sociais__lista-redes li > a > img {
    display: inline-block;
    height: auto;
    width: 50px;
    background-color: #458b99;
    border-radius: 0;
    width: 74px;
}

.redes-sociais__lista-redes li > a:hover > img {
    background-color: #bf9f00;
}
/*Quando no aside*/
aside .redes-sociais__lista-redes {
    margin: 0;
}

@media only screen and (min-width: 992px) {
    aside .redes-sociais__lista-redes li {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    aside .redes-sociais__lista-redes li > a > img {
        width: 40px;
    }
}
/*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% - 122px);
    width: -moz-calc(100% - 122px);
    width: calc -22%;
}
/*COMPONENTE ARTIGOS*/
.artigo {
    margin-bottom: 1.5rem;
}

.artigo__ferramentas {
    margin-bottom: 1.125rem;
}

.artigo__ferramentas__botoes {
    margin-right: 3px;
}

    .artigo__ferramentas__botoes .btn {
        margin-right: 7px;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        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: 0.875rem;
        line-height: 1.5;
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #ffffff;
        background-color: #458b99;
        border-color: #458b99;
    }

        .artigo__ferramentas__botoes .btn:hover,
        .artigo__ferramentas__botoes .btn:focus {
            color: #458b99;
            text-decoration: none;
        }

        .artigo__ferramentas__botoes .btn:active,
        .artigo__ferramentas__botoes .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);
        }

        .artigo__ferramentas__botoes .btn:hover,
        .artigo__ferramentas__botoes .btn:focus,
        .artigo__ferramentas__botoes .btn:active,
        .artigo__ferramentas__botoes .btn.active,
        .open > .dropdown-toggle.artigo__ferramentas__botoes .btn {
            color: #ffffff;
            background-color: #356b76;
            border-color: #32656f;
        }

        .artigo__ferramentas__botoes .btn:active,
        .artigo__ferramentas__botoes .btn.active,
        .open > .dropdown-toggle.artigo__ferramentas__botoes .btn {
            background-image: none;
        }

        .artigo__ferramentas__botoes .btn.disabled,
        .artigo__ferramentas__botoes .btn[disabled],
        fieldset[disabled] .artigo__ferramentas__botoes .btn,
        .artigo__ferramentas__botoes .btn.disabled:hover,
        .artigo__ferramentas__botoes .btn[disabled]:hover,
        fieldset[disabled] .artigo__ferramentas__botoes .btn:hover,
        .artigo__ferramentas__botoes .btn.disabled:focus,
        .artigo__ferramentas__botoes .btn[disabled]:focus,
        fieldset[disabled] .artigo__ferramentas__botoes .btn:focus,
        .artigo__ferramentas__botoes .btn.disabled:active,
        .artigo__ferramentas__botoes .btn[disabled]:active,
        fieldset[disabled] .artigo__ferramentas__botoes .btn:active,
        .artigo__ferramentas__botoes .btn.disabled.active,
        .artigo__ferramentas__botoes .btn[disabled].active,
        fieldset[disabled] .artigo__ferramentas__botoes .btn.active {
            background-color: #458b99;
            border-color: #458b99;
        }

        .artigo__ferramentas__botoes .btn .badge {
            color: #458b99;
            background-color: #ffffff;
        }

.artigo__ferramentas__shareoptions {
    float: left;
    padding-top: 10px;
}

@media screen and (min-width: 448px) {
    .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 {
    margin-bottom: 2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .artigo__titulo {
        margin-bottom: 1rem;
    }
}

.artigo__subtitulo {
    padding: 0;
    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: 1.5rem;
}

.artigo__ilustracao--esquerda {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    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: 1.5rem;
    max-width: 100%;
}

@media only screen and (min-width: 480px) {
    .artigo__ilustracao--direita {
        max-width: 50%;
    }
}

.artigo__ilustracao--carousel {
    margin-bottom: 1.5rem;
}

.artigo__ilustracao__legenda {
    background-color: #EDEDED;
    font-size: 0.875rem;
    padding: 0.5625rem 0.6875rem 0.375rem 0.6875rem;
}

.artigo__ilustracao__credito {
    font-family: "Roboto Condensed";
    color: #666;
    font-weight: 400;
}

.artigo__evento--default .artigo__subtitulo,
.artigo__noticia--default .artigo__subtitulo,
.artigo__midia .artigo__subtitulo,
.artigo__pagina__galeriavideo--padrao .artigo__subtitulo {
    margin: 0 0 1.5rem;
    padding: 0.625rem 0;
    background-color: #458b99;
    color: #fff;
    font: italic 300 1.375rem "Roboto Condensed";
    text-align: center;
}

@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__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%;
}
/*COMPONENTE CONTEÚDOS RELACIONADOS*/
.conteudos-relacionados__item__imagem {
    display: block;
    width: 105px;
    height: 105px;
    background-color: #458b99;
    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;
        padding: 4px;
    }

.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: 1%;
}

.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;
    }

        .lista-categoria > li:before {
            content: "\f04d";
            font-family: "FontAwesome";
            font-size: .35rem;
            vertical-align: middle;
            color: #424242;
        }
/*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;
}
/*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 {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.4375rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-transform: none;
}
/*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;
}

@media screen and (min-width: 992px) {
    .filtro-busca__intro {
        margin-bottom: 0;
    }
}
/*COMPONENTE MAPA DO SITE*/
.mapa-site {
    padding-left: 0;
}

    .mapa-site a {
        font-weight: 300;
    }

    .mapa-site ul {
        margin-top: 1.5rem;
        margin-bottom: 1.6rem;
    }

    .mapa-site li {
        list-style-type: none;
    }

        .mapa-site li:before {
            content: "■";
            padding-right: 0.5rem;
            color: #458b99;
            vertical-align: 0.3rem;
        }

.mapa-site__1 {
    font-size: 1.875rem;
    border-bottom: 1px solid #ccc;
    padding-left: 2rem;
    margin-bottom: 1.93rem;
}

    .mapa-site__1:first-child {
        border-top: 1px solid #ccc;
        padding-top: 1.81rem;
    }

    .mapa-site__1:before {
        font-size: 1.1rem;
    }

.mapa-site__2 {
    font-size: 1.5rem;
}

    .mapa-site__2:before {
        font-size: 0.8rem;
    }

.mapa-site__3 {
    font-size: 1.125rem;
    margin-bottom: 0.2rem;
}

    .mapa-site__3:first-child {
        margin-top: -1rem;
    }

    .mapa-site__3:last-child {
        margin-bottom: -0.5rem;
    }

    .mapa-site__3:before {
        font-size: 0.5rem;
    }
/*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("../../Content/img/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);
}

#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: #dcecef;
        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%;
    }
/*Wrapper genérico capa*/
.wrapper__capa {
    background-color: #f0f2f1;
    padding: 3rem 0;
}
/*************************************************************************
**************** ALTERAÇÕES DE CÓDIGO - PERSONALIZAÇÃO - *****************
Conforme modelo desejado maio/2017
**************************************************************************/
/*EXEMPLO FORMULARIO*/
.dropdownMenu-tipo {
    border: 1px solid #dadada;
}

.required:before {
    content: "* ";
    color: #f0ad4e;
}

.tipo__periodo {
    padding: 0;
}

.paginacao__centralizada {
    text-align: center;
}

.page-header > h1 {
    margin-bottom: 0.5rem;
}

.page-header {
    margin-top: 1rem;
}

.container-menu {
    visibility: hidden;
    margin-top: -40px;
}

.aside-home__corpo {
    padding: 0 15px;
}

.img-titulo {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    width: 10%;
}

.panel--matriz .panel-heading {
    /*diminui o espaçamento abaixo do título */
    padding: 0 0 1.25rem 0;
}

.logo {
    background-image: url("/Content/img/logos/DFe_horizontal.png");
}

a {
    color: #458b99;
    text-decoration: none;
}
.fa-redondo {
    padding: 0.5em 0.5em;
    border-radius: 60px;
    display: inline-block;
    background-color: #3b7682;
    color: white;
}

.cor-padrao {
    color: #3b7682;
}

/* Paginação */
.JsPagingBtn {
    transition: all .3s;
    border: 1px solid #ddd;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
}

    .JsPagingBtn:not(.activePage) {
        background-color: transparent;
    }

.activePage {
    background-color: #458b99;
    color: #fff;
}

.JsPagingBtn:hover:not(.activePage) {
    background-color: #ddd;
}