/*Menu Tela-----------------------------------------------------------*/
.menu_absolute{
    width: 100%;
}

.menu_tela{
    background-color: rgb(40, 40, 40);
    position:fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.5s, transform 0.5s;
    overflow: auto;
}

.contatos{
    margin-bottom: 50px;
}

.back{
    color: white;
    font-size: 2em;
    z-index: 3;
    position:absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.back:hover{
    opacity: 80%;
}

.start_display{
    display: block;
}


.back_display{
    display: none;
}

.menu_tela .perfil{
    /* background-color: rgba(30, 30, 30, 0.223);*/
     display: flex;
     align-items:center ;
     justify-content: center;
     border-radius: 150px;
     margin-top: 40px;
     flex-direction: column;
     z-index:2;
     color: var(--white);
     text-align: center;
     transition: 0.5s;
 }
 
 .foto_perfil{
     background-color:var(--black30);
     border-radius: 50%;
     min-height: 150px;
     min-width: 150px;
     max-height: 150px;
     max-width: 150px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 #foto{
     max-width: 95%;
     max-height: 95%;
     border-radius: 50%;
 }
 .nome{
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.4em;
    color: white;
}

.funcao{
    margin-bottom: 40px;
    font-size: 1em;
}

.contatos{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.button_menu p {
    color:var(--white);
    min-width: 280px;
}

.button_menu {
    margin: 10px;
    width: 300px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 20px;
    background-color: rgba(50, 50, 50, 0.8);
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s;
    
}

.button_menu:hover{
    background-color: rgba(90,90,90, 0.8);
    
}

.button_menu img{
max-width: 40px;
margin-right: -40px;
}

.menu a{
    color: rgb(90, 90, 90);
    font-weight: 400;
}

@media (max-width: 680px){


.nav .menu_bar{
    display: flex;
}
.menu_bar img{
    width: 30px;
    margin: 40px;
}

}
