.fileUploadProgress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.fileUploadProgress span {
    background-color: #FAFAFA;
    padding: 20px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    height: 20px;
    width: 350px;
    margin-top: -10px;
    margin-left: -175px;
    z-index: 10000;
    display: none;
}

.boxesAssunto {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    text-align: center;
    margin-top: 3%;
}

.box {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 1rem;
    border: 1px #333 solid;
    border-radius: 9px;
    cursor: pointer;
}

@media(max-width:900px) {
    .boxesAssunto {
        flex-direction: column;
    }

    .logos {
        flex-direction: column;
        gap: 0px;
    }
}

.logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logos div {
    width: 9rem;
}

.titleAssuntos {
    font-size: 18px;
}

.titleCardAssuntos {
    font-size: 19px;
    font-weight: 600;
}

.modal-title {
    font-size: 18px;
}

.boxAcessibilidade {
    align-items: center;
    justify-self: center;
    gap: 1rem;
    background-color: #000;
    position: fixed;
    left: -230px;
    top: 0;
    border-radius: 0px 3px 5px 0px;
    flex-direction: column;
}

.exibitionAcessibilidade {
    animation: acessibility 0.5s linear normal;
    animation-fill-mode: forwards;
}

.descricao {
    margin-left: -200px;
    /* width: 100%; */
    position: relative;
    background: #000;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: -1px; */
    padding: 7px;
    z-index: -1;
}

/* .descricao p {
    color: #fff;
    margin: 0 auto;
} */

.textAcessibilidade {
    padding: 1px 12px;
    cursor: pointer;
}

.textAcessibilidade p {
    color: #fff;
    margin: 3px auto;
    position: relative;
    font-size: 13px;
}

.iconEye {
    color: #fff;
    font-size: 20px;
    background-color: #333;
    padding: 1rem;
    position: fixed;
    left: 0px;
    top: 0;
    cursor: pointer;
    height: 56px;
    border: 1px #ccccbb1c solid;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .descricaoAce:hover .descricao {
    animation: acessibilityDescription 0.5s linear normal;
    animation-fill-mode: forwards;
} */

.contraste {
    color: #fff;
}

.btnContraste {
    display: flex;
    /* flex-direction: column; */
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin: 0 auto;
}

.sectionContrasteIdioma {
    width: 100%;
    padding: 0px 20px 0px 20px;
    z-index: 99999;
}

/*Theme Dark*/
.bg-theme-escuro {
    background-color: #000 !important;
}

.bg-theme-escuro .jumbotron,
.bg-theme-escuro main,
.bg-theme-escuro .box p,
.bg-theme-escuro main h1,
.bg-theme-escuro main h2,
.bg-theme-escuro main h3,
.bg-theme-escuro main h4,
.bg-theme-escuro main h5,
.bg-theme-escuro main h6,
.bg-theme-escuro main p,
.bg-theme-escuro main span,
.bg-theme-escuro .modal-header,
.bg-theme-escuro .modal-body,
.bg-theme-escuro .modal-footer,
.bg-theme-escuro .modal p,
.bg-theme-escuro main #validMailPhone,
.bg-theme-escuro #footer p {
    background-color: #000;
    color: rgb(80, 208, 160) !important;
}

.bg-theme-escuro header .btnContraste .contraste {
    color: rgb(252, 255, 60) !important;
}

.bg-theme-escuro nav .nav-link,
.bg-theme-escuro main button,
.bg-theme-escuro .altera-lingua-menu .altera-lingua,
.bg-theme-escuro .titleAssuntos,
.bg-theme-escuro .box,
.bg-theme-escuro .box .titleCardAssuntos,
.bg-theme-escuro .modal-header .close,
.bg-theme-escuro button,
.bg-theme-escuro main #labeattach span {
    background-color: rgb(0, 0, 0) !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(252, 255, 60) !important;
}

/*Theme Claro*/
.bg-theme-claro {
    background-color: #fff !important;
}

.bg-theme-claro .jumbotron,
.bg-theme-claro main,
.bg-theme-claro .box p,
.bg-theme-claro header h1,
.bg-theme-claro main h2,
.bg-theme-claro main h3,
.bg-theme-claro main h4,
.bg-theme-claro main h5,
.bg-theme-claro main h6,
.bg-theme-claro main p,
.bg-theme-claro main span,
.bg-theme-claro .modal-header,
.bg-theme-claro .modal-body,
.bg-theme-claro .modal-footer,
.bg-theme-claro .modal p,
.bg-theme-claro main #validMailPhone,
.bg-theme-claro #footer p,
.bg-theme-claro .contraste {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
}

.bg-theme-claro nav .nav-link,
.bg-theme-claro main button,
.bg-theme-claro .altera-lingua-menu .altera-lingua,
.bg-theme-claro .titleAssuntos,
.bg-theme-claro .box,
.bg-theme-claro .box .titleCardAssuntos,
.bg-theme-claro .modal-header .close,
.bg-theme-claro button,
.bg-theme-claro main #labeattach span {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
}

.bg-theme-claro header img {
    background-color: #000;
    border-color: rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
}

/*Invert Contrast*/

.theme-invert-contrast {
    filter: invert(100%);
}

/*Desaturate Contrast*/
.theme-desaturate-contrast {
    filter: grayscale(100%);
}


@keyframes acessibility {
    0% {
        left: -230px;
        transition: 1s all linear;
    }

    100% {
        left: 3rem;
        transition: 1s all linear;
    }
}

@keyframes acessibilityDescription {
    0% {
        left: -200px;
        transition: 1s all linear;
    }

    100% {
        left: 326px;
        transition: 1s all linear;
    }
}