.coleccion{
	height:850px;	
}
.intro{
	height:740px;
	padding-left:0px;
} 
.homeIntro{
    z-index: 4;
}
.centered{
	position:absolute;  
	top: 50%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%) !important; /* IE 9 */
	-webkit-transform: translate(0%,-50%) !important; /* Chrome, Safari, Opera */
}
.slider{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	height:850px;
	width:100%;
	overflow-x:hidden;
}
.slider1{
	background:#5dda3e;
}
.slider2{
	background:#FFF;
}
.slider3{
	background:#398ed1;
}
.slider img{
	position:absolute;
	top:0;
	left:0;
}

@media (min-width:1150px) and (max-width:1350px){
	.slider2 img{
		left:-20% !important;		
	}
}
@media (min-width:1150px) and (max-width:1450px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-20%;
	}
}
@media (min-width:1060px) and (max-width:1149px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-30%;
	}
	.slider2 img{
		left:-30%;	
	}
}
@media (min-width:850px) and (max-width:1059px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-45%;
	}
	.slider2 img{
		left:-35%;	
	}
}
@media (min-width:650px) and (max-width:849px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-65%;
	}
	.slider2 img{
		left:-40%;	
	}
}
@media (min-width:550px) and (max-width:649px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-85%;
	}
	.slider2 img{
		width:1600px;
		left:-50%;	
	}
}
@media (min-width:450px) and (max-width:549px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-115%;
	}
	.slider2 img{
		width:1400px;
		left:-40%;	
	}
}
@media (min-width:360px) and (max-width:449px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-110%;
		width:1400px;
	}
	.slider2 img{
		width:1200px;
		left:-40%;	
	}
}
@media (min-width:310px) and (max-width:359px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-110%;
		width:1200px;
	}
	.slider{
		height:530px;	
	}
	.slider2 img{
		width:1100px;
		left:-60%;	
	}
}
@media (min-width:240px) and (max-width:309px){
	.slider1 img,.slider3 img{
		left:initial !important;
		right:-130%;
		width:1200px;
	}
	.slider{
		height:530px;	
	}
	.slider2 img{
		width:1000px;
		left:-68%;	
	}
}

.slider.active{
	z-index:3;
}
.colecciones{
	padding-bottom:170px;	
}
.colecciones .container{
	padding:0;
}
.colecciones .titulo{
	margin-bottom:80px;
}
.colecciones img{
	width:370px;
}
.colecciones .linea{
	position:relative;
	cursor:pointer;
	margin-top:20px;
	padding:0;
}
@media screen and (max-width:400px){
	.linea img{
		width:100%;	
	}
}
.linea:hover .overlay {
	opacity: 1;
}
.overlay {
	position: absolute;
	top: 0;
	left:0;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%,0%) !important;
	-webkit-transform: translate(-50%,0%) !important;
	transition: .25s ease;
	opacity: 0;
	width:370px;
}
.colecciones,.acerca{
	text-align:center;
}
.acerca{
	padding-bottom:125px;
	background:#efefef;
}
.acerca h3{
	margin-top:100px;
	margin-bottom:90px;
}
.acerca .empresa{
	max-width:863px;
	margin:0 auto;	
}
.acerca p{
	text-align:left;
	line-height:1.3;
	font-family:'Barlow Light';
	font-size:21px;
	color:#292929;
}
.acerca p span{
	font-family:'Barlow Bold';
}
.acerca h3, .colecciones .titulo h3{
	/*font-family:'Barlow Light';*/
	font-family:'Barlow Light Italic';
	font-size:48px;
}
/*.acerca h3 b{
	font-family:'Barlow Bold Italic';
}*/
