*{
padding: 0;
margin:0;
}
html{
	width: 100%;
	height: 100%;
	padding: 0;
	/*background:url(konzpet_puerta_piedra_fondo_ejemplo.png);*/
	font-family: consolas;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background-color: #333;*/
	/*background-blend-mode: multiply;*/
	font size: 12pt;
}
nav{
	width: 100%;
	height: 130px;
	background:#fff;
	position: fixed;
	z-index: 1;

}
nav a{
	
	font-family: consolas;
	font-size: 20px;
	text-decoration: none;
	float: right;
	top: 50px;
	margin-top: 50px;
	margin-right:50px;
	right: 60px;
	color: #333;
}
nav a:hover{
	text-decoration: underline;
}
.galeria_cocinas{
	right: 0;
	left: 0;
	margin:0 auto;
	position: relative;
}
.logo_{
	position: absolute;
	top: -30px;
	float: left;
	left: 40px;
	
}


.konzept_intro_texto{
	width: 200px;
	text-align: center;
	right: 0;
	left: 0;
	margin:0 auto;
	top:50%;
	color:#ddd;
}
.konzept_intro_texto p{
	width: 500px;
	left: 0;
	right: 0;
	margin:0 auto;
	font-size: 20px;
	top: 50%;
	position: absolute;
	text-align: center;
}
.konzept_intro_texto h1{
	width: 500px;
	left: 0;
	right: 0;
	margin:0 auto;
	font-size: 20px;
	top: 70%;
	position: absolute;
	text-align: center;
}
.logo_konzept img{
	position: absolute;
	width: 200px;
	height: auto;
	left: 0;
	right: 0;
	margin:0 auto;
	top: 20%;
	margin-bottom: 40PX;
}
.linea_delgada_{
	width: 600px;
	height: 1px;
	background: white;
	position: absolute;
	top: 60%;
	left:0;
	right: 0;
	margin:0 auto;

}
.flex_container{
	width: 600px;
	display: flex;
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	margin:0 auto;
	top: 60%;
	padding: 20px;

}
.flex_container > div {
	margin: 10px;
	font-size: 20px;
	text-align: center;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	margin:0 auto;
}
.header_konzept{
	width: 100%;
	height: 600px;
	background: url(konzpet_puerta_piedra_fondo_ejemplo.png);
	background-size: cover;
	background-attachment: none;
	background-position: center;
	margin-bottom: 40px;
}
.texto1_landing_{
	
	width: 500px;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.texto1_landing_ h1{
	font-family: 'Open Sans Condensed', sans-serif;
	color: black;
	font-weight: 300;
	margin-bottom: 20px;

}
.texto1_landing_2{
	width: 500px;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}
.texto1_landing_2 p{
	color: #333;
	margin-bottom: 10px;
}
.texto1_landing_2 a{
	margin-bottom: 40px;
}
.texto1_landing_ p{
	color: #333;
	margin-bottom: 80px;
}
.servicios_konzept{
	width: 100%;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -1;
}
.servicios_konzept h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: black;
	font-weight: 300;
	margin-bottom: 40px;
}
.contenido_servicio h1{
	margin-bottom: 20px;
}
/*-------------------------------------------------------------Grid Servicios-----------------------*/
.grid_Servicios{
	width: 800px;
	
	position: relative;
	
	display: grid;
	grid-template-columns:repeat(2,1fr);
	column-gap: 40px;
	left: 0;
	right: 0;
	margin:0 auto;
	grid-row-gap: 20px;
}

.foto_Servicio_1{
	
	width: 500px;
	height: 300px;
	background:url(konzpet_puerta_piedra_fondo_ejemplo.png);
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.foto_Servicio_1:hover{
	opacity: 0.8;
}
.foto_Servicio_2{
	
	width: 500px;
	height: 300px;
	background:url(odea_closet.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.foto_Servicio_2:hover{
	opacity: 0.8;
}
.foto_Servicio_3{
	
	width: 500px;
	height: 300px;
	background:url(canceles.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.foto_Servicio_3:hover{
	opacity: 0.8;
}
.foto_Servicio_4{
	width: 500px;
	height: 300px;
	background:url(mueble_1.jpg);
	/*background: pink;*/
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.foto_Servicio_4:hover{
	opacity: 0.8;

}
.contenido_servicio{
	position: relative;
	width: 300px;
	height: 300px;
	
	color:#333;
	margin-bottom: 20px;
	text-align: justify;
}

/*-----------------contacto KONZEPT------------------------------------------------*/
.contacto{
	width: 100%;
	position: absolute;
	position: relative;
	top:150px;
	height: 600px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color:#333;
	text-align: center;
}

.encabezado_contacto{
	width: 700px;
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	margin:0 auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

.correo a{
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#3333;
	position: relative;
	font-size: 20px;
	font-weight: 300;

}
.formulario h1{
	font-size: 25px;
	margin-bottom: ;
	font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
}
.correo a:hover{
	color:black;
	transition: 0.5s ease-out;
}
.formulario_contacto_ h1{
	font-size: 25px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
}
.contacto p{
	font-family: consolas;
}
.formulario input{
	width: 300px;
	border-radius: 4px;
	border:solid 1px #333;
	padding: 10px;
	text-decoration: none;

}
.formulario_contacto_ textarea{
	width: 300px;
	border-radius: 4px;
	border:solid 1px #333;
	padding: 10px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.formulario_contacto_ textarea:focus{
	outline: none;
	border: solid 1px #28774F;
	color: #28774F;
}
.formulario_contacto_ input:focus{
	outline: none;
	border: solid 1px #28774F;
	color: #28774F;
}

.contacto_boton input{
	
	background:#28774F;
	color: white;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	width: 320px;
	border:none;
	padding: 6px;
	margin-bottom: 120px;
	border-radius: 4px;

}

.contacto_boton input:hover{
	background: #333;
	color: #28774F;
	transition: 0.4s;
}
.contenido_informativo a{
	top
	text-decoration: none;
	font-family: 20px;
	color: black;
}
.contenido_informativo a:hover{
	color: #333333;

}
h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
.footer{
	width: 100%;
	background:#3333;
	text-align: center;
	height: 62px;
	padding-top: 20px;
}
/*------------------------------Responsivo Konzept---------------------------------*/
@media screen and (max-width: 800px){
	.menu_responsivo{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		padding: 8px;
		width: 100%;
		height: 100%;
		z-index: -999999;
		background:#fff;
		opacity: 0;
		transition: all 0.4s ease;
	}


	.menu_responsivo ul{
		position: absolute;
		top: 30%;
		transform: translateY(-50%);
		width: 100%;

	}
	.menu_responsivo a{
		top:40px;
		width: 100%;
		display: block;
		text-align: center;
		width: 100%;
		margin:0 auto;
		right:0;
		left:0;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20pt;

	}
	.menu_responsivo ul li:nth-child(1) a{
		transition-delay: 0.2s;
	}
	.menu_responsivo ul li:nth-child(2) a{
		transition-delay: 0.3s;
	}
	.menu_responsivo ul li:nth-child(3) a{
		transition-delay: 0.4s;
	}
	.menu_responsivo ul li:nth-child(1) a{
		transition-delay: 0.2s;
	}
	.menu_responsivo ul li:not(:first-child){
		margin-left:0;
	}
	.menu_responsivo ul li a{
		padding: 10px 24px;
		opacity:0 ;
		color: #000;
		font-size: 15px;
		transform: translateX(-20px);
		transition: all 0.4s ease-out;
	}
	.nav-btn{
		position: absolute;
		right:20px;
		top: 40px;
		display: block;
		width: 52px;
		height: 48px;
		cursor: pointer;
		z-index: 9999;

	}
	.nav-btn i{
		display: block;
		width: 20px;
		height: 2px;
		background: #333;
		margin-left: 14px;

	}
	.nav-btn i:nth-child(1){
		margin-top: 16px;
	}
	.nav-btn i:nth-child(2){
		margin-top: 4px;
		opacity: 1;
	}
	.nav-btn i:nth-child(3){
		margin-top: 4px;
	}

	.flex_container{
		display: block;
		left: 0;
		right: 0;
		margin:0f;
	}
	.konzept_intro_texto p{
		width: 100%;
	}
	.linea_delgada_{
		top: 6%;
		display: none;
		width: 100%;
	}
	
	.flex_container{
		text-align: center;
		width: 100%;
	}
	.konzept_intro_texto h1{
		
		width: 100%;
	}
	.texto1_landing_{
		width: 100%;
	}
	.texto1_landing_2{
		width: 100%;
	}
	.servicios_konzept{
		width: 100%;
		left: 0;
		right: 0;
		margin:0 auto;
	}
	
	.grid_Servicios{
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		margin:0 auto;
		grid-column-gap: 20px
	}
	.contenido_servicio{
		width: 100%;
		margin-bottom: 20px;
	}
	.contenido_servicio p{
		right: 0;
		text-align: center;
		left: 0;
		margin:0 auto;
		width: 100%;
		height: 100px;
		margin-bottom: 20px;
	}
	.contenido_servicio h1{
		text-align: center;
	}
	.foto_Servicio_1,
	.foto_Servicio_2,
	.foto_Servicio_3,
	.foto_Servicio_4{
		display: block;
		z-index: 9999999999;
		width: 100%;
		
	}
	.contacto {
		width: 100%;
		background:pink;
	}
	.formulario {
		width: 100%;
		right: 0;
		left: 0;
		margin:0 auto;
	}
	.formulario input{
		width: 100%;
	}
	.footer{
		width: 100%;
		background-size: #333333;
	}
}



#nav:checked + .nav-btn{
	transform: rotate(45deg);
}
#nav:checked + .nav-btn i{
	background: #000;
	transition: transform 0.2s ease;
}
#nav:checked + .nav-btn i:nth-child(1){
	transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-btn i:nth-child(2){
	opacity:0;

}
#nav:checked + .nav-btn i:nth-child(3){
	transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .menu_responsivo{
	z-index: 999;
	opacity: 1;
	display: block;
}
#nav:checked ~ .menu_responsivo ul li a{
	opacity: 1;
	transform: translateX(0);
}
.hidden{
	display: none;
	
}
#servicios:checked ~ .menu_responsivo{
	opacity: 0;

}