body{
    height: 100%;
    width: 100%;
    overflow-X: hidden;
}


header {
    width: 100vw;
    text-decoration: none;
    background-color: #007BFF;
    display: flex;
    align-items: center;
    padding: 1em;
    height: 120px;
    justify-content: space-between;
    color: white;
    transition: opacity 0.3s ease;
    z-index: 5;
    position: fixed;
    top: 0;
}

.fixed.scrolled {
    opacity: 0.8; /* Ajuste conforme necessário */
}

.fixo{
    position: fixed;
}

nav {
    position:fixed;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    width: 300px;
    top: 0;
    left: 0;
   z-index: 2;
    justify-content: center;
    background-color: #007BFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.582);
    border: 2px solid rgba(0, 0, 0, 0.233);
    display: none;
}

.perfil {
    display: flex;
    align-items: center;
    gap: 1em;
}


.perfil img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#editPerfil {
    width: 300px;
    height: 500px;
    right: 0;
    top: 10%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    z-index: 2;
    display: none;
    color: black;
    border-radius: 10px;
    border: 1px solid black;
}

#editPerfil select{
    width: 100px;
}

 ul a{
    font-size: 1.2em;
}

#editPerfil a:hover{
    cursor: pointer;
    scale: 0.98;
    color: #00000084;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 
    margin-top: 0;
    max-width: 80%;
    height: 100vh;
    margin: auto;
    padding: 1em;
    overflow: visible;
}

.caixasMenu{
    margin-top:1em;
    width: 80vw;
    height: 100h;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
 
}

.row-2-itens{
    display: flex;
    gap: 1em;
    align-items: center;
    height: 70px;
    width: 100%;
    justify-content: center;
}

.caixas{
    width: 300px;
    height: 100px;
    box-shadow: 1px 1px 10px black;
    background-color: aliceblue;
}


.cadastrarItens{
    padding: 2em;
}

#itemImg{
    color: rgb(0, 0, 0);
    font-size: 4em;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40%;
    flex-direction: column;
    align-items: center;
}



  .btn{
    background-color: var(--blue);
    color: white;
    min-height: 40px;
    width: 200px;
    border: none;
    border-radius:5px;
    
}

#conteudoItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7em;
}

.erro{
    background-color: rgb(160, 26, 26);
    border: 1px solid wheat;
    color: rgb(255, 255, 255);
    width:80%;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    border-radius: 5px;
    display: none;
    margin: 1em;
}

.funcionario{
    width: 19rem;
    border: 10px solid #1247b9be;
    border-radius: 10px;
    height: 450px;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 3em;
    
}
.funcionario .corda{
    width: 100px;
    height: 20px;
    border-radius: 20px;
    background-color: rgb(70, 70, 70);
   
    margin-top: 1em;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);

}

.funcionario div{
    margin: auto;
    
}

.funcao{
    height: 100%;
   margin-top: 3em;
}

.funcionario div{
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.funcionario h3{
    text-align: center;
}

.funcionario .perfilCrasha{
    width: 150px;
    text-align: center;
    margin-top: 7px;
}

.fotoCrasha{
    width: 9rem;
    height: 9rem;
    margin: 1em;
    margin-bottom: 1em;
    object-fit:cover;
    margin-top: 2em;
}

#contatoFuncionario{
    position: fixed;
    bottom: 0;
    right: 0%;
    font-size: 3em;
}

#contatoFuncionario:hover{
    cursor: pointer;
    scale: 0.95;
}

