@charset "UTF-8";

@import url("../webfonts/lato_hair/stylesheet.css");
@import url("../webfonts/lato_regular/stylesheet.css");
@import url("../webfonts/lato_light/stylesheet.css");
@import url("../webfonts/lato_bold/stylesheet.css");
@import url("../webfonts/lato_black/stylesheet.css");

a{
text-decoration: none;
}


#wrap {
	background-color: #D7D6C5;
	width: 1152px;
	height: 1704px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}
	
#container {
	width: 838px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

header {
	position: relative;
	height: 80px;
	width: auto;
}

#logo {
	height:35px;
	width: 385px;
    list-style-type: none;
    background-image: url("../Imagens/logoPreto2x.svg");
/*	    background-image: url("../Imagens/logoPreto2x.svg");*/
	background-repeat: no-repeat;
}

/*======== NAV BAR ========================*/

#container header nav {
	width: 635px;
	top: 34px;
	position: absolute;
	left: 238px;
}

ul.navbar li{
	display: inline;
}

ul.navbar a {
	padding: 4px;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	font-family: "lato light";
	}
	
ul.navbar a:hover, ul.navbar{
	font-family: "lato bold";
	text-decoration: none;
	color: #000;
	left: 0px;
	}

 

/*========FOOTER======================*/

footer{
	position: relative;
	background-color: #F4F1E8;
	float: left;
	width: 838px;
	height: 30px;
	margin-left: 0px;
}

#rodape{
	position: absolute;
	top: 5px;
	left: 12px;
	}
#rodape a{
	font-size: 9px;
}
#siga a{
	position: relative;
	left:687px;
	top: 4px;
	text-transform: uppercase;
	font-size: 8px;
}
	
#face img{
	position: absolute;
	top: -17px;
	left: 60px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#pin img{
	position: absolute;
	top: -17px;
	left: 88px;
	width:20px;
	height:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		float: left;
}
#insta img{
	position: absolute;
	top: -17px;
	left: 117px;
	width:20px;
	height:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		float: left;
}



