#accessibilityBar {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999;
    position: fixed;
    /* top: 50%; */
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    background-color: rgba(34, 34, 34, .75);
    border-radius: .5rem 0 0 .5rem;
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0)
}

#accessibilityBar * {
    box-sizing: border-box
}

#accessibilityBar.active {
    transform: translate(0, -50%);
    box-shadow: 0 5px 30px rgba(34, 34, 34, .5)
}

#accessibilityBar button {
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    cursor: pointer
}

.botaodireito_esc {
    display: none;
}

.universalAccessBtn_apc {
    display: block !important;
}

.botaodireito {
    /*   float: right;
    margin-top: 10px;
    margin-left: 95%;
    position: absolute; */
    margin-top: 7px;
    right: 160px;
    margin-right: 0px;
    position: absolute;
}

@media(max-width: 999px) {
    #accessibilityBar button#universalAccessBtn {
        display: block !important;
    }
    .botaodireito {
        display: none;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {
    .botaodireito {
        right: 3%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .botaodireito {
        right: 0.5%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .botaodireito {
        /* margin-right: 5%; */
        right: 3%;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 2000px) {
    .botaodireito {
        /* margin-right: 10%; */
        right: 6%;
    }
}

#universalAccessBtnSolto {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    background-color: #e86f36;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border-radius: 50%;
    border: none;
    /* position: absolute; */
    cursor: pointer;
}

#universalAccessBtnSolto span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    /* font-size: 1rem; */
    line-height: 1;
    text-align: right;
    font-weight: bold;
    color: #fff;
    background-color: #e86f36;
    /* background-color: #ed1c24; */
    box-shadow: 0 10px 30px rgba(102, 102, 102, .1);
    height: 100%;
    padding: 0 1rem;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    position: absolute;
    /*  top: 50%; */
    top: 0%;
    right: 120%;
    /*     transform: translateY(-50%) */
    transform: translateY(0%)
}

#universalAccessBtnSolto.collapsed span {
    opacity: 0;
    right: 50%
}

#universalAccessBtnSolto:hover span {
    opacity: 1;
    right: 120%
}

#accessibilityBar button#universalAccessBtn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    /* background-color: #ed1c24; */
    background-color: #e86f36;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border-radius: 50%;
    border: none;
    position: absolute;
    /* top: 50%; */
    top: 0%;
    transform: translate(-110%, -50%);
    cursor: pointer;
    /* display: none; */
}

#accessibilityBar button#universalAccessBtn span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    /* font-size: 1rem; */
    line-height: 1;
    text-align: right;
    font-weight: bold;
    color: #fff;
    background-color: #e86f36;
    /* background-color: #ed1c24; */
    box-shadow: 0 10px 30px rgba(102, 102, 102, .1);
    height: 100%;
    padding: 0 1rem;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    position: absolute;
    /*  top: 50%; */
    top: 0%;
    right: 120%;
    /* transform: translateY(-50%) */
    transform: translateY(0%)
}

#accessibilityBar button#universalAccessBtn.collapsed span {
    opacity: 0;
    right: 50%
}

#accessibilityBar button#universalAccessBtn:hover span {
    opacity: 1;
    right: 120%
}

#accessibilityBar button.setAccessibility {
    font-size: 12px;
    font-size: .75rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #222;
    font-weight: 700;
    background-color: #eee;
    width: 100%;
    padding: .1rem .2rem;
    border-radius: .25rem;
    border: none;
    display: flex;
    align-items: center;
    margin: .25rem
}

#accessibilityBar button.setAccessibility:hover {
    background-color: #fff
}

#accessibilityBar button.setAccessibility strong {
    color: #fff;
    /*  background-color: #ed1c24; */
    background-color: #e86f36;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .25rem
}

@media(max-width: 991px) {
    body.accessibility_markerLine #markerLine,
    body.accessibility_readingLine #readingLine {
        width: 100% !important;
    }
    body.darkmode .header-area .header-bottom,
    body .InputSearch {
        background: #9b7f73;
    }
    body.darkmode .SessData_pri,
    body.contrast .SessData_pri,
    body.darkmode .SessData,
    body.contrast .SessData {
        color: #ffffff;
    }
    body.darkmode .slicknav_nav,
    body.contrast .slicknav_nav,
    body.darkmode .IconSearch,
    body.contrast .IconSearch,
    body.darkmode .BoxMaisLida,
    body.contrast .BoxMaisLida,
    body.darkmode .titOpor,
    body.contrast .titOpor {
        background: #141414 !important;
    }
    #accessibilityBar {
        position: fixed;
        /* top: initial; */
        top: 43%;
        transform: translateX(100%)
    }
    #accessibilityBar.active {
        transform: translateX(0)
    }
    #accessibilityBar #universalAccessBtn {
        top: initial;
        transform: translateX(-120%);
        bottom: 16px;
        border-radius: 50%
    }
    body.darkmode footer,
    body.darkmode .CoopPesquisa,
    body.darkmode .mais_lidas .carousel .overview .wrap_carousel .item,
    body.contrast footer,
    body.contrast .CoopPesquisa,
    body.contrast .mais_lidas .carousel .overview .wrap_carousel .item {
        background-color: #1d1d1d !important;
        ;
    }
}

body.contrast #accessibilityBar button[data-accessibility=contrast] {
    background-color: #ed1c24
}

body.darkmode #accessibilityBar button[data-accessibility=dark] {
    background-color: #ed1c24;
    color: #fff !important
}

body.accessibility_readingLine #accessibilityBar button[data-accessibility=readingLine] {
    background-color: #c0c0c0;
    color: #010101 !important;
}

body.accessibility_markerLine #accessibilityBar button[data-accessibility=markerLine] {
    background-color: #c0c0c0;
    color: #010101 !important;
}

body.accessibility_readingLine #readingLine {
    background-color: #ed1c24 !important;
    opacity: 1;
    height: .5rem;
    width: 65vw;
    position: absolute;
    z-index: 9999;
    transform: translateY(0.5rem);
    margin: auto;
    left: 0;
    right: 0;
}

body.accessibility_markerLine #markerLine {
    background-color: #e4fd0030 !important;
    opacity: .75;
    border-width: .1px 0;
    border-style: solid;
    border-color: #cde400;
    width: 65vw;
    height: 1.75rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    transform: translateY(-1rem);
}


/* body.accessibility_markerLine #markerLine {
    background-color: #e4fd00 !important;
    opacity: .2;
    border-width: .1px 0;
    border-style: solid;
    border-color: #cde400;
    width: 100vw;
    height: 1.75rem;
    position: absolute;
    left: 0;
    z-index: 9999;
    transform: translateY(-1rem);
    mix-blend-mode: color
}
 */

body.accessibility_markerLine.contrast #markerLine {
    /* mix-blend-mode: multiply; */
    opacity: 1
}

body.accessibility_markerLine.darkmode #markerLine {
    opacity: .25;
    background: #655b5b !important;
    mix-blend-mode: unset
}

body.contrast {
    background: #000 !important;
    color: #fff !important
}

body.contrast nav,
body.contrast li,
body.contrast ol,
body.contrast header,
body.contrast footer,
body.contrast section,
body.contrast main,
body.contrast aside,
body.contrast article {
    /*  background: #000 !important; */
    color: #fff !important
}

body.contrast h1,
body.contrast h2,
body.contrast h3,
body.contrast h4,
body.contrast h5,
body.contrast h6,
body.contrast p,
body.contrast label,
body.contrast strong,
body.contrast em,
body.contrast cite,
body.contrast q,
body.contrast i,
body.contrast b,
body.contrast u,
body.contrast span {
    color: #fff !important
}

body.contrast a {
    color: #ff0 !important
}

body.contrast a * {
    color: #ff0 !important
}

body.contrast button,
body.contrast input[type=button],
body.contrast input[type=reset],
body.contrast input[type=submit] {
    background: #ff0 !important;
    color: #000 !important;
    font-weight: bold;
    border: none !important
}


/* body.contrast img {
    filter: grayscale(100%) contrast(120%)
} */

body.contrast input[type=text],
body.contrast input[type=password],
body.contrast input[type=url],
body.contrast input[type=search],
body.contrast input[type=email],
body.contrast input[type=tel],
body.contrast input[type=date],
body.contrast input[type=month],
body.contrast input[type=week],
body.contrast input[type=datetime],
body.contrast input[type=datetime-local],
body.contrast textarea,
body.contrast input[type=number] {
    background: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important
}


/*  body.contrast #accessibilityBar * {
        background-color: #000 !important;
        color: #ff0 !important
    } */

body.contrast #accessibilityBar .setAccessibility {
    border: 1px solid !important
}

body.contrast #accessibilityBar .setAccessibility[data-accessibility=contrast] {
    background-color: #ff0 !important;
    color: #000 !important
}

body.darkmode {
    background: #121212 !important;
    color: #655b5b !important
}

body.darkmode nav,
body.darkmode li,
body.darkmode ol,
body.darkmode header,
body.darkmode footer,
body.darkmode section,
body.darkmode main,
body.darkmode aside,
body.darkmode article {
    /* background: #121212 !important; */
    color: #655b5b !important
}

body.darkmode h1,
body.darkmode h2,
body.darkmode h3,
body.darkmode h4,
body.darkmode h5,
body.darkmode h6,
body.darkmode p,
body.darkmode label,
body.darkmode strong,
body.darkmode em,
body.darkmode cite,
body.darkmode q,
body.darkmode i,
body.darkmode b,
body.darkmode u,
body.darkmode span {
    color: #ffffff !important
}

body.darkmode a {
    /* color: #8d8080 !important */
    color: #ffffff !important;
}

body.darkmode .pagination-sm .page-link,
body.contrast .pagination-sm .page-link {
    /*  border-color: #000000;
            color: #8d8080 !important; */
    background: #838383;
}

body.darkmode a * {
    color: #8d8080 !important
}

body.darkmode button,
body.darkmode input[type=button],
body.darkmode input[type=reset],
body.darkmode input[type=submit] {
    background: #292323 !important;
    color: #655b5b !important;
    border: #191414 !important
}

body.darkmode .legenda_pesquisa,
body.contrast .legenda_pesquisa,

/* body.darkmode .recent-wrapper,
body.contrast .recent-wrapper, */

body.darkmode .VDesk,
body.contrast .VDesk,
body.darkmode .VDesk2,
body.contrast .VDesk2 {
    background: #000000 !important;
}

body.darkmode .nbs-flexisel-inner,
body.contrast .nbs-flexisel-inner {
    border: 2px solid #b8b8b8 !important;
}

body.darkmode .BorderBlack,
body.contrast .BorderBlack,
body.darkmode .BorderOrage,
body.contrast .BorderOrage {
    border-top: 2px solid #b8b8b8 !important;
}

body.darkmode .description,
body.contrast .description,
body.darkmode .subtitle,
body.contrast .subtitle {
    color: #ffffff;
}

body.darkmode .TituloHome3,
body.darkmode .TituloHome4,
body.darkmode .TituloHome5,
body.darkmode .TituloHome7,
body.darkmode .TitCHAMADA,
body.darkmode .TitCOVID,
body.darkmode .nbs-flexisel-inner,
body.darkmode .nbs-flexisel-nav-left,
body.darkmode .nbs-flexisel-nav-right,
body.contrast .TituloHome3,
body.contrast .TituloHome4,
body.contrast .TituloHome5,
body.contrast .TituloHome7,
body.contrast .TitCHAMADA,
body.contrast .TitCOVID,
body.contrast .nbs-flexisel-inner,
body.contrast .nbs-flexisel-nav-left,
body.contrast .nbs-flexisel-nav-right {
    background: #b8b8b8;
}

body.darkmode footer,
body.darkmode .CoopPesquisa,
body.darkmode .mais_lidas .carousel .overview .wrap_carousel .item,
body.contrast footer,
body.contrast .CoopPesquisa,
body.contrast .mais_lidas .carousel .overview .wrap_carousel .item {
    background-color: #141414;
}

body.darkmode #scrollUp,
body.contrast #scrollUp {
    background: #b8b8b8;
}

body.contrast .mais_lidas .carousel,
body.darkmode .mais_lidas .carousel {
    background: #505050;
}

body.darkmode #accessibilityBar button#universalAccessBtn,
body.contrast #accessibilityBar button#universalAccessBtn {
    background-color: #a6a6a6 !important;
}

body.contrast #accessibilityBar button.setAccessibility strong {
    background: #727272;
}

body.darkmode h1,
body.darkmode h2,
body.darkmode h3,
body.darkmode h4,
body.darkmode h5,
body.darkmode h6,
body.darkmode p,
body.darkmode label,
body.darkmode strong,
body.darkmode em,
body.darkmode cite,
body.darkmode q,
body.darkmode i,
body.darkmode b,
body.darkmode u,
body.darkmode span {
    color: #fffcfc !important;
}


/* body.contrast #accessibilityBar * {
        background-color: #a6a6a6 !important;
    } */

body.darkmode #accessibilityBar * {
    background-color: #a6a6a6 !important;
    color: #121212 !important;
}

body.contrast #accessibilityBar button#universalAccessBtn span {
    background-color: #a6a6a6;
}

body.contrast .main-header .main-menu ul ul.submenu,
body.darkmode .main-header .main-menu ul ul.submenu {
    background: #141414;
}

body.contrast .box_option,
body.darkmode .box_option {
    background-color: #141414;
}

body.contrast .simple-calendar-btn,
body.darkmode .simple-calendar-btn {
    background: #b8b8b8 !important;
    border: 0 solid #ffffff00 !important;
}

body.contrast .calendar header .month,
body.darkmode .calendar header .month {
    color: #ffffff !important;
}


/* body.darkmode #accessibilityBar,
    body.contrast #accessibilityBar {
        background-color: #b8b8b8 !important;
        color: #ff0 !important;
    } */


/* body.darkmode img {
    filter: grayscale(100%) contrast(120%)
}
 */

body.darkmode input[type=text],
body.darkmode input[type=password],
body.darkmode input[type=url],
body.darkmode input[type=search],
body.darkmode input[type=email],
body.darkmode input[type=tel],
body.darkmode input[type=date],
body.darkmode input[type=month],
body.darkmode input[type=week],
body.darkmode input[type=datetime],
body.darkmode input[type=datetime-local],
body.darkmode textarea,
body.darkmode input[type=number] {
    background: #191414 !important;
    border: 1px solid #ffe5e5 !important;
    color: #fffdfd !important;
}

body.contrast button,
body.contrast input[type=button],
body.contrast input[type=reset],
body.contrast input[type=submit] {
    background: #292323 !important;
    color: #ffffff !important;
    border: #191414 !important;
}

body.darkmode button,
body.darkmode input[type=button],
body.darkmode input[type=reset],
body.darkmode input[type=submit] {
    background: #292323 !important;
    color: #ffffff !important;
    border: #191414 !important;
}

body.darkmode img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    filter: grayscale(75%) contrast(90%)
}

body.darkmode img:hover {
    filter: grayscale(0) contrast(100%)
}

body.darkmode #accessibilityBar * {
    background-color: #655b5b;
    color: #121212 !important
}

#accessibilityBar.active {
    background: #ffffffa8;
}

body.darkmode #accessibilityBar .setAccessibility[data-accessibility=darkmode] {
    color: #655b5b !important
}

body.darkmode #accessibilityBar .setAccessibility {
    color: #8d8080 !important
}

body.darkmode #accessibilityBar .setAccessibility * {
    color: #8d8080 !important
}

body.darkmode #accessibilityBar .setAccessibility strong,
body.darkmode #accessibilityBar .setAccessibility i {
    background-color: #191414 !important
}


/*# sourceMappingURL=asb.css.map */