/* @media screen and (min-width:320px) { }
@media screen and (min-width:480px) { }
@media screen and (min-width:600px) { }
@media screen and (min-width:768px) { }
@media screen and (min-width:992px) { }

Breakpoints Boostrap
768px
992px
1200px
*/



body,
p {
    font-family: 'PT Sans', sans-serif !important;
    line-height: 1.2;
}

/* CORREÇÃO PARA O demo.css QUE ESTÁ COLOCANDO OS h5 COMO ITÁLICO */
h5 {
    font-style: normal !important;
}

/* TRÁS O MENU DO PLONE PARA FRENTE DOS OUTROS ELEMENTOS */
#edit-zone {
    z-index: 2000 !important;
}

/* CORREÇÃO PARA O ESPAÇAMENTRO NO MENU DO PLONE */
.plone-toolbar-submenu-header,
.plonetoolbar-contenttype {
    display: list-item;
}

#edit-zone nav>ul ul li {
    display: list-item !important;
}

/* COREÇÃO PARA O TEXTO DOS NÚMEROS NO SLIDER PRINCIPAL */
.metis:hover .tp-tab-mask {
    overflow: visible !important;
}

.circle {
    background-color: #fff;
    min-height: 50px !important;
    max-width: 105px !important;
    height: 105px;
    width: 105px;
    margin: 0;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    margin-top: -70px;
    /* margin-bottom: 10px !important; */
    margin-bottom: 0px !important;
}

.square-servico {
    background-color: #fff;
    min-height: 50px !important;
    max-width: 100px !important;
    height: 90px;
    width: 100px;
    margin: 0;
    margin-top: -70px;
    /* margin-bottom: 10px !important; */
    margin-bottom: 0px !important;
}

.item-servico {
    max-width: 105px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.servico-img {
    width: 85px;
}

@media (max-width: 1200px) {
    .circle {
        height: 80px;
        width: 80px;
        margin-top: -50px;
    }

    .item-servico {
        max-width: 80px;
    }
}

@media (min-width: 992px) {
    .servico-mb {
        display: none;
    }
}

@media (max-width: 991px) {
    .circle {
        height: 60px;
        width: 60px;
        margin-top: -50px;
    }

    .item-servico {
        max-width: 60px;
    }
}

@media (max-width: 991px) {
    .servico-dt {
        display: none;
    }

    .servico-mb {
        margin-top: 20px;
    }

    div.clearfix {
        margin-bottom: 15px;
    }

    .item-servico-mobile {
        padding-left: 1px !important;
        padding-right: 1px !important;
        margin-top: 80px !important;
    }

    .item-servico-mobile a {
        display: inherit;
    }
}

.separador {
    padding: 0;
}

.tp-tabs.tp-span-wrapper {
    display: none;
}

.tp-leftarrow.tparrows {
    left: 0 !important;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    color: #fff !important;
    width: 40px;
    display: flex;
    align-items: center;
}

.tp-rightarrow.tparrows {
    right: 0 !important;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    color: #fff !important;
    width: 40px;
    display: flex;
    align-items: center;
}

.tp-rightarrow.tparrows::before,
.tp-leftarrow.tparrows::before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media {
    background: transparent !important;
    z-index: 1000;
    right: 35px;
    position: absolute;
    bottom: 0;
}

@media (min-width: 604px) {
    .social-media {
        top: 0;
    }
}

.social-media-icon {
    color: #fff;
    padding: 2px;

}

.social-media-icon:hover {
    /* color: #bbb; */
    color: #900 0.5;
}

.social-media-icon-noticia {
    color: #900;
    padding-bottom: 0px !important;
}

.social-media-icon-noticia:hover {
    color: rgb(230, 206, 202);
}

.social-media-sombra {
    text-shadow: 0 5px 5px #8d8d92;
}

.titulo-noticia {
    color: #1b1919;
    font-weight: 800;
    line-height: 1em;
    font-size: 1.3em;
}

.texto-destaque-noticia {
    font-size: 1.2em;
    text-align: left;
}

/*-- RESPONSIVE IFRAMES --*/

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-- RESPONSIVE IFRAMES END --*/
.size-15em {
    font-size: 1.5em;
}

.mais-videos>a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.vivo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banners {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#itens-menu {
    display: flex;
    justify-content: center;
}

/* Dispositivos que tenham até essa largura - dispositivos menores*/
@media (max-width: 1049px) {
    #itens-menu {
        justify-content: left;
        margin-top: 12px;
        margin-left: 22px;
    }
}

@media (min-width: 993px) {

    #itens-menu,
    #main-menu,
    #main-menu>li,
    #main-menu>li>a {
        height: 50px;
    }

    header .main-menu li>ul {
        top: auto;
    }
}

header .logo img {

    height: 10vh;
    max-height: 50px;
    margin: 5px 0;
    width: auto;
}

/* logo vermelha primeria pagina */
.primeira-pagina .logo img {
    content: url("/Portal/++theme++mpt/images/logo_padrao.png");
}

/* logo branca demais paginas */
.menu-interno .logo img {
    content: url("/Portal/++theme++mpt/images/logo_padrao_branco_sombra.png");
}

@media (max-width: 600px) {
    #div-acessibilidade {
        display: none;
    }
}

/* Dispositivos que tenham até essa largura */
@media (max-width: 1050px) {
    header .logo img {
        content: url("/Portal/++theme++mpt/images/logo_padrao_branco_sombra.png");
        max-height: 6vh;
    }

    #div-midia-sociais {
        display: none;
    }

    #div-acessibilidade {
        right: 0;
        width: 100vw;
    }

    #div-acessibilidade>.display-table>.display-table-cell {
        vertical-align: bottom;
    }

    #ul-acessibilidade {
        display: flex;
        justify-content: center;
    }

    #ul-acessibilidade>li {
        padding: 0 15px;
    }

}

/* Para dispositivos maiores  */
@media (min-width: 1049px) {
    .menu-principal {
        display: inline-flex !important;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }

    /* ul do menu superior */
    #main-menu {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .menu-bottom,
    #itens-menu {
        width: 100%;
    }

    .tp-bgimg {
        border-top: 1px solid #aaa !important;
    }

    #ul-midias {
        display: inline-flex;
    }

}

header {
    font-size: 1.2em;
}

header .main-menu ul.drop-down li>a {
    font-size: 0.9em;
}

header .main-menu li>ul {
    min-width: 300px;
    width: auto;
    background: #f5f4f4;
    color: #111;
}

header .main-menu>li>a {
    line-height: 50px;
}

@media (max-width: 1199px) {
    header .main-menu>li>a {
        margin: 0;
    }
}

@media (max-width: 603px) {

    .tp-rightarrow.tparrows,
    .tp-leftarrow.tparrows {
        height: 75px;
        margin-bottom: 32vh;
        opacity: 0.45;
    }

    .tp-rightarrow.tparrows {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .tp-leftarrow.tparrows {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    #hamburguer>.menu-nav-icon {
        margin: 10px 15px;
    }


}

/*   REGULA A ALTURA DO REVOLUTION SLIDER   */
#rev_slider_1061_1_wrapper,
#rev_slider_1061_1 {
    height: 70.5vh !important;
}

/* AJUSTES PARA O RODAPÉ NO IE.10 E IE.11 */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

    .row,
    .col-sm-12.col-md-3,
    .col-sm-12.col-md-2 {
        display: block;
    }
}

.swiper-container {

    height: 100%;
    /*margin-right: auto;*/
}

.swiper-slide-carrossel {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}

.carousel-indicators li {
    width: 15px;
    height: 7px;
    background-color: rgba(130, 5, 5, 0.96);
    border-radius: 10px;
}

#indicadores-carrossel {
    margin-bottom: 0;
}

.container-noticia {
    margin: auto !important;
}

#span-noticia {
    text-align: justify;
}

#span-banner-mpt {
    text-align: justify;
}

@media screen and (max-width:768px) {
    #span-banner-mpt {
        padding: 0px !important;
    }

    #span-banner-mpt .col-md-6 {
        padding: 0px !important;
    }
}

@media screen and (max-width:768px) {
    .div-col-concurso {
        display: contents;
    }
}



.categoria-noticia {
    font-size: 1em;
    margin-bottom: 4px;
    margin-top: 6px;
}

#span-noticia-carrossel {
    width: 100% !important;
    margin-bottom: 15px;
}

.ver-todas {
    color: #900;
    margin-bottom: 7px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    text-decoration: underline;
}

/* SWIPER SLIDER DA PÁGINA INICIAL*/
.swiper-slide {
    width: 12em;
    text-align: center;
    font-size: 18px;
    margin: 2.5pt;
    color: #fff;
    /* Center slide text vertically */
    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;
}

.swiper-slide,
.swiper-atuacao {
    margin: 0pt !important;
}

.secao-atuacao {
    background-color: #d6d6d6;
    padding: 20px 0 30px;
    font-size: .8em;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0 !important;
    padding-top: 40px;
}

.servico-dt {
    background-color: #ffffff;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}

.titulo-atuacao {
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1.1;
    padding: 5px 0;
    text-shadow: 2px 2px #000;
}

.destaque-atuacao {
    padding: 30px 10px 20px 20px;
    background-color: #fff;
    text-align: left;
    min-height: 140px;
    max-width: 400px;
}

.titulo-destaque-atuacao {
    text-transform: uppercase;
    color: #900;
}

.atuacao-ul {
    text-shadow: 2px 2px #000;
}

.titulo-secao {
    font-size: 1.5rem;
    font-weight: bolder;
    color: #900;
}

.subtitulo-secao {
    font-size: 1.1rem;
    font-weight: bolder;
    color: #900;
}

canvas {
    background-image: radial-gradient(#666, #333);
}

#instructions {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding-bottom: 6px;
    font-family: sans-serif;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

#back-to-top,
.back-to-top-mpt {
    border: 2px solid #900 !important;

}

#back-to-top:hover,
.back-to-top-mpt:hover {
    background: #900 !important;
    border: 2px solid #900 !important;
    color: white !important;
}

.margin-5 {
    margin: 5px;
}

.img-item {
    height: auto !important;
    width: auto !important;
}

.img-servico-mb {
    max-width: 75px;
    width: 75px;
    height: 75px;
    border: double 2px transparent;
}

.servico-mb-title {
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.circle-mb {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
}

header .main-menu ul.drop-down li>a {
    padding: 10.5px 20px;
}

.servico-placeholder {
    background-image: url("../images/cinza.jpg") !important;
}

.noticia-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.justifica {
    text-align: justify;
    text-justify: inter-word;
}

/*
#banner-principal {
	border-top-style: solid !important;
}
*/

@media (max-width: 737px) {
    .menu-noticia {
        top: 0;
        background-color: #000;
        position: fixed;
    }

    #itens-menu>ul {
        width: 100%;
    }

    header .main-menu ul.drop-down li>a {
        padding: 15.5px 20px;
        font-size: 1em;
    }

    .titulo-noticia-detail {
        font-size: 2.5em;
        font-weight: 700;
        font-family: opensans, helvetica, arial, sans-serif;
        padding: 20px 10px !important;
    }
}

.menu-sem-imagem {
    top: 0;
    background-color: #000;
    position: fixed !important;
    -webkit-animation: inherit !important;
    animation: inherit !important;
}

.menu-alt {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 65px;
}

.img-full-height {
    height: 100%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imagem-fundo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(38deg, #111, #444);
}

@media (max-width: 776px) {
    .imagem-fundo {
        background: transparent;
    }

    .img-destaque {
        width: 100%;
        height: auto;
    }
}

.noticia-box {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.noticia-box:hover {
    opacity: 1;
    transition: opacity 0.5s;
}

.text-shadow {
    text-shadow: 0px 1px 10px #000;
    text-shadow: .2px 0 .2px #222, -.2px 0 2px #222, 0 .2px 2px #222, 0 -.2px 2px #222, .2px .2px #222, -.2px -.2px 2px #222, .2px -.2px 2px #222, -.2px .2px 2px #222;
}

.btn-border-mpt {
    border: 1px solid #900;
    color: #900;
}

.btn-border-mpt:hover {
    background: #900;
    color: #fff;
}

.atuacao-esqueleto-titulo {
    background-color: #cbcdca;
    height: 1.2em;
    width: 50%;
    padding-bottom: 2px;
}

.atuacao-esqueleto-noticia {
    background-color: #cbcdca;
    height: 1.2em;
    width: 80%;
}

.noticia-esqueleto-titulo {
    background-color: #cbcdca;
    height: 1.2em;
    width: 50%;
    padding-bottom: 2px;
}

.noticia-esqueleto-corpo {
    background-color: #cbcdca;
    height: 1.2em;
    width: 80%;
}

.loader-esqueleto {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #222;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.esqueleto-video {
    height: 156px;
    width: 277.5px;
    border-right: #fff solid 10px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ler-mais {
    color: #900;
}

#texto-noticia p,
#texto-noticia div {
    margin-bottom: 32px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 32px;
    font-family: opensans, helvetica, arial, sans-serif;
    font-stretch: 100%;
    font-weight: 400;
}

#texto-noticia a {
    text-decoration: underline;
    color: #8aabef;
}

@media (min-width: 993px) {

    /*{ .img-inline{*/
    #texto-noticia img {
        width: 70% !important;
        margin-left: 15% !important;
    }
}

.compartilhar {
    color: #900;
}

.compartilhar:hover {
    color: #000;
}

.compartilhar a {
    font-size: 1.3em;
}

#grid-noticias {
    min-height: 1800px;
}

#paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-pagina {
    color: #900 !important;
    font-size: 1.08em;
}

.pagina-atual {
    font-weight: 900 !important;
    font-size: 1.35em;
}

.seta-pagina {
    font-size: 1.45em;
}

.img-carrossel {
    max-width: 100% !important;
    max-height: 100% !important;
}

.item-pagina:active,
.seta-pagina:active {
    background-color: #ddd;
    border-radius: 7px;
}

.justify-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {

    .container-noticia,
    .section-noticias {
        padding-left: 0;
        padding-right: 0;

    }

    .item-noticia {
        padding: 15px;
        border-top: 3px solid #e6e6e6;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    }

    .ver-todas-mb {
        border-top: 3px solid #e6e6e6;
        padding: 5px;
    }
}

.sb-slider {
    margin-top: 0 !important;
}

.section-noticias {
    line-height: 1.15;
}

@media(min-width: 768px) {
    .section-noticias {
        min-height: 480px;
    }
}

@media(max-width: 768px) {
    .container-slider-noticias {
        min-height: 330px;
    }
}



footer {
    background: #575556
        /*!important;*/
}

.rodape-coordenadorias {
    max-width: 100%;
    background: #b3b1b2;
    padding: 3vh 2vh 3vh 2vh;
    display: flex;
    justify-content: center;
}


/* para devices menores */

@media (min-width: 740px) {
    .data-noticia {
        text-align: right;
    }
}

.container-centralizado {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 65px;
}

@media (min-width: 740px) {
    .container-centralizado {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0px;
    }
}

.container-coordenadoria {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 65px;
}

@media (min-width: 740px) {
    .container-coordenadoria {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0px;
        min-height: 600px;
    }
}

.swiper-texto {
    padding: 35px 0 !important;
}

.control-texto .swpr-control .swiper-button-prev,
.control-texto .swpr-control .swiper-button-next {
    color: #222 !important;
}

.control-texto {
    z-index: 100;
}

@media (max-width: 576px) {

    .carrosel-texto {
        padding: 25px 0 20px !important;
    }

    .control-texto {
        margin-bottom: 10px !important;
    }

    .swiper-texto {
        padding-top: 0px !important;
    }

}

@media (min-width: 577px) {

    .carrosel-texto {
        padding-bottom: 40px;
    }

    .control-texto {
        height: 35px !important;
        line-height: 1.3 !important;
    }

    .control-texto div .swiper-button-prev,
    .control-texto div .swiper-button-next {
        position: relative !important;
        font-size: 1.0em !important;
        top: -50% !important;
        top: 0% !important;
    }

    .control-texto .swpr-control {
        margin-right: 5%;
        margin-left: auto;
        float: right;
    }

}

@media (min-width: 768px) {
    .item-list-coordenadorias {
        display: inline-block;
        text-align: left;
        width: 60%;
        margin: auto;
    }
}

.item-list-coordenadorias div a:hover,
.item-list-coordenadorias a:hover {
    text-decoration: underline;
}

#projeto-nacional a img {
    max-height: 374px;
}

.desc table,
.desc table tbody tr td {
    border: transparent;
    background-color: transparent !important;
    margin-left: 35px;
    color: #555;
}

.item-list-coordenadorias table,
.item-list-coordenadorias table tbody tr td {
    border: transparent;
    background-color: transparent !important;
    color: #333;
    font-size: 1.5vh;
    /* white-space: nowrap; */
    vertical-align: middle;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width: 993px) {

    .item-list-coordenadorias table,
    .item-list-coordenadorias table tbody tr td {
        margin-left: 35px;
    }
}

.item-list-coordenadorias table tbody tr td div {
    margin-left: 0 !important;
}

#carousel-texto {
    min-height: max-content !important;
}

.menu-interno {
    align-items: flex-end;
    color: #f1f2f3;
}

#div-acessibilidade {
    padding-bottom: 13px;
}

.img-link {
    display: contents;
}

.rodape-destaque {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#span-destaque-meio {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (min-width: 1200px) {
    .atuacao-img {
        padding: 0 25px;
    }
}


@media only screen and (min-width: 993px) {
    .icone-atuacao {
        width: 20% !important;
        max-width: 20% !important;
        min-width: 20% !important;
    }

    .atuacao-img {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 992px) {
    .icone-atuacao {
        width: 25% !important;
        max-width: 25% !important;
        min-width: 25% !important;
    }

    .atuacao-img {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .icone-atuacao {
        width: 33.33% !important;
        max-width: 33.33% !important;
        min-width: 33.33% !important;

    }
}

.rodape-centralizado {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.rodape-centralizado {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#imagem-principal {
    z-index: -1;
    position: fixed;
}

#banner-principal,
#imagem-noticia {
    z-index: -1;
    display: flex;
}

.corpo-noticia {
    z-index: 1;
    background: #fff;
}

.titulo-parallax {
    align-self: flex-end;
    width: 100%;
    background: #fcfcfdb8;
    z-index: 10;
    font-size: 0.7em !important;
    display: flex;
    min-height: 20%;
}

.item-pesquisa {
    background: #dadff1 !important;
    padding: 5px 15px !important;
    border-radius: 10px;
}

.titulo-parallax .titulo-noticia-detail {
    align-self: center;
    display: flex;
}

@media (min-width: 991px) {
    #titulo-noticia {
        display: none;
    }

    #banner-principal {
        margin-top: 0;
        height: 100vh !important;
        border: 0
    }

    #imagem-principal {
        width: 100vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-self: flex-start;
        top: -65px;
    }
}

@media (min-width: 605px) and (max-width: 991px) {
    #banner-principal {
        margin-top: 0;
        width: 100vw;
        border: 0
    }
}

@media (min-width: 738px) {

    #titulo-noticia {
        font-size: 2.5rem;
        align-self: flex-end;
        width: 100%;
        background: #fff;
        z-index: 10;
        font-weight: 700;
        font-family: opensans, helvetica, arial, sans-serif;
    }

}

@media (max-width: 991px) {

    .titulo-parallax {
        display: none;
    }

    #titulo-noticia {
        background: #fff;
    }

}

@media (min-width: 895px) and (max-width: 990px) {
    #imagem-noticia {
        position: relative;
    }

    #imagem-principal {
        position: relative;
    }
}

.contribuidores {
    font-weight: 700;
    color: #900;
}

#atuacao {
    min-width: 100%;
}

.titulo-sem-imagem {
    display: block !important;
}

.control-agenda .swiper-button-next,
.control-agenda .swiper-button-prev {
    /* color: #222 !important; */
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 1.9em !important;
}

#carousel-texto .swiper-slide .desc ul {
    color: #555;
}

#fp-servicos {
    display: flex;
    justify-content: space-around;
}

.container-servicos {
    text-align: center;
}

#container-servicos {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
}

/* .img-banners {
    width: 150px;
    height: auto;
} */

#banners {
    display: flex;
    justify-content: space-around;
}

.item-banner {
    width: 150px;
    height: auto;
}

@media (max-width: 767px) {
    .col-xs-6 {
        max-width: 50%;
    }
}

.min-height-600 {
    min-height: 600px;
}

.texto-PRT {
    background-color: black;
    opacity: 0.6;
    right: 0%;
    left: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0%;
    width: 70%;
}

.texto-PRT2 {
    left: 70%;
    width: 30%;
    background-color: #900;
    opacity: 0.8;
    padding-top: 4px;
    bottom: 0%;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    #carPRT {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #info-PGT-PRTs {
        min-height: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .font-info {
        font-size: 12px;
    }
}

#links-acessibilidade {
    margin-bottom: 50px;
}

#links-acessibilidade>p {
    margin-bottom: 10px;
}

#links-acessibilidade>p>a {
    text-decoration: underline;
    font-weight: bold;

}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 1000;
    cursor: pointer;
}

.overlay-body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.overlay-close {
    color: white;
    width: 100% !important;
    line-height: 150%;
    display: flex;
    justify-content: flex-end;
    padding: 50px;
}

.overlay-close span {
    z-index: 9;
}

.linha-titulo {
    font-size: 4vh;
    min-height: 8vh;
    padding: 2vh;
}

.linha-imagens {
    width: 100%;
    display: inline-flex;
    align-content: space-between;
    justify-content: center;
}

#overlaySmartlab .overlay-body {
    color: white;
    min-height: 400px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#overlaySmartlab img {
    width: 80% !important;
    height: auto !important;
}


.linha-video,
.linha-unica {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100% !important;
    line-height: 150%;
    margin-right: 0px;
    margin-left: 0px;
}

.linha-video {
    height: 50%;
}

.iframe-video {
    width: 50%;
    margin: auto;
    height: 100%;
}

.div-titulo-radio {
    z-index: 100;
    color: white;
    text-align: center;
    display: none;
}


@media (max-width: 740px) {
    .linha-video {
        height: 70%;
    }
}

@media (max-width: 740px) {
    .iframe-video {
        width: 100%;
        margin: auto;
        height: 100%;
        max-width: 500px;
    }
}



.linha-unica select {
    margin: 20px 20px 20px 60px !important;
}

.linha-unica p {
    color: white;
    font-size: 160%;
    padding: 10PX;
    width: 90%;
    text-align: justify;
    margin: auto;
    display: inline-block;

    line-height: 150%;
    vertical-align: middle;
}

.linha-unica img {
    display: inline-block;
    height: 450px;
    width: auto;
    padding-top: 30px;
}

.linha-unica li {
    color: white;
    font-size: 1.1em;
    padding: 3PX;
    margin-left: 1.5em;
    text-align: left;
    display: block;
    line-height: 120%;
    FONT-WEIGHT: 400;
    display: list-item;
    list-style-type: disc;
}

.linha-1 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    line-height: 150%;
}

.linha-1 p {
    color: white;
    font-size: 160%;
    padding: 0 0 10px 0;
    width: 90%;
    text-align: justify;
    margin: auto;
    display: inline-block;
    line-height: 150%;
    vertical-align: middle;
}

.linha-1 li {
    color: white;
    font-size: 1.1em;
    padding: 30px 0 0 0;
    margin-left: 1.5em;
    text-align: left;
    display: block;
    line-height: 120%;
    FONT-WEIGHT: 400;
    display: list-item;
    list-style-type: disc;
}

.linha-1 .col-md-2 {
    padding: 0%;
}

.linha-1 .col-md-10 {
    margin-left: -2em;
}

.linha-margem {
    width: 70%;
    line-height: 4em;
    margin: auto;
}

.linha-margem p {
    color: white;
    font-size: 160%;
    padding-right: 15px;
    margin: auto;
    display: inline-flex;
    line-height: 150%;
    vertical-align: middle;
}

.linha-margem .fa {
    align-self: center;
    padding-right: 1em;
}

.linha-margem .select-overlay {
    width: 350px;
    height: 2em;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border: 2px solid #800000;
    padding: 5px 15px 5px 15px;
    font-size: x-large;
    display: inline-block;
}

#overlayPeticionamento .linha-1:first-child p {
    margin-top: 33px;
}

#overlayMediacao .linha-1:first-child p {
    margin-top: 33px;
}

#overlayAudiencia .linha-1:first-child p {
    margin-top: 33px;
}

#overlayPeticionamento .img-overlay img {
    margin-top: 5ch;
    margin-left: 5ch;
}

#overlayPeticionamento .img-overlay #img-peticionamento2 {
    margin-top: 1ch;
}

#overlayMediacao .img-overlay img {
    margin-top: 5ch;
    margin-left: 5ch;
}

#overlayAudiencia .img-overlay img {
    margin-top: 5ch;
    margin-left: 5ch;
}

.linha-1 img {
    display: inline-block;
    height: 250px;
    width: auto;
}

.linha-2 {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    line-height: 150%;
    padding: 5px;
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.linha-2 p {
    color: white;
    font-size: 220%;
    padding: 30px 0 0 0;
    width: 65%;
    text-align: justify;
    margin: auto;
    display: flex;
    line-height: 150%;
}

.linha-2 div {
    color: white;
    font-size: 220%;
    padding: 30PX;
    width: 100%;
    margin: auto;
    line-height: 150%;
    text-align: center;
    display: table-cell;
}

.select-nacional {
    width: 65%;
    height: 3em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #800000;
    margin: auto;
    position: absolute;
    left: 15%;
    top: 30%;
    font-size: smaller;
}

#img-agenda-nacional {
    background-image: url('/Portal/++theme++mpt/images/agenda-nacional.jpg');
    background-size: 90% 90%;
    min-height: 350px;
    background-repeat: no-repeat;
}

.select-overlay {
    width: 350px;
    height: 2em;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border: 2px solid #800000;
    padding: 5px 15px 5px 15px;
    font-size: x-large;
    margin: auto;
    display: flex;
}

.container-menu,
.container-video {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container-menu,
    .container-video {
        max-width: 640px
    }
}

@media (min-width: 768px) {

    .container-menu,
    .container-video {
        max-width: 820px
    }
}

@media (max-width: 768px) {
    .container-menu {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {

    .container-menu,
    .container-video {
        max-width: 1100px
    }

    .titulo-carrossel-noticia figcaption {
        font-size: 1.0em;
    }
}

@media (min-width: 1200px) {

    .container-menu,
    .container-video {
        max-width: 1440px;
    }
}

#lista-de-publicacoes a:hover {
    text-decoration: underline;
    color: #900;
}


#lista-de-publicacoes a {
    width: 100%;
}

#novos-videos {
    min-height: 30ch;
}

.col-videos {
    border: 0px solid red;

}


.col-video-mobile {
    display: none;
}

@media (min-width: 768px) {
    .col-video-mobile {
        display: block
    }
}

.div-videos,
.div-videos-larger {
    overflow: hidden;
    border: 0.05vh solid white !important;
}

img.play {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 15% !important;
}

.div-videos img {
    width: 105%;
    height: auto;
}

.div-videos-larger img {
    width: 105%;
    height: auto;
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    padding-top: 10px;
}

.team-container {
    max-width: 1200px;
}

/*-------------------------Alterações da página de busca-------------------- */
.documentFirstHeading {
    font-size: 2.5em;
}

.searchResults {
    display: grid;
}

.searchResults li {
    display: list-item;
    list-style-type: unset;
}

.pagination li>a, .pagination li>span {
    margin-top: -7px;
}

.allowMultiSubmit {
    height: 34px;
    padding-right: 80px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
}

.result-title img {
    height: 21px;
    width: 32px;
}

@media (max-width: 767px) {

    #searchform>div.input-group>input.searchPage.form-control {
        margin-top: 70px;
    }

    .documentFirstHeading {
        font-size: 1.5em;
        margin-top: 5px;
    }

    #search-results-bar #results-count {
        float: none;
    }

    .allowMultiSubmit {
        margin-left: -230px !important;
        margin-top: 20px !important;
    }

    #search-filter-toggle {
        margin-top: -95px;
        font-size: 10px !important;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #search-filter-toggle {
        margin-top: -85px;
        margin-right: 20px;
    }
}

#search-filter input {
    height: 20px;
}

#search-filter label {
    font-size: smaller;
    display: table-cell;
}

.optionsToggle label {
    padding-left: 60px;
}

/*-------------------------Ajustes Mobile do Overlay--------------------------- */
@media screen and (max-width:385px) {

    /* Petição eletrônica */
    .linha-1 p {
        font-size: 100% !important;
        margin-left: 13% !important;
        padding: 0px !important;
        margin-top: 0px !important;
    }

    .linha-1 li {
        font-size: 100% !important;
        padding: 5px !important;
    }

    .linha-2 div {
        font-size: 100% !important;
        padding: 0px !important;
        padding-bottom: 5px !important;
    }

    #select-peticionamento {
        width: 150px !important;
        font-size: initial !important;
    }
}

@media screen and (max-width:479px) {
    .img-overlay {
        display: none;
    }

    /* Denuncia */
    .linha-unica p {
        font-size: 90%;
        width: 100%;
    }

    .subsection-servicos-servico-peticao-eletronica #p-peticionamento-texto p {
        font-size: 129% !important;
        margin-top: 5%;
    }

    .linha-unica li {
        font-size: 90%;
        line-height: 100%;
    }

    #overlayDenuncia>div>div.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-9>div:nth-child(2)>div {
        font-size: 130% !important;
    }


    #select-denuncia {
        font-size: large;
        width: 200px;
    }

    #overlayDenuncia>div>div {
        margin-left: 1%;
        margin-top: 15%;
    }

    /* Consulta Procedimentos */
    .linha-margem .select-overlay {
        width: 250px;
        font-size: large;
    }

    .linha-margem p {
        font-size: 140%;
    }

    .subsection-servicos-servico-consulte-procedimentos .linha-margem p {
        margin-left: 5%;
        margin-top: 5%;
        font-size: 130%;
    }

    .subsection-servicos-servico-consulte-procedimentos .linha-margem .select-overlay {
        margin-left: 10%;
    }

    .subsection-servicos-servico-consulte-procedimentos a {
        width: max-content;
        ;
    }



    /* Petição eletrônica */
    .linha-1 p {
        font-size: 110%;
        margin-left: 13%;
        padding: 0px;
        margin-top: 0px;
    }

    .linha-1 li {
        padding: 10px;
    }

    .linha-2 div {
        font-size: 150%;
    }

    #select-peticionamento {
        width: 250px;
        font-size: large;
    }

    #overlayPeticionamento>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>ul {
        margin-left: 20%;
    }

    /*Pedidos de Mediação*/
    #select-mediacao {
        width: 250px;
        font-size: large;
    }

    #overlayMediacao>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p:nth-child(1) {
        margin-left: 15%;
    }

    #overlayMediacao>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p:nth-child(2) {
        margin-left: 15%;
        margin-top: 5%;
    }

    .subsection-servicos-servico-pedidos-de-mediacao p {
        font-size: 110% !important;
        margin-top: 10% !important;
    }

    /*Audiências Públicas*/
    #select-audiencia {
        width: 250px;
        font-size: large;
    }

    #overlayAudiencia>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p {
        margin-left: 15%;

    }

    .subsection-servicos-servico-audiencias-publicas p {
        font-size: 110% !important;
        margin-top: 10% !important;
    }

}

@media screen and (min-width:480px) and (max-width: 991px) {
    .img-overlay {
        display: none;
    }

    /* Denuncia */
    #overlayDenuncia>div>div {
        margin-left: 55px;
        margin-top: 10px;
    }

    .linha-unica p {
        font-size: 100%;
        width: 94%;
    }

    .linha-unica li {
        font-size: 100%;
        line-height: 100%;
    }

    #overlayDenuncia>div>div.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-9>div:nth-child(2)>div {
        font-size: 140% !important;
    }


    #select-denuncia {
        font-size: large;
        width: 300px;
    }

    /* Consulta Procedimentos */
    .linha-margem .select-overlay {
        width: 250px;
        font-size: larger;
    }

    .linha-margem p {
        font-size: 145%;
    }

    /* Petição eletrônica */
    .linha-1 p {
        margin-left: 40px;
        font-size: 130%;
    }

    .linha-1 li {
        padding: 15px;
    }

    #overlayPeticionamento>div>div.linha-1>div.col-12 .col-sm-12 .col-md-12 .col-lg-12 .col-xl-10>ul {
        margin-left: 40px;
    }

    #select-peticionamento {
        width: 250px;
        font-size: large;
    }

    .linha-2 div {
        font-size: 150%;
    }

    .subsection-servicos-servico-peticao-eletronica #p-peticionamento-texto p {
        margin-top: 5%;
    }

}

@media screen and (min-width:992px) and (max-width: 1439px) {
    .img-overlay {
        display: none;
    }

    /* Denuncia */
    #overlayDenuncia>div>div {
        margin-left: 55px;
        margin-top: 10px;
    }

    /*Peticionamento*/

    #overlayPeticionamento>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p {
        margin-left: 15%;
    }

    #overlayPeticionamento>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>ul {
        margin-left: 15%;
    }

    .subsection-servicos-servico-peticao-eletronica #p-peticionamento-texto p {
        margin-top: -5%;
    }

    /*Mediação*/
    #overlayMediacao>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p:nth-child(1) {
        margin-left: 15%;
    }

    #overlayMediacao>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p:nth-child(2) {
        margin-left: 15%;
    }

    /*Audiências*/
    #overlayAudiencia>div>div.linha-1>div.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10>p {
        margin-left: 15%;

    }



}

@media screen and (min-width:740px) and (max-width: 768px) {

    .subsection-servicos-servico-denuncie .titulo-secao {
        margin-top: 14% !important;
    }

    .subsection-servicos-servico-peticao-eletronica .titulo-secao {
        margin-top: 14% !important;
    }

    .subsection-servicos-servico-consulte-procedimentos .titulo-secao {
        margin-top: 14% !important;
    }

    .subsection-servicos-servico-pedidos-de-mediacao .titulo-secao {
        margin-top: 14% !important;
    }

    .subsection-servicos-servico-pedidos-de-mediacao p {
        margin-top: 5% !important;
    }

    .subsection-servicos-servico-audiencias-publicas .titulo-secao {
        margin-top: 14% !important;
    }

    .subsection-servicos-servico-audiencias-publicas p {
        margin-top: 5% !important;
    }

}

/*------------------------Z-INDEX MENU e OVERLAY MODAIS--------------------------------*/
#visual-portal-wrapper>header {
    z-index: 900 !important;
}


/*------------------------Ajustes Páginas Padrão Template-------------------------------*/
#main-container {
    margin-top: 65px;
}

#main-container>div>div>div {
    min-height: 600px;
}

/*---------------------------Ajustes nas Páginas de Gerais--------------------------------*/
#user-actions li {
    display: list-item;
    list-style-type: disc;
}

.titulo-carrossel-noticia {
    display: block;
    position: relative;
}


.titulo-carrossel-noticia figcaption {
    position: relative;
    bottom: 0px;
    padding: 5px 5px 5px 15px;
    width: 100%;
    font-size: 1.6em;
    color: rgb(14, 14, 14);
    font-weight: 700;
    background-color: white;
    min-height: 70px;
}

/*--------------Configuração do formulário de Login quando existe erro de autenticação-----*/
#login_form {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #fcfcfd;
    max-width: 300px;
    margin: 0 auto 6px;
    padding: 6px 12px;
}

.portalMessage.error {
    margin-top: 10px;
    margin-left: 50px;
}

#content-core {
    border: 0px !important;
    box-shadow: none !important;
    background-color: transparent !important;

}

/*--------------CSS da Página de 3 nível------------*/
.portaltype-pagina-3-nivel #content h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
}

.portaltype-pagina-3-nivel #content .documentFirstHeading {
    padding-bottom: 0px;
    font-size: 2.0em;
    border-bottom: none !important;
}

.portaltype-pagina-3-nivel #content .link-external {
    display: none;

}

.portaltype-pagina-3-nivel #content ol {
    display: block;
    list-style-type: decimal !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.portaltype-pagina-3-nivel #content ul {
    display: block;
    list-style-type: disc !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.portaltype-pagina-3-nivel #content li {
    display: list-item !important;
    list-style: inherit !important;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}

.portaltype-pagina-3-nivel #content td {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.6;
    color: #555;
}

.portaltype-pagina-3-nivel .col-xs-12 .col-sm-12 {
    z-index: 0;
}

.list-doc-titulo {
    font-weight: bold;
}

.list-doc-descricao {
    font-size: 90%;
}

.portaltype-pagina-3-nivel #content p {
    margin-bottom: 1rem !important;
}

.portaltype-pagina-3-nivel img {
    width: auto !important;
}

@media (min-width: 501px) and (max-width: 768px) {
    .portaltype-pagina-3-nivel .documentFirstHeading {
        font-size: 1.4em !important;
        margin-top: 10px;
        color: #555;
    }
}

@media (max-width: 500px) {
    .subsection-areas-de-atuacao-banco-projetos-projetos .documentFirstHeading {
        font-size: 0.7em !important;
        margin-top: 10px;
        color: #555;
    }
}

@media (max-width: 500px) {
    .subsection-areas-de-atuacao-banco-projetos-projetos #parent-fieldname-text>p:nth-child(1) {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .portaltype-pagina-3-nivel #content-core {
        margin-top: 25%;
    }
}

/*--------------Endereço das Regionais exibido nas notícias------------*/
.info-regionais {
    background: #cedbf5;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

@media (max-width: 720px) {
    #info-colaborador {
        display: inline-grid;
    }
}

/*--------------Ajuste na largura da composição das áreas da PGT------------*/
.compWidth {
    width: 110% !important;
}


/*--------------Ajuste na visualização das Agendas e Mandato da Página PGT/VICE------------*/
#agenda-pgt span>p:nth-child(1) {
    text-align: center;
}

#agenda-pgt span>p:nth-child(n+2) {
    text-align: left;
}

#mandato-pgt {
    text-align: center;
}

#agenda-vice span>p:nth-child(1) {
    text-align: center;
}

#agenda-vice span>p:nth-child(n+2) {
    text-align: left;
}

#mandato-vice {
    text-align: center;
}

/*--------------Ajuste na Páginas dos Concursos------------*/

#concursos-mpt h5 {
    font-weight: bold;
}

#concursos-mpt a {
    text-decoration: underline;
    margin-bottom: 5px
}

#info-concursos a>p:nth-child(2) {
    font-weight: bold;
}

/*--------------Ajuste da altura mínima na página de publicações------------*/
.subsection-publicacoes .container-coordenadoria {
    min-height: 800px;
}

/*--------------Ajuste na página de serviços do 2 nível------------*/
.subsection-servicos-servico-denuncie #p-denuncia {
    margin-top: 5%;
    margin-left: 10%;
    text-align: justify;
    display: inline-block;
    padding-right: 5%;
}

.subsection-servicos-servico-denuncie #p-denuncia p {
    color: #222 !important;
    font-size: 120%;
    margin-bottom: 1%;
}

.subsection-servicos-servico-denuncie #p-denuncia li {
    font-size: 1.1em;
    padding: 3PX;
    margin-left: 1.5em;
    text-align: left;
    display: block;
    line-height: 120%;
    FONT-WEIGHT: 400;
    display: list-item;
    list-style-type: disc;
}

.subsection-servicos-servico-denuncie #img-denuncia {
    width: 130%;
    margin-top: 5%;
}

.subsection-servicos-servico-denuncie #p-denuncia-texto2 {
    color: #222 !important;
    margin-left: 22%;
    margin-bottom: 2%;
}

.subsection-servicos-servico-denuncie .select-overlay {
    margin-bottom: 40px;
}

/*-----------------------*/
.subsection-servicos-servico-peticao-eletronica #p-peticionamento-texto p {
    color: #222 !important;
    font-size: 160%;
    margin-bottom: 1%;
    display: inherit;
    margin-left: 10%;
    width: 100%;

}

.subsection-servicos-servico-peticao-eletronica #p-peticionamento-texto li {
    color: #222 !important;
    color: #222 !important;
    font-size: 1.1em;
    padding: 3PX;
    margin-left: 15%;
    text-align: left;
    display: block;
    line-height: 120%;
    FONT-WEIGHT: 400;
    display: list-item;
    list-style-type: disc;
    width: 100%;
}

.subsection-servicos-servico-peticao-eletronica .linha-1 {
    background-color: inherit;
}

.subsection-servicos-servico-peticao-eletronica .linha-2 {
    background-color: inherit;
}

.subsection-servicos-servico-peticao-eletronica .linha-2 div {
    color: #222;
}

.subsection-servicos-servico-peticao-eletronica #img-peticionamento2 {
    margin-bottom: 10px;
}

.subsection-servicos-servico-peticao-eletronica #p-peticionamento-texto a {
    text-decoration: underline;
}



/*-----------------------*/

.subsection-servicos-servico-consulte-procedimentos .linha-margem p {
    color: #222;
}

.subsection-servicos-servico-consulte-procedimentos .link-external {
    display: none;
}

.subsection-servicos-servico-consulte-procedimentos .linha-margem {
    margin: unset;
    width: auto;
}

.subsection-servicos-servico-consulte-procedimentos .consulta-p {
    margin-bottom: 20%;
}

/*-----------------------*/
.subsection-servicos-servico-pedidos-de-mediacao p {
    color: #222 !important;
    font-size: 160%;
    margin-bottom: 1%;
    display: inherit;
    margin-left: 10%;
    width: 100%;
}

.subsection-servicos-servico-pedidos-de-mediacao .linha-1 {
    background-color: inherit;
}

.subsection-servicos-servico-pedidos-de-mediacao .linha-2 {
    background-color: inherit;
}

.subsection-servicos-servico-pedidos-de-mediacao .linha-2 div {
    color: #222;
}

/*-----------------------*/
.subsection-servicos-servico-audiencias-publicas p {
    color: #222 !important;
    font-size: 160%;
    margin-bottom: 1%;
    display: inherit;
    margin-left: 10%;
    width: 100%;
}

.subsection-servicos-servico-audiencias-publicas .linha-1 {
    background-color: inherit;
}

.subsection-servicos-servico-audiencias-publicas .linha-2 {
    background-color: inherit;
}

.subsection-servicos-servico-audiencias-publicas .linha-2 div {
    color: #222;
}

/*-----Configuração da imagem de Loading da Página de concursos dos Procuradores -------*/

.subsection-trabalho-mpt-procurador #concursos-mpt img {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*--------Configuração da altura da estrutura que contempla as Campanhas para as resoluções mais usadas---------------*/
/*https://www.w3schools.com/browsers/browsers_display.asp*/


/* 1920 x 1200
window.innerWidth
1920
window.innerHeight
1089 */
@media (width: 1920px) and (min-height: 1057px) and (max-height: 1089px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 65.5vh !important;
    }
}

@media (width: 1200px) and (min-height: 1777px) and (max-height: 1809px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 24.5vh !important;
    }

    header.fixed .logo img {
        max-height: 50px;
    }
}

/* 1920 x 1080 (OK)
window.innerWidth
1920
window.innerHeight
969 */

/* 1080 x 1920*/
@media (width: 1080px) and (min-height: 1777px) and (max-height: 1809px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 21.8vh !important;
    }

    header.fixed .logo img {
        max-height: 50px;
    }

    #main-menu>li>a {
        font-size: 0.9em;
    }
}

/* 1440 x 900
window.innerWidth
1440
window.innerHeight
789 */
@media (width: 1440px) and (min-height: 757px) and (max-height: 789px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 66.5vh !important;
    }
}

/* 1366x768 (OK)
 */

/* 1280 x 1024
window.innerWidth
1280
window.innerHeight
913*/
@media (width: 1280px) and (min-height: 881px) and (max-height: 913px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 50.5vh !important;
    }
}

/* 1280 x 800
window.innerWidth
1280
window.innerHeight
689 */
@media (width: 1280px) and (min-height: 657px) and (max-height: 689px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 67.5vh !important;
    }
}

/* 1024 x 768
window.innerWidth
1024
window.innerHeight
657*/
@media (width: 1024px) and (min-height: 625px) and (max-height: 657px) {
    #rev_slider_1061_1_wrapper, #rev_slider_1061_1 {
        height: 56.5vh !important;
    }

    #itens-menu, #main-menu, #main-menu>li, #main-menu>li>a {
        font-size: initial;
    }
}

/*-----CSS da Radio MPT Podcast -------*/
#radio {
    background-color: white !important;
    overflow: scroll !important;
    height: 530px !important;
}

#radio h3 {
    text-align: center;
}

#radio ul {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
}

#radio li {
    display: list-item !important;
    text-align: -webkit-match-parent !important;
}

.radio-b {
    font-weight: bold !important;
}

.radio-b-l {
    font-weight: bold !important;
    text-decoration: underline !important;
}

/* Regras do breadcrumb */

.plone-breadcrumb ol {
    display: inline-block;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    font-size: smaller;
    width: 110%;
}

.plone-breadcrumb {
    clear: left;
    background-color: transparent !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.plone-breadcrumb ol a {
    color: inherit;
}


.plone-breadcrumb ol>li+li::after {
    content: "";
    position: absolute;
    padding: 0 5px;
    color: #e6e4e4;
    border-left: 5px;
    border-top: 15px transparent;
    border-bottom: 15px transparent;
    left: -21px;
    top: -15px;
    padding: 0 !important;

}

@media (min-width: 991px) {
    /* #margem-colegio-procuradores {
      margin-top: -142px;
  } */

    .margem-colegio-procuradores-0 {
        margin-top: 3px !important;
        min-height: 600px !important;
    }

    .margem-colegio-procuradores-1 {
        margin-top: -110px !important;
    }

}

@media (max-width: 767px) {
    .portaltype-pagina-3-nivel #main-container {
        margin-top: 0px;
    }
}

.subsection-noticias .container-coordenadoria {
    min-height: 0px !important;
}

.subsection-crj-noticias .container-coordenadoria {
    min-height: 0px !important;
}

.subsection-planejamento-noticias .container-coordenadoria {
    min-height: 0px !important;
}

.subsection-areas-de-atuacao .container-coordenadoria {
    min-height: 0px !important;
}

.container-planejamento {
    min-height: 0px !important;
}

/* Ajuste no iframe do Instagram */

@media (max-width: 500px) {
    .insta-w {
        height: 500px;
        width: 95% !important;
    }
}

/* Regras relacionadas ao ícone de destaques nas páginas das Coordenadorias */

@media (max-width: 320px) {
    #destaquesCoord div {
        width: 76px !important;
    }

    #destaquesCoord img {
        width: 70% !important;
    }

    #destaquesCoord h4 {
        font-size: 73% !important;
    }

    #destaquesCoord {
        margin-left: -25px !important;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #destaquesCoord div {
        width: 90px !important;
    }

    #destaquesCoord img {
        width: 70% !important;
    }

    #destaquesCoord h4 {
        font-size: 85% !important;
    }

    #destaquesCoord {
        margin-left: -25px !important;
    }
}

#destaquesCoord img {
    max-width: 75px;
    width: 75px;
    height: 75px;
    border: double 2px transparent;
    margin-left: 13%;
}

@media (max-width: 767px) {
    #destaquesCoord div {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    #destaquesCoord h4 {
        font-size: 98%;
    }

    #destaquesCoord img {
        margin-left: 0px;
        width: 90%;
        height: 90%;
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #destaquesCoord h4 {
        font-size: 93%;
    }

    #destaquesCoord img {
        margin-left: 0px;
        width: 93%;
        height: 93%;
        padding: 0px;
    }
}

@media (max-width: 720px) {
    #atuacao-pgt, #atuacao-vice {
        justify-content: center !important;
    }

    div.swiper-button-prev {
        left: -10px !important;
    }

    div.swiper-button-next {
        right: -10px !important;
    }
}

.btn-pesquisa {
    border-radius: 10px;
    background-color: #cccccc;
    border-color: #939393;
}

/* Ajutes no carrossel de texto das áreas de atuação */

.control-texto .swpr-control .swiper-button-prev, .control-texto .swpr-control .swiper-button-next {
    color: dimgrey !important;
}

@media (min-width: 721px) {

    .control-texto .swpr-control {
        margin-right: 0;
        margin-left: 0;
        float: unset;
        margin: 0 auto;
    }

    .quoto-styling-1 .swpr-control-container {
        width: 100%;
        bottom: 100px;
        background: unset;
    }

    .subsection-areas-de-atuacao .ion-chevron-left {
        float: inherit;
    }

    .subsection-areas-de-atuacao .ion-chevron-right {
        float: right;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -35vw;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -35vw;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -40vw;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -40vw;
    }
}

#imagem-banco-original {
    width: 70%;
}

#overlayPeticionamento a {
    text-decoration: underline !important;
}

#img-peticionamento2 {
    width: 240px !important;
}

/* Ajustes nas fontes da página PGT/VICE */

.subsection-pgt-vice p {
    font-size: 16px;
}

#agenda-pgt p {
    font-size: 17px !important;
}

#agenda-vice p {
    font-size: 17px !important;
}

.subsection-pgt-vice div.col-md-5.p-0 {
    display: flex;
    align-items: flex-end;
}

.subsection-pgt-vice div:nth-child(7) {
    margin-top: 40px;
}

/* Ajustes na página das agendas nacionais do APGE */
#descricao-pagina a {
    margin-bottom: 10px;
    text-decoration: underline;
}

.item-smartlab {
    padding: 5px;
    margin-left: 5px;
    margin-right: 25px;
    text-align: center;
}

.label-smartlab {
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 15px;
    height: 17%;
}

.imagem-smartlab {
    height: 70%;
    padding-top: 15px;
}

@media (min-width: 400px) and (max-width: 1200px) {
    .label-smartlab {
        font-size: 0.8em;
    }
}


.mpt-icone {
    max-width: 120px;
    margin: 0;
    border: 1px #fff;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.painel-membros {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    background-color: #d3d3d39e;
    padding-top: 15px;
}

.titulo-painel-membros {
    font-weight: bolder;
    color: darkslategrey;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.texto-painel-membro {
    text-transform: uppercase;
    font-size: 10pt;
    padding-top: 15px;
    padding-bottom: 10px;
}

.nome-membro-painel {
    font-weight: bold;
}

.item-painel-membro {
    text-align: center;
    padding: 2px;
    width: 150px;
    margin-left: 4px;
}

.img-loading {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 520px) {
    .msg-img-memorial {
        visibility: hidden;
    }
}

.img-linha-tempo {
    width: fit-content;
    padding-bottom: 10px;
}

.txt-linha-tempo {
    width: 80%;
    padding: 5px;
    background-color: #e9c6c6a8;
}

#titulo-corregedor2 {
    font-weight: bold !important;
}

#descricao-corregedor {
    text-align: justify !important;
}

#mandato-corregedor {
    text-align: center;
    font-weight: bold !important;
    font-size: 90% !important;
}

/* Ícones da página inicial do Planejamento estratégico */
#atuacao .pe {
    height: 150px
}

@media (max-width: 1000px) {
    #atuacao .pe {
        width: 100px !important;
        height: auto !important;
    }
}

#content a {
    text-decoration: none !important;
    border-bottom: none !important;
}

#destaquesCoord {
    text-align: center !important;
}

#destaquesCoord h4 {
    font-size: 1em !important;
}


/*Relacioando ao carrosel dentro das noticias*/
#carouselExampleIndicators img.d-block.w-100 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#carouselExampleIndicators ol.carousel-indicators  {
    bottom: 32px;
}

#carouselExampleIndicators.carousel-control-prev-icon {

     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(130, 5, 5, 0.96)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
