html, body {
    min-height: 100vh;
    /*width: 99.1vw;*/
    width: 100vw;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background-color: #F8F9FA !important;
    overflow-x: hidden;
}

.logoNoSideBar {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.box {
    background: none !important;
    color: #0d0d0d !important;
    text-align: center !important;
    position: fixed !important;
    padding: 20px !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.spinner > div {
    width: 25px;
    height: 25px;
    background-color: #0d3c61;
    margin: 5px !important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
loader
*/

.boxLoader {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #bccbe8;
}

.lds-ellipsis {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0d3c61 !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/*
Fim loader
*/

.alertButton {
    background-color: transparent !important;
    border: none !important;
    color: #777778 !important;
    font-size: 16px !important;
    max-width: 15px !important;
}


.alertButton .pi {
    font-size: 1.3rem !important;
}

.tituloContent {
    display: block;
    margin-bottom: 30px;
    font-size: 20px !important;
}

#app-sidebar-1 {
}

.max-height {
    max-height: 90vh !important;
    overflow: auto !important;
    margin-top: 10px;
}

.loginInput {
    width: 100% !important;
}

.box {
    width: 100%;
    height: 100%;
    position: relative !important;
}

.loginBox {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
}

.main-content-area {
    background-image: url()
}

/*BlockUI*/
.ui-blockui-content.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow {
    box-shadow: none;
}

ui-blockui ui-widget-overlay ui-helper-hidden {
    /*opacity: 0.3 !important;*/
    /*background: none;*/
}

.chips-w-full, .chips-w-full > .ui-chips-container {
    width: 100%;
}

.chips-read-only .ui-chips-token-label {
    padding: 0 0.5rem 0 0.5rem !important;
}

.chips-read-only .ui-icon-close {
    display: none !important;
}

.no-column-headers > div > table > thead,
.no-column-headers > div > .ui-datatable-scrollable-header-box > table > thead {
    display: none;
}

.selOneButton-w-full {
    width: 100%;
}

.selOneButton-w-full > div {
    width: 50%;
}

.actionsZone {
}

.actionsZone button {
    margin-right: 3px;
    margin-bottom: 3px
}

.custom-menuBar {
    background-color: #f2f2f2 !important;;
}

.custom-menuBar .ui-menuitem.ui-widget.ui-corner-all {
    border-radius: 5px
}

.custom-menuBar .ui-menuitem.ui-widget.ui-corner-all > a:hover {
    background: #3c4f76 !important;
    background-color: #e1e1e1 !important;
}

.ui-menuitem.ui-state-hover {
    background-color: #f0f0f0; /* Alterar a cor de fundo */
    color: #333; /* Alterar a cor do texto */
    border: 1px solid #ccc; /* Adicionar uma borda */
}

.ui-menuitem-link.ui-state-hover {
    color: #0066cc; /* Alterar a cor do texto do link */
    text-decoration: underline; /* Adicionar sublinhado ao link */
}

/* CUSTOM REPOSITORIO DIGITAL */

body .ui-button {
    background: #3c4f76 !important;
    border-color: #3c4f76 !important;
}

body .ui-button.ui-state-hover {
    background-color: #404d68 !important;
    border-color: #404d68 !important;
}

.custom-pageLayout {
    width: 1200px;
    margin: 0 auto;
}

.customPanelGrid .ui-panelgrid-content {
    background: #ced1df;
    border: 0 none;
}

body .custom-indicator-galleria .ui-galleria-indicators {
    padding: 1rem .25rem 1rem 0;
}

body .ui-galleria .ui-galleria-indicators {
    padding: 5px;
}

body .ui-galleria.ui-galleria-indicator-onitem .ui-galleria-indicators {
    background: none;
}

.ui-tag {
    background: #383f51 !important;
    font-size: 15px !important;
}

.background-cma-image {
    background-color: #404d68; /* Used if the image is unavailable */
    height: 630px; /* You must set a specified height */
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.surface-section.p-2.custom-pageLayout {
    background-color: transparent !important;
}

body .ui-breadcrumb {
    background: transparent !important;
    border: 0 none;
}

/*body .ui-breadcrumb .ui-breadcrumb-items li:first-child a.ui-icon-home {*/
/*    color: #fff !important;*/
/*}*/

#mainform\:linkSobre, #mainform\:linkContactos, #mainform\:linkAbrantes360 {
    color: #fff !important;
    font-size: 12px;
}

/* pesquisa geral - inputText field e botão */

#mainform\:pesquisaGeral {
    height: 50px;
    border-radius: 0px !important;
}

#mainform\:pesquisaGeral:focus {
    outline: 0 none;
    border-color: #384f51 !important;
    box-shadow: 0 0 0 0.2rem #384f51 !important;
}

#mainform\:pesquisaGeralBtn {
    height: 50px;
    background: #DDDBF1 !important;
    border-color: #DDDBF1 !important;
    border-radius: 0px !important;
    color: #383F51 !important;
    font-weight: bold;
}

#mainform\:pesquisaAvancadaBtn, #mainform\:pesquisaNormalBtn {
    color: white !important;
    margin-left: 15%;
}

/* galeria */

#mainform\:galeriaDestaques .ui-galleria-item-container {
    border-radius: 20px;
    height: 370px !important;
    box-shadow: 0px 0px 45px -17px rgba(0, 0, 0, 0.87);
}

body .ui-panelgrid .ui-panelgrid-cell {
    background-color: transparent !important;
}

/* destaques */

#mainform\:destaquesColBtn {
    margin-left: 21%;
}

#mainform\:destaquesFotoBtn, #mainform\:destaquesVideoBtn, #mainform\:destaquesFundoBtn, #mainform\:destaquesColBtn, #mainform\:destaquesFestaBtn, #mainform\:dadosAbertosBtn, #mainform\:destaquesJornaisBtn {
    border: 0 none !important;
    background: transparent !important;
    font-size: 20px;
}

body .ui-commandlink, body .ui-link {
    color: black !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    text-decoration: none !important;
}

body .ui-card {
    background: transparent !important;
    color: black;
    box-shadow: none !important;
}

body .ui-card .ui-card-footer {
    padding: 0 !important;
}

.menu-item-destaques{
    background: #383f51;
}

.image-cards {
    /*width: 100% !important;*/
   max-width: 100% !important;
    height: 170px !important;
    border-radius: 10px !important;
    background-size: cover !important;
    align-items: center !important;
    transition: 0.3s ease-in-out;
}

.image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.image-container:hover .image-cards {
    filter: brightness(50%);
}

.eye-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem !important;
    color: white;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.image-container:hover .eye-icon {
    opacity: 1;
}

.image-cards-final {
    width: 100% !important;
    height: 205px !important;
    border-radius: 20px !important;
}

.image-final {
    /*width: 95% !important;*/
    /*height: 70% !important;*/
    padding: 0 !important;
    /*object-fit: contain;*/
    border-radius: 25px !important;
}
.image-final-arquivo {
    width: 50% !important;
    /*height: 70% !important;*/
    padding: 0 !important;
    /*object-fit: contain;*/
    border-radius: 25px !important;
}

.containerFinal {
    margin: 0;
    padding: 0 !important;
    box-sizing: border-box;
    height: 53vh;
    /*background: red;*/
    display: flex
}

.h2 {
    margin-bottom: 0.83em;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.h3 {
    margin-bottom: 0.83em;
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}


body .ui-carousel .ui-carousel-indicators .ui-carousel-indicator.ui-state-highlight button {
    background-color: #8D95B4 !important;
}

.content-Arquivo {
    height: 365px !important;
    height: 365px !important;
    /*background-color: #EDF0F7 !important;*/
    background-color: #F8F9FA;
    /*z-index: 1 !important;*/
}

.content-Arquivo2 {
    height: 365px !important;
    background-color: #EDF0F7 !important;
    /*background-color: #F8F9FA;*/
    /*z-index: 1 !important;*/
}

.content-ArquivoFinal {
    height: 245px !important;
    background-color: #EDF0F7 !important;
    /*background-color: #F8F9FA;*/
    /*z-index: 1 !important;*/
}


.geralPesquisa {
    margin: 0 15% !important;
}

.tableFormat:hover {
    background-color: #404D68;
    color: white;
}

.titulosArquivo {
    font-weight: bold;
    font-size: 1.1rem;
    color: #404D68;
    /*color: #4169E1 ;*/
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .geralPesquisa {
        margin: 0 14% !important;
    }
}


.row {
    display: flex;

}

.col-1 {
    flex: 1;
}

.col-3 {
    flex: 3;
}

.col-4 {
    flex: 4 !important;
}
.breadCrumb {
    color: white !important;
}

.button-download {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
    float: right;
}

. button-download:hover {
    background: #F6F9FE;
    color: #174ea6;
}

. button-download:active {
    box-shadow: 0 4px 4px 0 rgba(60, 64, 67, .3), 0 8px 12px 6px rgba(60, 64, 67, .15);
    outline: none;
}

. button-download:focus {
    outline: none;
    border: 2px solid #4285f4;
}

. button-download:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

. button-download:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

. button-download:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

. button-download:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

. button-download:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

