/*
GERAL
*/
@font-face {
    font-family: nexa;
    src: url(/font/NexaScriptDemo-Bold.otf);
}


#sobre h1 {
    color: #000000;
    margin-left: 70px;
    margin-top: 0;
    font-family: 'Montserrat:wght@700', sans-serif;
    font-weight: 100px;
    text-align: left;
    font-size: 60px;
}

h2 {
    color: #4b4b4b;
    margin: 200;
    font-family: "Montserrat";
    font-weight: 50;
    text-align: center;
}

h3{
    color: #4b4b4b;
    margin: 100;
    font-family: "Montserrat";
    font-weight: 10;
    text-align: center;
    font-size: 15px;
} 

#sobre h4 {
    color: #000000;
    margin-left: 70px;
    font-family: 'Montserrat:wght@200', sans-serif;
    font-size: 30px;
    
}



.botao {
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 8px;
    background-color: #00FF7F;
    font-size: .7em;
    border-radius: 10px;
}

.botao:hover {
    color: black;
}
}
/*
NAVEGAÇÃO
*/

nav {
    background-color: rgba(255,255,255,0.7);
    margin-top: 0px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1;
    
}


/*menu janela reduzida*/
nav ul {
    list-style: none;
    padding: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

nav ul li {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    float: left;
    width: 150px;
    font-size: 10px;
    z-index: 1;
    text-align: center;
}

nav ul li a {
    color: black;
    position:static;
    display: flex;
    width: 100%;
    z-index: 1;
}


@media (max-width: 1100px) {
    
    label[for="bt_menu"] {
    display: block;  
    position: absolute;
    
    }
    nav ul li {
        width: 100%;
        float: none;
        z-index: 1;
        
    }
}



/*
FOOTER
*/

footer {
    color: inherit;
    list-style: none;
    text-decoration: none;
    color: #fff;
}


    

