.products {
max-width: 1050px;
min-height:200px;
padding: 0;
margin: 0 auto;

}
	  
.products ul {
    list-style-type: none !important;
}

/* Tabs container */
.r-tabs {
	position: relative;
	background: none;
	border: none;
	margin:0;


}

.produto{
	height:auto;
	background:#FFF;
	min-height: 195px;
}

.produto .image{
padding: 30px 0;
padding-bottom:0;
text-align:center
}
.produto .image img{
	width:80%;
} 
.produto .content{
padding: 30px 0;
}
.produto .title{
	font-family:'Gotham Rounded Book', sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#000;
}
.produto .text{
	font-family:'Gotham Rounded Book', sans-serif;
	font-size:14px;
	line-height: 15px;
	color:#000
}
.produto .mais{
padding: 10px 0;
}

.produto2{
	background:#FFF;	
}

.produto2 .image{

	display:inline-block;
	background:#FFF;
	width:30%;
	float:left
}
.produto2 .image img{
	width:100%;
	max-width:240px
} 
.produto2 .content{

	background:#FFF
}
.produto2 .content2{

	background:#FFF;
	padding-top:100px;
	padding-left:20px;
	width:60%;
	float:left
}

@media only screen and (min-width : 10px) and (max-width : 510px) 
{
	.produto2 .image
	{
		width:100%;
		float:none;
		text-align:center
	}
	
	.produto2 .content2
	{
		width:100%;
		float:none;
		padding-top:20px;
	}
	.tab-container .panel-container2{padding:20px !important}
	
	.produto2 .image .content img {
		width: 100%;
		height:auto;
		text-align: center;
	}
	.produto2 .image img {
		width: auto;
		height:auto;
		max-height:144px;
		text-align: center;
	}
}

.produto2 .image .title{
	font-family:'Gotham Rounded Book', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#000;
}
.produto2  .image .text{
	font-family:'Gotham Rounded Book', sans-serif;
	font-size:14px;
	line-height: 15px;
	color:#000;
	margin-bottom:20px
}

.produto2  .content2 .title{
	font-family:'Gotham Rounded Book', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
}
.produto2 .content2 .text{
	font-family:'Gotham Rounded Book', sans-serif;
	font-size:14px;
	line-height: 15px;
	color:#000;
	margin-bottom:20px
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #00c5ad;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00c5ad;
	text-shadow: none;
	background-color: white;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #c0c0c0;



}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #00c5ad;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 
