*{
	margin: 0;
	padding: 0;
}
body{
	color: #202020;
	font-family: 'Roboto', sans-serif;
}
.center{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.clear{
	clear: both;
}
header{
	border-bottom: 1px solid #E2E2E2;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(204,204,204,.5) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(204,204,204,.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,.5)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,204,204,.5) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(204,204,204,.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,204,204,.5) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(204,204,204,.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,204,204,.5) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(204,204,204,.5) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(204,204,204,.5) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(204,204,204,.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
.logo-header{
	float: left;
	margin: 28px 0;
}
.main-menu{
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-menu ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 10px;
}
.main-menu ul li{
	display: inline-block;
}
.main-menu ul li a{
	color: #2f2f2f;
	padding: 6px 16px;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	border-right: 1px solid #b4b4b4;
}
.main-menu ul li.active > a{
	background-color: #5f2f79;
	color: #fff;
}
.socials-head{
	list-style: none;
	text-align: center;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.top-box{
	float: right;
	margin-top: 20px;
	vertical-align: top;
}
.socials-head li{
	display: inline-block;
	margin: 4px 5px;
}
.top-box form{
	display: inline-block;
	vertical-align: middle;
}
.search-input{
	background-color: #dcd1e1;
	border: none;
	padding: 6px 10px;
	min-width: 160px;
	display: inline-block;
}
.search-input:focus{
	border: 1px solid #5f2f79;
	outline: none;
}
.submit-search{
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(../img/iconos-19.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-color: transparent;
	border: none;
	left: -30px;
	top: 5px;
	cursor: pointer;
}
.slider-section{
	/*min-height: 400px;*/
	width: 100%;
	background-color: #eee;
}
.about-section{
	background-image: url(../img/binding_light.png);
	background-repeat: repeat;
	color: #4f4f4f;
	padding: 30px 0;
}
.about-section h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.text-default{
	font-weight: 300;
	font-size: 17px;
	line-height: 1.3;
	margin: 20px;
}
.btn-transparent{
	color: #5f3577;
	padding: 10px 20px;
	display: inline-block;
	margin: 20px;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #5f3577;
}
.btn-transparent:hover{
	color: #fff;
	background-color: #5f3577;
}
.btn-purple{
	color: #fff;
	background-color: #5f3577;
	padding: 10px 20px;
	display: inline-block;
	margin: 20px;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
}
.btn-purple:hover{
	background-color: #472859;
}
.services-section .banner{
	width: 100%;
	height: 250px;

}
.services-section{
	background-color: #e6e6e6;
	padding-bottom: 50px;
	color: #5f367a;
	font-weight: 300;
}
.services-list{
	list-style: none;
	text-align: center;
}
.services-list li{
	display: inline-block;
	margin: 10px 3%;
}
.label-service{
	background-color: #cfbed0;
	padding: 10px;
	text-transform: uppercase;
}
.products-section{
	background-image: url(../img/binding_light.png);
	background-repeat: repeat;
	color: #4f4f4f;
	padding: 30px 0;
}
.products-section h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.products-list{
	list-style: none;
	text-align: center;
}
.products-list li{
	width: 230px;
	vertical-align: top;
}
.products-list li .box-img{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.products-list li .box-img img{
	max-width: 100%;
	display: block;
}
.products-list li{
	display: inline-block;
	margin: 5px;
}
.description-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 100%;
	background-color: rgba(255,255,255,.7);
}
.description-hover h2{
	color: #333740;
	padding: 20px;
	margin: 10px;
	border-bottom: 1px solid #5a3582;
	font-weight: 300;
}

.description-hover p{
	color: #333740;
	font-weight: 300;
	padding: 5px;
	margin: 10px;
}
.products-list li .box-img a:hover > .description-hover{
	bottom: 0;
}
.product-name{
	display: block;
	background-color: #5f367a;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	font-weight: 300;
}
.slide-testimonials{
	background-image: url(../img/banner1.jpg);
	background-repeat: repeat;
	background-size: cover;
	padding: 40px 0;
	min-height: 100px;
}
#quotes{
	list-style: none;
	color: #fff ;
}
#quotes blockquote{
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	font-style: normal;
}
footer{
	background-image: url(../img/binding_light.png);
	background-repeat: repeat;
	color: #4f4f4f;
	padding: 30px 0;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}
footer ul.socials-f{
	list-style: none;
	text-align: center;
}
footer ul.socials-f li{
	display: inline-block;
	margin: 4px;
}

/* Quienes Somos */
.bg-qs{
	background-image: url(http://placehold.it/350x150);
	background-repeat: no-repeat;
	background-size: cover;
}
.overlayed-content{
	background-color: rgba(255,255,255,0.35);
	color: #4e4d52;
	padding: 60px 0;
}
.purple-h1{
	color: #591b71;
	text-transform: uppercase;
	padding-top: 30px;
}
.left-bx-info{
	float: left;
	width: 50%;
	border-top: 10px solid #e8e8e8;
	box-shadow: inset -5px 0 0 0 #e8e8e8;
	height: 150px;
	padding: 30px 0;
}
.right-bx-info{
	float: right;
	width: 50%;
	border-top: 10px solid #e8e8e8;
	box-shadow: inset 5px 0 0 0 #e8e8e8;
	height: 150px;
	padding: 30px 0;
}
.ventajas{
	padding: 60px 0;
	background-color: #fff;
}
.bg-bottom-qs{
	padding: 70px 0;
	background-image: url(../img/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.ventajas-list{
	list-style: none;
	text-align: center;
}
.ventajas-list li{
	display: inline-block;
	position: relative;
	max-width: 33%;
	vertical-align: top;
}
.ventajas-list li .description h2{
	border-bottom: 3px solid #651d6f;
	padding: 10px 0;
	color: #4a4a4a;
	margin-bottom:10px;
}

/* Contacto */
.bg-contacto{
	padding: 60px 0;
	/*
	background-image: url(../img/);
	background-size: auto 100%;
	background-position: right bottom;
	*/
	color: #6f6f6f;
}
.wrap-form{
	width: 70%;
}
.input-wrap{
	width: 44%;
	display: inline-block;
	margin: 10px;
}
.input-wrap:last-child{
	width: 100% !important;
}
.input-txt{
	background-color: #e6e6e6;
	padding: 6px 15px;
	font-size: 17px;
	font-weight: 300;
	color: #333333;
	border: 1px solid rgba(54,7,63,.5);
	width: 87%;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
}
.submit-form{
	background-color: #333333;
	padding: 8px 14px;
	color: #fff;
	font-weight: 300;
	border:none;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	margin-right: 8%;
	cursor: pointer;
}
.input-txt:focus{
	outline: none;
	border: 1px solid #333333;
}
.purple-ribbon{
	background-color: #36073f;
	padding: 15px 0;
	color: #fff;
	font-weight: 300;
	margin: 40px 0;
}
.icon{
	margin: 0px 10px;
}
.purple-ribbon ul{
	list-style: none;
	text-align: center;
}
.purple-ribbon ul li{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 13px;
}
.wrap-productos{
	margin: 40px 0;
	padding: 30px 0;
	border-top: 3px solid #5f367a;
	border-bottom: 3px solid #5f367a;
}
.text-primary{
	font-weight: 100;
	font-size: 2em;
	color: #5f367a;
	margin-top: 25px;
}






