.header-site {
    background-image: url(../img/fundos/fundo3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
    padding-top: 180px;
    padding-bottom: 450px;
}
.header-top {
    position: absolute;
	top: 2px;
    margin-top: 5px;
    margin-left: 46%;
}
.header-top a{
    color: #FFF;
}
.header-site h1,h5 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.header-site img {
    margin-left: 34%;
    width: 30%;
}
.content-site {
    background-color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-site .row {
    margin-top: 0;
}
.content-site h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
}
.content-site .border {
    height: 380px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
}
.content-site .row img {
    margin: auto;
    width: 90%;
}
.content-site p {
    margin-top: 7px;
    margin-left: 19px;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
}
.content-site small {
    width: 80%;
    margin-top: 5px;
    margin-left: 19px;
    font-family: verdana;
    font-size: 12px;
   
}
.contato {
    background-image: url(../img/fundos/fundo4.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
    padding-top: 350px;
    padding-bottom: 350px;
}
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    color: #FFF;
}

