.row.produto{



	padding-top: 100px;



}



.row.produto .four .item-selo {



	position: absolute;



	right: -30px;



	bottom: -20px;



	width: 150px;



	height: 150px;



	border-radius: 50%;



	overflow: hidden;



}



 .row.produto .four .item-selo img {



	position: absolute;



	left: -2px;



}



 .row.produto .four .item-selo p {



	position: absolute;



	top: 0;



	font-family: 'Open Sans' sans-serif;



	font-size: 18px;



	color: #FFFFFF;



	padding: 30px 5px 0 30px;



}



.row.produto .seven h2{



	font-family: 'HelveticaNeueLTStdLC';



	font-size: 32px;



	color: #1F1914;



	font-weight: 300;



}



.row.produto .seven h2 span{



	font-size: 40px;



	font-weight: bold;



}



.row.produto .seven p{



	font-family: 'Open Sans Regular' sans-serif;



	font-size: 16px;



	color: #665841;



}



div.crop {

    background: #000;

    height: 250px;

    width: 250px;

    overflow: hidden;

    text-align: center;

    border-radius: 50%;

}

div.crop img {

    margin-top: -55%;

    width: 83%;

    max-width: inherit;

}