body {
    margin: 0;
    background-color: #f4f0e5;
    font-family: Tahoma;
    
}

.secao{
    width: 700px;
    margin: 20px auto;
    text-align: center;
}

.imagem-logotipo{
    width: 200px;
    
}

.navbar-nav a {
    color:#542f0c;
    margin: 0 10px;
    font-weight: bold;
    font-size: 20px;
}

h1{
    font-size: 32px;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 0;
    border-top: 1px solid #de8e37;
    color: black;
    font-weight: bold;
    font-family: Garamond;
}

h2{
    font-weight: normal;
    color:#de8e37;
    margin-top: 10px;
    font-size: 28px;
    font-family: Brush Script MT;
}

.secao-destaque{
    background-color: #de8e37;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.secao-destaque h3{
    font-size: 28px; 
}

.secao-destaque h4{
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: Times New Roman;
    text-decoration: underline;
}

.secao-destaque p{
    width: 500px;
    margin: 0 auto;
    line-height: 30px;
}

.secao-destaque img{
    width:400px;
    height: 250px;
}

.link{
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.rodape h4{
    margin-top: 18px;
    font-weight: bold;
    color: black;
}

.rodape h3{
    border-top: 1px solid #de8e37;
    padding-top: 20px;
    color: black;
}
