.bg1{
	width: 100%;
	background-image: url(../img/bg_calzado.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	position: relative;
	padding: 250px 0;
}
.bg2{
	width: 100%;
	padding: 200px 0;
	background-image: url(../img/bg_ropa.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.thome{
	position: relative;
	letter-spacing:1px;
	font-size: 60px;
	line-height: 50px;
	padding-bottom: 30px;
	font-style: italic;
	color: #fff;
}
.menu_logos{
	width: 250px;
	list-style: none;
	margin-left: 50px;
	margin-bottom: 0;
}
.menu_logos li{
	margin-bottom: 30px;
	padding-left: 0;
	transition: all 0.3s ease;
	left: 0;
	position: relative;
}
.menu_logos li:hover{
	left: 50px;
}
.menu_logos li span{
	height: 1px;
	width:400px;
	display: none;
	position: absolute;
	top: 50%;
	background: #fff;
	left: -450px;
	transition: all;
	opacity: 0.2;
}
.menu_logos li:hover span{
	display: block;
}
.menu_logos li:last-child{
	margin-bottom: 0;
}
.logo_small{
	width: 100px;
}
.logo_small2{
	width: 80px;
}

/*** Responsive ***/
@supports (-webkit-touch-callout:  none){
	.bg1{
		background-image: url(../img/bg_calzado.jpg) center top no-repeat;
		background-attachment: inherit;
	}
	.bg2{
		background-image: url(../img/bg_ropa.jpg) center top no-repeat;
		background-attachment: inherit;
	}
}
@media (max-width: 1440px){
	.thome{
		font-size: 50px;
		padding-bottom: 20px;
	}
	.menu_logos{
		width: 200px;
	}
}
@media (max-width: 1366px){
	.bg1{
		padding: 150px 0;
	}
	.bg2{
		padding: 150px 0;
	}
}
@media (max-width: 1280px){
	.bg1, .bg2{
		overflow: hidden;
	}
	.menu_logos li{
		margin-bottom: 25px;
	}
}
@media (max-width: 1080px){
	.bg1{
		background-position: right 50% top 0;
		height: auto;
		padding: 0;
	}
	.bg2{
		background-position: right 50% top 0;
		height: auto;
		padding: 0;
	}
	.cont_menu_1, .cont_menu_2{
		padding: 180px 50px;
	}
	.contenedor{
		padding: 0;
	}
}
@media (max-width: 768px){
	.bg1{
		background-position: right 50% top 0;
	}
	.bg2{
		background-position: right 50% top 0;
	}
}
@media (max-width: 600px){
	.cont_menu_1{
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
		padding: 180px 50px;
	}
	.cont_menu_2{
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
		padding: 150px 50px;
	}
	.menu_logos{
		width: 200px;
		margin: 0 auto;
	}
	.menu_logos li{
		opacity: 1;
		text-align: center;
	}
	.menu_logos li:hover{
		left: 0;
	}
	.menu_logos li:hover span{
		display: none;
	}
}
@media (max-width: 480px){
	.bg1{
		background-position: right 40% top 0;
	}
	.bg2{
		background-position: right 40% top 0;
	}
	.thome{
		font-size: 35px;
	}
	.logo_small{
		margin: 0 auto;
		width: 90px;
	}
	.logo_small2{
		margin: 0 auto;
		width: 70px;
	}
}
@media (max-width: 380px){

}