/* custom_footer.css - Scoped to footer#footer */
/* All selectors are prefixed with 'footer#footer' to prevent global style leaks */

/*! 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 {
    
    footer#footer 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 {
    
    footer#footer *,
    footer#footer :after,
    footer#footer :before {
        box-sizing: border-box;
    }
    
    footer#footer footer,
    footer#footer section {
        display: block;
    }
    
    footer#footer p {
        margin-bottom: 1rem;
        margin-top: 0;
    }
    
    footer#footer address {
        font-style: normal;
        line-height: inherit;
    }
    
    footer#footer address,
    footer#footer ul {
        margin-bottom: 1rem;
    }
    
    footer#footer ul {
        margin-top: 0;
    }
    
    footer#footer a {
        background-color: initial;
        color: #007bff;
        text-decoration: none;
    }
    
    footer#footer a:hover {
        color: #0056b3;
        text-decoration: underline;
    }
    
    footer#footer img {
        border-style: none;
    }
    
    footer#footer img,
    footer#footer svg {
        vertical-align: middle;
    }
    
    footer#footer svg {
        overflow: hidden;
    }
    
    footer#footer button {
        border-radius: 0;
    }
    
    footer#footer button:focus:not(:focus-visible) {
        outline: 0;
    }
    
    footer#footer button {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
    }
    
    footer#footer button {
        overflow: visible;
    }
    
    footer#footer button {
        text-transform: none;
    }
    
    footer#footer button {
        -webkit-appearance: button;
    }
    
    footer#footer button:not(:disabled) {
        cursor: pointer;
    }
    
    footer#footer .list-unstyled {
        list-style: none;
        padding-left: 0;
    }
    
    footer#footer .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    @media (min-width: 576px) {
        
    footer#footer .container {
            max-width: 540px;
        }
    }
    @media (min-width: 768px) {
        
    footer#footer .container {
            max-width: 720px;
        }
    }
    @media (min-width: 992px) {
        
    footer#footer .container {
            max-width: 960px;
        }
    }
    @media (min-width: 1200px) {
        
    footer#footer .container {
            max-width: 1140px;
        }
    }
    
    footer#footer .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    footer#footer .col-12,
    footer#footer .col-9,
    footer#footer .col-lg-4,
    footer#footer .col-lg-5,
    footer#footer .col-md-4,
    footer#footer .col-md-5,
    footer#footer .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
    
    footer#footer .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    footer#footer .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    @media (min-width: 576px) {
        
    footer#footer .col-sm-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    @media (min-width: 768px) {
        
    footer#footer .col-md-4 {
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
        
    footer#footer .col-md-5 {
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%;
        }
        
    footer#footer .offset-md-1 {
            margin-left: 8.33333333%;
        }
    }
    @media (min-width: 992px) {
        
    footer#footer .col-lg-4 {
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
        
    footer#footer .col-lg-5 {
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%;
        }
        
    footer#footer .offset-lg-3 {
            margin-left: 25%;
        }
    }
    
    footer#footer .btn {
        background-color: initial;
        border: 1px solid #0000;
        border-radius: 0.25rem;
        color: #212529;
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding: 0.375rem 0.75rem;
        text-align: center;
        transition:
            color 0.15s ease-in-out,
            background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out,
            box-shadow 0.15s ease-in-out;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: middle;
    }
    @media (prefers-reduced-motion: reduce) {
        
    footer#footer .btn {
            transition: none;
        }
    }
    
    footer#footer .btn:hover {
        color: #212529;
        text-decoration: none;
    }
    
    footer#footer .btn:focus {
        box-shadow: 0 0 0 0.2rem #007bff40;
        outline: 0;
    }
    
    footer#footer .btn:disabled {
        opacity: 0.65;
    }
    
    footer#footer .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    
    footer#footer .btn-light {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        color: #212529;
    }
    
    footer#footer .btn-light:focus,
    footer#footer .btn-light:hover {
        background-color: #e2e6ea;
        border-color: #dae0e5;
        color: #212529;
    }
    
    footer#footer .btn-light:focus {
        box-shadow: 0 0 0 0.2rem #d8d9db80;
    }
    
    footer#footer .btn-light:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        color: #212529;
    }
    
    footer#footer .btn-light:not(:disabled):not(.disabled):active {
        background-color: #dae0e5;
        border-color: #d3d9df;
        color: #212529;
    }
    
    footer#footer .btn-light:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 0.2rem #d8d9db80;
    }
    
    footer#footer .btn-link {
        color: #007bff;
        text-decoration: none;
    }
    
    footer#footer .btn-link:hover {
        color: #0056b3;
    }
    
    footer#footer .btn-link:focus,
    footer#footer .btn-link:hover {
        text-decoration: underline;
    }
    
    footer#footer .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }
    
    footer#footer .bg-light {
        background-color: #f8f9fa !important;
    }
    
    footer#footer .border-white {
        border-color: #fff !important;
    }
    
    footer#footer .rounded {
        border-radius: 0.25rem !important;
    }
    
    footer#footer .rounded-circle {
        border-radius: 50% !important;
    }
    
    footer#footer .d-inline-block {
        display: inline-block !important;
    }
    
    footer#footer .d-block {
        display: block !important;
    }
    
    footer#footer .d-flex,
    footer#footer .socialItem {
        display: flex !important;
    }
    
    footer#footer .d-inline-flex,
    footer#footer .header-link {
        display: inline-flex !important;
    }
    
    footer#footer .justify-content-end {
        justify-content: flex-end !important;
    }
    
    footer#footer .header-link,
    footer#footer .justify-content-center {
        justify-content: center !important;
    }
    
    footer#footer .align-items-center,
    footer#footer .header-link {
        align-items: center !important;
    }
    @media (min-width: 576px) {
        
    footer#footer .justify-content-sm-end {
            justify-content: flex-end !important;
        }
    }
    
    footer#footer .float-left {
        float: left !important;
    }
    
    footer#footer .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;
    }
    
    footer#footer .w-100 {
        width: 100% !important;
    }
    
    footer#footer .h-100 {
        height: 100% !important;
    }
    
    footer#footer .mr-1,
    footer#footer .socialItem {
        margin-right: 0.25rem !important;
    }
    
    footer#footer .mb-2 {
        margin-bottom: 0.5rem !important;
    }
    
    footer#footer .mt-3 {
        margin-top: 1rem !important;
    }
    
    footer#footer .mb-3 {
        margin-bottom: 1rem !important;
    }
    
    footer#footer .mb-5 {
        margin-bottom: 3rem !important;
    }
    
    footer#footer .p-1,
    footer#footer .socialItem {
        padding: 0.25rem !important;
    }
    
    footer#footer .py-2 {
        padding-top: 0.5rem !important;
    }
    
    footer#footer .px-2 {
        padding-right: 0.5rem !important;
    }
    
    footer#footer .py-2 {
        padding-bottom: 0.5rem !important;
    }
    
    footer#footer .px-2 {
        padding-left: 0.5rem !important;
    }
    
    footer#footer .py-3 {
        padding-top: 1rem !important;
    }
    
    footer#footer .px-3 {
        padding-right: 1rem !important;
    }
    
    footer#footer .py-3 {
        padding-bottom: 1rem !important;
    }
    
    footer#footer .px-3 {
        padding-left: 1rem !important;
    }
    
    footer#footer .mx-auto {
        margin-right: auto !important;
    }
    
    footer#footer .mx-auto {
        margin-left: auto !important;
    }
    @media (min-width: 576px) {
        
    footer#footer .px-sm-0 {
            padding-right: 0 !important;
        }
        
    footer#footer .px-sm-0 {
            padding-left: 0 !important;
        }
    }
    @media (min-width: 768px) {
        
    footer#footer .mt-md-0 {
            margin-top: 0 !important;
        }
        
    footer#footer .mx-md-0 {
            margin-right: 0 !important;
        }
        
    footer#footer .mb-md-0 {
            margin-bottom: 0 !important;
        }
        
    footer#footer .mx-md-0 {
            margin-left: 0 !important;
        }
    }
    
    footer#footer .site-options,
    footer#footer .text-right {
        text-align: right !important;
    }
    
    footer#footer .socialItem,
    footer#footer .text-center {
        text-align: center !important;
    }
    @media (min-width: 576px) {
        
    footer#footer .text-sm-left {
            text-align: left !important;
        }
        
    footer#footer .text-sm-right {
            text-align: right !important;
        }
    }
    @media (min-width: 768px) {
        
    footer#footer .text-md-left {
            text-align: left !important;
        }
    }
    
    footer#footer .site-options {
        text-transform: uppercase !important;
    }
    
    footer#footer .site-options,
    footer#footer .site-options a,
    footer#footer .socialItem:active,
    footer#footer .text-white {
        color: #fff !important;
    }
    @media print {
        
    footer#footer *,
    footer#footer :after,
    footer#footer :before {
            box-shadow: none !important;
            text-shadow: none !important;
        }
        
    footer#footer a:not(.btn):not(.btn-sair-mapa) {
            text-decoration: underline;
        }
        
    footer#footer img {
            page-break-inside: avoid;
        }
        
    footer#footer p {
            orphans: 3;
            widows: 3;
        }
        
    footer#footer .container {
            min-width: 992px !important;
        }
    }
    
    footer#footer img {
        height: auto;
        max-width: 100%;
    }
    
    footer#footer a {
        color: #0071eb;
    }
    
    footer#footer .site-options {
        font-size: 0.5625rem;
    }
    
    footer#footer .text-14 {
        font-size: 0.875rem;
    }
    
    footer#footer .text-padrao {
        color: #0b3138;
    }
    @media screen and (min-width: 768px) {
        
    footer#footer .text-md-white {
            color: #fff !important;
        }
    }
    
    footer#footer .border-2 {
        border: 2px solid #0000;
    }
    
    footer#footer .socialItem {
        line-height: 1;
    }
    
    footer#footer .bg-padrao,
    footer#footer .socialItem:active,
    footer#footer .socialItem:hover {
        background-color: #0b3138;
    }
    
    footer#footer .bg-auxiliar {
        background-color: #285e67 !important;
    }
    @media screen and (min-width: 768px) {
        
    footer#footer .bg-md-none {
            background-color: unset !important;
        }
    }
    
    footer#footer .w-3 {
        width: 1rem;
    }
    
    footer#footer .h-3 {
        height: 1rem;
    }
    
    footer#footer .font-weight-medium {
        font-weight: 600;
    }
    
    footer#footer .gap-1 {
        gap: 0.25rem;
    }
    
    footer#footer .gap-2 {
        gap: 0.5rem;
    }
    
    footer#footer .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;
    }
    
    footer#footer .btn-link:focus,
    footer#footer .btn-link:hover {
        background-color: #138496;
    }
    
    footer#footer .btn-link.darker:focus,
    footer#footer .btn-link.darker:hover {
        background-color: #135763;
    }
    
    footer#footer .btn-link img {
        height: 18px;
        width: 18px;
    }
    
    footer#footer .icon-sm {
        align-items: center;
        display: inline-flex;
        justify-content: center;
    }
    
    footer#footer .icon-sm svg {
        height: 100%;
    }
    
    footer#footer .icon-sm {
        height: 16px;
        width: 16px;
    }
    @media screen and (min-width: 992px) {
        
    footer#footer .site-options {
            font-size: 0.625rem;
        }
    }
    
    footer#footer .header-link {
        gap: 0.325rem;
    }
    @media (max-width: 991.98px) {
        
    footer#footer .header-link {
            width: 100% !important;
        }
    }
    
    footer#footer .header-link img {
        height: 18px;
        width: 18px;
    }
    
    footer#footer .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;
    }
    
    footer#footer .socialItem:hover svg {
        fill: #fff;
    }
    
    footer#footer .socialItem svg {
        fill: #285e67;
        vertical-align: initial;
    }
    
    footer#footer .fill-white svg {
        fill: #fff;
    }
    
    footer#footer .align-text-top-svg svg {
        vertical-align: text-top;
    }
    
    footer#footer footer .accessibility {
        margin: 0;
    }
    
    footer#footer .w-320 {
        max-width: 20rem;
    }
    @media screen and (min-width: 768px) {
        
    footer#footer .w-320 {
            max-width: unset;
        }
    }
    
    footer#footer .logo-governo,
    footer#footer .logo-prodam {
        width: 9.25rem;
    }
}
/*! CSS Used from: Embedded */
[vw] [vw-access-button] {
    display: none;
    flex-direction: row-reverse;
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    border-radius: 8px;
    transition: all 0.5s ease;
    right: 0;
    left: auto;
}
[vw] [vw-access-button] img {
    max-height: 40px;
    transition: all 0.5s ease;
    border-radius: 8px;
    opacity: 1 !important;
    visibility: visible !important;
}
[vw] [vw-access-button] .vp-access-button {
    width: 40px;
    height: 40px;
    z-index: 1;
}
[vw] [vw-access-button] .vp-pop-up {
    position: absolute;
    height: 40px;
    min-width: 150px;
    z-index: 0;
    left: 0;
    right: auto;
}
[vw] [vw-access-button]:hover {
    width: 200px;
}
[vw] [vw-access-button].active {
    display: flex;
}
/*! CSS Used from: Embedded */
[vw] [vw-plugin-wrapper] {
    position: relative;
    display: none;
    width: 300px;
    height: 100%;
    float: right;
    background: white;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
/*! CSS Used from: Embedded */
div[vw] {
    position: fixed;
    max-width: 95vw;
    min-height: 40px;
    min-width: 40px;
    z-index: 2147483645 !important;
    display: none;
    margin: 10px !important;
}
div[vw].enabled {
    display: block;
}

