*{

	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	

}

h4 {

	font-size: 16px;
	font-family: sans-serif;

	
	color: white;
	padding-top: 20px;

	
}

h2 {

	font-size: 30px;
	font-weight: 400;
	font-family: impact;
	
	color: white;
	padding-top: 20px;
	
}

h3 {

	font-size: 30px;
	font-weight: 50;
	font-family: impact;
	color: white;
	
	
	padding-top: 20px;
	text-align: center;
	
}


p {
	font-size: 20px;
	font-weight: 200;
	color: white;
	
	
	padding-top: 20px;
	font-family: optima;


}

h1 {

	font-size: 10px;
	font-weight: 900;
	
	color: #142B4F;
	padding-top: 20px;
	
}

.bandera{

	width: 20px;
	height: 15px;
}
#header{


	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 80px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
	
	z-index: 999;
	position: sticky;
	top: 0;
	left: 0;
	background-color: #F5F5F5;
	width: 100%;
	height: 100px;

}
.logo{

	width: 250px;
	height: 220px;
	margin-bottom: 15px;
}



#navbar{


	display: flex;
	align-items: center;
	
}

#navbar li{

	list-style: none;
	padding: 0 20px;
	
}


#navbar li a{

	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color:#0F88FB;
	
}


#navbar li a:hover,
#navbar li a.active{

	color: #065572;
}

#mobile{

	display: none;
}

.menu{
	width: 35px;
	height: 40px;
}

.close{

	display: none;
}





/*section hero*/

#hero {

	
	background-image: url("images/banner.png");
	height: 500px;
	width: 100%;
	backgroundsize: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;


	
	
	display: flex;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: flex-start;
		


}

.parrafo{

	width: 50%;
	text-align: center;
	padding-top: 30px;
	
	height: 100%;

}

.parrafo h4{

	text-align: justify;
	padding: 50px;
	line-height: 30px;
}

.imageparrafo{

	width: 50%;
	text-align: center;
	
	
	height: 100%;
}


.videosolo{

	width: 90%;
	height: 90%;

	
}

button{

	font-size: 14px;
	font-weight: 600;
	padding: 15px 45px;
	color: white;
	background-color: #065572;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 15px;


	
	
}

button:hover{

	background-color: #57E4FF;
	color: white;
}

button a{

	text-decoration: none;
	color: white;
}

.boton1{

	font-size: 14px;
	font-weight: 600;
	padding: 15px 45px;
	color: white;
	background-color: blue;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 15px;


	
	
}

button:hover{

	background-color: #57E4FF;
	color: white;
}

button a{

	text-decoration: none;
	color: white;
}

.botonproyecto{

	text-align: center;
	padding-bottom: 30px;
	margin-top: 20px;
}

/*section historia*/


#historia{

	background-image: url("images/historia.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 800px;
	
	width: 100%;


}

/*section ourproject*/

#ourdesign{

	background-color: #033E55;
}

.title{

	text-align: center;
}

.marcoproyectos{

	display: flex;
	
	
}

.proy1{

	width: 25%;
	margin: 30px;

	
	height: 200px;
	background-image: url("images/barcaza1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;


}

.proy2{

	width: 25%;
	
	background-image: url("images/1.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin: 30px;


}

.proy3{

	width: 25%;
	
	background-image: url("images/transporte1.jpeg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin: 30px;


}

.proy4{

	width: 25%;
	
	background-image: url("images/cat3.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin: 30px;
	margin-bottom: 0px;


}

/*section serv*/

#serv{

	background-color: white;
	



}

.tituloserv{
	text-align: center;
}

.tituloserv h2{

	
	font-size: 30px;
	color: #033E55;
	font-weight: 100px;


}

.servicioeng{

	
	display: flex;
	text-align: center;
	
	
	
}

.servicio1{

	width: 25%;
	text-align: center;
	margin: 40px 40px;
	border: solid #033D53;
	border-width: 10px;
	border-radius: 5px;
	overflow: hidden;

}

.servicio1:hover{

	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
	transition: all 400ms ease;



}


.servicio1 h3{

	
	font-size: 17px;
	color: #033E55;
	
	text-decoration: underline;



}

.servicio1 h2{

	font-family: optima;
	font-size: 14px;
	color: #033E55;
	font-weight: 100px;
	



}

.servicios{

	width: 100%;
	height: 200px;
	

}

.servicio2{

	width: 25%;
	text-align: center;
	margin: 40px 40px;
	border: solid #033D53;
	border-width: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.servicio2:hover{

	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
	transition: all 400ms ease;



}

.servicio2 h3{

	
	font-size: 17px;
	color: #033E55;
	
	text-decoration: underline;



}

.servicio2 h2{

	font-family: optima;
	font-size: 14px;
	color: #033E55;
	font-weight: 100px;
	



}

.servicio3{

	width: 25%;
	text-align: center;
	margin: 40px 40px;
	border: solid #033D53;
	border-width: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.servicio3:hover{

	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
	transition: all 400ms ease;



}

.servicio3 h3{

	
	font-size: 17px;
	color: #033E55;
	
	text-decoration: underline;



}

.servicio3 h2{

	font-family: optima;
	font-size: 14px;
	color: #033E55;
	font-weight: 100px;
	



}

.servicio4{

	width: 25%;
	text-align: center;
	margin: 40px 40px;
	border: solid #033D53;
	border-width: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.servicio4:hover{

	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
	transition: all 400ms ease;



}

.servicio4 h3{

	
	font-size: 17px;
	color: #033E55;
	
	text-decoration: underline;



}

.servicio4 h2{

	font-family: optima;
	font-size: 14px;
	color: #033E55;
	font-weight: 100px;
	



}





/*section roadmap*/


.titulocontacto{

	height: 100px;
	text-align: center;
}

.contacto{

	background-image: url("images/roadmap.png");
	background-size: contain;
	background-repeat: no-repeat;


	
	height: 800px;
	width: 100%;


}




footer{

	display: flex;
	background-color: #08192B;
}
.logo1{

	width: 220px;
	height: 120px;
	margin-top: 5px;
	padding-left: 40px;
}

.col1{

	width: 33%;
	display: flex;
	flex-direction: column;
}
.col2{

	width: 33%;
	display: flex;
	flex-direction: column;

}

.col3{

	width: 33%;
	display: flex;
	flex-direction: column;
}



footer .col1 h4{

	
	margin-left: 80px;
	color: white;
}

footer .col1 h2{

	
	
	font-size: 15px;
	padding-bottom: 20px;
	font-family: sans-serif;
	margin-left: 50px;
	color: #5F7D95;
}

footer .col2 h4{

	
	margin-left: 80px;
	color: white;
	margin-top: 25px;
}

footer .col2 h2{

	
	font-size: 15px;
	padding-bottom: 20px;
	
	
	

}

.col2 a{

	margin-top: 30px;
	text-decoration: none;
	color:  #5F7D95;
	font-family: sans-serif;
	font-size: 15px;
	margin-left: 80px;

}

.col2 a:hover{

	color: white;
}

footer .col3 h4{

	
	margin-left: 80px;
	color: white;
	margin-top: 25px;
}

footer .col3 h2{

	
	font-size: 15px;
	padding-bottom: 20px;
	font-family: sans-serif;
	margin-left: 50px;
	color: #5F7D95;
}



.col3 a{

	margin-top: 30px;
	text-decoration: none;
	color:  #5F7D95;
	font-family: optima;
	font-size: 15px;
	margin-left: 80px;

}

.col3 a:hover{

	color: white;
}




.logored{

	width: 30px;
	height: 30px;
	
	margin-left: 20px;
}

.icon{
	display: flex;
	padding-bottom: 10px;


}
.icon a{

	margin-left: 20px;
}

.derechos{

	
	background-color: #5F7D95; 
	text-align: center;


}

.derechos p{

	color: white;
	padding-bottom: 10px;
	font-size: 15px;


}

/*start media Query*/

@media (max-width: 986px){

	#navbar {

		display: flex;
		flex-direction: column;
		align-items: flex-start;
   justify-content: flex-start;
   position: fixed;
   top: 0;
   right: -200px;
   height: 100vh;
   width: 200px;
   background-color: grey;
   box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
   padding: 80px 0 0 10px;


	}
	#navbar.active {

		right: 0px;
	}

	#navbar li{

		margin-bottom: 25px;
	}

	#mobile{

		display: flex;
		align-items: center;
	}

	.close{
	display: flex;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.imgparrafo{

	width: 300px;
	height: 250px;
	padding-top: 80px;
	padding-left: 40px;
}

#hero {

	
	
	height: 40vh;
	width: 100%;
	backgroundsize: cover;
	

	padding: 0 40px;
	display: flex;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: flex-start;
		


}

h4 {

	font-size: 10px;

	
	color: #3D6F92;
	padding-top: 20px;

	
}

h2 {

	font-size: 15px;
	font-weight: 900;
	
	color: #142B4F;
	padding-top: 20px;
	
}

h3 {

	font-size: 15px;
	font-weight: 900;
	
	color: white;
	padding-top: 20px;
	text-align: center;
	
}


p {
	font-size: 15px;
	font-weight: 800;
	
	color: white;
	padding-top: 20px;


}

h1 {

	font-size: 8px;
	font-weight: 900;
	
	color: #142B4F;
	padding-top: 20px;
	
}

button{

	font-size: 10px;
	font-weight: 400;
	padding: 15px 45px;
	color: white;
	background-color: #022835;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 15px;

	
	
}

#header a{

	margin-top: 20px;
}

#header{

	height: 130px;
	
}

.video{

	width: 50%;
	margin-top: 20px;
	margin-left: 30px;


}

.video1{

	width: 350px;
	height: 300px;
}

.imgservicio{

	width: 250px;
	height: 310px;
	line-height: 1;
	border-radius: 20px;
	padding: 20px 10px;
	border: solid #038592;
}

.imgproyecto{

	width: 250px;
	height: 280px;
	line-height: 1;
	border-radius: 20px;
	padding: 20px 10px;
	border: solid #038592;
}



footer .col1 h4{

	
	margin-left: 80px;
	color: white;
	font-size: 18px;
}

footer .col1 h2{

	
	
	font-size: 12px;
	padding-bottom: 20px;
	font-family: monospace;
	margin-left: 50px;
	color: #5F7D95;
}

footer .col2 h4{

	
	margin-left: 80px;
	color: white;
	font-size: 18px;
}

footer .col2 h2{

	
	font-size: 12px;
	padding-bottom: 20px;
	
	
	

}

footer .col2 a{

	font-size: 12px;
}

footer .col3 h4{

	
	margin-left: 80px;
	color: white;
	margin-top: 25px;
	font-size: 18px;
}

footer .col3 h2{

	
	font-size: 12px;
	padding-bottom: 20px;
	font-family: monospace;
	margin-left: 50px;
	color: #5F7D95;
}



.col3 a{

	margin-top: 30px;
	text-decoration: none;
	color:  #D6DAD3;
	font-family: monospace;
	font-size: 12px;
	margin-left: 80px;

}

.logored{

	width: 20px;
	height: 20px;
	
	margin-left: 20px;
}

.icon a{

	margin-left: 27px;
}

#navbar li a{

	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: white;
	
}
	
}

@media (max-width: 576px){

		#navbar {

		display: flex;
		flex-direction: column;
		align-items: flex-start;
   justify-content: flex-start;
   position: fixed;
   top: 0;
   right: -200px;
   height: 100vh;
   width: 200px;
   background-color: grey;
   box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
   padding: 80px 0 0 10px;


	}
	#navbar.active {

		right: 0px;
	}

	#navbar li{

		margin-bottom: 25px;
	}

	#mobile{

		display: flex;
		align-items: center;
		margin-right: 20px;
	}

	.close{
	display: flex;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 30px;
	left: 30px;
}

#header{

	padding: 10px;
}


	

	.logo{
		height: 100%;
		padding: 0px;
		width: 120px;
		padding-bottom: 20px;

	}


	#hero {

	
	
	height: 100%;
	width: 100%;
	padding: 0 0px;
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: none;

		


}

h4 {

	font-size: 18px;
	font-weight: 10;

	
	color: white;
	padding-top: 20px;
	font-family: arial;

	
}

.parrafo h2 {

	font-size: 24px;
	font-weight: 600;
	
	color: white;
	padding-top: 30px;
	font-family: arial;
	
}

h3 {

	font-size: 15px;
	font-weight: 900;
	
	color: white;
	padding-top: 20px;
	text-align: center;
	
}


p {
	font-size: 15px;
	font-weight: 800;
	
	color: white;
	padding-top: 20px;


}

h1 {

	font-size: 8px;
	font-weight: 900;
	
	color: #142B4F;
	padding-top: 20px;
	
}

button{

	font-size: 10px;
	font-weight: 400;
	padding: 15px 45px;
	color: white;
	background-color: #022835;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 15px;

	
	
}

.parrafo{

	background-image: none;
	height: 700px;
	width: 100%;
	


	
	
	
		
}

.imgparrafo{

	
	

	width: 100%;
	height: 100%;

}




	
.videosolo{

	
	margin: auto;
	width: 200%;

}


/*section historia*/


#historia{

	
	height: 400px;
	
	width: 100%;


}

/*section ourproject*/

.marcoproyectos{

	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title h3{

	color: white;
	font-size:18px;
	font-weight: 5;
	font-family: arial;
	padding:10px;
	
}



.proy1{

	width: 90%;
	

	
	height: 200px;
	background-image: url("images/barcaza1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;


}

.proy2{

	width: 90%;
	
	background-image: url("images/lancha2.jpeg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	


}

.proy3{

	width: 90%;
	
	background-image: url("images/transporte1.jpeg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	


}

.proy4{

	width: 90%;
	
	background-image: url("images/sargazo5.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	


}
.text1 h2{


	font-size:10px;
	font-weight: 10;
	font-family: impact;


}

.text1 h3{


	font-size: 12px;
	font-weight: 10;
	font-family: impact;

	
}

.text2 h2{


	font-size:10px;
	font-weight: 10;
	font-family: impact;


}

.text2 h3{


	font-size: 12px;
	font-weight: 10;
	font-family: impact;

	
}
.text3 h2{


	font-size: 10px;
	font-weight: 10;
	font-family: impact;


}

.text3 h3{


	font-size: 12px;
	font-weight: 10;
	font-family: impact;

	
}
.text4 h2{


	font-size:10px;
	font-weight: 10;
	font-family: impact;


}

.text4 h3{


	font-size: 12px;
	font-weight: 10;
	font-family: impact;

	
}

.tituloserv h2{

	color: #00426a;
	font-size:22px;
	font-weight: 600;
	font-family: arial;
	


}



footer{

	display: block;
}

footer .col1 h2{

	
	
	font-size: 12px;
	padding-bottom: 20px;
	font-family: monospace;
	margin-left: 60px;
	color: #5F7D95;
}


footer .col1 h4{

	
	
	
	margin-left: 60px;
	
}

.icon a{

	margin-left: 37px;
	padding-bottom: 20px;
}



footer .col2 a{

	
	
	
	margin-left: 60px;
	
}

footer .col2 h4{

	
	margin-left: 80px;
	color: white;
	font-size: 18px;
	margin-left: 60px;
}

.col2{

	width: 300px;
}

.logo1{
	margin-top: 20px;
	width: 180px;
	height: 180px;


	

}

#navbar li a{

	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: white;
	
}

#serv{

	display: none;
	



}



footer .col3 h4{

	
	
	
	margin-left: 60px;
	
}

footer .col3 a{

	
	
	
	margin-left: 60px;
	
}

.parrafo{

	
	padding-top: 0px;
	background-color: #033E55;
	
	

}



.parrafo h2{

	color: white;
	font-weight: 100px;
}




h4{
      color: white;
      position: relative;
      animation-name: moveToRight;
      animation-duration: 3s;
    }

    @keyframes moveToRight {
    0% {
        opacity: 0;
        left: -10000px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}






}











