/*
GERAL
*/


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;  
        font-size: 22px;
    }
    
}



/*
CABEÇALHO
*/




header p {
    margin-bottom: em;
    color: black;
    font-size: 17px;
    text-align: center;
    font-family: "montserrat";
    
}


/*
Seguir
*/
@media(max-width: 900px) {
    .seguir {
        width: 100%;
    }
}

.seguir {
    background-image: url(../../img/BG.jpg);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;

}

.seguir h1 {
    color: #374273;
    font-size: 50px;
    font-family: "montserrat";
    padding-left: 40px;
    
}

.seguir p {
    color: #377257;
    text-align: left;
    font-size: 23px;
    margin-bottom: 30px;
    padding-left: 40px;
}

seguir div{
    display: block;
    float: left;
    padding-left: 20px;
    align-items: left;
    width: 100%;
    
    
}



/*
FOOTER
*/
@media(min-width: 1920px) {
    #footer {
        width: 100%;
        
    }
}
footer {
    background-color: #4b4b4b;
    padding-bottom: 50px;
    width: 100%;
    padding-top: 50px;
}
@media(max-width:1100px) {
    #gol{
        padding-top: 600px;  
        margin-left: -55%;
        width: 100%;
        
    }
}
#gol {
    padding-left: 60%;
    
}


#faleconosco{
    
    font-family: 'arial';
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 16px;
    margin-top: -300px;
    background-color: #4b4b4b;
    color: #fff;
}

@media(max-width:1100px) {
    #faleconosco p{
       margin-left: %;
        
    }
}

#faleconosco p {
    margin-top: -20px;
    color: #fff;
    text-align: left;
    background-color: #4b4b4b;
    font-family: 'montserrat';
    
} 
#faleconosco a {
    color: #00FF7F;
    cursor: pointer;
}

#duvidas {
    position: absolute;
    text-decoration: none;
    list-style: none;
    text-align: left;
    font-size: 20px;
    color: inherit;
    cursor: pointer;
    color: white;
    font-family: 'montserrat';
    
}

#duvidas a {
    color: inherit;
    list-style: none;
    text-decoration: inherit;
}


#insta {
    
    display: flex;
    margin-left: 57%;
}

/*
MEDIA QUERIES
*/

