.enlaces-home{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #757575;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.enlaces-home p{
	font-size: 22px;
	letter-spacing: 1px;
}

.enlaces-home h1{
	font-weight: 700;
	color: #757575;
}

.enlaces-home h2 {
	font-weight: 500;
	color: #757575;
}

.enlaces-home a{
	color: #757575;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 100;
}

.enlaces-home .btn-box.box-unfilled{
	background-color: #FFFFFF;
    border-right: none;
    color: #757575;
    text-align: center;
    border: solid 1px #757575;
    border-radius: 50px;
    width: 70%;
    letter-spacing: 0.30em !important;
    font-size: 16px;
    font-weight: lighter;
    padding: 15px 35px;
    float: inherit;
}
	
	
	
	
.enlaces-home .btn-box.box-unfilled:hover,
.enlaces-home .btn-box.box-unfilled:focus{
	color: #FFF;
	border: solid 1px #E30613;
	background-color: #E30613;
	border-radius: 50px;
}

.enlaces-home .titol_index{
	font-family: 'DryBrush';
	font-size: 80px;
	font-weight: 100;
}

.productoshome .similar-product{
	padding: 10px;
}
.productoshome .similar-product h3{
	padding-top: 10px;
	font-size: 18px;
	min-height: 55px;
}

.btnprodhome{
	padding-left: 15px;
	padding-right: 15px;
}

.enlaces-home .similar-product-title a{
	letter-spacing: 1px;
}


@media screen and (max-width: 1610px){
   .enlaces-home .btn-box.box-unfilled{
   		font-size: 14px;
   }
}

@media screen and (min-width: 992px){
	.vertical-center {
	   margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}
	
}

@media screen and (max-width: 991px){
	.enlaces-home .btn-box.box-unfilled{
   		padding: 5px;
   }
   .container-banner{
		padding-top: 145px;
	}
	.enlace-home-img{
		
	}
	.enlaces-home[data-screen="full"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media screen and (max-width: 650px){
	.enlaces-home .btn-box.box-unfilled{
   		padding: 5px;
   }
   .container-banner{
		padding-top: 108px;
	}
	.enlace-home-img{
		
	}
	.enlaces-home[data-screen="full"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
	.enlaces-home .titol_index{
		font-family: 'DryBrush';
		font-size: 60px;
		font-weight: 100;
	}

}

