.block_news
{
	width:100%;
	float:left;
	
	background-color:#363636;
	background-image:url(../images/bg_news.png);
	background-position:center;
	background-size:cover;
	min-height:600px !important;
	
	box-shadow:inset 1px 1px 20px rgb(0,0,0,0.5);
	background-attachment:fixed;
}

.newsletter
{
	width:45%;
	margin:0 auto;
	margin-top:250px;
	margin-bottom:250px;
	box-sizing:border-box;
	color:#FFFFFF;
	text-align:center;
	display:table !important;
}

.titulo_news
{
	padding-right:5px;
	text-align:center;
	font-size:25px;
	padding-bottom:10px;
	padding-top:4px;
	float: left;
	width:100%;
	font-family:'Azo Sans';
	font-weight:normal;
	
	text-shadow:1px 1px 4px rgb(0,0,0,0.6);
}

#inputs_news
{
	width:100%;
	min-width:350px;
	margin:0 auto;
	display:table;
}

#inputs_news > div:nth-child(1)
{
	width:calc(100% - 100px);
	float:left;
	margin-top:-1px;
}

#inputs_news > div:nth-child(2)
{
	width:100px;
}

#div_news
{
	width:100%;
	float:left;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	max-height:30px;
	display:table;
	position:relative;	
}

footer
{
	width:100%;
	float:left;
	box-sizing:border-box;
	background-color:rgb(4,4,4);
	display:table;
}

footer>.corpo>.content>ul
{
	width:97%;
	margin:0 auto;
	display:table;
	margin-top:50px;
	margin-bottom:50px;
}

footer>.corpo>.content>ul>li
{
	width:33%;
	list-style:none;
	float:left;
	display:table;
	color:#FFFFFF;
	font-size:12px;
}

footer>.corpo>.content>ul>li:nth-child(1)
{
	width:33%;
	float:left;
	text-align:left;
	font-size:17px;
	line-height:25px;
	font-family:'Termina Test', sans-serif;
}

footer>.corpo>.content strong
{
	font-size:17px;
	line-height:25px;
	font-family:'Termina Test', sans-serif;
	font-weight:normal;
}

footer>.corpo>.content>ul>li:nth-child(2)
{
	padding-left:30px;	
}

footer>.corpo>.content>ul>li:nth-child(2) span
{
	font-size:11px !important;
	color:#FFFFFF;
	line-height:20px;
}

footer>.corpo>.content>ul>li:nth-child(1)
{
	float:left;
	text-align:left;
	display:table;
	box-sizing:border-box;
}

footer>.corpo>.content>ul>li:nth-child(1) ul
{
	width:100% !important;
	float:left;	
	margin:0;
	padding:0;
	margin-top:10px;
	padding-bottom:20px !important;
}

footer>.corpo>.content>ul>li:nth-child(1) ul>li
{
	width:100%;
	float:left;
	list-style:none !important;
	font-size:11px !important;
	line-height:17px;
	margin-bottom:6px;
	color:#FFFFFF;
	text-align:left;
}

footer>.corpo>.content>ul>li:nth-child(3)
{
	float:left;
	text-align:right !important;
	font-size:25px;
}

footer>.corpo>.content>ul>li:nth-child(3) img
{
	width:35px;
}

.footer_enderecos
{
	width:100%;
	float:left;
	height:auto !important;
	min-height:100px !important;
	
	background-color:#FFFFFF;
	color:#000000;
	font-size:14px !important;
	border-top:solid 3px #000000;
	
	padding:30px;
	line-height:22px;
	font-family:'Azo Sans';
}

.footer_enderecos > div:nth-child(1)
{
	width:50%;
	max-width:50% !important;
	float:left;
	text-align:left !important;
	font-size:10px !important;
	padding-left:20px;	
}

.footer_enderecos > div:nth-child(2)
{
	width:50%;
	max-width:50% !important;
	float:right;
	text-align:right;
	padding-right:20px;	
	padding-top:50px;
}

.footer_enderecos > div:nth-child(2) > img
{
	width:90%;
}


.desenvolvido
{
	width:100%;
	float:left;
	text-align:center;
	background-color:#000000;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	display:table;	
	z-index:9;
}

.desenvolvido > div:nth-child(1)
{
	width:auto;
	display:table;
	margin:0 auto;
	margin-top:4px;	
	font-size:10px;
}

@media screen and (max-width:900px) 
{
	.block_news
	{
		background-image:url(../images/bg_news_mobile.png) !important;
		background-position:top center;
		background-size:auto 500px !important;
		background-repeat:no-repeat;
		background-attachment:scroll !important;
		
		height:450px !important;
		min-height:450px !important;
		max-height:450px !important
	}
	
	.newsletter
	{
		width:90% !important;
		margin-top:100px !important;
		margin-bottom:100px !important;
	}
	
	#titulo_news
	{
		width: 100%;
	}
	
	.button_carrinho
	{
		height:50px !important;
		font-size:16px !important;
	}
	
	.button_carrinho_tamanhos
	{
		height:50px !important;
		font-size:16px !important;
	}
	
	footer>.corpo>.content>ul
	{
		margin-top:50px;
		width:calc(100% - 10px) !important;
		margin-left:10px !important;
		display:table;
		padding:0 !important;
	}

	footer>.corpo>.content>ul>li
	{
		width:100%;
		min-height:80px;
		height:80px;
		padding: 0 !important;
		margin: 0 !important;
		display:table !important;
	}

	footer>.corpo>.content>ul>li:nth-child(1)
	{
		width:100%;
		float:left;
		text-align:left;
		font-size:25px;
		line-height:20px;
		height: auto;
		border-bottom: dotted 1px #1E1E1E;
	}

	footer>.corpo>.content>ul>li:nth-child(2)
	{
		border-left:none;
		padding-left:8px;
		margin-top:40px !important;
		padding-bottom: 20px !important;
		display:table !important;
	}

	footer>.corpo>.content>ul>li:nth-child(3)
	{
		width:100%;
		float:left;
		text-align:left !important;
		font-size:25px;
		margin-top: 15px !important;
		border-left:none;
		border-bottom: dotted 1px #1E1E1E;
		border-top: dotted 1px #1E1E1E;
		padding-top:15px !important;
	}
	
	footer>.corpo>.content>ul>li:nth-child(4)
	{
		width:100%;
		float:left;
		text-align:center !important;
		margin-top:40px !important;
		padding-top:15px !important;
		
		border-bottom:none !important
	}

	footer>.corpo>.content>ul>li:nth-child(4) img
	{
		width:48px !important;
		min-width:48px !important;
		margin-right:3px !important;
	}
	
	footer>.corpo>.content>ul>li:nth-child(2) span
	{
		font-size:12px !important;	
	}
	
	.footer_enderecos
	{
		padding:8px !important;	
	}
	
	.footer_enderecos > div
	{
		width:100% !important;
		max-width:100% !important;
		min-width:100% !important;
		
		float:left;
		padding:8px;
		
		padding-top:30px;	
	}
	
	.footer_enderecos img
	{
		min-width:99% !Important;	
	}
}