*{
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.imagemprincipal img{
    width: 100%;
}



.conteudo{
    margin: auto;
    width: 960px;
    min-width: 360px;
    text-align: center;
    font-size: 18px;
}

.conteudo p{
    padding-top: 15px;
    
    
}

.linha{
    display: flex;
    text-align: center;
    justify-content: center;


}

.centro{
    height: 185px;
}

@media only screen and (max-width: 580px){
    .centro {
    height: 50px;
    
    }
    }

.bloco01, .bloco02 {
    width: 350px;
    margin: 15px;
    background-image: linear-gradient( to right, #94d157c4, #94d15749);
    padding: 10px;
    border-radius: 15px;
    justify-content: center;
    justify-items: center;
}



.bloco01 a {
    text-decoration: none;
    display: block;
    text-align: center;
    
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #006838;
    padding: 13px;
    color: white;
    font-weight: bolder;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
}

.bloco01 a:hover{
    background-color: rgb(32, 194, 94);
}

.bloco02 a {
    text-decoration: none;
    display: block;
    text-align: center;
    
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #006838;
    padding: 13px;
    color: white;
    font-weight: bolder;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
}

.bloco02 a:hover{
    background-color: rgb(32, 194, 94);
}



@media only screen and (max-width: 580px){
    .linha {
    width: 100%;
    text-align: center;
    display: block;
    justify-content: center;
    justify-items: center;
    
    }
    }

    @media only screen and (max-width: 580px){
        .conteudo {
        width: 100%;
        text-align: center;
        font-size: 11px;
        
    
        }
        }

        @media only screen and (max-width: 580px){
            .bloco01, .bloco02 {
            width: 87%;
            text-align: center;
            display: block;
            
            
            
            }
            }

            .projetos{
    
                text-align: center;
                padding: 15px;
                background-color: #348F0D;
                
            }
            
            h2 span{
                background-color: white;
                border-radius: 15px 0px 15px 0px;
                padding-left: 30px;
                padding-right: 30px;
                
            }
















            @media only screen and (min-width: 700px) and (min-height: 600px){
                .mobile{
                display: none;
                }
                }
                
                @media only screen and (max-width: 700px) and (min-height: 300px){
                .desktop{
                    display: none;
                }
                }
                @media only screen and (max-height: 599px){
                    .desktop{
                        display: none;
                }
                }
                
                @media only screen and (min-width: 700px) and (min-height: 600px){
                .pequena{
                    width: 150px;
                    height: 50px;
                }
                } 
                
                 /*PRIMEIRA PARTE DO CABEÇALHO*/
                .cabecalho{
                    background-color: whitesmoke;
                    display: flex;
                    justify-content: space-around;
                    align-items: center;
                    height: 10vh;
                    padding-bottom: 10px;
                   
                }
                @media only screen and (max-height: 600px){
                .cabecalho{
                padding: 10px;
                
                
                
                }
                }
                
                /*ICONES DA PRIMEIRA PARTE DO CABEÇALHO*/
                .nav-list{
                    list-style: none;
                    display: flex;
                }
                
                .nav-list li {
                    letter-spacing: 20px;
                }
                
                .nav-list i{
                    color: black;
                }
                
                
                
                /* NAV MENU */
                .menu {
                    background-color: whitesmoke;
                    display: flex;
                    justify-content: space-around;
                    align-items: center;
                    height: 5vh;
                }
                
                
                /*LINKS DO MENU*/
                .menu a{
                    color: rgb(0, 0, 0);
                    font-weight: bold;
                    font-size: 10px;
                    text-align: center;
                    text-decoration: none;
                    display: block;
                    border-bottom: 1px solid #006837;
                    padding-bottom: 4px;
                }
                @media only screen and (min-width: 700px) and (min-height: 600px){
                .menu a{
                    font-size: 15px;
                }
                }


                





                footer{
                    text-align: center;
                    background-color:whitesmoke;  
                    padding: 20px 0;
                }
                
                footer p{
                    margin-top: 10px;
                }