/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');
*/
*{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    background-color: #044b29;
    font-family: 'Raleway', sans-serif;
    color: black;
}
nav{
    height: 100px;
    background-color: #044b29;
}
ul{
    
    display: inline-block;
    float: right;
    margin-right: 30px;
    
}
li{
    
    display:inline-block;
    line-height: 58px;
    margin: 0px 10px;
    font-weight: bold;
    
    
}

a{
    text-decoration: none;
}

li a:hover{
    color:#4ba46a;
}
.logo{
    float: left;
     
}
.logo img{
    height: 100%;
    width: 205px;
    display: inline-block;
    margin-top:1px;
    margin-left: 30px;
}
section.corpo{
    height: 500px;
    background-image: url("imagens/funtroca.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px;
}
section h1{
    text-align: center;
    color: #044b29;
    font-size: 30pt;
    

}
section p{
    margin: auto;
    margin-top: 20px;
    color: black;
    text-align: center;
    font-style: italic;
    line-height: 25px;
    font-weight: 200;
    width: 60%;
}
section p span{
 
    font-weight: bold;

}




.corpo a img{

    
}
.capa a:hover{
    text-decoration: none;
    color: blue;
}
.rodape{
    margin-top: 50px;
    text-align: center;
}
.img-rodape {
    display: inline-block;
    padding-top: ;
    margin: ;
    text-align: center;
    margin-left: 65px;
}
.img-rodape p{
    padding-top: 10px;
    color: black;
    font-weight: bold;
}
.img-rodape a:hover{
    color: #f7a52b;
}