*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: arial;
	font-size: 16px;
	background: url(../img/hornos/hh.jpg);
	background-size: contain;
	background-repeat: repeat;
}

.contenedor{
	width: 90%;
	max-width: 1500px;
	margin: auto;
	overflow: hidden; /*Para acomodar las cojas*/
}

.contenedor	.contenedor-header{
	width: 100%;
	height: 280px;
	display: flex;
	background: white;
	flex-direction: column;
	justify-content: center;
	margin-top: 10px;
	border-radius: 10px;
	background-image: url(../img/repuestos/imgrepuestos.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	animation-duration: 6s;
	animation-name: opacidad;
}

@keyframes opacidad{
	from{
		opacity: 0.2;
	}

	to{
		opacity: 1;
	}
}

.contenedor .contenedor-header .logo img{
	width: 200px;
}

/**.contenedor .contenedor-header {
	background-image: url(../img/hornos/logourcola.png);
	background-repeat: no-repeat;
	background-size: 210px 65px;
	background-position: 15px 25px;
}**/

.contenedor .logo{
	margin-left: 15px;
	display: flex;
	justify-content: space-between;
}

.contenedor .boton {
	margin: 15px;
	display: flex;
	flex-direction: column;
}

.contenedor .boton input{
	padding: 5px 15px;
	margin-bottom: 5px;
	background-color: #F5F961;
	font-weight: bold;
	border-radius: 5px;
}

.contenedor-flecha #flecha{
	display: ;
	bottom: 20px;
	right: 25px;
	cursor: pointer;
	background: #024959;
	position: fixed;
	color: #fff;
	z-index: 1000;
	border-radius: 20%;
}

.contenedor-flecha .fa{
	padding: 5px 15px;
}

.what #boton{
	display: ;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	background: green;
	position: fixed;
	color: #fff;
	z-index: 1001;
	border-radius: 50%;
}

.what .fa{
	padding: 10px 15px;
}

.contenedor .principal{
	align-self: flex-end;
}

.contenedor	.contenedor-header .titulo{
	width: 100%;
	color: #000;
	font-size: 44px;
	text-align: center;
	text-shadow: 5px 3px 5px yellow;
	font-family: fantasy;
	margin-bottom: -25px;
}


.contenedor-main{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 100%;
	justify-content: space-around;
}

.contenedor-main .horno1{
	margin: 20px 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #ACE3F3;
	opacity: 0.8;
	width: 30%;
	height: 300px;
	transition: height 1s ease;
}

.fa{
	text-align: center;
}

.contenedor-main .horno1 .img{
	width: 100%;
	text-align: center;
} 

.contenedor-main .horno1 .img img{
	width: 200px;
	vertical-align: top;
}

.contenedor-main .horno1 .img .mover{
	margin-top: 25px;
}

.contenedor-main .horno1:hover{
	opacity: 1;
	border: 2px solid black;
}

.contenedor-main .horno1 .aside-img{
	width: 100%;
	overflow: hidden;

	display: flex;
	flex-direction: column;
}

.contenedor-main .horno1 .aside-img .caracteristicas-titulo{
	font-size: 28px;
	width: 100%;
	text-align: center;
	color: black;
}

.contenedor-main .horno1 .aside-img .margen{
	margin-top: 50px;
}

.contenedor-main .horno1 .aside-img .margen-2{
	margin-top: 30px;
}

.contenedor-main .horno1 .aside-img .margen-3{
	margin-top: 60px;
}

.contenedor-main .horno1 .aside-img .margen-4{
	margin-top: 10px;
}

.contenedor-main .horno1 .aside-img .margen-5{
	margin-top: 90px;
}

.contenedor-main .horno1 .aside-img .caracteristicas-texto{
	font-size: 16px;
	padding: 15px 0px 0px 22px;
	line-height: 25px;
	color: black;
	
}

.contenedor-main .horno1 .aside-img .caracteristicas-texto span{
	list-style: none;
}

.contenedor-main .horno1 .aside-img .caracteristicas-texto span li{
	margin-left: 72px;
}

.redes-sociales{
	margin-top: 10px;
	border-radius: 10px 10px 0 0;
}

.redes-sociales .contenedor{
	display: flex;
	justify-content: center;
	border-bottom: 2px solid grey;
}

.redes-sociales{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background-color: #1e2b38;
}

.redes-sociales a{
	color: #fff;
	text-align: center;
	width: 100px;
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	font-size: 40px;
	margin: 0 20px;
}

.redes-sociales .facebook:hover{
	background: #3b5998;
	color: #fff;
}

.redes-sociales .instagram:hover{
	background: #3f729b;
	color: #fff;
}

footer{
	background: #1e2b38;
	margin-bottom: 10px;
}

footer .copyright{
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	padding: 10px 0
}



@media screen and (max-width: 995px){
	.contenedor-main .horno1 .img img{
		width: 180px;
		vertical-align: top;
	}

	.contenedor-main .horno1{
		margin: 20px 10px;
		width: 40%;
		height: 280px;
	}

	.contenedor-main .horno1 .aside-img .caracteristicas-titulo{
		font-size: 22px;
		width: 100%;
		text-align: center;
		color: black;
	}


	.contenedor-main .horno1 .aside-img .margen-3{
		margin-top: 50px;
	}
}

@media screen and (max-width: 840px){
	.contenedor-main .horno1{
		width: 40%;
		height: 250px;
	}

	.contenedor-main .horno1 .img img{
		width: 150px;
		vertical-align: top;
	}

	.contenedor-main .horno1 .aside-img .caracteristicas-titulo{
		font-size: 20px;
		width: 100%;
		text-align: center;
		color: black;
	}

	.subir{
		margin: -20px 10px;
	}

	.contenedor-main .horno1 .aside-img .margen-6{
		margin-top: 10px;
	}

	.contenedor-main .horno1 .aside-img .margen{
		margin-top: 60px;
	}

	.contenedor-main .horno1 .aside-img .margen-5{
		margin-top: 60px;
	}

@media screen and (max-width: 768px){
	.contenedor	.contenedor-header .titulo{
		font-size: 40px;
	}

	.contenedor .boton input{
		padding: 5px 10px;
		margin-bottom: 5px;
		font-size: 14px;
	}

	.contenedor .contenedor-header .logo img{
		width: 150px;
	}
}
 
@media screen and (max-width: 600px){
	.contenedor-main .horno1{
		width: 70%;
		height: 250px;
	}

	.contenedor-main .horno1 .aside-img .caracteristicas-titulo{
		font-size: 20px;
	}

	.contenedor-main .horno1 .img img{
		width: 180px;
		vertical-align: top;
	}

	.contenedor-flecha #flecha{
		display: none;
		bottom: 20px;
		right: 20px;
		cursor: pointer;
		background: #024959;
		position: fixed;
		color: #fff;
	}

	.contenedor-flecha .fa{
		padding: 2px 5px;
	}

	.what #boton{
		display: ;
		bottom: 60px;
		right: 16px;
		cursor: pointer;
		background: green;
		position: fixed;
		color: #fff;
		z-index: 1001;
		border-radius: 50%;
	}

	.what .fa{
		padding: 6px 6px;
	}
}

@media screen and (max-width: 360px){
	.contenedor-main .horno1{
		height: 300px;
	}
}