/* tcustom.css - Scoped to header.header */
/* All selectors are prefixed with 'header.header' to prevent global style leaks */

/*! CSS Used from: Embedded */

header.header img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}
/*! CSS Used from: https://www.arsepam.am.gov.br/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 ; media=all */
@media all {
    header.header ul {
        box-sizing: border-box;
    }
}
/*! CSS Used from: https://www.arsepam.am.gov.br/wp-content/themes/iceberg/static/dist/css/iceberg.min.css?ver=1773103833 ; media=all */
@media all {
    header.header *,
    header.header :after,
    header.header :before {
        box-sizing: border-box;
    }

    header.header header,
    header.header nav,
    header.header section {
        display: block;
    }

    header.header p {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    header.header ul {
        margin-bottom: 1rem;
    }

    header.header ul {
        margin-top: 0;
    }

    header.header ul ul {
        margin-bottom: 0;
    }

    header.header a {
        background-color: initial;
        color: #007bff;
        text-decoration: none;
    }

    header.header a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    header.header img {
        border-style: none;
    }

    header.header img,
    header.header svg {
        vertical-align: middle;
    }

    header.header svg {
        overflow: hidden;
    }

    header.header button {
        border-radius: 0;
    }

    header.header button:focus:not(:focus-visible) {
        outline: 0;
    }

    header.header button,
    header.header input {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
    }

    header.header button,
    header.header input {
        overflow: visible;
    }

    header.header button {
        text-transform: none;
    }

    header.header [type="button"],
    header.header [type="submit"],
    header.header button {
        -webkit-appearance: button;
    }

    header.header [type="button"]:not(:disabled),
    header.header [type="submit"]:not(:disabled),
    header.header button:not(:disabled) {
        cursor: pointer;
    }

    header.header [type="search"] {
        -webkit-appearance: none;
        outline-offset: -2px;
    }

    header.header .h1 {
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    header.header .h1 {
        font-size: 2.5rem;
    }

    header.header .list-inline,
    header.header .list-unstyled {
        list-style: none;
        padding-left: 0;
    }

    header.header .list-inline-item {
        display: inline-block;
    }

    header.header .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

    header.header .img-fluid {
        height: auto;
        max-width: 100%;
    }

    header.header .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    @media (min-width: 576px) {
        header.header .container {
            max-width: 540px;
        }
    }
    @media (min-width: 768px) {
        header.header .container {
            max-width: 720px;
        }
    }
    @media (min-width: 992px) {
        header.header .container {
            max-width: 960px;
        }
    }
    @media (min-width: 1200px) {
        header.header .container {
            max-width: 1140px;
        }
    }

    header.header .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    header.header .col,
    header.header .col-auto,
    header.header .col-lg-6,
    header.header .col-md-9 {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }

    header.header .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    header.header .col-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    @media (min-width: 768px) {
        header.header .col-md-9 {
            flex: 0 0 75%;
            max-width: 75%;
        }
    }
    @media (min-width: 992px) {
        header.header .col-lg-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    header.header .btn-link {
        color: #007bff;
        text-decoration: none;
    }

    header.header .btn-link:hover {
        color: #0056b3;
    }

    header.header .btn-link:focus,
    header.header .btn-link:hover {
        text-decoration: underline;
    }

    header.header .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }

    header.header .collapse:not(.show) {
        display: none;
    }

    header.header .dropdown-toggle {
        white-space: nowrap;
    }

    header.header .dropdown-toggle:after {
        border-bottom: 0;
        border-left: 0.3em solid #0000;
        border-right: 0.3em solid #0000;
        border-top: 0.3em solid;
        content: "";
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
    }

    header.header .dropdown-toggle:empty:after {
        margin-left: 0;
    }

    header.header .dropdown-menu {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid #00000026;
        border-radius: 0.25rem;
        color: #212529;
        display: none;
        float: left;
        font-size: 1rem;
        left: 0;
        list-style: none;
        margin: 0.125rem 0 0;
        min-width: 10rem;
        padding: 0.5rem 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
    }

    header.header .dropdown-divider {
        border-top: 1px solid #e9ecef;
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
    }

    header.header .dropdown-item {
        background-color: initial;
        border: 0;
        clear: both;
        color: #212529;
        display: block;
        font-weight: 400;
        padding: 0.25rem 1.5rem;
        text-align: inherit;
        white-space: nowrap;
        width: 100%;
    }

    header.header .dropdown-item:focus,
    header.header .dropdown-item:hover {
        background-color: #e9ecef;
        color: #16181b;
        text-decoration: none;
    }

    header.header .dropdown-item:active {
        background-color: #007bff;
        color: #fff;
        text-decoration: none;
    }

    header.header .dropdown-item:disabled {
        background-color: initial;
        color: #adb5bd;
        pointer-events: none;
    }

    header.header .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }

    header.header .nav-link:focus,
    header.header .nav-link:hover {
        text-decoration: none;
    }

    header.header .navbar {
        padding: 0.5rem 1rem;
        position: relative;
    }

    header.header .navbar {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    header.header .navbar-nav {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    header.header .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    header.header .navbar-nav .dropdown-menu {
        float: none;
        position: static;
    }

    header.header .navbar-collapse {
        align-items: center;
        flex-basis: 100%;
        flex-grow: 1;
    }

    header.header .navbar-toggler {
        background-color: initial;
        border: 1px solid #0000;
        border-radius: 0.25rem;
        font-size: 1.25rem;
        line-height: 1;
        padding: 0.25rem 0.75rem;
    }

    header.header .navbar-toggler:focus,
    header.header .navbar-toggler:hover {
        text-decoration: none;
    }

    header.header .navbar-toggler-icon {
        background: 50%/100% 100% no-repeat;
        content: "";
        display: inline-block;
        vertical-align: middle;
    }
    @media (min-width: 992px) {
        header.header .navbar-expand-lg {
            flex-flow: row nowrap;
            justify-content: flex-start;
        }

        header.header .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

        header.header .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
        }

        header.header .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        header.header .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }
    }

    header.header .logo-orgao {
        vertical-align: top !important;
    }

    header.header #accessibility a.access-link:focus,
    header.header .bg-primary {
        background-color: #007bff !important;
    }

    header.header #accessibility a.access-link:focus {
        background-color: #0062cc !important;
    }

    header.header .bg-info {
        background-color: #17a2b8 !important;
    }

    header.header #accessibility .access-key {
        background-color: #f8f9fa !important;
    }

    header.header .headerGov .navbar-toggler {
        background-color: initial !important;
    }

    header.header .logo-titles {
        border-left: 1px solid #dee2e6;
        border-color: #fff !important;
    }

    header.header .headerGov .navbar-toggler,
    header.header .search-box .search-input {
        border: 0 !important;
    }

    header.header #accessibility .access-key,
    header.header .nav-item.md-link {
        border-radius: 0.25rem !important;
    }

    header.header .search-box .search-input {
        border-radius: 50rem !important;
    }

    header.header .d-none,
    header.header .search-box#search {
        display: none !important;
    }

    header.header #accessibility a.access-link,
    header.header .logo-titles {
        display: inline-block !important;
    }

    header.header .d-block {
        display: block !important;
    }

    header.header #accessibility,
    header.header .d-flex,
    header.header .search-box,
    header.header .search-box .search-cancel,
    header.header .search-box .search-icon,
    header.header .search-box#search-mobile,
    header.header .search-box#search-mobile .search-icon,
    header.header .site-desc,
    header.header .socialItem {
        display: flex !important;
    }

    header.header .header-link,
    header.header .nav-item.md-link a {
        display: inline-flex !important;
    }
    @media (min-width: 576px) {
        header.header .d-sm-none {
            display: none !important;
        }
    }
    @media (min-width: 992px) {
        header.header .d-lg-none,
        header.header .search-box#search-mobile {
            display: none !important;
        }

        header.header .d-lg-block {
            display: block !important;
        }

        header.header .d-lg-flex,
        header.header .search-box#search {
            display: flex !important;
        }
    }

    header.header .flex-column {
        flex-direction: column !important;
    }

    header.header .justify-content-end,
    header.header .search-box {
        justify-content: flex-end !important;
    }

    header.header #accessibility,
    header.header .header-link,
    header.header .nav-item.md-link a {
        justify-content: center !important;
    }

    header.header .justify-content-between {
        justify-content: space-between !important;
    }

    header.header .search-box {
        align-items: flex-end !important;
    }

    header.header .align-items-center,
    header.header .header-link,
    header.header .nav-item.md-link a,
    header.header .site-desc {
        align-items: center !important;
    }
    @media (min-width: 992px) {
        header.header .justify-content-lg-end {
            justify-content: flex-end !important;
        }
    }

    header.header .position-relative,
    header.header .search-box .search-form {
        position: relative !important;
    }

    header.header .search-box .search-cancel,
    header.header .search-box#search-mobile .search-form {
        position: absolute !important;
    }

    header.header #accessibility {
        position: fixed !important;
    }

    header.header .sr-only {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    header.header #accessibility,
    header.header .nav-item.md-link a,
    header.header .search-box,
    header.header .search-box .search-form,
    header.header .search-box .search-input,
    header.header .w-100 {
        width: 100% !important;
    }

    header.header .h-100,
    header.header .nav-item.md-link,
    header.header .nav-item.md-link a,
    header.header .search-box .search-input {
        height: 100% !important;
    }

    header.header .mx-0 {
        margin-right: 0 !important;
    }

    header.header .mx-0 {
        margin-left: 0 !important;
    }

    header.header .logo-titles {
        margin-top: 0.25rem !important;
    }

    header.header .socialItem {
        margin-right: 0.25rem !important;
    }

    header.header .logo-titles,
    header.header .site-title {
        margin-bottom: 0.25rem !important;
    }

    header.header #accessibility .access-key {
        margin-left: 0.25rem !important;
    }

    header.header .mr-2 {
        margin-right: 0.5rem !important;
    }

    header.header .logo-orgao,
    header.header .site-desc {
        margin-bottom: 0.5rem !important;
    }

    header.header .my-3 {
        margin-top: 1rem !important;
    }

    header.header .my-3 {
        margin-bottom: 1rem !important;
    }

    header.header .logo-titles {
        margin-left: 1rem;
    }

    header.header .site-desc {
        padding: 0 !important;
    }

    header.header .px-0 {
        padding-right: 0 !important;
    }

    header.header .px-0 {
        padding-left: 0 !important;
    }

    header.header .socialItem {
        padding: 0.25rem !important;
    }

    header.header #accessibility .access-key,
    header.header .logo-titles {
        padding-top: 0.25rem !important;
    }

    header.header #accessibility .access-key,
    header.header .logo-titles {
        padding-bottom: 0.25rem !important;
    }

    header.header .search-box .search-input {
        padding: 0.5rem !important;
    }

    header.header #accessibility a.access-link,
    header.header .headerGov {
        padding-top: 0.5rem !important;
    }

    header.header #accessibility .access-key,
    header.header #accessibility a.access-link,
    header.header .headerMenu .nav-link {
        padding-right: 0.5rem !important;
    }

    header.header #accessibility a.access-link,
    header.header .headerGov {
        padding-bottom: 0.5rem !important;
    }

    header.header #accessibility .access-key,
    header.header #accessibility a.access-link,
    header.header .headerMenu .nav-link {
        padding-left: 0.5rem !important;
    }

    header.header .headerSec {
        padding-top: 1rem !important;
    }

    header.header .headerSec {
        padding-bottom: 1rem !important;
    }

    header.header .logo-titles,
    header.header .pl-3 {
        padding-left: 1rem;
    }

    header.header .ml-auto {
        margin-left: auto !important;
    }
    @media (min-width: 768px) {
        header.header #accessibility a.access-link {
            padding-right: 1rem !important;
        }

        header.header #accessibility a.access-link {
            padding-left: 1rem !important;
        }
    }

    header.header .has-logo .site-desc,
    header.header .has-logo .site-title {
        text-align: left !important;
    }

    header.header .site-options {
        text-align: right !important;
    }

    header.header .nav-item.md-link a,
    header.header .site-desc,
    header.header .site-title,
    header.header .socialItem,
    header.header .text-center {
        text-align: center !important;
    }
    @media (min-width: 768px) {
        header.header .site-desc,
        header.header .site-title {
            text-align: left !important;
        }
    }
    @media (min-width: 992px) {
        header.header .text-lg-left {
            text-align: left !important;
        }
    }

    header.header #accessibility a.access-link,
    header.header .navbar-nav a,
    header.header .navbar-nav a:hover,
    header.header .site-options,
    header.header .site-title,
    header.header .text-uppercase {
        text-transform: uppercase !important;
    }

    header.header .site-title {
        font-weight: bolder !important;
    }

    header.header #accessibility a.access-link,
    header.header .headerGov .navbar-toggler,
    header.header .search-box,
    header.header .search-box .search-cancel,
    header.header .search-box .search-icon,
    header.header .search-box .search-input,
    header.header .search-box .search-input::placeholder,
    header.header .site-options,
    header.header .site-options a,
    header.header .socialItem:active,
    header.header .text-white {
        color: #fff !important;
    }

    header.header #accessibility .access-key {
        color: #007bff !important;
    }

    header.header .text-decoration-none {
        text-decoration: none !important;
    }

    header.header .search-box .inactive {
        visibility: hidden !important;
    }
    @media print {
        header.header *,
        header.header :after,
        header.header :before {
            box-shadow: none !important;
            text-shadow: none !important;
        }

        header.header a:not(.btn):not(.btn-sair-mapa) {
            text-decoration: underline;
        }

        header.header img {
            page-break-inside: avoid;
        }

        header.header p {
            orphans: 3;
            widows: 3;
        }

        header.header .container {
            min-width: 992px !important;
        }

        header.header .navbar {
            display: none;
        }
    }

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

    header.header a {
        color: #0071eb;
    }

    header.header .site-options {
        font-size: 0.5625rem;
    }

    header.header #accessibility,
    header.header .site-desc {
        font-size: 0.8125rem;
    }

    header.header .text-14 {
        font-size: 0.875rem;
    }

    header.header .site-title {
        font-size: 1.75rem;
    }

    header.header .socialItem {
        line-height: 1;
    }

    header.header .headerGov,
    header.header .headerMenu,
    header.header .socialItem:active,
    header.header .socialItem:hover {
        background-color: #0b3138;
    }

    header.header #accessibility a.access-link,
    header.header .headerSec {
        background-color: #285e67 !important;
    }

    header.header #accessibility {
        left: 0;
        margin-top: -3rem;
        right: 0;
        transition: margin-top 1s;
        z-index: 99;
    }

    header.header #accessibility a:first-child {
        border-bottom-left-radius: 0.5rem;
    }

    header.header #accessibility a:last-child {
        border-bottom-right-radius: 0.5rem;
    }

    header.header #accessibility .access-key,
    header.header #accessibility a.access-link:focus {
        font-weight: 600;
    }

    header.header .gap-1 {
        gap: 0.25rem;
    }

    header.header .gap-2 {
        gap: 0.5rem;
    }

    header.header .gap-3 {
        gap: 1rem;
    }

    header.header .btn-link {
        align-items: center;
        background-color: initial;
        border: 1px solid #0000;
        border-radius: 0.25rem;
        color: #212529;
        display: inline-flex;
        font-size: 1rem;
        font-weight: 400;
        justify-content: center;
        line-height: 1.5;
        padding: 0.3rem 0.2rem;
        text-align: center;
    }

    header.header .btn-link:focus,
    header.header .btn-link:hover {
        background-color: #138496;
    }

    header.header .btn-link img {
        height: 18px;
        width: 18px;
    }

    header.header .icon-md,
    header.header .icon-sm {
        align-items: center;
        display: inline-flex;
        justify-content: center;
    }

    header.header .icon-md svg,
    header.header .icon-sm svg {
        height: 100%;
    }

    header.header .icon-sm {
        height: 16px;
        width: 16px;
    }

    header.header .icon-md {
        height: 20px;
        width: 20px;
    }

    header.header .govBrand img {
        width: 6rem;
    }
    @media screen and (min-width: 992px) {
        header.header .headerSec {
            padding: 0.5rem 0;
        }
    }
    @media screen and (min-width: 992px) {
        header.header .site-options {
            font-size: 0.625rem;
        }
    }

    header.header .search-box#search-mobile {
        height: 38px !important;
        padding: 0.25rem 0.75rem;
        width: 54px !important;
    }

    header.header .search-box#search-mobile .search-form {
        align-self: center;
        justify-self: center;
        max-width: calc(100% - 1.5rem);
        right: 0.75rem !important;
    }

    header.header .search-box#search-mobile .search-icon {
        align-self: center;
        justify-self: center;
        right: 0;
    }

    header.header .search-box .inactive {
        opacity: 0;
        width: 0 !important;
    }

    header.header .search-box .inactive .search-input {
        padding-right: 0 !important;
    }

    header.header .search-box .search-form {
        height: 42px;
        transition:
            width 0.2s ease,
            opacity 0.2s ease,
            visibility 0.2s ease;
    }
    @media screen and (min-width: 992px) {
        header.header .search-box .search-form {
            max-width: 320px;
        }
    }

    header.header .search-box .search-input {
        background-color: #285e67;
        border-bottom: 1px solid #579ba7 !important;
        border-radius: 0 !important;
    }

    header.header .search-box .search-input::placeholder {
        opacity: 0.75;
    }

    header.header .search-box .search-cancel {
        top: 50%;
        transform: translateY(-50%);
    }

    header.header .search-box .search-cancel,
    header.header .search-box .search-icon {
        align-self: center;
        justify-self: center;
        padding: 0.4rem;
        right: 0;
    }

    header.header .search-box .search-icon {
        position: absolute;
        transform: translateX(-50%);
    }

    header.header .logo-orgao {
        margin-top: 0.75rem;
        max-height: 5.625rem;
        max-width: 4.5rem;
        width: auto;
    }
    @media (min-width: 768px) and (max-width: 991.98px) {
        header.header .logo-orgao {
            margin-left: 3rem;
        }
    }

    header.header .logo-titles {
        width: calc(100% - 5.76rem);
    }
    @media screen and (min-width: 768px) {
        header.header .logo-titles {
            width: calc(100% - 8.76rem);
        }
    }

    header.header .has-logo .site-desc {
        height: unset;
    }
    @media (min-width: 768px) and (max-width: 991.98px) {
        header.header .has-logo .site-desc,
        header.header .has-logo .site-title {
            margin-left: 0;
        }
    }
    @media screen and (min-width: 992px) {
        header.header .site-title {
            font-size: 1.75rem;
        }
    }
    @media screen and (min-width: 1440px) {
        header.header .site-title {
            font-size: 2rem;
        }
    }

    header.header .site-desc {
        height: 2em;
        line-height: 1.4;
        min-height: 2rem;
    }
    @media screen and (min-width: 768px) {
        header.header .site-desc {
            font-size: 0.875rem;
        }
    }
    @media screen and (min-width: 1200px) {
        header.header .site-desc {
            font-size: 0.8125rem;
        }
    }
    @media (min-width: 768px) and (max-width: 991.98px) {
        header.header .site-desc,
        header.header .site-title {
            margin-left: 3rem;
        }
    }
    @media screen and (min-width: 992px) {
        header.header .headerMenu {
            background-color: #fff;
        }
    }
    @media screen and (min-width: 992px) {
        header.header .headerGov .navbar-toggler {
            left: 0;
            position: absolute;
            top: 3.625rem;
            z-index: 99;
        }
    }

    header.header .navbar-toggler-icon {
        align-items: center;
        display: flex;
        height: 1.5em;
        justify-content: center;
        width: 1.5em;
    }

    header.header .nav-item.md-link img {
        height: 16px;
        width: 16px;
    }

    header.header .nav-item.md-link a {
        border-radius: 0.25rem;
        gap: 0.375rem;
    }

    header.header .grid-col-2 {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    header.header .header-link {
        gap: 0.325rem;
    }
    @media (max-width: 991.98px) {
        header.header .header-link {
            width: 100% !important;
        }
    }

    header.header .header-link img {
        height: 18px;
        width: 18px;
    }

    header.header nav.navbar {
        padding: 0 1rem !important;
        width: 100%;
    }

    header.header .navbar-nav {
        margin: 1em 0;
    }
    @media screen and (min-width: 992px) {
        header.header .navbar-nav {
            margin: 0;
        }
    }

    header.header .navbar-nav .menu-item {
        position: relative;
    }

    header.header .navbar-nav a,
    header.header .navbar-nav a:hover {
        background-color: initial;
        color: #fff;
        font-size: 0.75em;
    }
    @media screen and (min-width: 992px) {
        header.header .navbar-nav a,
        header.header .navbar-nav a:hover {
            color: #505050;
            font-size: 0.8125em;
        }

        header.header .navbar-nav a:hover {
            background-color: #eee;
        }
    }

    header.header .navbar-nav .dropdown-item,
    header.header .navbar-nav .nav-link {
        padding: 0.875rem;
    }

    header.header .navbar-nav .dropdown-menu {
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }

    header.header .socialItem {
        align-items: center;
        background-color: #fff;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        height: 1.625rem;
        justify-content: center;
        width: 1.625rem;
    }

    header.header .socialItem:hover svg {
        fill: #fff;
    }

    header.header .socialItem svg {
        fill: #285e67;
        vertical-align: initial;
    }

    header.header #accessibility {
        white-space: nowrap;
    }

    header.header .flex-1 {
        flex: 1 1 0;
    }
}
