#denim{
	text-align: center;
}
#denim section{
	margin-bottom: 50px;
	overflow: hidden;
}
#denim h3{
	font-weight: bold;
	font-size: 67px;
	text-transform: uppercase;
	color: black;
	margin: 0 auto 35px;
}
#denim .background{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#denim .banner{
	background-image: url(../img/banner.jpg);
	width: 100%;
	height: 700px;
}
#denim .banner img{
	margin-top: 110px;
}
#denim .banner p{
	width: 70%;
	color: white;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 60px;
}
#denim .banner a.boton{
	color: black;
	background-color: white;
	border-color: black;
}
#denim .banner a.boton:hover{
	color: white;
	background-color: black;
	border-color: white;
}
#denim .historia img{
	margin-bottom: 10px;
}
#denim .historia p{
	font-size: 16px;
}
#denim .historia div{
	margin-bottom: 40px;
}
#denim .banner-02{
	background-image: url(../img/banner-02.jpg);
	width: 100%;
	height: 640px;
	margin-top: 200px;
}
#denim .banner-02 .colgador{
	width: 585px;
	height: 914px;
	background-image: url(../img/colgante.png);
	position: relative;
	top: -170px;
}
#denim .banner-02 .colgador p{
	width: 70%;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	margin-top: 370px;
}
#denim .tendencias div{
	margin-bottom: 40px;
	min-height: 300px;
}
#denim .tendencias img{
	float: left;
	width: 20%;
	margin-right: 5%;
}
#denim .tendencias h4{
	float: left;
	font-size: 48px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	width: 75%;
	display: block;
	margin: 0px auto;
	text-align: left;
	
}
#denim .tendencias p{
	float: left;
	width: 75%;
	display: block;
	text-align: left;
}
#denim .cuidado{
	display: inline-block;
	width: 80%;
	max-width: 1072px;
	height: 600px;
	background-image: url(../img/cuidado.png);
	background-size: contain;
}
#denim .cuidado h4{
	width: 42%;
	float: left;
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin-top: 100px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 40px;
	line-height: normal;
}
#denim .cuidado ul{
	float: left;
	width: 50%;
	margin-top: 140px;
	padding-right: 20px;
	list-style-type: disc;
	margin-left: 7%;
}
#denim .cuidado li{
	color: white;
	text-align: left;
	margin-bottom: 30px;
}
#denim .cuidado img.icon{
	float: left;
	width: 145px;
}
#denim .datos img{
	max-width: 165px;
	margin-right: 5%;
}
#denim .datos li{
	margin-bottom: 25px;
	text-align: left;
	color: black;
}
#denim .lookbook .col-xs-6{
	padding:0px;
}
#denim .lookbook h4{
	font-weight: lighter;
	font-size: 36px;
	text-transform: uppercase;
	text-align: left;
	width: 70%;
	display: inline-block;
}
#denim .jeans{
	width: 100%;
	height: 228px;
	background-image: url(../img/footer-jeans.jpg);
	margin-bottom: -25px;
}
#denim .tendencias div:last-child{
	margin-bottom: 0px;
}
#denim a.boton{
	padding: 17px 30px;
    display: inline-block;
    border: 2px solid black;
    border-radius: 6px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#denim a.boton:hover {
    background-color: black;
    color: #f4f4f4;
}
@media only screen and (max-width: 1200px){
	#denim .cuidado{
		height: 490px;
	}
	#denim .tendencias .container, #denim .tendencias{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 991px){
	#denim h3{
		font-size: 40px;
	}
	#denim .banner p{
		margin-top: 110px;
	}
	#denim .banner-02{
		height: 300px;
		overflow: visible;
	}
	#denim .banner-02 .colgador{
		width: 350px;
		height: 547px;
	}
	#denim .banner-02 .colgador p{
		font-size: 14px;
    	line-height: 30px;
    	margin-top: 180px;
	}
	#denim .cuidado{
		width: 100%;
	}
	#denim .cuidado h4{
		font-size: 48px;
	}
	#denim .lookbook h4{
		width: 80%;
		font-size: 27px;
	}
}
@media only screen and (max-width: 767px){
	#denim .banner p{
		width: 90%;
		margin-top: 165px;
	}
	#denim .cuidado li{
		font-size: 14px;
		margin-bottom: 15px;
	}
	#denim .datos img{
		margin-bottom: 10px;
	}
	#denim .cuidado{
		height: 480px;
    	background-size: cover;
	}
	#denim .cuidado h4 {
	    font-size: 18px;
		width: 100%;
		text-align: center;
		padding-left: 0px;
		margin-top: 55px;
	}
	#denim .cuidado img.icon{
		float: none;
	}
	#denim .cuidado ul{
		width: 90%;
		margin-top: 0px;
	}
	#denim .jeans {
	    margin-bottom: -60px;
	}
}
@media only screen and (max-width: 480px){
	#denim .banner p{
		margin-top: 180px;
		width: 100%;
	}
	#denim .banner-02{
		background-image: none;
	}
	#denim .banner-02 .colgador{
		display: inline-block;
	}
	#denim .tendencias div{
		min-height: auto;
	}
	#denim .cuidado{
		height: auto;
		background-size: cover;
		padding-bottom: 30px;
	}
	#denim .cuidado h4{
		margin-top: 30px;
	}
	#denim .cuidado ul{
		margin-top: 0px;
	}
	#denim .cuidado li{
		margin-bottom: 10px;
	}
	#denim .cuidado img.icon{
		width: 125px;
	}
	#denim .lookbook h3{
		margin-bottom: 0px;
	}
	#denim .lookbook h4{
		width: 100%;
		margin-top: 10px;
		text-align: center;
		font-size: 21px;
	}
	#denim .lookbook div:nth-child(5){
		display: none;
	}
	#denim section {
    	margin-bottom: 30px;
	}
	#denim .tendencias div:last-child{
		margin-bottom: 40px;
	}
	#denim .datos img{
		max-width: 110px;
	}
}
@media only screen and (max-width: 360px){
	#denim .banner {
	    height: 500px;
	}
	#denim .banner p{
		margin-top: 15px;
	}
	#denim .banner img {
	    margin-top: 90px;
	}
	#denim .banner-02 .colgador{
		width: 100%;
    	background-size: contain;
	}
	#denim .banner-02 .colgador p{
		line-height: 24px;
    	margin-top: 170px;
	}
	#denim h3 {
	    font-size: 33px;
	}
	#denim .tendencias h4{
		font-size: 32px;
	}
	#denim .tendencias p{
		margin: 0 auto;
	}
	#denim .tendencias img{
		margin-top: 50px;
	}
	#denim .jeans{
		height: 128px;
	}
	#denim .cuidado ul{
		width: 100%;
		padding-left: 4px;
	}
	#denim .banner-02{
		margin-top: 140px;
	}
}