*{
	margin: 0;
	padding: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	background-color: #47536B;
	font-family: 'Roboto', sans-serif;
}
.contenedorHeader{
	background-image: url("../images/imgHeader.jpg");
	height: 800px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.mainHeader{
	width: 90%;
	display: flex;
	justify-content: space-between;
	position: fixed;
  	z-index: 100;
	padding: 0 5em;
}
section .logo{
	padding: 1em 0;
}
nav.mainMenu{
	display: flex;
	align-items: center;
}
nav.mainMenu a {
	color: #fff;
	text-decoration: none;
	padding: 1em 2em;
}
nav.mainMenu a:hover {
	color: #0BABEF;
	background-color: rgba(0, 0, 0, 1.0);
	text-decoration: none;
	padding: 1em 2em;
	border-bottom: 1px solid  #0BABEF;
}
.infoHeader, .contenedor{
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
.contenedor2{
	width: 100%;
	color: #fff;
	background-color: #3C4659;
}
.infoHeader h1{
	padding: 3em 0 1em 0;
	font-size: 4em;
	font-weight: 600;
	line-height: 63px;
}
.slogan{
	font-size: 1.5em;
	font-weight: 100;
}
.infoHeader p{
	padding: 0.1em 0 2em 0;
	letter-spacing: 0.16em;
}
.infoHeader button{
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	padding: 1.5em 4em;
	font-size: 1em;
}
section .galeryPhoto{
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section .galeryPhoto img{
	width: 30%;

	margin: 30px 0;
}
.contenedor .video, .contenedor2 .video{
	padding: 2em 0;
	text-align: center;
}
.contenedor .video h2, .contenedor2 .video h2{
	font-weight: 300;
	font-size: 3em;
	line-height: 23px;
	letter-spacing: 0.16em;
}
.contenedor .video p,.contenedor2 .video p{
	font-size: 1em;
	padding: 2em;
	letter-spacing: 0.16em;
}
.espacio{
	padding: 3em;
}
.celeste{
	color: #0BABEF !important;
}
footer.piePagina{
	display: flex;
	background-color: #000;
	padding: 2em 0;
	color: #ABABAB;
	justify-content: space-evenly;
}
.parte1{
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}
.parte2, .parte3{
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	line-height: 177%;
}
.videoDrone{
	width: 70%;
	height: 600px;
}
/***-----------------------------------------------------***/

/*                   MEDIA QUIERY                        ***/
/***-----------------------------------------------------***/
@media screen and (max-width: 900px) {
  .mainHeader{
		width: 100%;
		display: block;
		position: fixed;
	  	z-index: 100;
		padding: 0 0em;
	}
	section .logo{
		padding: 1em 0;
		text-align: center;
	}
	nav.mainMenu{
		display: block;
		align-items: center;
	}

	.infoHeader{
		text-align: center;
	}
	.infoHeader h1{
		padding: 3em 0 1em 0;
		font-size: 2.5em;
		font-weight: 700;
		line-height: 43px;
	}
	.infoHeader p{
		text-align: center;
	}

	section .galeryPhoto{
		width: 100%;
		display: block;

	}
	section .galeryPhoto img{
		width: 90%;

		margin: 30px 0;
	}

	.contenedor .video h2, .contenedor2 .video h2{
		font-weight: 300;
		font-size: 2em;
	}
	.videoDrone{
		width: 90%;
		height: 300px;
	}
	footer.piePagina{
		display: block;
		padding: 2em 0;
		text-align: center;
	}
	
}
