@charset "UTF-8";

#btn-mobile {
    display: none !important;
}

header#topo {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #003b69;
    justify-content: flex-start; 
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
    z-index: 900;
    box-shadow: 0 2px 15px rgba(0,0,0,0.4);
}

header#topo img {
    height: 40px; 
    width: auto;
}

header > nav {
    position: fixed !important;
    top: 12px !important; 
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important; 
    
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;

    width: max-content !important;
    max-width: none !important; 
    
    height: 40px !important; 
    background-color: #002847 !important; 
    padding: 3px 15px !important; 
    border-radius: 50px !important;
    z-index: 1000 !important;
}

header > nav > a {
    position: relative;
    color: #F8F8FF !important; 
    
    padding: 6px 14px !important; 
    font-size: 0.85rem !important; 
    
    margin: 0 !important;
    font-weight: 500;
    border-radius: 30px !important;
    z-index: 2; 
    transition: color 0.3s ease; 
    background: transparent !important; 
    white-space: nowrap !important;
}

header > nav > a:hover, header > nav > a.ativo {
    color: white !important;
}

header > nav:hover > a.ativo:not(:hover) {
    color: #8bbce6 !important; 
}

.nav-marker {
    display: block !important;
    position: absolute;
    left: 0;
    top: 5px;
    height: calc(100% - 10px);
    width: 0; 
    background-color: #0084E9; 
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); 
}

header > main{
    height: 89vh;
}

body > main{
    flex-flow: column nowrap;
}

main > img{
    margin-right: 40px;
}

header > header{
    display: none;
}

header > section#desktop{
    background-color: #003b69;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    color: #F8F8FF;
}

header > section#desktop > img{
    width: 40px;
    padding: 5px;
}

header > section#desktop > nav{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 0px;
    width: 100%;
}

header > section#desktop > nav > a{
    margin-right: 20px;
    padding: 0px;
}

header > section#desktop > nav > a:hover{
    text-decoration: underline;
    color: #0084E9;
}

section#proj{
  flex-flow: row wrap;
  max-width: 1000px;
}

section#proj > div{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p#pfinal{
    margin-bottom: 30px;
}

ul > li{
    width: 400px;
}

main > section#texto-ini{
  width: 800px;
}

div.linguagem{
    align-items: left;
}

dialog{
    padding: 25px;
}