/*------------------------------------*\
    Básico
\*------------------------------------*/

/*
 * Wordpress - Adminbar
 */
#wpadminbar { z-index: 1499; }





/*------------------------------------*\
    Misto
\*------------------------------------*/

/*
 * Serve para aplicar aspect ratio em imagens responsivas
 */
.ratio-image-wrap {
    position: relative;
    z-index: 1;
    display: block;
}
.ratio-image-wrap > img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.lazyload,
.lazyloading {
    opacity: 0 !important;
}
    .lazyloaded {
    opacity: 1 !important;
    transition: opacity 300ms;
}




/*------------------------------------*\
    Componentes
\*------------------------------------*/

/*
 * Título principal da página
 */
.section-title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}



/*
 * Grid padrão
 */
.standard-grid {
    padding-top: 55px;
    padding-bottom: 60px;
}
.standard-grid--widget { padding-bottom: 0; }



/*
 * Botão "Ver Mais"
 */
.view-more-btn-wrap { text-align: center; }
.view-more-btn {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.view-more-btn > i {
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    margin-right: 10px;
}
.view-more-btn.-black { color: #333; }
.view-more-btn.-white { color: #fff; }



/*
 * Tags
 */
.standard-tags {
    position: absolute;
    z-index: 13;
    top: 20px;
    right: 20px;
    left: 20px;
    overflow: hidden;
}
.standard-tags__tag {
    position: relative;
    z-index: 14;
    font-size: 11px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-bottom: 3px;
    padding: 8px 13px;
    background: #202122;
    background-color: rgba(0, 0, 0, .75);
    height: 28px;
    line-height: 13px;
}
.standard-tags__tag:before {
    position: absolute;
    z-index: 15;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    width: 10px;
    height: 28px;
    margin-top: -14px;
    margin-left: -10px;
    border-top: 14px solid #202122;
    border-bottom: 14px solid #202122;
    border-left: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, .75);
    border-bottom-color: rgba(0, 0, 0, .75);
}
.standard-tags__tag:first-child:before { display: none; }
.standard-tags__tag:after {
    position: absolute;
    z-index: 16;
    content: ' ';
    display: block;
    top: 50%;
    right: 0;
    width: 10px;
    height: 28px;
    margin-top: -14px;
    margin-right: -10px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #202122;
    border-left-color: rgba(0, 0, 0, .75);
}
.standard-tags__tag:hover {
    text-decoration: none;
    color: #fff;
}



/*
 * Tags relacionadas
 */
.standard-tags.-related-post-tags,
.standard-tags.-related-tags {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.standard-tags.-tags-in-post-card {
    display: block;
    margin-bottom: 10px;
}
.-related-tags .standard-tags__tag {
    background-color: #006aad;
    color: #fff;
}
.-related-tags .standard-tags__tag:before {
    border-top-color: #006aad;
    border-bottom-color: #006aad;
}
.-related-tags .standard-tags__tag:after { border-left-color: #006aad; }
.-related-tags .standard-tags__tag:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}
.-related-tags .standard-tags__tag:hover:before {
    border-top-color: #333;
    border-bottom-color: #333;
}
.-related-tags .standard-tags__tag:hover:after { border-left-color: #333; }


.-related-post-tags .standard-tags__tag {
    background-color: #999;
    color: #fff;
    margin-bottom: 10px;
}
.-related-post-tags .standard-tags__tag:before {
    border-top-color: #999;
    border-bottom-color: #999;
}
.-related-post-tags .standard-tags__tag:after {
    border-left-color: #999;
}



/*
 * Paginação
 */
.pagination-w {
    position: relative;
    z-index: 2;
    text-align: center;
}
.pagination-nav { display: inline-block; }
.pagination {
    font-size: 0;
    display: block;
    margin-bottom: 7px;
}
.pagination .page-item {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin: 0 2.5px 5px;
}
.pagination .page-item.disabled .page-link { border-color: #006aad; }
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination .page-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    color: #006aad;
    border: 1px solid #006aad;
    padding: 13px 7px;
    min-width: 41px;
    height: 41px;
}
.page-item-prev > .page-link,
.page-item-next > .page-link {
    padding: 13px 15px;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #006aad;
    border-color: #006aad;
}



.pagination-input-w {
    text-align: center;
    vertical-align: top;
}
.pagination-input {
    position: relative;
    z-index: 6;
}
.pagination-input label {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.pagination-input > label > span {
    display: inline-block;
    vertical-align: middle;
}
.pagination-input input {
    vertical-align: middle;
    width: 80px;
    height: 41px;
    margin-left: 5px;
    padding: 8px 7px;
    border: 1px solid #666;
}
.pagination-input button {
    width: 41px;
    height: 41px;
    vertical-align: top;
    background: none;
    background-color: #006aad;
    padding: 0;
    border: 0 none;
    text-align: center;
    cursor: pointer;
}
.pagination-input button:hover { background-color: #004b88; }
.pagination-input button > .triagle {
    position: relative;
    z-index: 4;
    display: block;
    width: 41px;
    height: 41px;
}
.pagination-input button > .triagle > span {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: -2.5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}
@media only screen and (min-width: 992px) {
    .pagination-input-w {
        position: absolute;
        z-index: 3;
        top: 5px;
        right: 15px;
    }
    .pagination-input input { margin-right: 41px; }
    .pagination-input button {
        position: absolute;
        z-index: 7;
        top: 0;
        right: 0;
        padding: 0;
    }
}



/*
 * Galeria em metro
 */
.gallery-metro {
    overflow: hidden;
    margin-top: -7.5px;
}
.gallery-metro__row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.gallery-metro__base {
    float: left;
    width: 50%;
}
.gallery-metro__col {
    font-size: 0;
    line-height: 0;
    float: left;
    width: 50%;
    padding: 7.5px;
}
.gallery-metro__row-2 > .gallery-metro__col { float: right; }
.gallery-metro__item-wrap {}
.gallery-metro__col-1 { width: 100%; }
.gallery-metro__col-2 { width: 50%; }
.gallery-metro__item {
    position: relative;
    z-index: 1;
    padding-top: 100%;
    background-color: #f1f1f1 !important;
    overflow: hidden;
    transition: opacity .3s ease;
}
.gallery-metro__item:hover {
    opacity: .80;
}
.gallery-metro__item span {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #efa;
}
.gallery-metro__item img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 149.665%;
    height: auto;
    margin-left: -24.8325%;
    backface-visibility: hidden;
}



/*
 * Card de eventos
 */
.event-card {
    display: flex;
    height: auto;
    margin-bottom: 30px;
}
.event-card__content {
    display: flex;
    max-width: 100%;
    margin: 0 3px;
    border: 1px solid #aaa;
    background: #fff;
}
.event-card__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    padding: 18px 15px;
    background-color: #eee;
}
.event-card__day {
    font-size: 48px;
    line-height: 70%;
    text-align: center;
    color: #333;
    display: block;
    height: 36px;
}
.event-card__month {
    font-size: 32px;
    line-height: 59%;
    text-align: center;
    color: #333;
    display: block;
    height: 21px;
    margin-top: 8px;
}
.event-card__final-day {
    font-size: 13px;
    font-weight: 900;
    line-height: 70%;
    text-align: center;
    color: #333;
    display: block;
    height: 9px;
    margin-top: 8px;
}
.event-card__text {
    max-width: 75%;
    padding: 40px 20px 30px;
}
.event-card__text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    margin-bottom: 27px;
}
.event-card__location {
    font-size: 14px;
    line-height: 100%;
    color: 14px;
    display: block;
    margin-bottom: 27px;
}
.event-card__read-more {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #006aad;
    display: block;
    float: right;
    text-transform: uppercase;
}
.event-card.-blue .event-card__content {
    border-color: #6bc2f9;
    background: #00447b;
    background-color: rgba(0, 68, 123, .75);
}
.event-card.-blue .event-card__date { background-color: #006aad; }
.event-card.-blue .event-card__day,
.event-card.-blue .event-card__month,
.event-card.-blue .event-card__final-day,
.event-card.-blue .event-card__read-more,
.event-card.-blue .event-card__text p,
.event-card.-blue .event-card__location { color: #fff; }



/*
 * Lista de documentos
 */
.document-widget { margin-bottom: 50px; }
.document-widget__title,
.document-widget__title--default {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    display: inline-block;
    margin-left: 20px;
}
.document-widget__title--btn {}
.document-widget__list {
    display: block;
    padding: 0;
    margin: 20px 0 0;
}
.document-widget__item {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 15px;
    padding-right: 52px;
    padding-bottom: 15px;
    padding-left: 55px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    transition: background-color .3s ease;
}
.document-widget__item .document-widget__link:last-child { margin-bottom: 0; }
.document-widget__item:hover { background-color: #eee; }
.document-widget__item i {
    position: absolute;
    z-index: 3;
    top: 50%;
}
.document-widget__item .document-widget__icon-document {
    left: -35px;
    font-size: 25px;
    color: #333;
    margin-top: -12px;
}
.document-widget__item .document-widget__icon-download {
    right: -35px;
    font-size: 22px;
    color: #004b88;
    margin-top: -10px;
}
.document-widget__item p { line-height: 141%; }
.document-widget__link {
    position: relative;
    color: #006aad;
    z-index: 2;
    display: block;
    margin-bottom: 10px;
}
.document-widget__link:hover { text-decoration: none; }
.document-widget__item:last-child { border-bottom: 1px solid #eee; }
.document-widget__label {
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    color: #006aad;
}



/*
 * Filtro
 */
.post-filter {
    padding: 20px 0;
    background-color: #ddd;
}
.post-filter__form {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: block;
    width: 100%;
}
.post-filter__fields {}
@media only screen and (min-width: 992px) {
    .post-filter__fields { margin-right: 50px; }
}
.post-filter__table { width: 100%; }
.post-filter__label {
    font-size: 14px;
    color: #444;
    display: block;
    margin: 0;
}
.post-filter__label > span {
    display: block;
    margin-right: 10px;
    margin-bottom: 6px;
}
.post-filter__field {
    font-size: 12px;
    line-height: 100%;
    color: #333;
    display: block;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 6px 7px;
    border: 0 none;
    border-radius: 4px;
    background-color: #fff;
}
.post-filter__field:focus { outline: none; }
.post-filter__submit { cursor: pointer; }
.post-filter__submit:focus { outline: none; }



/*
 * Filtro para pesquisa
 */
.post-filter--search tr {
    display: block;
    margin: 0 -10px;
}
.post-filter--search .post-filter__table-col {
    float: left;
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.post-filter--search .post-filter__submit {
    position: static;
    line-height: 100%;
    text-align: center;
    display: block;
    width: 100%;
    padding: 9px 12px;
    border: 0 none;
    border-radius: 4px;
    background: #006aad;
    color: #fff;
}
.post-filter--search .post-filter__submit span {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 15px;
}
.post-filter--search .post-filter__submit i {
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) {
    .post-filter--search .post-filter__submit {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: -6px;
        margin-top: -10.5px;
        display: inline-block;
        width: 21px;
        height: 21px;
        padding: 0;
        border: 0 none;
        background: none;
        cursor: pointer;
        color: #333;
    }
    .post-filter--search .post-filter__submit span { display: none; }
    .post-filter--search .post-filter__submit i {
        font-size: 21px;
        line-height: 21px;
        margin-left: -6px;
    }
}



/*
 * Filtro para serviços
 */
.post-filter--services .post-filter__label-col,
.post-filter--services .post-filter__table-col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
.post-filter--services .post-filter__label-col { margin-bottom: 10px; }
.post-filter--services .post-filter__clear,
.post-filter--services .post-filter__submit {
    position: static;
    text-align: center;
    line-height: 100%;
    color: #fff;
    display: block;
    width: 100%;
    padding: 9px 12px;
    border: 0 none;
    border-radius: 4px;
    background: #006aad;
}
.post-filter--services .post-filter__clear span,
.post-filter--services .post-filter__submit span {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.post-filter--services .post-filter__clear i,
.post-filter--services .post-filter__submit i {
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.post-filter--services .post-filter__clear {}
@media only screen and (min-width: 992px) {
    .post-filter--services .post-filter__label-col {
        white-space: nowrap;
        display: table-cell;
        width: 1px;
        margin: 0;
        padding: 0;
        border: 0 none;
    }
    .post-filter--services .post-filter__table-col {
        display: table-cell;
        width: 100%;
    }
    .post-filter--services .post-filter__clear,
    .post-filter--services .post-filter__submit {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: -6px;
        margin-top: -10.5px;
        display: inline-block;
        color: #333;
        width: 21px;
        height: 21px;
        padding: 0;
        border: 0 none;
        background: none;
        cursor: pointer;
    }
    .post-filter--services .post-filter__clear span,
    .post-filter--services .post-filter__submit span { display: none; }
    .post-filter--services .post-filter__clear i,
    .post-filter--services .post-filter__submit i {
        font-size: 21px;
        line-height: 21px;
        margin-left: -6px;
    }
    .post-filter--services .post-filter__clear:focus { outline: none; }
    .post-filter--services .post-filter__clear i {
        font-size: 13px;
        line-height: 13px;
        margin-left: -8px;
    }
}



/*
 * Filtro padrão: data de início, data final, categoria e tipo
 */
.post-filter--default .post-filter__table-col {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.post-filter--default .post-filter__table-col:last-child { padding: 0 10px; }
.post-filter--default tr {
    display: block;
    margin: 0 -10px;
}
@media only screen and (min-width: 992px) {
    .post-filter--default .post-filter__table-col {
        width: 30%;
        padding-right: 20px;
    }
    .post-filter--default .post-filter__table-col.-date-start-label { width: 20%; }
    .post-filter--default .post-filter__table-col.-date-end-label { width: 20%; }
    .post-filter--default .post-filter__table-col:last-child { padding-right: 0; }
}
.post-filter--default td {
    display: block;
    float: left;
    width: 50%;
}
.post-filter--default .post-filter__submit {
    position: static;
    line-height: 100%;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    padding: 9px 12px;
    border: 0 none;
    border-radius: 4px;
    background: #006aad;
}
.post-filter--default .post-filter__submit span {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
    vertical-align: middle;
}
.post-filter--default .post-filter__submit i {
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) {
    .post-filter--default .post-filter__submit {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: -6px;
        display: inline-block;
        width: 21px;
        height: 21px;
        margin-top: -8px;
        padding: 0;
        border: 0 none;
        background: none;
        cursor: pointer;
        color: #333;
    }
    .post-filter--default .post-filter__submit span { display: none; }
    .post-filter--default .post-filter__submit i {
        font-size: 21px;
        line-height: 21px;
        margin-left: -6px;
    }
}



/*
 * Card de serviço
 */
.services__card { display: inline-block; }
.services__card > a {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
    min-width: 160px;
    padding: 22px 15px;
    border: 1px solid #6bc2f9;
    background-color: #004b88;
}
.services__card > a:hover {
    text-decoration: none;
    background-color: #006aad;
}
.header__services-list .services__card { margin-right: 30px; }
.header__services-list .services__card:last-child { margin-right: 0; }



/*
 * Embeds
*/
.iframe-youtube-w {
    position: relative;
    z-index: 4;
    margin-bottom: 30px;
    padding-top: 56.271%;
    background-color: #f1f1f1;
}
.iframe-youtube-w > iframe {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}



.wp-block-video {
    margin-bottom: 20px;
}
.wp-block-video video {
    width: 100%;
    max-width: 600px;
}



.wp-block-embed { background-color: #f1f1f1; }
.wp-block-embed.is-type-video > div {
    position: relative;
    z-index: 4;
    background-color: #f1f1f1;
}
.wp-block-embed-youtube > div { padding-top: 56.2%; }
.wp-block-embed-vimeo > div { padding-top: 56.2%; }
.wp-block-embed-soundcloud iframe {
    width: 100%;
    height: 166px;
}
.wp-block-embed.is-type-video iframe {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/*------------------------------------*\
    Páginas
\*------------------------------------*/

.page-post {
    padding-top: 55px;
    padding-bottom: 60px;
}
.page-post__title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}
.page-post__slider { margin-top: 55px; }
.page-post__content { margin-top: 30px; }
.page-post__content p,
.page-post__content ul { margin-bottom: 20px; }
.page-post__content p,
.page-post__content ul li {
    font-size: 17px;
    line-height: 141.17%;
    margin-bottom: 3px;
    color: #333;
}
.page-post__content p,
.page-post__content ul {
    margin-bottom: 25px;
}
.page-post__content a {
    font-weight: 700;
    color: #006aad;
}
.page-post__content table.-has-head { width: 100%; }
.page-post__content table.-has-head tr:first-child td {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-post__content table td {
    line-height: 141.17%;
    padding: 15px 25px;
}



/*
 * Página - Home -> Banner principal
 */
.header__slider-w {
    position: relative;
    z-index: 40;
}
.main-slider { overflow: hidden; }
.main-slider__list {}
.main-slider__item { max-width: 100%; }
.main-slider__content {
    position: relative;
    z-index: 41;
    /*padding-top: 21.875%;*/ /* (420 / 1920 x 100) */
    /*padding-top: 37.837%;*/ /* (420 / 1110 x 100) */
    padding-top: 32.238%; /* (420 / 1110 x 100) */
}
@media only screen and (min-width: 992px) { /* Large (lg) */
    .main-slider__content { padding-top: 21.875%; /* (420 / 1920 x 100) */ }
}
.main-slider__link { display: block; }
.main-slider__link:hover {
    text-decoration: none;
}
.main-slider__img {
    position: absolute;
    z-index: 42;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 142.1875%; /* (1920 - 1110) = 810px -> que é igual a 42.1875% de 1920, correspondente a área que pode ser cortada */
    height: 100%;
    margin-left: -21.09375%;
    max-width: none;
}
@media only screen and (min-width: 992px) { /* Large (lg) */
    .main-slider__img {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
}
.main-slider__pagination { z-index: 43; }
.main-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.main-slider__pagination .swiper-pagination-bullet-active { background-color: #fff; }



/*
 * Página - Home ->  Serviços em destaque
 */
.header__services {
    position: relative;
    z-index: 44;
    max-width: 100%;
    padding-bottom: 24px;
    overflow: hidden;
    background-color: #006aad;
}
@media only screen and (min-width: 1200px) {
    .header__services {
        position: static;
        background-color: transparent;
    }
}
.header__services > .container {
    position: relative;
    z-index: 25;
    padding-top: 30px;
}
.header__services-content {
    position: relative;
    z-index: 4;
}
@media only screen and (min-width: 1200px) {
    .header__services-content { margin-left: auto; }
}
.header__services-content i.cicon-drag-and-drop {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    font-size: 14px;
    color: #fff;
    margin-left: -18.5px;
}
.header__agencia-virtual-link-wrap,
.header__diario-oficial-link-wrap {
    position: relative;
    z-index: 35;
    /*padding: 32px 30px 24px 60px;*/
    padding: 41px 30px 29px 60px;
}
.header__agencia-virtual-link-wrap-1,
.header__diario-oficial-link-wrap-1 {
    text-align: center;
    padding: 30px 15px 28px;
    background-color: #004b88;
}
.header__agencia-virtual-link-wrap-2:before,
.header__diario-oficial-link-wrap-2:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 990%;
    height: 100%;
    -webkit-transform: skewX(-22deg);
            transform: skewX(-22deg);
    transform-origin: bottom left;
    background-color: #004b88;
}
.header__agencia-virtual-link,
.header__diario-oficial-link {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #00baff;
    vertical-align: middle;
    transition: color .3s ease;
    display: inline-block;
    text-align: center;
}
.header__agencia-virtual-link small,
.header__diario-oficial-link small {
    font-weight: 700;
}
.header__agencia-virtual-link:hover,
.header__diario-oficial-link:hover {
    text-decoration: none;
    color: #fff;
}
.header__agencia-virtual-link i,
.header__diario-oficial-link i {
    font-size: 21px;
    color: #6bc2f9;
    margin-right: 15px;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) {
    .header__services > .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}



/* Cachoeiro Agência Virtual */
.header__cav-link-wrap {
    text-align: center;
}
.header__cav-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 14px;
    background-color: #004b88;
    transition: color .2s ease;
}
.header__cav-link:hover {
    text-decoration: none;
    color: #00baff;
}
@media only screen and (min-width: 992px) {
    .header__cav-link {
        position: absolute;
        z-index: 36;
        top: 0;
        left: 15px;
        font-size: 13px;
        margin-bottom: 0;
    }
}
.header__cav-link span {
    display: inline-block;
    vertical-align: middle;
}
.header__cav-link i {
    font-size: 11px;
    color: #00baff;
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}



/* Lista de serviços */
.header__services-tabs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header__services-tabs {
    position: relative;
    z-index: 32;
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .header__services-tabs {
        text-align: none;
        width: auto;
    }
}
.header__services-tabs ul {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0 0 16px; /* 0 0 21px;*/
    border-bottom: 1px solid #6bc2f9;
}
.header__services-tabs ul li {
    display: inline-block;
    margin-right: 15px;
}
.header__services-tabs ul li button {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.header__services-tabs ul li button:focus { outline: none; }
.header__services-tabs ul li:last-child { margin-right: 0; }
.header__services-tabs ul li.-active button { color: #6bc2f9; }
.header__services-tabs .triagle {
    position: absolute;
    z-index: 33;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top:   15px solid #6bc2f9;
    border-right: 15px solid transparent;
    border-left:  15px solid transparent;
}
.header__services-tabs ul li {
    position: relative;
    z-index: 33;
}
@media only screen and (min-width: 992px) {
    .header__services-tabs ul li { margin-right: 40px; }
}
.header__services-tabs ul li > .triagle {
    top: auto;
    bottom: -32px;
    left: 50%;
    display: none;
    margin-left: -15px;
}
.header__services-tabs ul li.-active > .triagle { display: block; }
@media only screen and (min-width: 992px) {
    .header__services-tabs ul li button { font-size: 24px; }
}
.header__services-more-link {
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    float: right;
    display: block;
    margin-top: 28px;
    padding: 7px 12px;
}
.header__services-more-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom-color: #fff;
}
.header__services-more-link i {
    font-size: 8px;
    line-height: 100%;
    color: #fff;
    margin-right: 5px;
}
.header__services-more-link > span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: border-color .2s ease;
}
.header__services-more-link:hover span {
    border-bottom-color: #fff;
}
/*.header__services-list {
    display: flex;
    margin-top: 40px;
    overflow: hidden;
}*/



/*
 * Página - Home -> Banners em destaque
 */
.hf-banners-wrap {
    margin-top: 60px;
    margin-bottom: 55px;
}
.hf-banners__item {}
.hf-banners__content {
    position: relative;
    z-index: 2;
    padding-top: 22.2222%
}
.hf-banners__item img {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hf-banners__link { display: block; }
.hf-banners-js__pagination {
    position: static;
    margin-top: 15px;
}



/*
 * Página - Home - Slider de serviços
 */
.services-slider-w {
    margin: 35px -15px 0;
    overflow: hidden;
}
.services-slider {
    visibility: hidden;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: transform .3s ease-out, opacity .2s ease;
}
.services-slider.-active {
    display: block;
    visibility: visible;
    height: auto;
    overflow: inherit;
    opacity: 1;
    transform: translateY(0);
}
.services__slider-list {
    align-content: stretch;
    justify-content: stretch;
}
.services-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: auto !important;
}
.services-slider__item form {
    display: block;
    width: 100%;
    height: 100%;
}
.services-slider__item button {
    width: auto;
    border: 0 none;
    background: none;
    cursor: pointer;
}
.services-slider__item a,
.services-slider__item button {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 100%;
    padding: 7px 10px;
    border: 1px solid #6bc2f9;
    background-color: #004b88;
    transition: background-color .3s ease;
}
.services-slider__item a:focus,
.services-slider__item button:focus { outline: none; }
.services-slider__item a:hover,
.services-slider__item button:hover {
    text-decoration: none;
    background-color: #006aad;
}
.services-slider__item a span,
.services-slider__item button span {
    word-break: break-word;
    display: block;
    max-width: 100%;
}
.services-slider__pagination-w {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 1px;
    height: 1px;
    pointer-events: none;

    position: relative;
    z-index: 2;
    margin-top: 0;
}
.services-slider__pagination-w.-active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    width: 100%;
    height: 16px;
    margin-top: 10px;
    pointer-events: inherit;
}
.services-slider__pagination {
    right: 0;
    left: 0;
    text-align: center;
}
.services-slider__pagination .swiper-pagination-bullet {
    margin: 0 4px;
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
}
.services-slider__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.services-slider__prev,
.services-slider__next {
    text-align: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    background: #777;
    background: rgba(0, 0, 0, .3);
    transition: background-color .2s ease;
    pointer-events: inherit !important;
}
.services-slider__prev i,
.services-slider__next i {
    font-size: 10px;
    color: #fff;
    line-height: 30px;
}
.services-slider__prev:hover,
.services-slider__next:hover {
    background: #000;
    background: rgba(0, 0, 0, .6);
}
.services-slider__prev { left: 2px; }
.services-slider__next { right: 2px; }
.services-slider .view-more-btn-wrap { margin-top: 10px; }
.services-slider__drag-and-drop {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}



/*
 * Página - Home -> Últimas notícias
 */
.posts-grid--home {
    margin-bottom: 60px;
}



/*
 * Página - Home -> Filtro para categoria de nóticias
 */
.posts-grid__category-filter-w { text-align: center; }
@media only screen and (min-width: 992px) { /* Large (lg) */
    .posts-grid__category-filter-w { text-align: right; }
}
.posts-grid__category-filter {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    display: inline-block;
    margin: 20px 0 0;
    padding: 4px 11px;
    border: 1px solid #d4d4d4;
}
@media only screen and (min-width: 992px) { /* Large (lg) */
    .posts-grid__category-filter { margin-top: 0; }
}



/*
 * Página - Home -> Link para o Diário Oficial
 */
.diario-oficial-sub__img-w {
    position: relative;
    z-index: 60;
    display: inline-block;
    vertical-align: top;
    max-width: 35%;
}
.diario-oficial-sub__img-w:before {
    content: '';
    position: absolute;
    z-index: 61;
    top: 9px;
    left: -11px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #6bc2f9;
}
.diario-oficial-sub__img {
    position: relative;
    z-index: 63;
    width: 100%;
    height: auto;
}
.diario-oficial-sub__img {}
.diario-oficial-sub__text {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 30px;
}
.diario-oficial-sub__text > b {
    display: block;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
}
.diario-oficial-sub__text > span {
    display: block;
    font-size: 17px;
    line-height: 100%;
    color: #fff;
    margin-top: 21px;
}
.diario-oficial-sub__text > span {}
.diario-oficial-sub__link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    margin-top: 77px;
    padding: 15px 30px;
    background-color: #fff;
}
.diario-oficial-sub__link:hover {
    text-decoration: none;
}



/*
 * Página - Home -> Canal da guarda
 */
.canal-guarda.-home { margin-bottom: 40px; }
.canal-guarda__container {
    line-height: 100%;
    padding: 30px 20px;
    border: 1px solid #aaa;
    background-color: #eee;
}
.canal-guarda__grid { display: table; }
.canal-guarda__grid-item { display: inline-block; }
.canal-guarda__grid-item.-tag { width: 250px; padding-right: 20px;
}
.canal-guarda__grid-item.-date {
    width: 70px;
    padding-right: 20px;
}
.canal-guarda__grid-item.-title {
    display: block;
    margin-top: 10px;
}
.canal-guarda__tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 4;
    margin-right: 12px;
    padding: 4px 5px 4px 12px;
    background-color: #006aad;
}
.canal-guarda__tag:after {
    position: absolute;
    z-index: 5;
    content: ' ';
    display: block;
    top: 50%;
    right: 0;
    width: 10px;
    height: 0;
    margin-top: -12px;
    margin-right: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #006aad;
}
.canal-guarda__tag:hover {
    text-decoration: none;
    color: #fff;
    background-color: #004b88;
}
.canal-guarda__tag:hover:after {
    border-left: 12px solid #004b88;
}
.canal-guarda__date {
    font-size: 12px;
    color: #666;
}
.canal-guarda__link { text-decoration: none; }
.canal-guarda__link:hover { text-decoration: none; }
.canal-guarda__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 141%;
    color: #006aad;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 992px) {
    .canal-guarda__grid-item { display: table-cell; }
    .canal-guarda__grid-item.-title {
        display: table-cell;
        margin-top: 0;
    }
}



/*
 * Página - Home -> Links em destaque
 */
.featureds-links {
    padding: 40px 0;
    background-color: #eee;
}
.featureds-links__title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.featureds-links__list {
    margin: 0;
    padding: 30px 0;
    font-size: 0;
}
.featureds-links__list li {
    display: block;
    display: flex;
    list-style: none;
    margin-bottom: 15px;
}
.featureds-links__list > li > a { width: 100%; }
.featureds-links__list > li > a > span {
    display: block;
    padding: 19px 17px 19px 76px;
}
.featureds-links__list li a {
    position: relative;
    z-index: 4;
    font-size: 18px;
    font-weight: 900;
    line-height: 100%;
    color: #004e8d;
    display: block;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1.5px solid transparent;
    transition: border-color .2s ease, background-color  .2s ease;
}
.featureds-links__list li a:hover {
    text-decoration: none;
    border-color: #004e8d;
    background-color: #f1f1f1;
}
.featureds-links__list li a i {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 15px;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: -15px;
    margin-right: 15px;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) { /* Large (lg) */
    .featureds-links { padding: 60px 0 0; }
    .featureds-links__list { padding: 60px 0; }
    .featureds-links__list li { margin-bottom: 30px; }
    .featureds-links__list > li > a > span {
        display: block;
        padding: 39px 37px 39px 116px;
        background-size: 56px !important;
    }
    .featureds-links__list li a { font-size: 22px; }
    .featureds-links__list li a i {
        left: 30px;
        margin-top: -23px;
        font-size: 56px;
        line-height: 56px;
        margin-right: 30px;
    }
}



/*
 * Página - Dados Gerais
 */
.general-data {}



.gd-section img {
    max-width: 100%;
    height: auto;
}



.gd-section {
    align-content: stretch;
    margin-bottom: 80px;
}
.gd-section:last-child { margin-bottom: 0; }
.gd-section__spacing-80 { margin-bottom: 80px; }
.gd-section__spacing-60 { margin-bottom: 60px; }
.gd-section__spacing-50 { margin-bottom: 50px; }
.gd-section__spacing-40 { margin-bottom: 40px; }
.gd-section__spacing-30 { margin-bottom: 30px; }
@media only screen and (min-width: 992px) {
    .gd-section { align-items: flex-end; }
}



.gd-col {}
.gd-col--left { text-align: left; }
.gd-col--center { text-align: center; }
.gd-col--right { text-align: right; }

.gd-section__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    margin: 0;
}
.gd-section__title--blue { color: #004b88; }
@media only screen and (min-width: 992px) {
    .gd-section__title { font-size: 48px; }
}
.gd-section__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .gd-section__subtitle { font-size: 36px; }
}
.gd-section__subtitle > span {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    vertical-align: bottom;
}
.gd-section__subtitle--blue { color: #004b88; }



.gd-icon-card {}
.gd-icon-card__content {
    display: inline-block;
    text-align: center;
}
.gd-icon-card__content > b {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #4778b1;
    display: block;
    margin: 20px 0 0;
}
.gd-icon-card__content > b > span { font-size: 22px; }
.gd-icon-card__content > p {
    font-size: 12px;
    line-height: 100%;
    color: #333;
    margin: 7px 0 0;
}
.gd-icon-card--info {}
.gd-icon-card--mini-info {}

.gd-icon-card--men,
.gd-icon-card--women {
    display: block:
    width: 100%;
    text-align: center;
}
.gd-icon-card--women { margin-top: 20px; }
.gd-icon-card--men .gd-icon-card__content > b,
.gd-icon-card--women .gd-icon-card__content > b { margin-top: 7px; }

.gd-section__mini-border {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0 none;
    border-bottom: 2px solid #ddd;
}
.gd-section__border {
    display: block;
    margin-top: 80px;
    border: 0 none;
    border-bottom: 8px solid #4777b1;
}
@media only screen and (min-width: 992px) {
    .gd-icon-card--men,
    .gd-icon-card--women { display: inline-block; }
    .gd-icon-card--men .gd-icon-card__content > b,
    .gd-icon-card--women .gd-icon-card__content > b { margin-top: 20px; }
    .gd-icon-card--men { margin-right: 20px; }
    .gd-icon-card--women { margin-top: 0; }

    .gd-icon-card__content > b { font-size: 30px; }
    .gd-icon-card__content > p { font-size: 18px; margin: 15px 0 0; }
}
@media only screen and (min-width: 1280px) {
    .gd-icon-card--men { margin-right: 40px; }
}



.gd-bars {
    display: table;
    width: 100%;
}
.gd-bars__label-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
}
.gd-bars__item { display: table-row; }
.gd-bars__item > * {
    display: block;
    vertical-align: middle;
    padding-bottom: 7px;
}
.gd-bars__bar { width: 100%; }
.gd-bars__bar-bg {
    position: relative;
    z-index: 2;
    height: 40px;
    background-color: #ddd;
}
.gd-bars__bar-measure {
    display: inline-block;
    height: 40px;
    vertical-align: top;
}
.gd-bars__bar-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.gd-bars__bar.-blue-1 .gd-bars__bar-measure { background-color: #004b88; }
.gd-bars__bar.-blue-2 .gd-bars__bar-measure { background-color: #1878b5; }
.gd-bars__label-2 {
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #333;
    padding-left: 10px;
}
@media only screen and (min-width: 992px) {
    .gd-bars__label-1 {
        font-size: 24px;
        text-align: right;
        padding-right: 20px;
    }
    .gd-bars__bar-label { font-size: 18px; }
    .gd-bars__item > * {
        display: table-cell !important;
        padding-bottom: 20px;
    }
    .gd-bars__label-2 {
        font-size: 18px;
        padding-left: 10px;
        text-align: left;
    }
}



.gd-donut { font-size: 0; }
.gd-donut__icon {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.gd-donut__legend {
    display: inline-block;
    width: 80%;
    padding-left: 30px;
    vertical-align: middle;
}
.gd-donut__legend-item > * {
    display: inline-block;
    vertical-align: middle;
}
.gd-donut__legend-item {
    font-size: 16px;
    line-height: 100%;
    color: #333;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
    .gd-donut__legend-item {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
.gd-donut__legend-item:last-child { margin-bottom: 0; }
.gd-donut__legend-item > b {}
.gd-donut__legend-item > span {}
.gd-donut__legend-color {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-color: #ddd;
}



.gd-source {
    font-size: 18px;
    line-height: 100%;
    color: #333;
    display: block;
}
@media only screen and (min-width: 992px) {
    .gd-source { font-size: 24px; }
}



/*
 * Página - Hino, Bandeira, Brasão
 */
.hbb h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.hbb img { max-width: 100%; }
.hbb__start-text p:last-child { margin-bottom: 0; }
.hbb__hino {
    margin-top: 60px;
    padding: 60px 0;
    background-color: #eee;
}
.hbb__hino p {
    font-size: 19px;
    text-align: center;
}
.hbb__hino p:last-child { margin-bottom: 0; }
.hbb__bandeira { margin-top: 60px; }
.hbb__bandeira p:last-child { margin-bottom: 0; }
.hbb__bandeira-col { margin-top: 45px; }
.hbb__bandeira-col--left { text-align: center; }
.hbb__brasao { margin-top: 60px; }
.hbb__brasao p:last-child { margin-bottom: 0; }
.hbb__brasao-col { margin-top: 45px; }
.hbb__brasao-col--left { text-align: center; }
.hbb__bandeira-col--right b,
.hbb__brasao-col--right b {}
.hbb__bandeira-col--right a,
.hbb__brasao-col--right a {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #006aad;
}
.hbb__bandeira-col--right a > span,
.hbb__brasao-col--right a > span { display: inline-block; }
.hbb__bandeira-col--right a span > i,
.hbb__brasao-col--right a span > i {
    font-size: 21px;
    line-height: 21px;
    display: inline-block;
    height: 21px;
    margin-right: 45px;
    vertical-align: middle;
}
.hbb__bandeira-col--right a span > span,
.hbb__brasao-col--right a span > span {
    display: inline-block;
    vertical-align: middle;
}
.hbb__bandeira-col--right a:last-child,
.hbb__brasao-col--right a:last-child {}
.hbb__bandeira-col--right a:focus,
.hbb__bandeira-col--right a:hover,
.hbb__brasao-col--right a:focus,
.hbb__brasao-col--right a:hover {
    text-decoration: none;
    color: #fff;
}
.hbb__bandeira-col--right a:hover,
.hbb__brasao-col--right a:hover { background-color: #999; }
.hbb__bandeira-content-w,
.hbb__brasao-content-w {
    display: flex;
    align-items: center;
    height: 100%;
}
.hbb__bandeira-content,
.hbb__brasao-content { width: 100%; }



/*
 * Página - Localização e Acessos
 */
.location-access h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.location-access img { max-width: 100%; }
.location-access__start-text p:last-child { margin-bottom: 0; }
.location-access__map iframe {
    display: block;
    width: 100%;
    margin-top: 60px;
}
.location-access__table-w { margin-top: 60px; }
.location-access__table {
    width: 100%
    margin-40: 60px;
}
.location-access__table thead {
    background-color: #eee;
}
.location-access__table.location-access__table.location-access__table th,
.location-access__table.location-access__table.location-access__table td {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    color: #333;
    padding: 11px 25px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.location-access__table.location-access__table.location-access__table th a,
.location-access__table.location-access__table.location-access__table td a { font-weight: 400; }
.location-access__table.location-access__table.location-access__table th:first-child,
.location-access__table.location-access__table.location-access__table td:first-child {
    width: 30%;
    padding-left: 40px;
}
.location-access__table.location-access__table.location-access__table th:last-child,
.location-access__table.location-access__table.location-access__table td:last-child {
    width: 20%;
    padding-right: 40px;
    border-right: 1px solid #eee;
}
.location-access__table.location-access__table.location-access__table th { font-weight: 700; }



/*
 * Tipos de post - Invólucro para todos os tipos de post
 */
.posts-grid__posts-wrap {
    align-content: stretch;
    align-items: stretch;
    margin-top: 40px;
}



/*
 * Posts - base para todos os tipos de post (Notícias)
 */
/*
 * Modo de visualização dos posts: lista ou gride
 */
.display-type-btn-w {
    text-align: center;
    margin-top: 20px;
}
.display-type-btn {
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
.display-type-btn:focus { outline: none; }
.display-type-btn i {
    font-size: 8px;
    margin-right: 8px;
}
.display-type-btn .icon-grid {}
.display-type-btn .icon-list {}
@media only screen and (min-width: 992px) { /* Large (lg) */
    .display-type-btn-w {
        text-align: right;
        margin-top: 0;
    }
}



.posts-list {}
.posts-list__posts-wrap {
    align-content: stretch;
    align-items: stretch;
    margin-top: 40px;
}
.post-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.post-list-item__content {}
.post-list-item__link-w {
    display: inline-block;
    width: 20%;
    max-width: 150px;
    vertical-align: top;
}
.post-list-item__link {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 100%;
    border-radius: 2px;
    background-color: #f1f1f1;
}
.post-list-item__link img {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 6px solid #00baff;
    border-radius: 2px;
    overflow: hidden;
}
.post-list-item__date {
    font-size: 14px;
    color: #666;
    display: block;
}
.post-list-item__hat {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    display: block;
    margin-top: 20px;
}
.post-list-item__title {
    display: block;
    margin-top: 10px;
}
.post-list-item__title:hover { text-decoration: none; }
.post-list-item__title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.post-list-item__text-w {
    display: inline-block;
    width: 80%;
    padding-left: 20px;
    vertical-align: top;
}
.post-list-item__text {}
.post-list-item__text p {
    font-size: 14px;
    color: #666;
}
.post-list-item__read-more {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #01c15f;
    float: right;
    display: none;
    margin-top: 20px;
    margin-left: auto;
}
.post-list-item .standard-tags {
    position: static;
    display: none;
    margin-bottom: 10px;
}
.post-list-item .standard-tags__tag {
    color: #fff;
    background-color: #999;
}
.post-list-item .standard-tags__tag:before {
    border-top-color: #999;
    border-bottom-color: #999;
}
.post-list-item .standard-tags__tag:after { border-left-color: #999; }
@media only screen and (min-width: 992px) { /* Large (lg) */
    .post-list-item .standard-tags { display: block; }
}



.post-card { margin-bottom: 30px; }
.post-card__content {
    position: relative;
    z-index: 2;
    height: 100%;
    border: 1px solid #aaa;
    transition: border .3s ease;
}
.post-card__content:hover { border-color: #333; }
.post-card__content:hover .post-card__read-more {
    color: #333;
    transition: color .3s ease-out;
}
.post-card__img {
    position: relative;
    z-index: 5;
    display: block;
    padding-top: 56.86274509803922%;
    overflow: hidden;
    background-color: #f1f1f1;
}
.post-card__img > img {
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-card__text { padding: 30px 19px; }
.post-card__date,
.post-card__text .date {
    font-size: 14px;
    color: #666;
    display: block;
}
.post-card__hat {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    display: block;
    margin-top: 23px;
}
.post-card__title {
    display: block;
    margin-top: 13px;
    margin-bottom: 20px;
}
.post-card__title:hover { text-decoration: none; }
.post-card__title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.post-card__text p {
    font-size: 14px;
    color: #666;
}
.post-card__read-more {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #01c15f;
    float: right;
    display: block;
}



/*
 * Ícones de compartilhamento
 */
.article-post__share {
    position: static;
    position: sticky;
    top: 35px;
    font-size: 0;
    line-height: 0;
}
.article-post__share-item-w {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    margin-right: 2px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) { /* Large (lg) */
    .article-post__share-item-w {
        max-width: 65px;
        margin-right: 0;
        margin-bottom: 2px;
    }
}
.article-post__share-item {
    position: relative;
    z-index: 4;
    display: block;
    padding-top: 100%;
    background-color: #f1f1f1;
    cursor: pointer;
    transition: opacity .2s ease;
}
.article-post__share-item:hover {
    opacity: .85;
}
.article-post__share-item.-facebook { background-color: #3b5998; }
.article-post__share-item.-twitter { background-color: #44c1f5; }
.article-post__share-item.-whatsapp { background-color: #29a71a; }
.article-post__share-item i {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    color: #fff;
}
.article-post__share-item i { color: #fff; }
.article-post__share-item.-facebook i {
    font-size: 26px;
    line-height: 26px;
    margin-top: -11px;
    margin-left: -7px;
}
.article-post__share-item.-twitter i {
    font-size: 24px;
    line-height: 29px;
    margin-top: -13px;
    margin-left: -14.5px;
}
.article-post__share-item.-whatsapp i {
    font-size: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}



/*
 * Navegação interna do post
 */
.article-post__nav {
    position: static;
    position: sticky;
    top: 35px;
    max-width: 65px;
}
.article-post__nav-item {
    position: relative;
    z-index: 4;
    color: #666;
    display: block;
    width: 100%;
    margin-bottom: 2px;
    padding-top: 100%;
    background-color: #eee;
    cursor: pointer;
}
.article-post__nav-item i {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}
.article-post__nav-item:hover {
    color: #fff;
    background-color: #006aad;
}
.article-post__nav-item.-audio i { font-size: 24px; }
.article-post__nav-item--active {
    color: #fff;
    background-color: #006aad;
}



.article-post__content-w { padding-top: 60px; }
.article-post__date-published,
.article-post__date-update,
.article-post__author {
    font-size: 14px;
    color: #333;
    display: inline-block;
}
.article-post__author b {
    font-weight: 700;
    display: inline-block;
}
.article-post__hat {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    display: block;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) { /* Medium (md) */
    .article-post__hat {
        font-size: 19px;
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1140px) { /* Extra large (xl) */
    .article-post__hat {
        font-size: 26px;
        margin-top: 40px;
    }
}
.article-post__title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-top: 22px;
    margin-bottom: 27px;
}
@media only screen and (min-width: 768px) { /* Medium (md) */
    .article-post__title {
        font-size: 35px;
        margin-top: 27px;
        margin-bottom: 31px;
    }
}
@media only screen and (min-width: 1140px) { /* Extra large (xl) */
    .article-post__title {
        font-size: 40px;
        margin-top: 32px;
        margin-bottom: 37px;
    }
}
.article-post__featured-img-w {
    position: relative;
    z-index: 7;
    margin-bottom: 30px;
}
.article-post__featured-img {
    position: relative;
    z-index: 8;
    padding-top: 57.60869565217391%;
    background-color: #f1f1f1;
}
.article-post__featured-img > img {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-post__featured-img-w > figcaption {
    font-size: 15px;
    line-height: 140%;
    color: #333;
    padding: 15px 10px 0;
}
@media only screen and (min-width: 992px) {
    .article-post__featured-img-w > figcaption {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 15px 30px;
        background: #000;
        background-color: rgba(0, 0, 0, .75);
    }
}
.article-post__featured-img-w > figcaption > i {
    display: none;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    font-size: 33.1px;
    line-height: 32px;
    height: 32px;
    margin-right: 20px;
    vertical-align: middle;
}
.article-post__featured-img-w > figcaption > span:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 32px;
    vertical-align: middle;
}
.article-post__featured-img-w > figcaption > span {
    display: block;
    /*padding-left: 60px;*/
}
.article-post__featured-img-w > figcaption > span > span {
    display: inline-block;
    vertical-align: middle;
}
.article-post__text {}
.article-post__text a {
    font-weight: 700;
    color: #006aad;
}
.article-post__text a:hover {
    text-decoration: underline;
    color: #004b88;
}
.article-post__text p {
    font-size: 17px;
    line-height: 141.17%;
    color: #333;
    margin-bottom: 20px;
}
.article-post__text ul li {
    font-size: 17px;
    line-height: 141.17%;
    color: #333;
    margin-bottom: 3px;
}



.wp-block-quote,
.article-post__text blockquote {
    margin-top: 30px;
    padding-left: 12px;
    border-left: 3px solid #006aad;
}
.wp-block-quote p,
.article-post__text blockquote,
.article-post__text blockquote p {
    font-size: 30px;
    line-height: 120%;
    color: #006aad;
}
.article-post__text blockquote p {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-quote cite,
.article-post__text blockquote cite {
    font-size: 18px;
    font-style: italic;
    color: #333;
}
.wp-block-image {
    clear: both;
    display: block !important;
    max-width: 100%;
    margin: 0 0 30px;
}
.wp-block-image > figure {
    display: block !important;
    max-width: 100%;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.wp-block-image .aligncenter { text-align: center; }
.wp-block-image .alignleft,
.wp-block-image .alignright { width: 100%; }
@media only screen and (min-width: 992px) { /* Large (lg) */
    .wp-block-image .alignleft,
    .wp-block-image .alignright { width: 50%; }
}
.wp-block-image.wp-block-image figure figcaption {
    font-size: 12px;
    text-align: left;
    color: #777;
    display: block;
    margin: 12px 0 0;
}



.article-post__tags {
    font-size: 0;
    margin-top: 60px;
}
.article-post__tags b {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.article-post__text .gallery-metro { margin-bottom: 30px; }
.article-post__text .wp-block-embed-soundcloud,
.article-post__text .wp-block-embed.is-type-video { margin-bottom: 30px; }



/*
 * Página - archive-cp_turismo.php
 */
.tourism-slider {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    padding-top: 26.0416%;
}
.tourism-slider img {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tourism-slider__content {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.tourism-slider__texts {
    display: inline-block;
    padding: 30px 15px;
    vertical-align: middle;
}
.tourism-slider__content:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}
.tourism-slider__text-1 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
    line-height: 100%;
    color: #fff;
    display: block;
}
.tourism-slider__text-2 {
    font-size: 46px;
    font-weight: 300;
    font-family: 'Just Another Hand', cursive;
    line-height: 100%;
    letter-spacing: 4px;
    color: #fff;
    display: block;
}
@media only screen and (min-width: 992px) {
    .tourism-slider__text-1 { font-size: 72px; }
    .tourism-slider__text-2 { font-size: 68px; }
}
.tourism-content { line-height: 141%; }
.tourism-featured { margin-top: 60px; }
.tourism-featured__row { margin-top: 30px; }
.tourism-featured__item { margin-bottom: 30px; }

.tourism-featured__item a {
    text-align: center;
    display: block;
    height: 100%;
    padding: 40px 15px;
    border: 1px solid #004e8d;
    transition: background-color .3s ease;
}
.tourism-featured__item a:hover {
    text-decoration: none;
    background-color: #eee;
}
.tourism-featured__item i {
    font-size: 56px;
    line-height: 56px;
    color: #004e8d;
    display: inline-block;
}
.tourism-featured__item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #004e8d;
    display: block;
    margin: 24px 0 0;
}
.tourism-featured__item span {
    font-size: 14px;
    color: #333;
    display: block;
    margin: 20px 0 0;
}



/*
 * Página - taxonomy-tax_cat_turismo.php
 */
.turism-grid {}
.turism-grid__title {}
.turism-grid__row {
    margin-top: 40px;
    align-items: stretch;
}
.turism-grid__col { margin-bottom: 30px; }



.turism-card {}
.turism-card__inside {
    height: 100%;
    border: 1px solid #aaa;
    border-top: 0 none;
}
.turism-card__head {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 67.14285% !important;
}
.turism-card__head .stantard-tags { right: 70px; }
.turism-card__icon {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    width: 65px;
    height: 65px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    transition: background-color .3s ease;
}
.turism-card__figure {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #999;
}
.turism-card__figure figcaption {
    position: absolute;
    z-index: 8;
    right: 20px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
}
.turism-card__figure figcaption span {
    display: block;
    color: #fff;
}
.turism-card__head:hover {}
.turism-card__head img {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.turism-card__figure:after {
    content: '';
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49.14%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: .75;
    transition: height .4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.turism-card__head:hover .turism-card__icon {
    background-color: #006aad;
    background-color: rgba(0, 106, 173, .90);
}
.turism-card__head:hover .turism-card__figure:after {
    height: 100%;
    opacity: .3;
}
.turism-card__img-inside {
    positio: absolute;
    z-index: 3;
}
.turism-card__tag {}
.turism-card__name {
    font-size: 19px;
    font-weight: 600;
    line-height: 141%;
    color: #fff;
}
.turism-card__address { font-size: 14px; }
.turism-card__info {
    font-size: 14px;
    line-height: 141%;
    color: #333;
    padding: 30px 20px;
}
.turism-card__info > * {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 7px;
    padding-left: 35px;
}
.turism-card__info > * > i {
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 0;
    font-size: 16px;
    line-height: 16px;
}
.turism-card__phone {}
.turism-card__whatsapp {}
.turism-card__email {}
.turism-card__office-hours {}
.turism-card__site {
    font-size: inherit;
    font-weight: 700;
    color: #004e8d;
}
.turism-card__site:hover { text-decoration: none; }



/*
 * Página - Secretatia Institucional
 */
.secretary-slider { overflow: hidden; }
.secretary-slider__list {}
.secretary-slider__item { max-width: 100%; }
.secretary-slider__content {
    position: relative;
    z-index: 2;
    padding-top: 27.17391304347826%;
}
.secretary-slider__link { display: block; }
.secretary-slider__link:hover { text-decoration: none; }
.secretary-slider__img {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
}
.secretary-slider__pagination { z-index: 43; }
.secretary-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.secretary-slider__pagination .swiper-pagination-bullet-active { background-color: #fff; }




.secretary-info {
    margin-top: 40px;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) { /* Medium (md) */
    .secretary-info {
        margin-top: 50px;
        padding: 0 30px;
    }
}
@media only screen and (min-width: 1140px) { /* Extra large (xl) */
    .secretary-info {
        margin-top: 65px;
        padding: 0 60px;
    }
}
.secretary-info__left {
    width: 100%;
    max-width: 200px;
}
@media only screen and (min-width: 768px) { /* Medium (md) */
    .secretary-info__left {
        float: left;
        width: 18.75%;
    }
}
.secretary-info__aspect-ratio {
    position: relative;
    z-index: 2;
    margin-bottom: 11px;
    padding-top: 133.33333%;
}
.secretary-info__aspect-ratio:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 9px;
    left: -11px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
}
.secretary-info__left img {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.secretary-info__right {
    width: 100%;
    padding-top: 30px;
}
@media only screen and (min-width: 768px) { /* Medium (md) */
    .secretary-info__right {
        float: left;
        width: 81.25%;
        padding-left: 20px;
    }
}
.secretary-info__name {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 900;
    color: #004b88;
    display: block;
    padding-left: 20px;
}
.secretary-info__name:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #004b88;
}
.secretary-info__position {
    font-size: 17px;
    font-weight: 700;
    color: #006aad;
    display: block;
    margin-top: 10px;
    padding-left: 20px;
}
.secretary-info__text {
    margin-top: 30px;
    padding-left: 20px;
}
.secretary-info__text p {
    font-size: 17px;
    line-height: 141.17%;
    color: #333;
    margin-bottom: 20px;
}



.secretary-general {
    margin-top: 50px;
    padding: 20px 20px;
    border: 1px solid #aaa;
}
@media only screen and (min-width: 768px) { /* Medium (md) */
    .secretary-general { padding: 30px 40px; }
}
@media only screen and (min-width: 1140px) { /* Extra large (xl) */
    .secretary-general { padding: 30px 60px; }
}
.secretary-general__info {}
.secretary-general__section-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
    display: inline-block;
    margin: 0 0 20px;
    vertical-align: middle;
}
.secretary-general__info-item {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 20px;
}
.secretary-general__info-item:last-child { margin-bottom: 0; }
.secretary-general__info-item { padding-left: 40px; }
.secretary-general__info-item > i {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    min-width: 28px;
    vertical-align: top;
}
.secretary-general__info-item > span {
    line-height: 141.17%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.secretary-general__info-item > span.-mb-10 { margin-right: 10px; }
.secretary-general__map-btn {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border: 0 none;
    border-radius: 2px;
    vertical-align: top;
    background-color: #006aad;
    cursor: pointer;
}
.secretary-general__map-btn:focus { outline: none; }


/* Mapa */
.secretary-map .modaal-content-container { padding: 10px; }



.secretary-general__departaments { margin-top: 60px; }
.secretary-general__head {
    line-height: 0;
    text-align: justify;
}
.secretary-general__head:after {
    content: '';
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.secretary-general__toggle-btns {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: middle;
}
.secretary-general__toggle-btns > i {
    font-size: 8px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}
.secretary-general__toggle-btn:focus { outline: none; }
.secretary-general__toggle-btn {
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    padding: 0;
    border: 0 none;
    vertical-align: middle;
    background-color: transparent;
    cursor: pointer;
}
.secretary-general__toggle-btn:hover span { text-decoration: underline; }
.secretary-general__toggle-btn > span {
    display: inline-block;
    vertical-align: middle;
}
.secretary-general__toggle-separate {
    font-size: 9px;
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #333;
}



.departaments-accordion__info-item {
    font-size: 14px;
    line-height: 141.17%;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.departaments-accordion__info-item:last-child { margin-bottom: 0; }
.departaments-accordion__item { margin-bottom: 1px; }
.departaments-accordion__item-btn:focus { outline: none; }
.departaments-accordion__item-btn:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 25px;
    vertical-align: middle;
}
.departaments-accordion__item-btn {
    position: relative;
    z-index: 2;
    font-size: 0;
    text-align: left;
    display: block;
    width: 100%;
    padding: 8px 48px 8px 58px;
    border: 1px solid #eee;
    background-color: #eee;
    cursor: pointer;
    transition: .3s background-color ease-out;
}
.departaments-accordion__item-btn.collapsed { background-color: #fff; }
.departaments-accordion__item-btn:hover { background-color: #eee; }
.departaments-accordion__item-btn > .cicon-shared-folder {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 20px;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    height: 25px;
    margin-top: -11px;
    margin-right: 10px;
    vertical-align: middle;
}
.departaments-accordion__item-btn > .cicon-arrow-2-down-bottom {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 20px;
    font-size: 10.5px;
    line-height: 10.5px;
    margin-top: -5.25px;
    transform: rotate(0deg);
    transition: .3s transform ease-out;
}
.departaments-accordion__item-btn.collapsed > .cicon-arrow-2-down-bottom { transform: rotate(180deg); }
.departaments-accordion__item-btn > span {
    font-size: 17px;
    line-height: 100%;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.departaments-accordion__info-item > b {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}
.departaments-accordion__info-item > span {
    display: inline;
    vertical-align: top;
}
.departaments-accordion__item-content p {
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #eee;
}
/* Serviços relacionados */
.services-grid__items-wrap { margin-top: 40px; }



/*
 * Página - Archive de Galeria
 */
.gallery-grid {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .gallery-grid { padding: 60px 0 90px; }
}
.gallery-grid__title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.gallery-grid__row { margin-top: 40px; }
.gallery-grid__item { margin-bottom: 30px; }
@media only screen and (max-width: 992px) {
    .gallery-grid--home .gallery-grid__item:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery-grid--home .gallery-grid__item:last-child .gallery-grid__img-adapter-w { padding-top: 56.16438% !important; }
}
.gallery-grid__content {
    position: relative;
    z-index: 2;
    display: block;
}
.gallery-grid__content .standard-tags {
    position: absolute;
    z-index: 13;
    top: 20px;
    right: 20px;
    left: 20px;
}
.gallery-grid__content:hover { text-decoration: none; }
.gallery-grid__figure { margin: 0; }
.gallery-grid__img-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.gallery-grid__img-adapter-w {
    position: relative;
    z-index: 5;
    padding-top: 117.14285%;
    overflow: hidden;
    background-color: #999;
}
.gallery-grid__img-adapter-w:after {
    content: '';
    position: absolute;
    z-index: 12;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49.14%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);                                        /* Chrome10-25,Safari5.1-6 */
    background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);                                        /* FF3.6-15 */
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);                                  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    opacity: .75;
    transition: height .4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 992px) {
    .gallery-grid__item.-size-lg-1 .gallery-grid__img-adapter-w { padding-top: 35.96491% !important; }
    .gallery-grid__item.-size-lg-2 .gallery-grid__img-adapter-w { padding-top: 56.16438% !important; }
    .gallery-grid__item.-size-lg-3 .gallery-grid__img-adapter-w { padding-top: 117.14285% !important; }
    .gallery-grid__item.-size-lg-4 .gallery-grid__img-adapter-w { padding-top: 67.14285% !important; }
}
.gallery-grid__content:hover .gallery-grid__img-adapter-w:after {
    height: 100%;
    opacity: .3;
}
.gallery-grid__img-adapter {
    position: absolute;
    z-index: 5;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-grid__caption-w {
    display: block;
    margin-top: 15px;
}
@media only screen and (min-width: 576px) {
    .gallery-grid__caption-w {
        position: absolute;
        z-index: 13;
        bottom: 20px;
        right: 10px;
        left: 10px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .gallery-grid__caption-w {
        font-size: 17px;
        bottom: 30px;
        right: 20px;
        left: 20px;
    }
    .gallery-grid__caption { line-height: 100%; }
}
@media only screen and (min-width: 992px) {
    .gallery-grid__caption-w {
        right: 20px;
        bottom: 30px;
        left: 20px;
    }
    .gallery-grid__caption { line-height: 100%; }



    .gallery-grid__item.-size-lg-1 .gallery-grid__caption { font-size: 21px; }
    .gallery-grid__item.-size-lg-2 .gallery-grid__caption { font-size: 21px; }
    .gallery-grid__item.-size-lg-3 .gallery-grid__caption { font-size: 17px; }
    .gallery-grid__item.-size-lg-4 .gallery-grid__caption { font-size: 17px; }
}
@media only screen and (min-width: 1140px) {
    .gallery-grid__caption-w { bottom: 30px; }
}
.gallery-grid__date-published {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    margin: 0 0 10px 0;
    display: inline-block;
}
@media only screen and (min-width: 576px) {
    .gallery-grid__date-published {
        color: #fff;
        margin-left: 60px;
    }
}
.gallery-grid__caption {
    font-size: 14px; /* Tamanho padrão */
    font-weight: 600;
    line-height: 130%;
    color: #333;
    position: relative;
    z-index: 49;
    padding-left: 0;
}
@media only screen and (min-width: 576px) {
    .gallery-grid__caption {
        color: #fff;
        padding-left: 60px;
    }
}
.gallery-grid__caption:before {
    content: ' ';
    font-size: 0;
    display: inline-block;
    height: 42px;
    vertical-align: middle;
}
.gallery-grid__caption > span {
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 576px) {
    .gallery-grid__caption > span { vertical-align: middle; }
}
.gallery-grid__caption i {
    font-size: 42px;
    line-height: 42px;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    display: none;
    vertical-align: middle;
}
@media only screen and (min-width: 576px) {
    .gallery-grid__caption i { display: inline-block; }
}
.gallery-grid__caption i.cicon-volume-bkp {
    font-size: 34px;
    line-height: 34px;
}



/*
 * Página - Archive de Eventos
 */
.events-calendar {
    padding: 60px 0;
    max-width: 100%;
    overflow: hidden;
    background: #004075 url(../img/bg-calendar.jpg) no-repeat center center;
    background-size: cover;
}
.events-calendar .section-title {
    font-weight: 400;
    color: #fff;
}
.events-calendar__container { padding: 0 15px; }
.events-calendar__list { margin-top: 40px; }
.events-calendar__pagination.events-calendar__pagination {
    bottom: 5px;
}
.events-calendar__pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
}
.events-calendar__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.events-calendar__prev,
.events-calendar__next {
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    border-radius: 50%;
    background: #777;
    background: rgba(0, 0, 0, .3);
    transition: background-color .2s ease;
}
.events-calendar__prev i,
.events-calendar__next i {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}
.events-calendar__prev:hover,
.events-calendar__next:hover {
    background: #000;
    background: rgba(0, 0, 0, .6);
}
.events-calendar__prev { left: 5px; }
.events-calendar__next { right: 5px; }
.events-calendar .view-more-btn-wrap { margin-top: 30px; }
.events-calendar__drag-and-drop {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}



/*
 * Página - Single de Eventos
 */
.event-info-card {
    display: block;
    padding: 40px 60px;
    border: 1px solid #aaa;
}
.event-info-card__item {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 20px;
}
.event-info-card__item i {
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    margin-right: 12px;
    vertical-align: middle;
}
.event-info-card__date i {
    width: 28px;
    height: 30px;
}
.event-info-card__hours i {
    width: 28px;
    height: 28px;
}
.event-info-card__location i {
    font-size: 34px;
    width: 28px;
    height: 34px;
}
.event-info-card__subscription-w {
    text-align: center;
    display: block;
    margin-top: 30px;
    color: #fff;
}
.event-info-card__subscription {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    padding: 15px 85px;
    background-color: #006aad;
    transition: background-color .3s ease;
}
.event-info-card__subscription:hover {
    text-decoration: none !important;
    color: #fff;
    background-color: #004b88;
}



/*
 * Página - Serviços
 */
/*
 * Página - Serviços (v1)
*/
.services-list { margin-top: 30px; }
.services-list__item { margin-bottom: 30px; }
.services-list__form {
    display: block;
    width: 100%;
    height: 100%;
}
.services-list__form-btn,
.services-list__link {
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    color: #006aad;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid #006aad;
    background-color: #fff;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}
.services-list__form-btn:hover,
.services-list__link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #006aad;
}
.services-list__form-btn b,
.services-list__link b { display: none; }
.services-list__form-btn span,
.services-list__link span {
    display: inline-block;
    width: 97%;
    vertical-align: middle;
}
.services-list__form-btn:after,
.services-list__link:after {
    content: '';
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.services-list__title {
    text-align: center;
    display: block;
}
.services-list__subtitle-row { margin-top: 20px; }
.services-list__subtitle {
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #006aad;
    display: block;
    margin-bottom: 20px;
}
.services-list__title-row {
    margin-top: 80px;
    margin-bottom: 30px;
}
.services-grid .container:first-child .services-list__title-row { margin-top: 0; }



/*
 * Página - Serviços (v2)
*/
.services-menu {
    font-size: 0;
    display: block;
    margin: 0 -5px 40px;
    padding: 0;
}
.services-menu li {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
}
.services-menu li:last-child { margin-right: 0; }
.services-menu li a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #006aad;
    display: block;
    padding: 15px 25px;
    border: 1px solid #bbd2e1;
    border-radius: 4px;
    background-color: #e5f0f7;
    transition: color .3s ease,
                border-color .3s ease,
                background-color .3s ease;
}
.services-menu li a:hover,
.services-menu li.active a {
    text-decoration: none;
    color: #fff;
    background-color: #006aad;
    border-color: #006aad;
}
.services-menu li.-area-restrita i {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (min-width: 992px) {
    .services-menu { margin: 0 0 60px; }
    .services-menu li {
        width: auto;
        margin-right: 15px;
        padding: 0;
    }
    .services-menu li:last-child { float: right; }
}



.services-toggle {
    position: relative;
    z-index: 2;
    font-size: 0;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin: 0 0 35px;
}
.services-toggle > i {
    font-size: 8px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}
.services-toggle__btn {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.services-toggle__btn:hover { text-decoration: underline; }
.services-toggle__separate {
    font-size: 9px;
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #333;
    vertical-align: middle;
}



.services-filter {}
.services-filter label {
    display: block;
    margin: 0 0 35px;
}
.services-filter label span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 8px;
}
.services-filter input {
    font-size: 16px;
    font-weight: 700;
    color: #006aad;
    display: block;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color .15s ease;
}
.services-filter input:focus {
    border-color: #006aad;
    outline: none;
}



/* NOVO */
@media only screen and (min-width: 992px) {
    .services-col.-right { padding-left: 35px; }
    .services-col.-left { padding-right: 35px; }
}

.services-cat { margin-bottom: 40px; }
.services-cat__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    color: #006aad;
    margin: 0 0 25px;
}

.service-hr {
    display: block;
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

/* Estilo básico para os links de serviço */
.service-item {
    position: relative;
    z-index: 2;
}
.service-item__name { padding-right: 33px; }
.service-item.-has-manual .service-item__name { padding-right: 113px !important; }
.service-item form {}
.service-item button {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
}
.service-item button:focus { outline: none; }
.service-item__manual {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 43px;
    font-size: 14px;
    color: #006aad;
    text-decoration: underline;
    margin-top: -8px;
}
.service-item__link {}
.service-item__link:hover { text-decoration: none; }
.service-item i {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    font-size: 13px;
    line-height: 13px;
    color: #999;
    margin-top: -5.5px
}
/* Estilos para um serviço exibido em lista */
.service-item--in-list {
    padding: 12px 0;
    border-top: 1px solid #eee;
}
.service-item--in-list:last-child { border-bottom: 1px solid #eee; }
.service-item--in-list .service-item__name {
    font-size: 16px;
    line-height: 120%;
    color: #333;
    display: block;
}



/* Estilos para um serviço exibido em fora da lista (endereço de nível superior) */
.service-item--no-list { margin: 0 0 17px; }
.service-item--no-list .service-item__name {
    position: relative;
    z-index: 2;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
}
.service-item--no-list .service-item__manual { margin-top: -10px; }



.service-list {
    margin: 0;
    padding: 0 0 17px;
    list-style: none;
}



/* Modifica o acordeon na página de serviços */
.default-accordion.default-accordion--service { margin-bottom: 6px; }
.default-accordion--service .default-accordion__item-btn { padding-bottom: 10px; }
.default-accordion--service .default-accordion__label {
    position: relative;
    z-index: 2;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    margin: 0;
}
.default-accordion--service .default-accordion__item-btn > .cicon-arrow-2-down-bottom {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    font-size: 11px;
    line-height: 18px;
    color: #000;
    margin-top: -12px;
    transform: rotate(0deg);
    transition: .3s transform ease-out;
}
.default-accordion--service .default-accordion__item-btn:after { display: none; }
.default-accordion--service .services_group-title { margin-bottom: 0; }



/*
 * Página - 404
 */
#post-404 {
    padding-top: 100px;
    padding-bottom: 50px;
}
#post-404 h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #777;
    margin: 0;
}
#post-404 h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: blue;
    margin: 20px 0 0;
}
#post-404 p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}



.not-found__back-home-link:hover {
    text-decoration: none;
    color: #fff;
}
.not-found__back-home-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background: #32a457;
}





/*------------------------------------*\
    Posts
\*------------------------------------*/

/*------------------------------------*\
    Secretarias
\*------------------------------------*/

/*------------------------------------*\
    Serviços
\*------------------------------------*/

/*------------------------------------*\
    NAP
\*------------------------------------*/

.nap__hr { margin-bottom: 40px; }
.nap__sidebar {}
.nap__sidebar-content {}
.nap__widget {
    margin-bottom: 40px;
    background-color: #f1f1f1;
}
.nap__widget-content { padding: 0 15px 20px; }
.nap__widget-title {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #006aad;
    margin-bottom: 15px;
    padding: 12px 7px;
}


