@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(http://fonts.googleapis.com/css?family=Raleway:400,600);

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);*/

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

body {
    background-color: #181818;
}

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

/*Header - INI*/

header#topo{
    width: 100%;
    height: 150px;
  	background: url(../_imagens/header.png) repeat-x;
}

.topo{
    width: 900px;
    height: 150px;
    margin: auto;
    position: relative;
}

.logo{
    width: 541px;
    height: 146px;
    margin: auto;
    position: relative;
}

/*Header - FIM*/

/*Menu - INI*/

nav#menu {
    width: 100%;
    height: 16%;
    background: url(../_imagens/menu.png) repeat-x;
    z-index: 1;
}

.nav.menu{
    width: 900px;
    height: 40px;
    margin: auto;
    position: relative;
}

.nav.menu ul {
    list-style: none;
    position: absolute;
}

.nav.menu li {
    display: inline-block;
    *display:inline; zoom:1;
    text-align: center;
    padding-top: 5px;
    padding-left: 50px;
}

.nav.menu li a{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.nav.menu a:hover {
    color: #F00;
}

/*Section - INI*/

section#conteudo{
    width: 100%;
    height: auto;
    z-index: 10;
    margin-top: -65px;
}

article#conteudo-home{
    width: 900px;
    height: auto;
    margin: auto;
	background-color:#161616;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);

}

.topo-noivos {
    width: 871px;
    height: 45px;
    border-bottom: 5px solid #F00;
    margin: auto;
}

.topo-noivos h1 {
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 20px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 5px;
    text-align: center;
}

.topo-noivos h1 a{
    color: #FFF;
    text-decoration: none;
}

.gal {
    width: 900px;
    height: auto;
    margin-top: 5px;
}

.gal a {
    padding-left: 23px;
}

.gal a img{
    padding-top: 22px;
}

article#redes-sociais {
    width: 100%;
    height: auto;
    background: url(../_imagens/fundo-footer-b.jpg) repeat-x;
	margin-top:0px;
}

.redes-footer {
    width: 900px;
    height: 160px;
    margin: auto;
}

.redes-footer ul {
    width: 900px;
    height: 160px;
    float: left;
    text-decoration: none;
    list-style: none;
}

.redes-footer ul li{
    width: 440px;
    height: 160px;
    float: left;
}

.redes-footer li a{
    text-decoration: none;
}

.redes-footer li h1{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    padding-top: 0px;
    padding-left: 25px;
}

.redes-footer li img{
    padding-top: 0px;
    padding-left: 22px;
}

.redes-footer li h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding-left: 25px;
}

.redes-footer li a{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
}

.redes-footer a:hover {
    color: #F00;
}

.facebook {
    padding-top: 25px;
    float: right;
}

.whatsapp {
	width:18px;
	height:18px;
	top:3px;
	left:-18px;
	position:relative;}
	
.whatsappemporio {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
	margin-left:-16px;
	}

footer#copyright {
    width: 100%;
    height: 140px;
    position: relative;
    background-color: #000;
}

.endereco {
    width: 800px;
    height: 120px;
    position: relative;
    margin: auto;
}

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

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

.endereco a:hover {
    color: #F00;
}

.copyright {
    width: 100%;
    height: 30px;
    position: relative;
	background: url(../_imagens/fundo-copyright-a.png) repeat-x;
}

.copyright p{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    color: #000;
    padding-top: 3px;
    text-align: center;
}

.copyright p a{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    color: #000;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}

.copyright a:hover {
    color: #F00;
}

