@import url(menu.css);
@import url(main.css);
@import url(estilos productos.css);

* {
	padding-top: 0;
	margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 20px;
}


	
body {
	min-height: 100vh;
	background: #011730;
 
	background-size: 100% 100% ;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

header> div {
	background: url(../imagenes/fondo1.png);
	position: fixed;
	width: 100%;
	height: 180px;
    background-size: 100% 100vh ;
   
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 120;
}
 
 
.footer1 {
	list-style: none;

	padding-top: 10px;
	padding-left: 20px;

	padding-right: 10px;
	display: inline-block;

}

 .logo_doosan  {
 	width: 100%;
 	position: relative;
 	display: inline-block;
 	margin-top: 100px;

 }
 .logo_doosan img {
 	position: absolute;
margin-top: -50px;
 	
 }
 
 
 .slider img {
	width: 80%;
	height: 180px;
	margin-left: 10%;
	border-radius: 10px;
	
	-webkit-box-shadow: -1px 1px 10px 2px rgba(80,80,80,.7);
-moz-box-shadow: -1px 1px 10px 2px rgba(80,80,80,.7);
box-shadow: -1px 1px 10px 2px rgba(80,80,80,.7);
}
.contenedor2 h2{
	color: #fff;
	text-align: center;
}
.contenedor2 {
	padding: 0;
	margin: auto;
	margin-top: 30px;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255,255,255,.3);
	border-radius: 10px;
	-webkit-box-shadow: -1px 1px 10px 2px rgba(80,80,80,.7);
-moz-box-shadow: -1px 1px 10px 2px rgba(80,80,80,.7);
box-shadow: -1px 1px 10px 2px rgba(80,80,80,.7);

}
.imput {
	height: 25px;
	width: 90%;
	margin-top: 10px;
	border: 1px solid #000;
	font-size: 15px;

}
.contenedor_contacto {

	margin-left:10% ;

}
.textarea{
	width: 90%;
	height: 100px;
	margin-top: 10px;
	font-size: 15px;
	padding-top: 0

}
.boton {
text-align: center;
margin:10px;
width: 130px;
font-size: 15px;
cursor: pointer;

}
.datos_contacto  {
	width: 95%;
	margin-top: 40px;
	color: #fff;
	border-top: 2px solid rgba(255,255,255,.2);
	border-bottom: 2px solid rgba(255,255,255,.2);
	padding-bottom: 30px;
	margin-bottom: 100px;


	

}
.datos_contacto p {
	margin-left: 50px;
}
.datos_contacto p .icon-home {
	margin-right: 10px;
}
.datos_contacto img {
	margin-left: 50px;
	margin-bottom: 20px;
}
main {
	margin-bottom: 40px;
}
.select a{
	color: red;
}
#mensaje {
	font-size: 15px;
	width: 90%;
	border: 1px solid #000;
}
.telefono {
	text-decoration: none;
	color: green;
	pointer-events: none;
	cursor: default;
}
.mail{
	text-decoration: none;
	color: green;
}


 @media (max-width: 862px) {
 .logo_doosan img {
 	position: relative;
 	float: center;
 	display: block;
margin-top: -50px;
 margin margin-left: 0; 	
 }
 .titulo10 {
 	font-size: 50px;
 	
 	text-align: center;
 	
 }
 .caja li{
 	padding-left: 20%;
 }
 .contenedor2 {
 	width: 80%;
 	margin-left: 10%;
 	max-width: 400px;

 }
 .boton {
	text-align: center;
margin:4px;
width: 90px;
font-size: 15px;

}
#mensaje {
	font-size: 15px;
	width: 100%;
}
.telefono {
	text-decoration: none;
	pointer-events: auto;
	cursor: pointer;
	color: green;
}
.mail{
	text-decoration: none;
	color: green;
}
 .slider img {
 	margin-left:10%;
	width: 80%;
	height: 140px;	
	border-radius: 10px;
	max-width: 400px;
	}
	.contenedor_contacto{
		width: 90%;
	}
