@import './cores.css';
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    background-color: var(--cor-tematica);
    color: var(--white-color);
}

/*Inicio do header*/
header {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-superior {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 110px;
    max-height: 110px;
    background: var(--cor-tematica);
    padding: 0px 20px 0px 20px;
}

.header-superior.responsivo {
    display: none;
}

.links-header {
    display: flex;
    align-items: center;
}

header a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 0px 20px;
}

header a:hover {
    color: white;
    text-decoration: none;
}

.nav-link.dropdown-toggle {
    padding: .5rem 1rem;
}

.titleHeader {
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.titleHeader span {
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(10px, 40px, 0px);
    /* distancia entre menu e btn */
    top: 0px;
    left: 0px;
    will-change: transform;
}
.dropdown-item {
    color: #fff !important;
}
.dropdown {
    display: inline-block;
    list-style: none;
}

li .dropdown-item {
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
}

li .dropdown-item:hover {
    background-color: var(--cor-tematica-dark);
    color: #fff;
}

.dropdown-menu {
    background-color: var(--cor-tematica) !important;
}

.nav-link.link-admin {
    padding: 15px;
}

.header-inferior {
    min-height: 50px;
    max-height: 50px;
    background: var(--cor-tematica-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 18px 0px 26px;
}

.header-prod{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.servicos{
    color: white;
    font-weight: 600;
    list-style: none;
}

.servicos .nav-prod{
    padding: .1rem 1rem;
}

.servicos{
    display: flex;
    flex-direction: row;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0px 30px;
}

.search__input {
    font-family: inherit;
    font-size: inherit;
    background-color: var(--cor-tematica-extra-dark);
    border: none;
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 3px;
    width: 300px;
    transition: all ease-in-out .5s;
    margin-right: -2rem;
}

.search__input:focus {
    outline: none;
    background-color: var(--cor-tematica-extra-dark);
}

.search__input::-webkit-input-placeholder {
    font-weight: 300;
    color: var(--cor-tematica-extra-light);
}

.search__input:focus+.search__button {
    background-color: var(--cor-tematica-extra-dark);
}

.search__button {
    border: none;
    background-color: var(--cor-tematica-extra-dark);
}

.search__button:hover {
    cursor: pointer;
}

.search__icon {
    height: 1.3em;
    width: 1.3em;
    fill: var(--cor-tematica-extra-light);
}

.nome-servidor {
    color: white !important;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.icon-logado.fa-solid.fa-user-large {
    margin-right: 5px;
}

.linha-amarela {
    background-color: var(--amarelo-color);
    height: 20px;
}

.imagem-footer {
    display: flex;
}

.imagem-footer img {
    width: 100%;
    opacity: 50%;
}

.imagem-footer img.img-responsiva {
    display: none;
}



.footer-conteudo {
    background-color: var(--cor-tematica-dark);
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-esquerda img {
    width: 250px;
}

.footer-esquerda h2 {
    font-size: 16px;
    margin-top: 20px;
    color: white;
    font-weight: 400;
}

.servicos-nomes {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.footer-direita {
    padding: 0px 50px 0px 50px;
}

.servico-conteudo {
    width: 220px;
    margin-left: 40px;
}

.servicos-footer {
    display: flex;
}

.servicos-nomes a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.servicos-nomes a:hover {
    color: #fff;
    text-decoration: none;
}

.servico-conteudo h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 4px;
}

.sublinhado {
    height: 4px;
    background-color: var(--amarelo-color);
    border-radius: 10px;
}

.iconeLogout {
    width: 6rem;
}

/*Fim do header*/

.conteudo-principal {
    padding: 40px;
    display: flex;
}

.slider-home-destaques {
    width: 60%;
}

.slider-container {
    width: 100%;
    margin: 0 auto;
}

.slider-home-destaques img {
    aspect-ratio: 6/3;
    width: 100%;
    border-radius: 5px;
}

.divBtnVoltar {
    width: auto;
}


.btnVoltar {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    width: 200px;
    background-color: #2982CD;
    font-size: 18px;
    border-color: #ccc;
    border-radius: 15px;
    font-weight: 500;
    height: 45px !important;
    align-items: center;
}

.btnVoltar:hover {
    text-decoration: none;
    color: white;
}

.btnVoltar i {
    font-size: 12px;
}

.backbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comunicados.container {
    margin: 0 20px;
    width: 280px;
}

.comunicados.frase {
    width: 100%;
}

.comunicados h1 {
    font-size: 20px;
    background: orange;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content: center;
}

.btn-comunicados {
    background: orange;
    color: white;
    font-weight: 500;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
}

.btn-comunicados:hover {
    color: #fff;
    text-decoration: none;
}

.conteudo-comunicado {
    background-color: white;
    /* border: 3px solid orange; */
    border-radius: 5px;
    padding: 15px;
    display: flex;
    height: 90%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.comunicados .titulo {
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.paragrafo p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 10px 0;
    overflow: hidden;
}


.iconeAniversarioHidden {
    display: none;
    cursor: pointer;
    text-align: center;
    margin: 5% 2% 5% 0%;
    background-color: #288AC1;
    padding: 10px;
    border-radius: 8px;
    height: 60px;
}

.iconeAniversarioHidden .iconeAniversario.fa-solid.fa-cake-candles {
    color: #ffff;
}

.iconeAniversarioPopover .popover-body {
    background-color: #288AC1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.divAniversarioTotal {
    background-color: #F4F4F4;
    justify-content: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter';
    font-weight: 100;
    transition: .5s ease-in-out;
    min-height: 10rem;
    padding: 2rem;
    background-color: var(--white-color);
    border-radius: 5px;
}
.carousel-inner.fimSemana {
    display: flex;
    justify-content: space-between;
    width: 430px;
}
.carouselExampleIndicatorsAniversariantes {
    width: 100%;
}
.carousel-control-prev-icon.fimDeSemana {
    height: 30px;
}
.carousel-control-next-icon.semana {
    height: 30px;
}
.carouselExampleIndicatorsAniversariantes .carousel-control-next-icon,
.carouselExampleIndicatorsAniversariantes .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}

.iconeAniversario {
    rotate: 0deg;
    font-size: 20px;
}

.divAniversario {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--white-color);
    padding: 0rem 2rem;
    background-color: #fff;
}

.divAniversarios {
    background-color: #fff !important;
    margin-top: 40px;
}

.card-aniversariante {
    width: 100%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color);
    font-family: 'Inter' !important;
}

.divNomeAniversariante {
    width: 100%;
    min-height: 15vh;
}

.p_aniversariante {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.p_aniversariante.nome {
    background-color: var(--cor-tematica-dark);
    padding: 5px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
}


.fontAniversariante {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #727272;
    margin-top: 8px;
}

.fontAniversarioSetor {
    font-size: 11px;
    margin: 0 auto;
    width: 85%;
    letter-spacing: .8px;
    color: var(--cor-tematica-dark);
    margin-top: 8px;
}

.fontAniversarioData {
    font-size: 14px;
    margin: 0 auto;
    color: var(--cor-tematica-dark);
    font-weight: 600;
}

.iconeAniversario.fa-solid.fa-cake-candles {
    font-size: 40px;
    font-weight: bold;
    color: var(--cor-tematica-dark);
}

.fechar-btn {
    background: none;
    border: none;
    font-size: 20px;
    margin-left: 100%;
    display: flex;
    color: var(--cor-tematica-dark);
    ;
}

#fimSemana {
    display: flex;
    bottom: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: var(--cor-tematica-extra-dark);
    border: 2px solid var(--cor-tematica-extra-dark);
    align-self: auto;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ffff;
}

.carouselExampleIndicatorsAniversariantes {
    width: 100%;
}

.aniversarianteHidden {
    display: none;
}

.carousel-iner {
    width: 80%;
}

.carousel-item img {
    width: 100%;
}

button.carousel-control-prev {
    height: auto;
}

button.btn-edit-delete {
    width: 40px;
    height: 40px;
}

.frase-aniversario {
    margin: 0 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-servicos {
    position: relative;
    overflow: hidden;
}

.bg-imagem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-servicos {
    position: relative;
    /* Faz com que o conteúdo seja posicionado acima da imagem */
    z-index: 1;
    /* Garante que o conteúdo fique acima da imagem */
    justify-content: center;
    height: 100%;
    /* Ocupa toda a altura da seção */
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.buscar {
    display: flex;
    justify-content: center;
}

.nomes-servicos {
    padding-top: 20px;
    color: white;
    display: flex;
    justify-content: center;
}

.nomes-servicos a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 25px;
}

.nomes-servicos a:hover {
    color: #fff;
    text-decoration: none;
}

.linha-servicos {
    background-color: var(--cor-tematica-extra-dark);
    height: 5px;
    border-radius: 10px;
    margin: 0px 515px 20px;
}

.nomes-servicos .btn-servico.active {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.nomes-servicos .btn-servico.active:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.galeria {
    padding: 40px 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards-servicos {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 515px;
    justify-content: center;
}

.cards-galeria {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.cards-galeria.imagens {
    grid-gap: 0px;
    min-height: 722px;
    margin-bottom: 0px;
}

.galeria-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.galeria-div-main {
    width: 85%;
}

.cards-galeria a {
    text-decoration: none;
}

.card-galeria img {
    height: 80%;
    width: 100%;
}

.card {
    padding: 18px;
    width: 200px;
    background-color: var(--cor-tematica-extra-dark) !important;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center !important;
}

.card svg {
    width: 35px;
    margin-bottom: 5px;
}

.card h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.card img {
    width: 54px;
}

.cards-servicos {
    display: none;
    min-height: 222px;
}

/* From Uiverse.io by alexmaracinaru */
.card-galeria {
    width: 350px;
    background: var(--cor-tematica);
    padding: .2em;
    border-radius: 6px;
    height: 306px;
}

.card-image {
    background-color: rgb(236, 236, 236);
    width: 100%;
    height: 130px;
    border-radius: 6px 6px 0 0;
}

.card-image:hover {
    transform: scale(0.98);
}

.category {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    color: rgb(63, 121, 230);
    padding: 10px 7px 0;
}

.category:hover {
    cursor: pointer;
}

.heading {
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 7px;
    display: flex;
    justify-content: center;
}

.heading:hover {
    cursor: pointer;
}

.titulo-galeria {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 25px;
}

.titulo-galeria-home {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    align-items: center;
}

.titulo-galeria h1 {
    font-weight: 700;
}

.primeira-linha {
    height: 3px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 300px;
    margin-bottom: 6px;
}

.segunda-linha {
    height: 3px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 243px;
    margin-bottom: 40px;
}

.divAlbumTotal {
    display: flex;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}

.divAlbumAdmin {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: center;
    width: 100%;
    gap: .5rem;
}

.cards-ultimas-noticias {
    padding-top: 70px;
    padding-bottom: 50px;
}

.div-todas-images {
    padding: 60px 0 60px 0 !important;
}

.voltar-galeria {
    display: flex;
    justify-content: center;
    background-color: var(--cor-tematica);
    align-items: center;
    height: 35px;
    width: 150px;
    border-radius: 10px;
    cursor: pointer;
}

.voltar-galeria a {
    text-decoration: inherit;
    color: #fff;
    font-weight: 600;
}

.voltar-galeria svg {
    height: 15px;
    width: auto;
    padding-right: 10px;
}

.voltar-galeria a:hover {
    transform: inherit;
    text-decoration: none;
    color: #fff;
}

.divAlbumTotal {
    display: grid;
    grid-template-columns: repeat(4, 330px);
    justify-content: space-between;
    width: 100%;
    gap: .5rem;
}

.divAlbumAdmin {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: center;
    width: 100%;
    gap: .5rem;
}

.divImagem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    border: solid 1px #f7f7f7;
    border-radius: 10px;
}

.imagemGaleria {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.form-outline {
    padding-top: 70px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titulo-ultimas-noticias {
    display: flex;
    justify-content: center;
}

/* PASSADOR DE ABAS  */

.cards-galeria {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 69px;
    margin-bottom: 20px;
}
.card-galeria {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.img-carousel-home-galeria {
    width: 100%;
    height: auto;
}

.pagination {
    display: flex;
    justify-content: end;
    width: 100%;

    text-align: center;
    margin-top: 20px;
}

.ir-repositorio {
    color: #fff !important;
}

.pagination a {
    font-weight: 600;
}

.pagination a:hover {
    color: var(--cor-tematica-dark);
    transition: inherit;
    text-decoration: none;
}

.page-number,
.prev,
.next {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
}

.page-number.active {
    background-color: var(--cor-tematica-dark);
    color: white;
}

/* FIM */

.repositorio-filho {
    background-color: var(--cor-tematica-light);
    border-radius: 8px;
    padding: 3px 5px;
    text-decoration: none !important;
    color: inherit;
}

.link-repositorio-filho {
    text-decoration: none !important;
    color: inherit;
}

.link-repositorio-filho:hover {
    text-decoration: none !important;
    color: inherit;
}

a .repositorio-filho {
    color: #fff;
}

a .repositorio-filho i {
    color: #fff;
}

.cards-ultimas-noticias .card-doc {
    display: flex;
}

.cards-ultimas-noticias .card-doc li {
    list-style: none;
    background: var(--cor-tematica);
    border-radius: 7px;
    width: 600px;
    margin: 2px 20px !important;
}

.cards-ultimas-noticias .card-doc li a {
    color: #fff;
}

.cards-ultimas-noticias .card-doc li a:hover {
    text-decoration: none;
}

.row-repositorios-filhos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
}

.documentos {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: flex-start;
}

/*Inicio da home*/
/* #home-page{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
} */
/*Inicio da nav lateral*/
nav {
    width: 20%;
    background-color: var(--white-color);
    transition: .5s ease-in-out;
}

nav .icon-hamburger,
nav .icon-x {
    /* display: none; */
    cursor: pointer;
    padding-left: 15px;
    padding-top: 15px;
    justify-content: start;
    text-align: start;
    z-index: 50;
    transition: .7s ease-in-out;
}

nav ul {
    padding: 0;
}

nav .nav-blue {
    background-color: var(--cor-tematica);

}

nav ul li a:hover {
    background-color: var(--cor-tematica-dark);
}

nav ul li i {
    font-size: 25px;
    padding-right: 2%;
}

nav .menu-fechado {
    width: 0;
}

.menu-aberto {
    width: 80%;
}

#perfil-servidor {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    font-size: 22px;
    margin: 0 auto;
    color: var(--white-color);
}

.conteudo,
.conteudo-main {
    width: 100% !important;
    background: #f7f7f7;
    flex: 1 0 auto;
}

.repositorios {
    padding: 6%;
    background-color: #f7f7f7;
    display: flex;

}

.repositorios h2 {
    text-align: center;
    font-weight: 700;
}

/* .repositorios .container div{
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.ver-galeria {
    display: flex;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    align-items: center;
    text-decoration: none;
    background-color: orange;
    color: #fff;
    height: 44px;
    width: 300px;
    border-radius: 5px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.ver-galeria:hover {
    color: inherit;
    text-decoration: none;
    background-color: rgb(219, 144, 3);
    color: #fff;
    transform: scale(1.05);
}

.repositorios ul {
    width: 100%;
}

.repositorios ul li {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    list-style: none;
}

.repositorios ul li a {
    width: 100%;
}

.repositorios button {
    background-color: var(--cor-tematica-light);
    border: none;
    transition: .5s ease-in-out;
}

.repositorios button:hover,
.repositorios button:active,
.repositorios button:focus {
    background-color: var(--cor-tematica-dark);
}

@media (max-width: 820px) {
    .noticiaMain {
        padding-right: 20px;
    }
}

nav .icon-hamburger,
nav .icon-x {
    /* display: none; */
    cursor: pointer;
    padding-left: 15px;
    padding-top: 15px;
    justify-content: start;
    text-align: start;
    z-index: 50;
    transition: .7s ease-in-out;
}

nav ul {
    padding: 0;
    transition: .5s ease-in-out;
}


nav .menu-fechado {
    width: 0;
}

.menu-aberto {
    width: 80%;
}

#perfil-servidor {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    font-size: 22px;
    margin: 0 auto;
    color: var(--white-color);
}

.cards-servicos a {
    text-decoration: none;
}

/* Sidebar - inicialmente oculto */
.sidebar {
    height: 100%;
    /* Altura total da tela */
    width: 0;
    /* Largura inicial é 0 para ocultá-lo */
    position: fixed;
    /* Fixo na tela */
    z-index: 2;
    /* Aparece na frente do conteúdo */
    top: 0;
    left: 0;
    background-color: var(--cor-tematica);
    /* Cor de fundo */
    overflow-x: hidden;
    /* Desabilita a rolagem horizontal */
    transition: 0.5s;
    /* Animação para abertura */
    padding-top: 60px;
}

.sidebar a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    height: 0px;
    text-align: left;
    padding: 14px;
    font-size: 14px;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.carousel-control-prev.botao.vol {
    height: 30%;
    font-weight: 600;
}

.carousel-control-next.botao.ava {
    height: 30%;
    font-weight: 600;
}

.svg.vol {
    color: #fff !important;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
}

.externos {
    margin-top: 10px;
}

.sidebar .externos h2 {
    margin: 0;
    padding: 20px 10px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

.sidebar .externos .sublinhado {
    height: 4px;
    background-color: var(--amarelo-color);
    border-radius: 10px;
    width: 208px;
    display: flex;
    margin-top: 6px;
}

.externos.principais {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
    flex-direction: column;
    align-items: center;
}

.sidebar .externos.principais a {
    height: 100%;
    padding: 0%;
}

/* Inicio da section de admin */

.divTotalAdminGaleria {
    padding: 5% 15% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionTabelaAlbum {
    width: 100%;
}

.sectionEditarAlbum.formAdmin {
    width: 80%;
}

.itens-li-admin {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 3px var(--cor-tematica-dark);
    font-family: 'Inter';
    font-weight: 100;
    transition: .5s ease-in-out;
}

.itens-li-admin a {
    color: #fff;
    padding: 8% 6%;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    color: var(--white-color);
    transition: .5s ease-in-out;
    --bs-link-hover-color: white;
}

.itens-li-admin:hover {
    background-color: var(--cor-tematica-dark);
    color: var(--white-color);
    text-decoration: none;
}

.nome-servidor.mobile {
    padding: 20px 10px 0px;
    font-size: 18px;
}

.primeira-linhareposi {
    height: 4px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 300px;
    margin-bottom: 6px;
}

.segunda-linhareposi {
    height: 4px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 243px;
    margin-bottom: 40px;
}

/*botão editar*/
.btn.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #024985;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border-color: #01297e;

    margin-left: 20px;
    width: 140px;
    height: 40px;
}

.btn.btn-secondary2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #024985;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border-color: #01297e;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 140px;
}

.btn.btn-secondary2:hover {
    background-color: #6c757d;
}

.fontbutton {
    font-weight: bold;
    font-size: 16px;
}

.fontexcluid {
    font-weight: bold;
    font-size: 16px;
    margin-left: 6px;
}
.btn.btn-ativo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color:#1e8a22 ;
    margin-left: 20px;
    width: 140px;
    height: 40px;
    padding: 12px 24px;
}
.btn.btn-ativo:hover {
    color: #fff;
    background-color: #175f1a;
}
.modal-footer.servidor {
    display: flex;
    align-items: center;

}
.svg-ativo {
    height: 25px;
}
/*botão excluir*/
.btn.btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C73737;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border-color: #850a0a;
    margin-left: 20px;
    margin-right: 20px ;
    width: 140px;
    height: 40px;
}

.btn.btn-danger:hover {
    background-color: #850a0a;
}

.btn.button-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C73737;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border-color: #850a0a;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px !;
    width: 140px;
    height: 40px;
}

.btn.button-danger:hover {
    background-color: #850a0a;
    color: white;
}

.d-flex.ml-3 {
    justify-content: center;
}

.d-flex.ml-2 {
    justify-content: center;
}

.cell.acoes {
    display: flex;
    justify-content: center;
    font-size: 19px;
    margin-left: 200px;
    margin-right: 30px;
}

.cell.acoes.doc {
    display: flex;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    margin-right: 160px;
}

.cell.nomes {
    font-weight: bold;
    font-size: 19px;
}

.cell.nomes.doc {
    font-weight: bold;
    font-size: 19px;
}

.cell.setores {
    width: 30%;
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    height: 100%;
    align-items: center;
    margin-left: 1rem;
    display: flex;
}



.cell.modell {
    width: 30%;
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    height: 100%;
    align-items: center;
    margin-left: 1rem;
}

.cell.modell.z {
    width: 30%;
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    height: 100%;
    align-items: center;
    margin-left: 1rem;
}

.cell.repositorio {
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-left: 200px;
}

.doc-name {
    width: 30%;
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 1rem;

}

.document-item {
    width: 100px;
    font-weight: 650;
    margin-right: 25px;
    color: var(--cor-tematica-extra-dark);
}

.document-item.d-flex {
    width: 33%;
    margin-top: 20px;
    margin-left: 20px;
}

.row.setores {
    display: flex;
    align-items: center;
    background: #91C9F8;
    border-radius: 15px;
    height: 85px;
    margin-top: 15px;
    justify-items: center;

}

.row.adicionarsetores {
    display: flex;
    align-items: center;
    background: #91C9F8;
    border-radius: 15px;
    height: 85px;
    margin-top: 15px;
    justify-items: center;
}


.row.servidores {
    display: flex;
    align-items: center;
    background: #91C9F8;
    border-radius: 15px;
    height: 85px;
    margin-top: 15px;
    justify-items: center;
    width: 100%;
}

.row.galery {
    display: flex;
    align-items: center;
    background: #91C9F8;
    border-radius: 15px;
    height: 110px;
    margin-top: 15px;
    justify-items: center;
}

.row.documentos {
    display: flex;
    align-items: center;
    background: #91C9F8;
    border-radius: 15px;
    height: 110px;
    margin-top: 15px;
    justify-items: center;
}

.document.dc {
    display: flex;
    align-items: center;
    background: #91C9F8;
    border-radius: 15px;
    height: 85px;
    margin-top: 15px;
    justify-content: space-between;
}

.linereposi h3 {
    font-weight: bold;
    font-size: 42px;
}

.linedoc h3 {
    font-weight: bold;
    font-size: 42px;
}

.linegaleria h3 {
    font-weight: bold;
    font-size: 42px;
}

.linebanners h3 {
    font-weight: bold;
    font-size: 42px;
}

.lineimagens h3 {
    font-weight: bold;
    font-size: 42px;
}


.btn.btn-salved {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-tematica);
    width: 210px;
    height: 45px;
    font-size: 18px;
    border-color: #ccc;
    border-radius: 15px;
    font-weight: 500;
    margin-left: 4px;
    color: var(--white-color);
}


.btn.btn-success {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 45px !important;
    font-size: 18px;
    border-color: #ccc !important;
    border-radius: 15px;
    font-weight: 500;
    /* margin-left: 4px; */
}

.btn.btn-success.plus {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-tematica) !important;
    width: 300px !important;
    height: 45px !important;
    font-size: 18px !important;
    border-color: #ccc !important;
    border-radius: 15px;
    font-weight: 500;
    margin: 0 auto;
}

.repositorio-wrapper {
    width: 100% !important;
    margin-top: 20px !important;
}

.row {
    display: flex;
    /* border-bottom: 1px solid #ddd !important; */
    padding: 10px 0 !important;
}

.header {
    color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
}

.cell {
    flex: 1 !important;
    padding: 10px !important;
    text-align: left !important;
}


.btn {
    font-size: 14px !important;
    padding: 5px 10px !important;
}


/*distance section*/
.sectionTabelaAlbum.mt-3 {
    padding-top: 50px;
}

/*Fim da section de admin*/


/* INICIO FRASE DA SEMANA*/

.edit-frase {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-3 {
    padding-top: 10px;
}

.edit-sm {
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    white-space: nowrap;
}

.form-label {
    font-size: 16px;
    margin-left: 14px;
    color: var(--cor-tematica);
    font-weight: 700;
    margin-top: 20px;
}

.primeira-linhafrase {
    display: flex;
    height: 4px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 400px;
    margin: 0 auto;
    margin-bottom: 6px;
}


.segunda-linhafrase {
    height: 4px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 300px;
    margin-bottom: 6px;
    margin: 0 auto;
}

.segunda-linhaalbm {
    height: 4px;
    border-radius: 10px;
    background-color: var(--cor-tematica-extra-dark);
    width: 300px;
    margin-bottom: 6px;
    margin: 0 auto;
}


.form-control.editexfras {
    border-color: var(--cor-tematica);
    border-width: 3px;
}

.form-control.editexauto {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 60%;
}

.btn.btn-success.saved {
    margin: 0 auto;

}

/* FIM FRASE DA SEMANA*/


/* INICIO CADASTRO SERVIDOR*/

.form-control.editservidor {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 70%;
    height: 60%;
    margin: 0 auto;
}

.form-label.editservidor {
    font-size: 16px;
    color: var(--cor-tematica);
    font-weight: 700;
    margin-left: 240px;
    margin-top: 22px;
}

.input-grande-responsivo {
    margin-top: 20px;
}

.form-select.editsetor {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 70%;
    height: 60%;
    margin: 0 auto;
}

.btnPlace {
    width: 25%;
}

.editserver {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/*FIM SERVIDOR*/

/*INICIO SETOR*/

.form-control.editsetor {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 70%;
    margin: 0 auto;
}

.form-check-label {
    font-size: 16px;
    color: #505050;
    font-weight: 700;
    display: contents;
}

.form-check.form-check-inline {
    margin-top: 20px;
    margin-left: 15px;

}

.btn-container.setor {
    display: flex;
    margin-top: 14px;
}

.form-check-input[type=checkbox] {
    border-color: var(--cor-tematica);
    border-width: 2px;
}


/*FIM SETOR*/

/*INICIO PUBLICAÇÃO*/

.form-control.editpubli {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 70%;
    margin: 0 auto;
}

/*FIM PUBLICAÇÃO*/

.edit-rep {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 90px;
    gap: 17px;
}

.form-control.editRepo {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 60%;
    margin: 0 auto;
}

.form-select.editRepo {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 60%;
    margin: 0 auto;

}

.ql-toolbar.ql-snow {
    border-color: var(--cor-tematica) !important;
    border-width: 3px !important;
    width: 100% !important;
    height: 70% !important;
    margin: 0 auto !important;
}



/* INICIO EDIT REPOSI */

.repoEdit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.edit-DC {
    margin-top: 20px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.form-control.two {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 70%;
    margin: 0 auto;
}

/* FIM EDIT REPOSI */


/* INICIO GALERIA BLADE*/

.cell.galeria {
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    height: 100%;
    align-items: baseline;
    margin-left: 1rem;
    justify-content: center;
}


.cell.album {
    display: flex;
}

.cell.action {
    width: 20%;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.cell.force {
    display: flex;
    justify-content: center;
    position: relative;
    right: 50px;


}

.cell.nome {
    display: flex;
    margin-right: 50px;
}

.row.header {
    font-weight: bold;
    font-size: 19px;
}

.d-flex.justify-content-center {
    margin-top: 15px;
}

/* FIM GALERIA BLADE */


/* INICIO CRIAR DOC BLADE */
.form-control.doc {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 60%;
    margin: 0 auto;
}

.form-select.editdoc {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50%;
    margin: 0 auto;
}

.container.crdoc {
    margin-top: 40px;
    font-size: 16px;
    color: var(--cor-tematica);
    font-weight: 700;
    margin-right: 20px;
}

.form-control.inputFileGaleria {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* FIM criar doc */


/* INICIO EDIT doc */

.form-control.editalbum {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 60%;
    margin: 0 auto;
}

.form-select.editrep {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 60%;
    margin: 0 auto;
}

.hoverEditarDoc {
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #000;

}


#edit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    width: 100%;
    background-color: #2982CD;
    font-size: 15px;
    border-color: #ccc;
    border-radius: 15px;
    font-weight: 500;
    height: 45px;
    align-items: center;
    cursor: pointer;
}

.input {
    display: flex;
}


.container-perm {
    font-size: 16px;
    margin-left: 14px;
    color: var(--cor-tematica);
    font-weight: 700;
    margin-top: 20px;
    display: flex;

}

.btn-container.doc {
    display: flex;
    margin-top: 14px;
    justify-content: center;
    gap: 10px;
}

.form-control.editdoc {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.form-control.publi {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}


.form-control.editalb {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}


.form-select.editdc {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.form-select.editalbm {
    border-color: var(--cor-tematica);
    border-width: 3px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}


/* FIM EDIT doc */

/* INICIO EDIT IMG */

.imagemGaleriaTable {
    display: flex;
    align-items: center;
}


/* FIM EDIT IMG */


/* INICIO SERVIDORES BLADE */

.row.servidores {
    display: flex;
    background: #91C9F8;
    border-radius: 15px;
    height: 85px;
    margin-top: 15px;
    justify-items: center;
}

.cell.set {
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    display: flex;

}

.cell.sets {
    margin-left: 20%;
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    display: flex;
}

.btn-dangerr {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #C73737 !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border-color: #850a0a !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: 125px !important;
    font-weight: bolder !important;
    height: 40px !important;
}


.btn-succets {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #559a46 !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border-color: #228504 !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: 125px !important;
    font-weight: bolder !important;
    height: 40px !important;

}



.container-sucess {
    display: flex;
    align-items: center;
    justify-content: center;
}


.cell.setts {
    font-weight: 650;
    color: #ffffff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

}

.pesquisa-nome,
.pesquisa-setor {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 1rem;
    align-self: end;
    margin: 0 10px;
}

/* fim SERVIDORES BLADE */



.cell.setz {
    margin-left: 20px;
    font-weight: 650;
    color: var(--cor-tematica-extra-dark);
    font-size: 17px;
    display: flex;
}

.cell.stts {
    display: flex;
    justify-content: center;
    font-size: 19px;
    position: relative;
    left: 10px;
}


/*paginação*/

.laravel-pagination {
    display: flex;
    justify-content: center;
}

.flex.items-center.justify-between {
    display: flex;
}

.flex.justify-between.flex-1 sm:hidden {
    display: none;
}

.relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-sm.text-gray-700.leading-5 {
    justify-content: center;
    display: flex;
    border-radius: 8px;
    text-decoration: none;
    color: var(--cor-tematica);
    margin-top: 10px;
}

.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    background-color: var(--cor-tematica) !important;
    border-radius: 8px;
    color: white;
    text-decoration: none;
}


.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    display: none;
}

.relative.inline-flex.items-center.px-4.py-2.ml-3.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    display: none;
}

.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    width: 30px;
    border-radius: 8px;
    margin-top: 10px;
}

.flex.items-center.justify-between {

    background-color: unset;
}

.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    display: none;
}

.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    width: 30px;
    border-radius: 8px;
    margin-top: 10px;
}

.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
    display: none;
}


.font-medium {
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
}


.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 {
    display: none;
}


/* CADASTRO BANNER */

.form-control.edit {
    display: flex;
    justify-content: center;
    max-width: 50%;
    margin-left: 25%;
    border-color: var(--cor-tematica);
    border-width: 3px;
}

.form-label.bannner {
    margin-left: 26.5%;
}

.form-control.control {
    display: flex;
    justify-content: center;
    max-width: 50%;
    margin-left: 25%;
    border-color: var(--cor-tematica);
    border-width: 3px;
}

.spanAviso {
    margin-left: 6%;
}

.spanAlerta {
    display: flex;
    justify-content: center;
}


.btn-container.setor {
    display: flex;
    margin-top: 14px;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
}

.row.mb-2 {
    align-items: baseline;
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: 25%;
}

.form-select.album {
    border-color: var(--cor-tematica);
    border-width: 3px;
}

.organiza-acoes {
    display: inline-block;
}

.btn-add-servidor {
    align-self: end !important;
}

.grupo-input {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.submit {
    border: 2px solid var(--cor-cinza-input);
}

.input-busca-nome,
.select-busca-setor {
    height: 30px;
    border: 2px solid var(--cor-tematica);
    border-radius: 5px;
    padding: 3px;
    width: 250px;
}

.lupa {
    border: none;
    background-color: transparent;
    width: 35px;
    height: 35px;
}

.lupa:hover {
    transform: scale(1.1);
}

.grupo-pesquisa {
    align-items: end;
    border: solid 2px;
    border-radius: 5px;
    border-color: var(--cor-tematica);
    width: 100%;
    padding: 0.6rem !important;
}

.titulo-adc {
    align-items: center;
}

/* Responsividade Repositorio*/

@media (max-width: 470px) {
    .repoEdit {
        justify-content: normal;
        display: grid;
        gap: 10px;
    }

    .edit-DC {
        font-size: 12px;
        white-space: nowrap;
    }

    .grupo-input {
        display: flex !important;
        flex-direction: row;
    }

    .pesquisa-nome,
    .pesquisa-setor {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 !important;
    }

    .submit {
        align-self: end;
    }

    .btn-add-servidor {
        justify-self: center;
    }

    .d-flex.justify-content-center {
        margin: 0;
        padding: 0;
        gap: 1rem;
    }

    .submit {
        padding: 0 !important;
    }

    .cell.galeria {
        margin-left: 0;
        padding: 0;
    }

    .grupo-pesquisa {
        gap: 10px;
        padding: 0;
    }

    .input-busca-nome,
    .select-busca-setor {
        width: 120px;
    }

}



@media (max-width: 500px) {
    .repoEdit {
        justify-content: normal;
        display: grid;
        gap: 10px;
    }

    .edit-DC {
        font-size: 12px;
        white-space: nowrap;

    }
}


@media (max-width: 625px) {
    .edit-sm {
        font-size: 20px;
        white-space: nowrap;
    }

    .edit-frase {
        display: grid;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .form-label {
        font-size: 17px;
        display: flex;
        justify-content: center;
        white-space: nowrap;
    }

    .form-control.editdoc {
        width: 50%;
    }

    .form-select.editdc {
        width: 50%;
    }

    .edit-rep {
        display: grid;
        gap: 10px;
        margin-left: 96px;

    }

    .btnVoltar {
        width: 218px;
    }

    .active {
        display: none;
    }

    .enabled {
        display: none;
    }

    .btn.btn-success {
        width: 213px;
    }

    .primeira-linhafrase {
        width: 200px;
    }

    .segunda-linhafrase {
        width: 150px;
    }

    .edit-DC {
        font-size: 19px;
    }

    .segunda-linhaalbm {
        width: 40%;
    }

    .imagemGaleriaTable {
        justify-content: center;
        display: flex;
        margin-left: 105px;
    }

    .form-label {
        display: flex;
        justify-content: center;
    }

    .container-perm {
        display: flex;
        justify-content: center;
    }

    .form-control.inputFileGaleria {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 49%;
    }

    .linereposi h3 {
        font-size: 20px;
        margin-left: 44px;
    }

    .linedoc h3 {
        font-size: 20px;
        margin-left: 39px;
    }

    .linegaleria h3 {
        font-size: 20px;
        margin-left: 69px;
    }

    .lineimagens h3 {
        font-size: 20px;
        margin-left: 64px;
        font-weight: bold;

    }

    .primeira-linhareposi {
        width: 117px;
        height: 3px;
        margin-left: 50px;
    }

    .segunda-linhareposi {
        width: 152px;
        height: 3px;
        margin-left: 33px;
    }

    .cell.setores {
        text-wrap: nowrap;
    }

    .row.header {
        display: none;
    }

    .btn-container.setor {
        gap: 10px;
        display: grid;
    }

    .mb-2.form-label {
        text-wrap: nowrap;
    }

    .form-label.bannner {
        margin-left: 0.01%;
    }

    .editserver {
        display: grid;
        gap: 10px;
    }

    .form-label.editservidor {
        margin-left: 0.001%;
        margin-top: 23px;
        width: 100%;
    }

    .form-select.editsetor {
        height: 45%;
    }

    .cell.modell {
        margin-left: 101px;
    }

    .cell.modell.z {
        margin-left: 101px;
    }

    .btn.btn-danger {
        width: 76px;
    }

    .paginação-posição {
        margin-left: 158px;
    }

    .btn-container.doc {
        display: grid;
        gap: 10px;
    }

    .btn.btn-secondary {
        width: 76px;
    }

    .row.setores {
        justify-content: center;
        height: 225px;
    }

}




@media (max-width: 770px) {
    .btn.btn-success {
        font-size: 188px;
    }

    .form-select.editRepo {
        height: 45%;
        width: 76%;
    }

    .adc {
        white-space: normal;
        font-size: 15px;
    }

    .form-control.editRepo {
        border-color: var(--cor-tematica);
        border-width: 3px;
        width: 76%;
        height: 60%;
        margin: 0 auto;
    }
}


@media (max-width: 820px) {
    .edit-sm {
        font-size: 20px;
    }

    .row.adicionarsetores {
        height: 230px;
        display: grid;
        width: 283px;
    }
}


@media (max-width: 1164px) {
    .row.header {
        display: none;
    }
}

@media (max-width: 1000px) {
    .cell.nomes.doc {
        display: none;
    }

    .cell.repositorio {
        display: none;
    }

    .cell.acoes.doc {
        display: none;
    }

    .linereposi {
        justify-self: center;
    }

    .pesquisa-nome,
    .pesquisa-setor {
        gap: 0;
    }

    .btn-add-servidor {
        justify-self: center !important;
    }
}

@media (max-width: 1266px) {
    .row.setores {
        height: 142px;
    }

    .name {
        display: none;
    }

    .row.adicionarsetores {
        height: 230px;
        display: grid;
    }

    .cell.setz {
        font-size: 14px;
        word-wrap: break-word;
    }

    .fontbutton {
        display: none;
    }

    .fontexcluid {
        display: none;
    }

    .cell.modell {
        height: 40%;
        font-size: 12px;
        margin-right: 95px;
        text-wrap: nowrap;
        margin-right: 288px;
    }

    .cell.modell.z {
        height: 40%;
        font-size: 12px;
        margin-right: 95px;
        text-wrap: nowrap;
        margin-right: 300px;
    }

    .repoEdit {
        display: grid;
        gap: 10px;
    }

    .btnVoltar {
        width: 212px;
    }

    .edit-DC {
        font-size: 12px;
        white-space: nowrap;
    }

    .document.dc {
        height: 169px;
        display: grid;
    }

    .doc-name {
        text-wrap: nowrap;
    }

}

@media (max-width: 1140px) {
    .cell.galeria {
        font-size: 13px;
    }
}

@media (max-width: 857px) {
    .cell.galeria {
        font-size: 12px;
    }
}

@media (max-width: 874px) {
    .cell.galeria {
        font-size: 13px;
    }

    .btn.btn-danger {
        width: 86px;
    }

    .btn.btn-secondary {
        width: 86px;
    }
}


@media (max-width: 900px) {
    .row.galery {
        height: 270px;
        display: grid;
        margin-left: 1px;
    }

    .row.documentos {
        height: 177px;
        display: grid;
        margin-left: 1px;
    }

    .d-flex.justify-content-center {
        margin: 0;
        margin-top: 15px;
        padding: 0;
        gap: 1rem;
    }

    .d-flex.ml-3 {
        margin-right: 39px;
    }

    .d-flex.ml-2 {
        margin-right: 17px;
    }

    .d-flex.mlz-3.documentos {
        margin-left: 40px;
    }

    .document-item.d-flex {
        justify-content: center;
        width: 51%;
    }

    .btn.btn-secondary2 {
        width: 86px;
    }

    .btn.button-danger {
        width: 86px;
    }

    .col.d-flex {
        margin-left: 32px;
    }

    .col.d-flex.justify-content-center.publicacoes {
        margin-right: 25px;
    }

    .relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
        display: none
    }

    #titulo-servidores {
        margin: 0;
    }

    .linereposi {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .primeira-linhareposi, .segunda-linhareposi{
        margin-left:0;

    }
}

@media (max-width: 1286px) {
    .row.servidores {
        height: 240px;
        display: grid;
        margin-left: 1px;
    }

    .row.header {
        display: none;
    }

    .col.d-flex {
        margin-left: 32px;
    }

    .d-flex.justify-content-between.mb-2.titulo-adc {
        display: grid !important;
        justify-content: center !important;
    }
}


/* Responsividade */
@media screen and (max-width: 768px) {
    .header-inferior {
        display: none;
        /* Esconde o header-inferior */
    }

    .openbtn {
        display: block;
        /* Exibe o botão para abrir o menu */
    }
}


/* RESPONSIVIDADE SERVIÇOS */

@media (max-width: 1700px) {
    .cards-servicos {
        padding: 0px 25%;
    }

    .nomes-servicos {
        padding-top: 20px;
    }

    .linha-servicos {
        margin: 0px 400px 20px;
    }
}

@media (max-width: 1400px) {
    .footer-conteudo {
        flex-wrap: nowrap;
        width: fit-content;
    }
}

@media (max-width: 1000px) {
    .conteudo-principal {
        flex-direction: column;
    }

    .conteudo-comunicado {
        margin-bottom: 15px;
    }

    .cards-servicos {
        padding: 0px 15%;
    }

    .nomes-servicos {
        padding-top: 20px;
    }

    .footer-direita {
        display: none;
    }

    .footer-conteudo {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .slider-home-destaques {
        width: 100%;
        margin-bottom: 15px;
    }

    .comunicados,
    .frase-aniversario {
        display: contents;
    }

    .col.d-flex.het {
        display: block;
    }
}

@media (max-width: 870px) {
    .footer-direita {
        display: none;
    }

    .imagem-footer img {
        display: none;
    }

    .imagem-footer img.img-responsiva {
        display: flex;
        opacity: 50%;
    }

    .nomes-servicos a {
        font-size: 14px;
    }

    .servicos,
    .header-superior {
        display: none;
    }

    .header-superior.responsivo {
        display: flex;
    }

    .divAlbumTotal {
        grid-template-columns: repeat(2, 224px);
    }

}
