/* Accessibility Bar Styles */
.accessibility-bar {
    background-color: #0055AA;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
}

.accessibility-bar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.accessibility-bar .accessibility-label {
    color: white;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}

.accessibility-bar .accessibility-controls {
    display: flex;
    gap: 10px;
}

.accessibility-bar .btn-accessibility {
    background-color: white;
    color: #0055AA;
    border: none;
    padding: 5px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.accessibility-bar .btn-accessibility:hover {
    background-color: #f0f0f0;
    transform: translateY(-1px);
}

.accessibility-bar .btn-accessibility.active {
    background-color: #00B22D;
    color: white;
}

/* Font Size Adjustments */
body.font-size-small {
    font-size: 14px;
}

body.font-size-normal {
    font-size: 16px;
}

body.font-size-large {
    font-size: 18px;
}

body.font-size-extra-large {
    font-size: 20px;
}

/* High Contrast Mode */
body.high-contrast {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

body.high-contrast a,
body.high-contrast a:hover,
body.high-contrast a:focus,
body.high-contrast a:active {
    color: #FFFF00 !important;
    text-decoration: underline !important;
}

body.high-contrast header {
    background-color: #000000 !important;
    border-top-color: #FFFFFF !important;
}

body.high-contrast header .menuNav .menu > li > a {
    color: #FFFFFF !important;
}

body.high-contrast header .menuNav .menu > li > a:hover {
    text-shadow: none !important;
}

body.high-contrast footer {
    background-color: #000000 !important;
    border-top-color: #FFFF00 !important;
}

body.high-contrast footer .intro h1 {
    color: #FFFF00 !important;
}

body.high-contrast footer .intro p,
body.high-contrast footer .intro p a {
    color: #FFFFFF !important;
}

body.high-contrast .copyright {
    background-color: #000000 !important;
    border-top-color: #FFFF00 !important;
    color: #FFFFFF !important;
}

body.high-contrast .sectionType01 .boxTarjaTitle {
    background-color: #000000 !important;
}

body.high-contrast .sectionType01 .boxColor1,
body.high-contrast .sectionType01 .boxColor2 {
    background-color: #000000 !important;
}

body.high-contrast .sectionType01 .boxContainer .boxData {
    background-color: #000000 !important;
    border: 1px solid #FFFFFF !important;
}

body.high-contrast .sectionType01 .boxContainer .boxTexto,
body.high-contrast .sectionType01 .boxContainer .boxSubTexto {
    color: #FFFFFF !important;
}

body.high-contrast .sectionType01 .boxContainer .boxTitulo {
    color: #FFFFFF !important;
}

body.high-contrast .sectionType01 .boxContainer .boxBorda {
    border-color: #FFFFFF !important;
}

body.high-contrast .sectionType01 .boxContainer .boxBgGray {
    background-color: #000000 !important;
}

body.high-contrast section.pageNoticiaSingle .noticia-container .noticia-titulo {
    color: #FFFF00 !important;
}

body.high-contrast section.pageNoticiaSingle .noticia-container .noticia-categoria {
    color: #FFFF00 !important;
}

body.high-contrast section.pageNoticiaSingle .noticia-container .noticia-conteudo {
    color: #FFFFFF !important;
}

body.high-contrast section.pageNoticiaSingle .noticia-container .noticia-fonte {
    color: #FFFFFF !important;
    border-top-color: #FFFFFF !important;
}

body.high-contrast .sectionType01 .boxContainer .boxImage img {
    border: 2px solid #FFFFFF;
}

body.high-contrast .dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid #FFFFFF !important;
}

body.high-contrast .dropdown-menu li a {
    color: #FFFFFF !important;
}

body.high-contrast .dropdown-menu li a:hover {
    background-color: #333333 !important;
    color: #FFFF00 !important;
}

body.high-contrast input,
body.high-contrast textarea,
body.high-contrast select {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

body.high-contrast button,
body.high-contrast input[type="submit"],
body.high-contrast input[type="button"] {
    background-color: #000000 !important;
    color: #FFFF00 !important;
    border: 2px solid #FFFFFF !important;
}

body.high-contrast .tvCamara,
body.high-contrast .albumFotos {
    border-color: #FFFFFF !important;
}

body.high-contrast .tvCamara .topo,
body.high-contrast .albumFotos .topo {
    border-bottom-color: #FFFFFF !important;
}

body.high-contrast .tvCamara .topo .titulo,
body.high-contrast .albumFotos .topo .titulo {
    color: #FFFF00 !important;
}

body.high-contrast .tvCamara .video,
body.high-contrast .albumFotos .album {
    border-color: #FFFFFF !important;
}

body.high-contrast .albumFotos .album .imagem .data {
    background-color: #000000 !important;
    border: 1px solid #FFFFFF !important;
}

body.high-contrast .albumFotos .album > .titulo {
    background-color: #000000 !important;
}

body.high-contrast .albumFotos .album > .titulo a {
    color: #FFFF00 !important;
}

body.high-contrast .albumFotos .lista .album-lista .titulo a {
    color: #FFFFFF !important;
}

body.high-contrast section.galeriaFotos {
    background-color: #000000 !important;
}

body.high-contrast section.galeriaFotos .fotoBox {
    border-color: #FFFFFF !important;
}

body.high-contrast section.galeriaFotos .titulo {
    color: #FFFF00 !important;
}
