.smc.item-page .title{
	background-color:#dbefeb;
}
.smc.item-page .title h2{
	font-weight: normal;
}
.smc.item-page .sheet{
	position: absolute;
	width:1020;
	top:1188px;
	left:0;
}
.smc.item-page .sheet img{
	position:relative;
	z-index:2;
}
.smc.item-page .sheet img.telaio{
	position: absolute;
	top:0;
	right:110px;
	z-index:1;
}
.smc.item-page .sheet ul{
	z-index:4;
	position: absolute;
	margin:0;
	padding:0;
	top:33px;
	left:373px;
	list-style: none;
	font-family : 'proxima-nova';
	font-size : 14px;
	line-height : 20px;
}
.smc.item-page .sheet ul li{
	margin-bottom:40px;
	max-width:220px;
}
.smc.item-page .sheet ul:first-child{
	left:64px;
}
.smc.item-page h3{
	position: absolute;
	top:2360px;
	margin:0;
	width:520px;
	left:250px;
  font-family : 'proxima-nova';
  font-size : 29px;
  line-height : 31px;
  font-weight: bolder;
  text-align: center;
}
.smc.item-page .first-paragraph{
	margin-top:00px;
}
.smc.item-page .last-paragraph{
	top:2570px;
}
.smc.item-page .bkg-last-paragraph{
	position: absolute;
	top:2220px;
}
.smc.item-page .feather{
	display: block;
	position: absolute;
	width:180px;
	height:120px;
	background:transparent url(../images/feather-b.png) center center;
	background-size: cover;
	top:-80px;
	left:0;
	-webkit-transform-origin:center top;
  -webkit-animation: feather 6s infinite linear;
          animation: feather 6s infinite linear;
	z-index:200;
}
.smc.item-page .processo{
	top:2280px;
	color: white;
}
@media only screen and (max-width:1024px){
	.item-page.smc{
		overflow-x: hidden;
	}
	.smc.item-page .sheet{
		top:1000px;
	}
	.smc.item-page .sheet ul{
		left:34%;
	}
	.smc.item-page .sheet ul:first-child{
		left:20px;
	}
	.smc.item-page .sheet img {
		width:100%;
	}
	.smc.item-page .sheet img.telaio{
		width:200px;
		left:63%;
		top:40px;
	}
}
@media only screen and (max-width:768px){
	.smc.item-page .first-paragraph{
		padding:0 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.smc.item-page .page .title h2{
		top:60px;
	}
}
@media only screen and (max-width:570px){
	
	.smc.item-page .page .first-paragraph,
	.smc.item-page .sheet,
	.smc.item-page .sheet ul,
	.smc.item-page .processo,
	.smc.item-page .last-paragraph{
		position: relative;
		width: auto;
		float: none;
		margin:0 0 40px 0;
		left: auto !important;
		right: auto;
		bottom: auto;
		top: auto;
		z-index: 1;
	}
	.smc.item-page .processo{
		margin-bottom:0;
	}
	.smc.item-page .last-paragraph{
		background:rgb(246, 211, 209);
		padding:40px;
	}
	.smc.item-page ..bkg-last-paragraph{
		display: none;
	}
	.smc.item-page .sheet{
		margin-bottom:0;
	}
	.smc.item-page .sheet ul{
		padding:40px;
		margin:0;
		z-index:2;
		background:rgba(246, 211, 209, 0.6);
	}
	.smc.item-page .sheet ul:first-child{
		background:rgba(243, 245, 242, 0.6);
	}
	.smc.item-page .processo{
		background:#B7DFD8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:40px;
	}
	.smc.item-page .sheet img.telaio{
		left: auto;
		right:0;
		top:50%;
		margin-top: -220px;
		z-index:1;
	}
}