body {
    font-family: "Arial", "helvetica", "sans-serif";
    font-size: 12px;
}

/* muda cor positive do WireUI para o padrão do Bootstrap */
.hover\:bg-positive-600:hover {
    background-color: rgb(33 136 56/var(--tw-bg-opacity));
}

.bg-positive-500 {
    background-color: rgb(40 167 69/var(--tw-bg-opacity));
}

/*** HEADER ************************************/

header nav {
    background: #662d91;
}

#btn_acessibilidade {
    margin-top: 13px;
}

@media (min-width: 992px) {

    /* acima do breakpoint lg limita o tamanho máximo do container */
    .container {
        max-width: 974px;
    }
}

/* acima do breakpoint lg */
@media (min-width: 992px) {
    header nav ul>a {
        margin-right: 0.5em;
    }

    header nav li {
        background: #fff url('../img/bg_menu.png') repeat-x;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        color: #616161;
        font-size: 0.75rem;
        font-weight: bold;
        padding: 6px 8px;
        text-decoration: none;
        cursor: pointer;
    }

    header nav li:hover {
        background: #fff;
        color: #616161;
    }
}

/* abaixo do breakpoint lg */
@media (max-width: 991px) {
    header li:hover {
        background-color: #44B749;
        color: #44B749;
        cursor: pointer;
    }

    header li>a:hover {
        background-color: #44B749 !important;
    }

    header li {
        padding: 5px;
        border-bottom: 1px solid #44B749;
        color: white;
        font-size: 0.75rem;
        font-weight: bold;
    }

    header #navbarNav li {
        padding: 0px;
    }

    #navbarNav>ul :last-child li {
        border: 0px;
    }
}

#inicial_top {
    background: #fff url('../img/n2.gif') repeat-x;
    height: 39px;
}

.nav-link {
    font-weight: bold;
    font-size: 14px !important;
}

@media (max-width: 991px) {
    .nav-link {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 14.8px 22px !important;
        color: white;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .nav-link {
        padding: 0.3rem 0.75rem !important;
        margin-right: 6px;
        border-radius: 4px 4px 0 0;
    }
}

/*** MAIN **************************************/
main {
    display: flex;
    align-items: stretch;
    padding-top: 0px;
    font-size: 1.2em;
}

.main {
    display: flex;
    width: 100%;
}

main a {
    text-decoration: none;
    color: #44B749;
}

main a:hover {
    text-decoration: underline;
    color: #44B749;
}

main a:hover.img {
    text-decoration: none;
    color: #44B749;
}

main .noticiaConteudo a {
    text-decoration: none;
    color: #207ce5;
}

main .noticiaConteudo a:hover {
    text-decoration: underline;
}

.caixa-inicial {
    margin-left: 4px;
}

.inicial {
    font-size: 18px !important;
    color: #333 !important;
    text-align: center !important;
    position: relative !important;
    display: inline-block !important;
    margin: 12px 8px 16px 8px !important;
}

.inicial::after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -11px;
    height: 3px;
    width: calc(100% + 80px);
    background-color: #44B749;
    border-radius: 999px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
    font-weight: bold;
}

.container>h2 {
    color: #44B749;
}


h1 {
    margin-top: 16px;
    font-size: 1.6em;
    color: #44B749;
}

h1.titulo {
    text-shadow: 2px 2px 2px #dedede;
    border-top: 2px solid #44b749;
    border-bottom: 2px solid #44b749;
    text-align: center !important;
    padding: 7px;
}

.titulo-secao {
    font-size: 24px !important;
    color: #333 !important;
    text-align: center !important;
    position: relative !important;
    display: inline-block !important;
    margin: 0 8px 36px 8px !important;
}

.titulo-secao::after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -11px;
    height: 3px;
    width: calc(100% + 112px);
    background-color: #44B749;
    border-radius: 999px;
}

.subtitulo-secao {
    font-size: 15px !important;
    color: #333 !important;
    text-align: center !important;
    position: relative !important;
    display: inline-block !important;
    margin: 0 8px 36px 8px !important;
}

.subtitulo-secao::after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -11px;
    height: 3px;
    width: calc(100% + 112px);
    background-color: #44B749;
    border-radius: 999px;
}

@media (max-width: 600px) {
    .titulo-secao {
        font-size: 16px;
    }

    .titulo-secao::after {
        width: 100%;
        left: 0;
    }

    .subtitulo-secao::after {
        font-size: 16px;
    }

    .subtitulo-secao::after {
        width: 100%;
        left: 0;
    }
}

h2 {
    font-size: 1.5em;
    margin-top: 2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.1em;
}

/*** MAIN INICIAL *****************************/
main .inicial_c1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 785px;
}

main .inicial_c1 img {
    display: inline;
}

main #noticiaPrincipal {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

main #noticiaPrincipal div {
    padding-right: 18px;
}

main #noticiaPrincipal p {
    line-height: 1;
    width: 261px;
}

main #noticiaPrincipal {
    color: blue;
}

main #noticiaGrid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

main #noticiaGrid .grid-item {
    display: flex;
    width: 279px;
    margin-bottom: 15px;
}

main #noticiaGrid .grid-item-foto {
    width: 110px;
}

main #noticiaGrid .grid-item-titulo {
    width: 142px;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 0.8rem;
    line-height: 1;
}

main .proximo-evento {
    max-width: 560px;
    font-size: 0.8rem;
}

/*** MAIN INICIAL PRIMEIRA COLUNA **************/

ul.banner_principal {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-content: space-around;
    padding: 0px;
}

ul.banner_principal li {
    margin-bottom: 10px;
}

ul#banner_lateral li {
    padding: 0px;
}

main ul#servicos {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-content: space-around;
    padding: 0px;
}

ul#servicos li {
    margin-bottom: 10px;
}


/*** MAIN INICIAL SEGUNDA COLUNA  **************/
main .inicial_c2 {
    flex-direction: column;
    flex-grow: 1;
    width: 165px;
}

main .inicial_c2 img {
    display: inline;
}

main .inicial_c2 .ui-datepicker {
    font-size: 0.9em !important;
    width: 16em;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

ul.menu_principal {
    list-style: none;
    width: 200px;
    padding: 0px;
    margin: 0px;
}

ul.menu_principal li a {
    padding: 2px;
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0px;

}

.menu_principal a:hover {
    color: #37784B;
    background: #f9f9f9;
}

.menu_principal li {
    border-bottom: 1px solid #44B749;
    border-right: 2px solid #44B749;
}


/*** MAIN INICIA TERCEIRA COLUNA  **************/
main .inicial_c3 {
    flex-grow: 1;
}

ul#banner_lateral {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin-left: 10px;
}

/*** MAIN PÁGINAS INTERNAS *********************/
main .interna_inicial_c2 {
    flex-grow: 1;
    max-width: 600px;
}

main .interna_inicial_c2 img {
    display: inline;
}

main .interna_inicial_c3 {
    flex-grow: 1;
}

.box {
    background-color: #EBEBEB;
    border-bottom: 3px solid #3a9f5b;
}

/************************* DatePickerJquery *********************/

.ui-widget-header {
    border: 1px solid #1E4652;
    background: #44B749;
    font-weight: bold;
    font-size: 1.1em;
}

.ui-datepicker .ui-datepicker-title {
    color: #FFFFFF;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 0;
    font-size: 1.1em;
}

.ui-datepicker th {
    padding-left: 0em;
    padding-right: 0em;
}


/***************************************CONTEUDO*********************************************/

.conteudo a {
    display: inline;
}

.conteudo img {
    display: inline;
    max-width: unset;
}

.conteudo h2 {
    color: #44b749;
}

.conteudo h4 {
    font-size: 15px;
}

.conteudo h5 {
    font-size: 14px;
}

.conteudo h6 {
    font-size: 12px;
}

.conteudo ul,
.conteudo ol {
    list-style: initial;
    margin-top: 15px;
    margin-left: 50px;
}

.escondeErro p.mt-2.text-sm.text-negative-600 {
    display: none;
}

.x-radio-inline>div {
    display: inline-flex;
}

.x-radio-inline>div>label {
    margin-right: 10px;
}

#flash-messages .alert-danger a,
.alert-success a {
    color: #fffc33;
}

#flash-messages .alert-danger a:hover,
.alert-success a:hover {
    color: #fff;
}

/**************** MENU SECRETARIAS******************/
#box_menu_principal {
    width: 180px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

#box_menu_principal .accordion li {
    background-color: #009900 !important;
}

#box_menu_principal .accordion button {
    --bs-accordion-border-color: transparent;
    background-color: transparent !important;
}

#box_menu_principal .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

/*** FOOTER  ***********************************/
footer {
    background: #662D91;
    color: #fff;
    margin-top: 25px;
    padding-top: 15px;
    line-height: 0.9rem;
    align-content: stretch;
}

footer .linha_final {
    background: #44b749;
    min-height: 7px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

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

.video {
    width: 100%;
    height: 450px;
}

.videos_borda {
    background: url('/img/bkg_video.png');
    height: 90px;
    width: 170px;
}

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

.table td {
    padding: 0.5rem !important;
}

/* animação de carregando para o componente de tabelas */
#cover-spin {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-self: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99999;
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.w-5 {
    width: 5%;
}

.w-15 {
    width: 15%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40% !important
}

ul.style-disc {
    list-style-type: disc;
}

h1.servico-cidadao {
    font-size: 2em;
    text-align: center;
}

h2.servico-cidadao-proc {
    color: #662D91 !important;
    margin-bottom: 1rem !important;
    font-size: 1.5rem;
}

.botao-mais-arvores {
    height: 3.0em;
    margin-top: 1.9em
}

.mensagem-erro {
    color: red;
    text-align: left !important;
    padding-left: 0px;
}

.mt-minus-1em {
    margin-top: -1em;
}

.mt-12px,
.native-select {
    margin-top: 12px;
}

.div-imposto-solidario {
    background-color: #0071bc;
    border-bottom: 0.75rem solid #ffdd00;
    padding: 2em;
}

.centralizado {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    max-width: 100%;
}

.conteudo-imposto-solidario {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    max-width: 100%;
}

.imagem-imposto-solidario {
    max-width: 100%;
    height: auto
}

.imagem-pix {
    max-width: 50%;
    height: auto
}

.titulo-imposto-solidario {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    color: #0071bc;
    font-weight: 800;
}

.titulo-imposto-solidario-amarelo {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    color: #ffdd00;
    font-weight: 800;
}

.texto-imposto-solidario {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

.centralizado-rodape {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: auto;
    max-width: 100%;
}

.div-imposto-solidario-rodape {
    background-color: #0071bc;
    border-top: 0.75rem solid #ffdd00;
    padding: 2em;
}

.link-comprovante {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #0071bc;
    font-weight: 800;
}

.texto-azul {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #0071bc;
    font-weight: 800;
}

.imagem-imposto-solidario-perguntas {
    max-width: 100%;
    height: auto;
    margin-top: 6em;
}

.hr-azul {
    height: 5px;
    width: 30%;
    background-color: #0071bc !important;
    color: #0071bc !important;
}

.fs-14 {
    font-size: 14px
}

.w-5 {
    width: 5%
}

.w-100px {
    width: 100px
}

.w-150px {
    width: 150px
}

.w-200px {
    width: 200px
}

.w-250px {
    width: 250px
}

.w-350px {
    width: 350px
}

.w-450px {
    width: 450px
}

.estilo-1 {
    background: linear-gradient(0, #662D91 78%, #f6fa00 18%)
}

.estilo-2 {
    background: #662D91 82%
}

.estilo-3 {
    background-image: var(--bs-navbar-toggler-icon-bg)
}

.estilo-4 {
    align-self: flex-start
}

.rating {
    display: flex;
    direction: rtl;
    align-content: left;
}

.rating>input {
    display: none;
}

.rating>label .fa-star {
    color: #ccc;
}

.rating>input:checked~label .fa-star,
.rating>input:checked+label .fa-star {
    color: gold;
}

.rating>label:hover .fa-star,
.rating>label:hover~label .fa-star {
    color: gold;
}

.rating.evaluated {
    pointer-events: none;
}

.mt-5px {
    margin-top: 5px
}

.mt-10px {
    margin-top: 10px
}

.mt-20px {
    margin-top: 20px
}

.mt-30px {
    margin-top: 30px
}

.ml-25px {
    margin-left: 25px
}

.background-indicadores-servicos {
    background-color: #004648
}

.font-size-indicadores-servicos {
    font-size: 3em;
}

.font-size-indicadores-servicos-maior {
    font-size: 4em;
    right: 8px;
}

.icone-indicadores-servicos {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.descricao-geral-processo {
    border: 2px dashed black
}

.descricao-geral-processo a {
    color: blue;
}

.div-processo-cpa {
    border-bottom: 1px solid rgb(222, 226, 230);
    padding-bottom: 8px
}