/*INICIO INDEX*/
.carousel{
	width: 100%;
	height: 500px;
}

.yerba-with{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #909295;
}

.yerba-teabags{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #9da0a1;
}
.matecito{
	background: url(../images/home/Banners/home-Mate-01.png) no-repeat bottom center;
	background-size: cover;
	width: 100%;
	height: 500px;
	z-index: 1;
	position:relative;
	/*margin-left: 800px;
	margin-top: 205px;*/
}

.slider {
	float: left;
	width:100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.slider li {
	display: block;
	position: absolute;
}

.slider-back{
	width: 100%;
	height: 100%;
	background-image: url(../images/home/Banners/home-esqui.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slider-back2{
	width: 100%;
	height: 100%;
	background-image: url(../images/home/Banners/home-rio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back3{
	width: 100%;
	height: 100%;
	background-image: url(../images/home/Banners/home-montanas.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back4{
	width: 100%;
	height: 100%;
	background-image: url(../images/home/Banners/home-Surf-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back5{
	width: 100%;
	height: 100%;
	background-image: url(../images/home/Banners/home-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back6{
	width: 100%;
	height: 100%;
	background-image: url(../images/home/Banners/home-kayak.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.body{
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(236,236,236,1) 61%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(43%, rgba(255,255,255,1)), color-stop(61%, rgba(236,236,236,1)), color-stop(100%, rgba(236,236,236,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(236,236,236,1) 61%, rgba(236,236,236,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(236,236,236,1) 61%, rgba(236,236,236,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(236,236,236,1) 61%, rgba(236,236,236,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(236,236,236,1) 61%, rgba(236,236,236,1) 100%);
	padding-bottom:80px;
	padding-top:30px;
}

.body-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #909295;
	padding-bottom: 50px;
}

.body-title-green{
	font-weight: 600;
	color: #3c9c46;
}

.see-products-button{
	margin-top: 60px;
	background-color: #88AE00;
	width: 768px;
	height: 70px;
	line-height: 70px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: white;
	text-decoration: none;
	display: block;
}

.yerba-link{
	text-decoration:none;
	transform: none !important;
}

.yerba-link:hover{
	text-decoration:none;
}

.yerba-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: #909295;
}

.yerba-desc{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #BA5D28;
}
/*FIN INDEX*/