@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0; list-style:none; text-decoration:none; font-family:'Open Sans', sans-serif;}

html{background:#E8F0F7;}

#geral,
#barraTopo,
#topo,
#corpo,
#rodape,
#rodape2{width:100%; height:auto; float:left;}

#barraTopo{background:#3A7EB2;}

#topo{border-bottom:1px solid #3A7EB2; background:#fff;}

#barraTopoConteudo,
#topoConteudo,
#corpoConteudo,
#rodapeConteudo,
#rodape2Conteudo{width:980px; height:auto; margin:auto;}

#barraTopoConteudo p a
{
	font-size:13px;
	color:#fff;
	float:left;
	margin:16px 10px;
}

#barraTopoConteudo p a:hover
{
	color:#ADCCE2;
}

#barraTopoConteudo #loginFace
{
	float:left;
	width:400px;
	margin:0 0 0 10px;
}

	#loginFace img
	{
		float:left;
		border:1px solid #fff;
		margin:5px 5px 0 0;
	}
	
	#loginFace p.nomeUFace
	{
		color:#fff;
		font-size:14px;
		font-weight:bold;
		width:350px;
		margin-top:5px;
		float:left;
	}
	
	#loginFace p.btnSair a
	{
		color:#fff;
		font-size:13px;
		float:left;
		margin:0;
	}

#redesSociais
{
	float:right;
	width:auto;
	margin:10px 0;
}

	a .facebook
	{
		width:30px;
		height:30px;
		text-indent:-999px;
		overflow:hidden;
		background:url(../images/iconeFacebook.png) no-repeat;
		float:left;
		margin:0 5px;
	}
	
		a .facebook:hover
		{
			background-position:left -30px;
		}
	
	a .twitter
	{
		width:30px;
		height:30px;
		text-indent:-999px;
		overflow:hidden;
		background:url(../images/iconeTwitter.png) no-repeat;
		float:left;
		margin:0 5px;
	}
	
		a .twitter:hover
		{
			background-position:left -30px;
		}
	
	a .instagram
	{
		width:30px;
		height:30px;
		text-indent:-999px;
		overflow:hidden;
		background:url(../images/iconeInstagram.png) no-repeat;
		float:left;
		margin:0 5px;
	}
	
		a .instagram:hover
		{
			background-position:left -30px;
		}

#topoConteudo #logomarca
{
	width:250px;
	height:auto;
	float:left;
	padding:10px;
	margin:12px 0;
}

	#logomarca img
	{
		width:250px;
		height:auto;
	}
	
	#formularios
	{
		float:right;
	}
	
	#buscar, #cidades
	{
		width:auto;
		height:30px;
		border:1px solid #ccc;
		float:left;
		border-radius:5px;
		margin:20px 10px 0 0;
		padding:10px;
	}
	
	#buscar .txtInput, .selectCidade
	{
		width:200px;
		border:none;
		padding:5px 10px;
		float:left;
		font-size:14px;
		color:#3A7EB2;
	}
	
	#buscar .btnBuscar
	{
		margin:3px 0 0 0;
	}
	
#publicidade
{
	width:760px;
	height:120px;
	margin:10px 10px 0 0;
	float:right;
	text-align:center;
}
	
#menu
{
	float:left;
	margin:20px 0 150px 0;
	padding:10px;
	width:190px;
	height:auto;
}

#menu h1
{
	font-size:20px;
	font-weight:600;
	color:#ED970B;
	margin-bottom:10px;
	padding:0 0 0 5px;
	border-left:3px solid #ED970B;
}

#menu ul li a
{
	font-size:14px;
	color:#3A7EB2;
	padding:5px;
	float:left;
	line-height:20px;
	width:175px;
	height:auto;
	margin-bottom:2px;
	border-left:3px solid #3A7EB2;
}

#menu ul li a:hover
{
	color:#fff;
	background:#3A7EB2;
	border:none;
}

#menu ul li a.menuAtivo
{
	color:#fff;
	background:#3A7EB2;
	width:175px;
	float:left;
}
#listaOfertas
{
	width:720px;
	height:auto;
	min-height:200px;
	padding:20px;
	float:right;
	margin:20px 10px 40px 0;
	background:#fff;
	border-radius:10px;
}

	a #oferta
	{
		border:1px solid #ccc;
		border-radius:10px 10px 0px 0px;
		overflow:hidden;
		width:340px;
		height:370px;
		margin:0 9px 16px 9px;
		float:left;
	}
	
	a:hover #oferta
	{
		border:1px solid #397cb0;
		background:#E8F0F7;
		text-decoration:underline; 
	}
	
	#oferta img
	{
		width:340px;
		height:auto;
	}
	
	#oferta p
	{
		color:#397cb0;
		font-size:14px;
	}
	
	#oferta p.desconto
	{
		float:left;
		width:140px;
		height:60px;
		background:url(../images/cupon.png) no-repeat;
		color:#fff;
		font-size:25px;
		padding:10px;
		text-align:left;
		margin:-200px 0 0 -5px;
		z-index:1;
		position:relative;
	}
	
	#oferta p.desconto span
	{
		font-size:18px;
	}
	
	#oferta p.estabelecimento
	{
		background:url(../images/bkEstabelecimento.png) repeat;
		color:#fff;
		font-size:14px;
		width:340px;
		height:auto;
		min-height:40px;
		margin:-65px 0 0 0;
		padding:10px;
		float:left;
		z-index:1;
		position:relative;
	}
	
	#oferta p.oferta
	{
		padding:0 10px 10px 10px;
		font-size:15px;
		color:#ED970B;
		font-weight:normal;
		font-weight:bold;
		text-align:justify;
		margin-bottom:10px;
	}
	
	#oferta p.de-Por
	{
		font-size:16px;
		font-weight:normal;
		padding:0 10px;
	}
	
	#oferta p.de-Por span
	{
		font-weight:bold;
	}
	
	#oferta p.de-Por span.riscados
	{
		text-decoration:line-through;
	}
	
	#oferta p.baixadoss
	{
		font-size:16px;
		font-weight:normal;
		padding:0 10px;
	}
	
	#oferta p.baixadoss span
	{
		font-weight:bold;
	}
	
	#oferta p.valido
	{
		font-size:16px;
		font-weight:normal;
		padding:0 10px;;
	}
	
	#oferta p.valido span
	{
		font-weight:bold;
	}
	
	a #maisOfertas
	{
		float:left;
		width:680px;
		height:auto;
		margin:20px 0 10px 10px;
		background:#ED9507;
		padding:10px;
	}
	
	a:hover #maisOfertas
	{
		background:#3A7EB2;
	}
	
	a #maisOfertas p
	{
		text-align:center;
		font-size:18px;
		color:#fff;
		text-transform:uppercase;
	}
	
p.historicoNavegacao
{
	width:940px;
	padding:10px 10px 0 10px;
	float:left;
	color:#999;
}

p.historicoNavegacao a
{
	font-size:13px;
	color:#999;
}

p.historicoNavegacao a:hover
{
	font-size:13px;
	color:#3A7EB2;
	text-decoration:underline;
}

#selectCategorias
{
	float:left;
	padding:10px 20px;
	font-size:14px;
	color:#999;
	margin:0 0 0 220px;
}

#selectCategorias select
{
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
	color:#999;
	font-size:13px;
}

#exibeOferta
{
	width:740px;
	height:auto;
	min-height:200px;
	float:left;
	margin:20px 10px 60px 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}

	#exibeOferta h1
	{
		font-size:28px;
		color:#3A7EB2;
		padding:20px;
		margin-bottom:20px;
	}
	
	#exibeOferta .fotoOferta
	{
		width:100%;
		height:auto;
		float:left;
	}
	
		#barraOferta
		{
			background:url(../images/bkBarraOferta.png) repeat;
			border-bottom:1px solid #fff;
			width:740px;
			height:auto;
			min-height:70px;
			z-index:1;
			position:relative;
		}
		
			.percentual
			{
				width:130px;
				height:50px;
				border-right:1px solid #fff;
				background:#ED9507;
				float:left;
				padding:10px;
			}
			
			.percentual p
			{
				color:#fff;
				font-size:30px;
				text-align:center;
				margin:5px 0 0 0;
			}
			
			.dePor, .validade, .cuponsBaixados
			{
				width:120px;
				height:50px;
				border-right:1px solid #fff;
				float:left;
				padding:10px;
			}
			
			.dePor p, .validade p, .cuponsBaixados p
			{
				font-size:18px;
				color:#fff;
				font-weight:700;
			}
			
			.dePor p span, .validade p span, .cuponsBaixados p span
			{
				font-weight:normal;
			}
			
			.dePor p span.riscado
			{
				text-decoration:line-through;
			}
			
			a .baixarCupom
			{
				background:#3A7EB2;
				border-radius:15px 0 0 0;
				width:166px;
				height:90px;
				float:left;
				margin:-20px 0 0 0;
			}
			
			a:hover .baixarCupom
			{
				background:#ED9507;
			}
			
			a .baixarCupom p
			{
				color:#fff;
				font-size:25px;
				text-align:center;
				text-transform:uppercase;
				padding:10px;
			}
			
		.fotoOferta
		{
			width:700px;
			margin:-70px 0 20px 0;
		}
		
		.fotoOferta img
		{
			width:740px;
			height:auto;
		}
		
		#destaquesOferta, #regrasOferta, #sobreOferta
		{
			padding:10px 20px;
			border-bottom:1px solid #ccc;
		}
		
		#destaquesOferta h2, #regrasOferta h2, #sobreOferta h2
		{
			font-size:16px;
			font-weight:600;
			text-transform:uppercase;
			margin:10px 0 5px 0;
			color:#3A7EB2;
		}
		
		#destaquesOferta p, #regrasOferta p, #sobreOferta p
		{
			font-size:13px;
			font-weight:normal;
			color:#999;
			line-height:20px;
			margin-bottom:20px;
		}
		
		#estabelecimento
		{
			background:#EFEFEF;
			padding:20px;
			border-radius:0 0 10px 10px;
		}
		
#maisOfertas
{
	width:200px;
	height:auto;
	margin:21px 20px 0 0;
	float:right;
}

#maisOfertas a #outrasOfertas
{
	width:200px;
	height:auto;
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	margin-bottom:20px;
}

#maisOfertas a:hover #outrasOfertas
{
	background:#E8F0F7;
	border:1px solid #3A7EB2;
	text-decoration:underline;
}

#outrasOfertas img
{
	width:200px;
	height:auto;
}

#outrasOfertas p
{
	font-size:13px;
	text-align:justify;
	padding:5px;
	color:#3A7EB2;
}

#outrasOfertas p span
{
	font-size:14px;
	font-weight:bold;
}

#outrasOfertas p span.off
{
	font-size:13px;
	font-weight:normal;
}

#outrasOfertas p span.riscar
{
	text-decoration:line-through;
	font-weight:normal;
}

#outrasOfertas p.descontos
{
	background:#ED9507;
	color:#fff;
	font-size:18px;
	float:left;
	margin:-115px 0 0 0;
	z-index:1;
	position:relative;
}

/*rodape*/	
#rodape
{
	background:#3A7EB2;
	min-height:200px;
}

#rodapeConteudo #drMobile
{
	width:190px;
	height:auto;
	float:left;
	margin:-30px 0 20px 10px;
}

	#drMobile img
	{
		width:120px;
		height:auto;
		margin:0 0 10px 20px;
	}
	
	#drMobile p
	{
		font-size:14px;
		color:#fff;
		padding:10px;
		float:left;
		margin:-50px 0 0 0;
		z-index:1;
		position:relative;
	}
	
	#drMobile p b
	{
		text-transform:uppercase;
	}
	
	#drMobile img.iosAndroid
	{
		width:27px;
		height:32px;
		float:left;
		padding:0 10px;
	}

#menuRodape{float:left; margin:0 0 0 20px;}

.menuDR, .menuAnunciante, .menuAjuda
{
	float:left;
	padding:10px;
	margin:40px 40px 20px 0px;
}

.menuDR h1, .menuAnunciante h1, .menuAjuda h1
{
	font-size:16px;
	color:#fff;
	font-weight:600;
	margin-bottom:10px;
}

.menuDR ul li a, .menuAnunciante ul li a, .menuAjuda ul li a
{
	font-size:14px;
	color:#ccc;
}

.menuDR ul li a:hover, .menuAnunciante ul li a:hover, .menuAjuda ul li a:hover
{
	color:#fff;
}

#supridata
{
	float:left;
	margin:40px 0 0 0;
}

#supridata p
{
	background:url(../images/selo25AnosSupridata.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:100px;
	height:140px;
}
/*fim rodape*/

/*rodape2*/
#rodape2
{
	background:#fff;
}

#rodape2Conteudo .endereco
{
	float:left;
	padding:10px;
}

	.endereco p
	{
		font-size:13px;
		color:#3A7EB2;
	}
	
#rodape2Conteudo .termos
{
	float:right;
	padding:10px;
	margin:0 20px 0 0;
}

	.termos p
	{
		font-size:13px;
		color:#3A7EB2;
		float:left;
	}
	
	.termos p a
	{
		color:#3A7EB2;
	}
	
	.termos p a:hover
	{
		color:#ED9507;
	}
/*fim rodape2*/