@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Oswald);

*{margin: 0px; padding: 0px;}

body {
    background: #595959;
}

div#interface {
    width: 100%;
    height: 100%;
    position: absolute;
}

header#top {
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 6;
    margin: auto;
}

.fullwidth.linha-topo.preto{
    width: 100%;
    height: 5px;
    box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
    position: relative;
    z-index: 7;
    background-color: #282828;
}

.logo.center {
    width: 940px;
    height: 195px;
    margin: auto;
    z-index: 8;

}

.logo.transparente {
    width: 350px;
    height: 247px;
    margin: auto;
}

.nav-collapse.uppercase {
    width: 100%;
    height: 55px;
    background: url(../_imagens/fundo-menu-b.png) repeat-x;
    margin: auto;
}

.menu-top {
    width: 900px;
    height: 55px;
    margin: auto;
}

.nav-collapse.uppercase ul {
    list-style: none;
    position: relative;
}

.nav-collapse.uppercase li {
    display: inline-block;
    *display:inline; zoom:1;
    padding-top: 18px;
    padding-left: 75px;
}

.nav-collapse.uppercase li a{
	font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.nav-collapse.uppercase li a:hover {
    color: #b0996c;
}

section#container {
    width: 100%;
    height: 400px;
}

.slide {
    width: 100%;
    height: 200px;
    background-color: #535353;
    margin-top: 5px;
}

figure#quem-somos-nos {
    width: 900px;
    height: 200px;
    margin: auto;
    position: relative;
    z-index: 7;
}

.quem-somos {
    width: 900px;
    height: 300px;
    margin: auto;
}

.quem-somos p{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: justify;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 25px;
}

footer#rodape {
    width: 100%;
    height: 95px;
    background-color: #4b4b4d;
}

.endereco {
    width: 100%;
    height: 55px;
    background-color: #535353;
}

.endereco p{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
}

.endereco p a{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.endereco p a:hover{
    color: #d9ba7e;
}

.direitos-reservados {
    width: 100%;
    height: 40px;
    background-color: #121212;
}

.direitos-reservados p{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding-top: 3px;
}

.direitos-reservados p a{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.direitos-reservados p a:hover{
    color: #d9ba7e;
}