.desk-menumob,.fundo-menu{
    display: none;
}
header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 4;

}


/*CONFIGURAÇÕES DA LOGO*/
.desk-logo{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    width:15%;
    padding: 10px;
}
#logotipo-desk{
    width: 40px;
    height: 40px;
    transition: 0.5s;
}
#logotipo-desk:hover{
    height:35px;
    width: 35px;
}
#desk-textlogo{
    color: white;
    font-weight: bold;
}


/*CONFIGURAÇÕES DA NAVEGAÇÃO 1*/
.desk-nav{
    display: flex;
    justify-content: space-evenly;
    align-items:center;
    width: 50%;
    padding: 10px;
}
#desk-dadosnav{
    color: white;
    font-weight: bold;
}

/*CONFIGURAÇÕES DA NAVEGAÇÃO 2*/
.desk-contato{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 20%;
    padding: 10px;
}

#desk-contatonav{
    color: white;
    font-weight: bold;
    border: 3px solid white;
    padding: 10px;
    border-radius: 30px;
}
#desk-contatonav:hover{
    background-color:#175ED4 ;
    color: white;
    border: 3px solid #0D3371;
}


#desk-contatonavpro{
    font-weight: bold;
    border: 3px solid rgb(175, 175, 175);
    padding: 10px;
    border-radius: 30px;
    background-color: white;
}

#desk-contatonavpro:hover{
    background-color:#175ED4 ;
    color: white;
    border: 3px solid #0D3371;
}