/*

Cores novas

#F9BF08 amarelo
#094296 azul
#099137 verde

Cores antigas

#1c5e95 azul
#ffcc29 amarelo
#f58634 laranja

*/

.mb-5 {
    margin-bottom: 22px;
}

.fs-24 {
    font-size: 24px;
}

.skip-link {
    background-color: #F9BF08;
    color: #094296 !important;
    font-weight: bold;
    left: 12px;
    padding: 10px 14px;
    position: fixed;
    top: 12px;
    transform: translateY(-160%);
    transition: transform .2s ease;
    z-index: 100000000000000;
}

.skip-link:focus {
    transform: translateY(0);
}

html,
body {
    overflow-x: hidden;
}

#bar_accessibility,
#bar_top,
#content_top,
#menu,
#menu_footer,
#nav-header>.row {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

#menu .navbar>.row {
    margin-left: 0;
    margin-right: 0;
}

.nav-icon-button {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    display: block;
    padding: 0;
}

.nav-icon-button .col-15 {
    width: 100%;
}

a,
button,
.btn_pages_notices,
.dropdown-menu>li>a {
    overflow-wrap: anywhere;
}

a:focus-visible,
button:focus-visible,
.dropdown-menu>li>a:focus-visible,
.owl-prev:focus-visible,
.owl-next:focus-visible {
    box-shadow: 0 0 0 3px rgba(249, 191, 8, .35);
}

.dropdown:focus-within .dropdown-menu {
    display: block;
}

.sitemap-section {
    color: #094296;
    font-weight: bold;
}

#menu_footer li>span.bold {
    display: inline-block;
}


/* Topo */

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


/* Agenda */

.agenda-dtq a {
    color: inherit;
    display: block;
    font-size: 18px;
    margin-bottom: 16px;
}

.agenda-dtq a:last-child {
    margin-bottom: 0;
}

.agenda-dtq a:hover {
    color: #f58634;
}


/* Slides */

#slider {
    margin-top: 0;
}

.slider .owl-nav {
    float: none !important;
    left: 50%;
    position: absolute;
}


/* Menu */

.navbar {
    margin-top: 0;
    position: inherit;
}

.dropdown-plus {
    width: 250px !important;
}

.dropdown-menu {
    z-index: 9999999999;
}

.site-navbar-tools>li>button {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: bold;
}

.nav>li>a,
.nav>li>button{
    font-size: 1.2em;
}

.dropdown-menu>li>a{
    white-space: inherit;
}


/* Arquivos */

.dados_arquivo {
    font-size: 12px;
    height: 20px;
    padding: 0 0 8px 20px;
}


/* Unidades Públicas */

.description_unidade_father {
    border-left: #1c5e95 solid 5px;
}

.description_unidade {
    margin-bottom: 0;
    padding-left: 20px;
}

.description_unidade .mdi {
    font-size: 24px;
}


/* Notícias */

#notices_important {
    margin-bottom: 30px;
    margin-top: 30px;
}

.description_notice {
    text-transform: uppercase;
}

.subtitulo {
    color: #999;
    font-size: 20px;
}


/* Secretarias */

#content_secretaria {
    background-color: #dddddd;
}

#page_secretaria>a>div>h5 {
    position: inherit;
}


/* Posts */

.title-list-posts {
    border-bottom: #e8e8e8 solid 2px;
    color: #099137;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.list-posts {
    display: block;
}

.list-posts p {
    margin: 0;
}

.list-posts img {
    border-radius: 4px;
}

.list-posts>p:nth-child(1) {
    margin-bottom: 15px;
}

.list-posts>p:nth-child(2) {
    margin-bottom: 5px;
}

.list-posts>p:nth-child(3) {
    border-bottom: 2px dotted #ccc;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

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

.notice_item>div>span {
    display: inline;
    margin: 0;
}


/* Páginas */

.page ul,
.page ol {
    padding-left: 30px !important;
}


/* Contato */

#envio_sucesso {
    margin-bottom: 50px;
    margin-top: 50px;
}

.public-form-trap {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.form-response-errors {
    color: #ff1616;
    display: inline-block;
    margin: 8px auto 0;
    padding-left: 20px;
}

.form_input:focus,
.form_input:focus-within,
#form_contato select:focus,
#form_avaliacao select:focus {
    box-shadow: 0 0 0 3px rgba(9, 66, 150, .16);
    outline: 3px solid #F9BF08;
    outline-offset: 2px;
}

label.error {
    overflow-wrap: anywhere;
}

/* Mapa do Site */

#mapa_site {
    font-size: 22px;
}

#mapa_site li {
    margin-bottom: 8px;
}

#mapa_site li:last-of-type {
    margin-bottom: 0;
}

.primeiro_nivel {
    padding-left: 20px;
}

.segundo_nivel {
    margin-top: 2px;
    padding-left: 35px;
}

.terceiro_nivel {
    margin-top: 2px;
    padding-left: 50px;
}

@media (max-width: 767.98px) {
    #mapa_site {
        font-size: 18px;
    }
}

/* Ir para o topo */

a[href="#nav-header"] {
    background-color: #099137;
    bottom: 0;
    color: #FFFFFF !important;
    font-size: 32px;
    margin-bottom: 100px;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: fixed;
    right: 0;
    z-index: 999;
}

a[href="#nav-header"]:hover {
    background-color: #FFFFFF;
    color: #099137 !important;
}

#politica-privacidade {
    background-color: #FFFFFF;
    border-radius: 5px;
    bottom: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: none;
    left: 10%;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 80%;
    z-index: 99999999999999;
}

#politica-privacidade[aria-hidden="false"] {
    display: block;
}

#politica-privacidade .btn {
    min-height: 40px;
    min-width: 44px;
}

@media (max-width: 414px) {
    #politica-privacidade {
        left: 8px;
        right: 8px;
        width: auto;
    }
}

/* Alto Contraste */
/* .contraste {

} */
