*{
	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/carliteros/imgcarlitero.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 .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;
}

.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-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;
}

.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;
}

.contenedor	.contenedor-header .titulo .tipos{
	font-size: 24px;
	font-style: italic;
}

.contenedor .contenedor-main{
	background: url(../img/bg-textura.png);
	background-repeat: repeat;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	border-radius: 10px;
	width: 300px;
	transition: width 3s ease;
}

.horno1{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	border: 1px solid #000;
	overflow: hidden;
	border-radius: 10px;
	width: 300px;
	transition: width 3s ease;
}

.horno1 .img{
	width: 30%;
	order: 2;
	display: flex;
	justify-content: flex-end;
}

.horno1 .img img{
	vertical-align: top;
	width: 250px;
	opacity: 0.7;
	transition: width 2s ease;
}

.horno1 .img .chico{
	width: 190px;
}

.horno1 .img .chico2{
	width: 200px;
}

.horno1 .aside-img{
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	white-space: nowrap;
	width: 0px;
	width: 70%;
	visibility: hidden;
	transition: visibility 10s ease;
	transition: width 2s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}

.horno1 .aside-img .caracteristicas-titulo{
	margin-bottom: 20px;
	font-size: 24px;
	font-style: italic;
}

.horno1 .aside-img .caracteristicas-texto{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.horno1:hover .img img{
	opacity: 1;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	width: 300px;
}


.horno1:hover .img .chico,
.horno1:hover .img .chico2{
	width: 250px;
}
.contenedor .contenedor-main:hover{
	width: 75%;
}

.horno1:hover{
	width: 100%;
}

.horno1:hover .aside-img{
	visibility: visible;
	width: 80%;
}

.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: 1060px){
	.horno1:not(.nohover) .img img{
		width: 200px;
	}

	.horno1:not(.nohover) .img .chico,
	.horno1:not(.nohover) .img .chico2{
		width: 160px;
	}

	.contenedor .contenedor-main:hover{
		width: 85%;
    }
}

@media screen and (max-width: 900px){
	.horno1:not(.nohover) .img img{
		width: 200px;
   }
	.horno1 .aside-img .caracteristicas-titulo{
		font-size: 24px;
	}

	.horno1 .aside-img .caracteristicas-texto{
		font-size: 16px;
	}

	.contenedor .contenedor-main:hover{
		width: 100%;
    }
}

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

	.contenedor	.contenedor-header .titulo .tipos{
		font-size: 20px;
	}

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

	.horno1 .aside-img .caracteristicas-titulo{
		font-size: 24px;
		margin-bottom: 10px;
	}

	.horno1 .aside-img .caracteristicas-texto{
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
	}

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

	.contenedor .contenedor-main{
		width: 100%;
	}

	.horno1{
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.horno1 .img{
		width: 100%;
	}

	.horno1 .img img{
		opacity: 1;
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		border-left: 0px solid rgba(0, 0, 0, 0.5);
	}

	.horno1:not(.nohover) .img img{
		width: 220px;
		border-left: 0px solid rgba(0, 0, 0, 0.5);
	}

	.horno1 .aside-img{
		padding: 10px 0px 0px 0px;
		width: 100%;
		order: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		visibility: visible;
	}

	.redes-sociales a{
		font-size: 35px;
	}

	footer .copyright{
		font-size: 22px;
	}

	.contenedor .boton input{
		padding: 5px 5px;
	}
}

@media screen and (max-width: 592px){

	.horno1 .aside-img .caracteristicas-titulo{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.horno1 .aside-img .caracteristicas-texto{
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
	}

	.horno1 .aside-img{
		padding: 0px;
	}

	.contenedor	.contenedor-header .titulo{
		font-size: 35px;
	}

	.contenedor	.contenedor-header .titulo .tipos{
		font-size: 18px;
	}

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

	.horno1:not(.nohover) .aside-img{
		width: 100%;
	}

	.contenedor .contenedor-main:not(.nohover){
		width: 100%;
	}

	.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: 400px){
	.horno1 .aside-img .caracteristicas-titulo{
		font-size: 17px;
		margin-bottom: 10px;
	}

	.horno1 .aside-img .caracteristicas-texto{
		font-size: 13px;
		font-weight: normal;
		line-height: 20px;
	}
}