*{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.imagemprincipal img{
    width: 100%;
    
}

.principal{
    margin: auto;
    width: 960px;
    font-size: 18px;
   
}

@media only screen and (max-width: 580px){
    .principal {
    width: 100%;
    font-size: 11px;
    
    
    
    }
    }


.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;
    
}
.conteudo{
    padding: 15px;

}


/*.conteudo img{
    width: 450px; 450px é maior do que a largura do mobile
    height: 350px;
}Essa formatação nao esta funcionando */


main .imagens{
    
    padding: 15px;
    justify-content: center;
    text-align: center;
    
}


.card img{
    width: 550px;
    
    
}

@media only screen and (max-width: 580px){
    .card img {
    width: 100%;
    text-align: center;
    
    
    }
    }

.card a{
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #348F0D;
    padding: 13px;
    color: white;
    font-weight: bolder;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
    
}

.card a:hover{
    background-color: rgb(17, 97, 48);
}



.linha{
    display: flex;
    text-align: center;
    justify-content: center;
   
   
}

.campanha01, .campanha02, .campanha03, .campanha04{
   
    padding: 15px;
    height: 350px;
    width: 100%;
    max-width: 350px;
    
}

@media only screen and (max-width: 580px){
    .linha {
    width: 100%;
    text-align: center;
    display: block;
    
    }
    }


.campanha01 img{
    width: 150px;
    height: 150px;
}

.campanha01 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: 10px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
    width: 90%;

   
}




    @media only screen and (max-width: 580px){
        .campanha01  {
        margin-top: 15px;
        
        }
        }

        @media only screen and (max-width: 580px){
            .campanha02, .campanha03, .campanha04  {
            margin-top: 50px;
            }
        }   
    



.campanha01 a:hover{
    background-color: rgb(32, 194, 94);
}


.campanha02 img{
    width: 150px;
    height: 150px;
}

.campanha02 a{
    text-decoration: none;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #006838;
    padding: 13px;
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
    width: 90%;
   
}



.campanha02 a:hover{
    background-color: rgb(32, 194, 94);
}



.campanha03 img{
    width: 150px;
    height: 150px;
}

.campanha03 a{
    text-decoration: none;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #006838;
    padding: 13px;
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
    width: 90%;
   
}


.campanha03 a:hover{
    background-color: rgb(32, 194, 94);
}



.campanha04 img{
    width: 150px;
    height: 150px;
}

.campanha04 a{
    text-decoration: none;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #006838;
    padding: 13px;
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(32, 95, 60, 0.74);
    width: 90%;
    
    
}


.campanha04 a:hover{
    background-color: rgb(32, 194, 94);
}





















@media only screen and (min-width: 700px) and (min-height: 600px){
    .cabecalho{
    display: none;
    }
    }
    
    @media only screen and (max-width: 700px) and (min-height: 300px){
    .cabecalho1{
        display: none;
    }
    }
    @media only screen and (max-height: 599px){
        .cabecalho1{
            display: none;
    }
    }
    
    .pequena{
        width: 35px;
        height: 35px;
    }
    @media only screen and (min-width: 700px) and (min-height: 600px){
    .pequena{
        width: 150px;
        height: 50px;
    }
    } 
    
     /*PRIMEIRA PARTE DO CABEÇALHO*/
    .nav-list{
        background-color: whitesmoke;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 10vh;
        padding-bottom: 10px;
       
    }

    .nav-cabecalho{
        background-color: whitesmoke;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 10vh;
    }
    @media only screen and (max-height: 600px){
    .nav-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: 11px;
        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: 18px;
    }
    }


    .inicio01{
        text-align: center;
        padding: 15px;
    }







   /*RODAPE*/
footer{
    text-align: center;
    background-color:whitesmoke;  
    padding: 20px 0;
}

footer p{
    margin-top: 10px;
}

/*RODAPE LOGOMARCA*/
footer img{
    width: 100px;
    height: 35px;
}
@media only screen and (min-width: 700px) and (min-height: 600px){
footer img {
    width: 300px;
    height: 100px;
}
}