.display-chico
{
	display:inherit !important;
}


*{
	margin:0px;
	padding:0px;
}

html{
	height:100%; 
	margin:0; 
	padding:0;
	width:100%;
	top:0px;
	background-color:#fff;
	left:0px;
	scroll-behavior: smooth;
	
}




/*----------------------------
	 INICIAL
-----------------------------*/	

#space{
	height: 100px;
	width: 100%;
	position:relative;
	text-align: center;
}

.hombre{
	height: auto;
	width: 100%;
	position: relative;
	top:0px;
	left: 0px;
	
	
}

.foto{
	width: 100%;
	height:500px;
    display: inline-block;
	top: 100px;
	background-image: url("imagenes/dualpower.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: top;

}
.foto-winter{
	width: 100%;
	height:500px;
    display: inline-block;
	top: 100px;
	background-image: url("imagenes/dualpower-winter.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	vertical-align: top;

}
.foto-new{
	width: 100%;
	height:500px;
    display: inline-block;
	top: 100px;
	background-image: url("imagenes/dualpower-man.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	vertical-align: top;

}

.foto-summer-21{
	width: 100%;
	height:500px;
    display: inline-block;
	top: 100px;
	background-image: url("imagenes/dualpower-summer-21.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	vertical-align: top;
}

.foto-winter-22{
	width: 50%;
	height:500px;
    display: inline-block;
	top: 100px;
	background-image: url("imagenes/dualpower-22.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	vertical-align: top;
}

.contenedor-look{
	width:100%;
	height: 100%;
	display: inline-block;
	background-color: #fff;
	padding-top: 50px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 50px;
	

}

.look{
	background-color:#fff;
    display: inline-block;
	width: 80%;
	height: 500px;
	margin: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}


.titulo h1{
color:#222222;
position: relative;
text-decoration: none;
font-family: 'Archivo Black', sans-serif;
font-weight: 400;
font-size:20px;
text-align: center; 
text-transform: uppercase;
	margin-bottom: 30px;

}



.iconos{
    height: auto;
    width: 100%;
	position: relative;
	background: #242424;
	text-align: center;
	padding: 50px 0px 80px;
	box-sizing: border-box;
}

.iconos h6{
  color: #fff;
    font-weight: 100;
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin-bottom: 50px;text-transform: uppercase;
	line-height: 20px;
	margin: 50px 0px 0px;
}

.ventas{
    height: 100px;
    width: 100px;
    display: inline-block;
	text-align: center;
	background-image: url("imagenes/mayorista.svg");
	margin: 50px;
}

.envios{
    height: 100px;
    width: 100px;
    display: inline-block;
	text-align: center;
	background-image: url("imagenes/envio.svg");
 	margin: 50px;
}

.fabrica{
    height: 100px;
    width: 100px;
    display: inline-block;
	text-align: center;
	background-image: url("imagenes/fabrica.svg");
	margin: 0px 100px;

}

.informacion{
    height: auto;
    width: 100%;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	}

.telefono{
    height: 170px;
    width: 100%;
    display: inline-block;
	text-align: left;
 	background: #FECD16;
	padding: 50px 0px;
	box-sizing: border-box;
}

.direccion{
    height: 170px;
    width: 100%;
	text-align: left;
    display: inline-block;
	background: #fff;
    padding: 50px 0px;
	box-sizing: border-box;


}
.direccion h4{
    color: #000;
    font-size:12px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	text-align: left;
    display: inline-block;
	line-height: 20px;
    letter-spacing: 2px;
}

.telefono h4{
    color: #fff;
    font-size:12px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	text-align: left;
	display: inline-block;
	line-height: 20px;
	letter-spacing: 2px;
}

.icono-1{
    height: 50px;
    width: 50px;
	text-align: center;
	display: inline-block;
	background-image: url("imagenes/telefono.svg");
	margin: 0px 25px;

}
.icono-2{
    height: 50px;
    width: 50px;
	display: inline-block;
	text-align: center;
	background-image: url("imagenes/direccion.svg");
	margin: 0px 25px;

}

/*----------------------------
	 footer
-----------------------------*/	



#footer{
	position: relative;
    left: 0px;
	height: auto;
	width: 100%;
    background: #f4f4f4; 
	z-index: 100;
 
}
.vender{
    display: inline-block;
	height: auto;
	width: 100%;
	text-align: center;

}
.mail{
    display: inline-block;
    left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;

}

.vender h1{
    color: #242424;
    font-size:15px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
.mail h1{
    color: #FECD16;
    font-size:15px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
	line-height: 20px;
}


/*----------------------------
	 RIEL
-----------------------------*/	

#sub-footer { 
	position: relative; 
	width: 300px; 
	height: 100px; 
	text-align: center; 
	padding: 10px 0px; 
    font-family: 'Archivo', monospace;
	font-weight: 300;
	font-size: 8pt;
	letter-spacing: 1pt;
	z-index: 10;
	left: 50%;
	margin-left: -150px;
}

.btn-riel{
	color: #242424;
}

.btn-riel:hover{
	color: #ccc;
}










