@charset "UTF-8";

html, body 
{
	height: 100%;
} 

body 
{
	background: url(../images/asset/bg-comevap.png) no-repeat #FFF center 290px;
	
}

* html
{
	height: 100%;
}

#wrapper
{
	position: relative;
	width: 100%;
	min-height: auto;
	margin: 0 auto;
}

#wrapper-content
{
	position: relative;
	display: inline-block;
	width: 960px;
	padding-bottom: 180px;
	left: 50%;
	margin: 82px 0 0 -480px;
}










header
{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 473px;
	margin: 0 auto;
}

#topo-header
{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 473px;
	background: url(../images/asset/topo.png) no-repeat center;
	z-index: 2;
}

#banner
{
	position: relative;
	width: 100%;
	height: 353px;
	overflow: hidden;
}

#popup
{
	  position: absolute;
  width: 240px;
  height: 251px;
  left: 50%;
    margin: -410px 0 0 80px;
  z-index: 2;
}

#logo
{
	position: absolute;
	display: inline-block;
	width: 270px;
	height: 91px;
	left: 50%;
	margin: -295px 0 0 -510px;
	z-index: 4;
}

header nav
{
	position: absolute;
	width: 600px;
	left: 50%;
	margin: 30px 0 0 -460px;
	z-index: 3;
}

header nav ul
{
	list-style: none;
}

header nav a
{
	display: inline-block;
	height: 90px;
	cursor: pointer;
	background: url(../images/asset/asset-menu.png) no-repeat;
}

header nav a#home
{
	width: 84px;
}

header nav a#home:hover, header nav a#home.selected {background-position: 0px -100px;}

header nav a#comevap
{
	width: 134px;
	background-position: -85px 0px;
}

header nav a#comevap:hover, header nav a#comevap.selected {background-position: -85px -100px;}

header nav a#produtos
{
	width: 100px;
	background-position: -222px 0px;
}

header nav a#produtos:hover, header nav a#produtos.selected {background-position: -222px -100px;}

header nav a#dicas
{
	width: 82px;
	background-position: -330px 0px;
}

header nav a#dicas:hover, header nav a#dicas.selected {background-position: -330px -100px;}

header nav a#contato
{
	width: 101px;
	background-position: -415px 0px;
}

header nav a#contato:hover, header nav a#contato.selected {background-position: -415px -100px;}

#rede-social
{
	position: relative;
	width: 245px;
	height: 52px;
	left: 50%;
	margin: 40px 0 0 210px;
	list-style: none;
	z-index: 4;
	text-align: center;
}

#rede-social a
{
	display: inline-block;
	width: 55px;
	height: 52px;
	margin: 0 0 0 4px;
	background: url(../images/asset/asste-redesocial.png) no-repeat;
	cursor: pointer;
}

#rede-social a:first-child
{
	margin: 0 0 0 0;
}

#rede-social a#facebook {background-position: 0px 0px;}
#rede-social a#twitter {background-position: -63px 0px;}
#rede-social a#vimeo {background-position: -127px 0px;}
#rede-social a#youtube {background-position: -192px 0px;}
#rede-social a#instagram {background-position: -256px 0px;}

#marcas
{
	display: inline-block;
	position: relative;
	width: 882px;
	height: 54px;
	left: 50%;
	margin: 30px 0 0 -441px;
}

















footer
{
	position: absolute;
	clear: both;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	bottom: 0px;
	background: url(../images/asset/footer.jpg);
}

footer nav
{
	position: relative;
	text-align: center;
	margin: 45px 0 0 0;
}

footer nav ul
{
	list-style: none;
}

footer nav a
{
	display: inline-block;
	height: 20px;
	cursor: pointer;
	
	font-family: 'swis721_md_btmedium';
	color: #daeffc;
	font-size: 23px;
	background: url(../images/asset/separador-barra-footer.png) left no-repeat;
	padding: 0px 5px 0px 15px;
}

footer nav a:first-child
{
	background: none;
}

footer #certificado
{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: 'swis721_md_btmedium';
	color: #99d6ff;
	font-size: 23px;
	margin: 40px 0 0 0;
}