* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	

}




header {
	width: 100%;
	height: 100px;
	background-color: lightblue;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;

}

header .container{
	width: 98%;
	height: 100px;
		
	display: table;
}

header img{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	height: 60px;
	width: 60px;
}

header h1{
	
	
	margin-top: 30px;
	float: left;
	font-size: 30px;
	margin-left: 10px;
	
	}


header label{
	float: right;
	
	margin-top: 25px;
	font-size: 50px;
}

header input{
	float: right;
	margin: 10px 0;
	display: none;
	
}


.menu{
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 100px;
	left: 0px;
	display: block;
	background-color: #ECEFF0;
	opacity: 0.9;
	transition: all 0.5s;
	transform: translateX(-100%);
}

.menu a{
	font-size: 50px;
	display: block;
	border-bottom: 2px solid white;
	padding: 5px;
	text-decoration: none;
	color: #0C81C0;
	font-size: 50px;

}

#menu_bar:checked ~ .menu{
	transform: translateX(0%);
}

#banner{
	height: 100vh;
	margin-top: 100px;
	position: relative;
	
	

}

#banner img{
	width: 100%;
	height: 100%;
	opacity: 0.5;

	
	
	
	
	
}

#banner .contenedor{
	width: 70%;
	height: 432px;
	position: absolute;
	bottom:30%;
	left: 0;

	color: #fff;
	
	margin-left: 0px;
	padding-left: 40px;.
	padding-right: 40px;

	background-size: cover;
	
	




}

#banner h2{
	
	font-size: 70px;
	text-align: left;
	letter-spacing: 2px;
	color: #0C81C0;
	background-color: #A6ACAF;
	
}

#banner p{


	font-size: 40px;
	text-align: left;
	letter-spacing: 0;
	padding-bottom: 0px;
	background-color: #A6ACAF;
	


	
}

#banner a{
	width: 100px;
	
	display: block;
	display: none;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: left;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	padding: 10px;
	margin-top: 10px;
	border: 2px solid #fff;
	background-color: grey;
}



#servicios{
	margin-top: 12px;
}

#servicios .contenedor{
	width: 100%;
	background-color: #ECEFF0;
	padding: 50px;
	text-align: center;

}

#servicios h2{
	font-size: 70px;
	color: #0C81C0;
	letter-spacing: 0;
	
}
#servicios h3{
	font-size: 30px;
}

#servicios p{
	font-size: 35px;
}

#servicios a{
	width: 100%;
	height: 100%;
	
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	padding: 10px;
	display: inline;
	border: 2px solid #fff;
	background-color: grey;
	position: relative;
	top: 15px;
}

#empresas .clientes{
	margin-top: 15px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	background-color: #ECEFF0;
	
}

#empresas h2{
	margin-top: 15px;
	font-size: 70px;
	color: #0C81C0;
}

#empresas img{
	width: 30%;
	height: 294px;
	display: block;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	
	border-radius: 100%;
}

#contacto{
	margin-top: 15px;
}

#contacto .info{
width: 100%;
padding: 50px;
background-color: #ECEFF0 ;
text-align: center;
}

#contacto h2{
	margin-top: 15px;
	font-size: 70px;
	color: #0C81C0;

}

#contacto h3{
	font-size: 30px;
}

#contacto a{
	width: 100%;
	height: 100%;
	
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	padding: 10px;
	display: inline;
	border: 2px solid #fff;
	background-color: grey;
	position: relative;
	top: 15px;
	

}

#empleados{
	margin-top: 15px;
}

#empleados .cv{
	width: 100%;
padding: 50px;
background-color: #ECEFF0 ;
text-align: center;
}

#empleados h2{
	margin-top: 15px;
	font-size: 70px;
	color: #0C81C0;;

}

#empleados h3{
	font-size: 30px;
}

.footer{
	
	width: 100%;
	height: 100%;
	background-color:black ;
}

.footer img{
	width: 100%;
	padding: 15px;
	filter: drop-shadow(5px 0px 0px #000);
	background-size: cover;
}

/*Resolución para escritorio*/

@media screen and (min-width: 1024px){

	

	header {
	width: 100%;
	height: 50px;
	background-color: lightblue;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;

}

header .container{
	width: 98%;
	height: 100%;
		
	display: table;
}

header img{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	height: 40px;
	width: 40px;
}

header h1{
	font-family: ;
	margin-top: 15px;
	float: left;
	font-size: 20px;
	margin-left: 10px;
	}

header label{
	float: right;
	
	margin-top: 15px;
	font-size: 20px;
}

header input{
	float: right;
	margin: 5px 0;
	display: none;
	
}

body{
	background-color: #ECEFF0;
}

#banner{
	width: 80%;
	height: 70vh;
	margin-top: 75px;
	margin-bottom: 25px;
	position: relative;
	left: 10%;
	border: 5px solid #fff;

		
	

}

#banner img{
	width: 100%;
	height: 100%;
		
}

#banner .contenedor{
	position: absolute;
	width: 50%;
	height: 30%;
	top: 25%;
	left: 50%;
	transform: translateX(-5%) translateY(-50%);
	color: #0C81C0;
	background-color: transparent;



}

#banner h2{
	
	font-size: 50px;
	text-align: left;
	letter-spacing: 2px;
	background-color: transparent;
	
	
}

#banner p{
	font-size: 30px;
	text-align: left;
	letter-spacing: 0;
	background-color: #ECEFF0;
	padding: 10px;
		
}

#banner a{
	width: 100px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	padding: 10px;
	margin-top: 10px;
	border: 2px solid #fff;
	background-color: grey;
}


#servicios{
	margin-top: 12px;
}

#servicios .contenedor{
	width: 80%;
	background-color: #3493E2;
	padding: 50px;
	text-align: center;
	position: relative;
	left: 10%;
	border: 5px solid #fff;

}

#servicios h2{
	font-size: 70px;
	color: #fff;
	letter-spacing: 0;
	
}
#servicios h3{
	font-size: 30px;
}

#servicios p{
	font-size: 25px;
}

#servicios a{
	width: 100px;
	
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	padding: 10px;
	display: block;
	border: 2px solid #fff;
	background-color: grey;
	margin-left: 45%;
	margin-top: 10px;
}

#empresas .clientes{
	margin-top: 25px;
	margin-bottom: 20px;
	width: 80%;
	position: relative;
	left: 10%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #3493E2;
	border: 5px solid #fff;

	
}

#empresas h2{
	margin-top: 15px;
	font-size: 70px;
	color: #fff;
}

#empresas img{
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 25px;
	margin-top: 25px;
	margin-bottom: 25px;	
	border-radius: 100%;
}

#contacto{
	margin-top: 25px;
	margin-bottom: 25px;
}

#contacto .info{
width: 80%;
position: relative;
left: 10%;
background-color:#3493E2 ;
text-align: center;
border: 5px solid #fff;
}

#contacto h2{
	margin-top: 15px;
	font-size: 70px;
	color: #fff;

}

#contacto h3{
	font-size: 30px;
}

#contacto a{
	width: 100px;
	
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	padding: 10px;
	display: block;
	border: 2px solid #fff;
	background-color: grey;
	margin-left: 45%;
	margin-top: 10px;

}


#empleados{
	margin-top: 25px;
	margin-bottom: 25px;
}

#empleados .cv{
	width: 80%;
position: relative;
left: 10%;
background-color: #3493E2 ;
text-align: center;
border: 5px solid #fff;
}

#empleados h2{
	margin-top: 15px;
	font-size: 70px;
	color: #fff;

}

#empleados h3{
	font-size: 30px;
}

#empleados h4{
	font-size: 25px;
}

.footer{
	
	width: 100%;
	height: 200px;
	background-color:black ;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer img{
	width: 700px;
	height: 200px;
	padding: 15px;
	filter: drop-shadow(5px 0px 0px #000);
	background-size: cover;
}


.menu{
	position: absolute;
	height: 100px;
	width: 100%;
	top: 10px;
	display: inline-block;
	background-color: transparent;
	opacity:1;
	transform: translateX(0%);

}

.menu a{
	font-size: 30px;
	float: center;
	position: relative;
	left: 50%;
	display: inline;
	border: 0px;
	margin-left: 20px;
	text-decoration: none;
	border-left: 2px solid #fff;
	padding-left: 20px;

	
	
}
.menu a:last-child{
	border-right: 2px solid #fff;
	padding-right: 20px;
}

.menu a:hover{
	color: #fff;
}

.icon-menu{
	display: none;
}

#menu_bar:checked ~ .menu{
	transform: translateX(0%);
}

}
