*{

	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;

}

h4 {

	font-size: 20px;

	
	color: #3D6F92;
	padding-top: 20px;

	
}

h2 {

	font-size: 25px;
	font-weight: 900;
	
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

h3 {

	font-size: 30px;
	font-weight: 900;
	
	color: white;
	padding-top: 20px;
	text-align: center;
	
}




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;
	height: 100px;

}
.logo{

	width: 250px;
	height: 220px;
	margin-bottom: 15px;
}

#navbar{


	display: flex;
	align-items: center;
	justify-content: space-between;
}

#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 proyectos*/

.slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;

    animation-name: moveToRight;
      animation-duration: 5s;


  }
  @keyframes moveToRight {
    0% {
        opacity: 0;
        left: -10000px;
    }
    100% {
        opacity: 1;
        left: 0;
    }



}

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding-right: 300px;
    padding-left: 300px;


      animation-name: moveToRight;
      animation-duration: 3s;
      padding-bottom: 100px;


    
    
    
   
  }

  .slide.active {
    opacity: 1;
  }

  


#proyectos{

	width: 100%;
	background-image: url("images/fondo3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.tituloproy{

	display: block;
	text-align: center;

	
}

.tituloproy h2{

	color: #00426A;
	font-size: 50px;

      position: relative;
      animation-name: moveToRight;
      animation-duration: 3s;
    }

    @keyframes moveToRight {
    0% {
        opacity: 0;
        left: -10000px;
    }
    100% {
        opacity: 1;
        left: 0;
    }

}




.proyecto{

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 35px;
	padding: 10px;

}


.marcoproyecto img{

	width: 350px;
	height: 250px;
	padding: 15px;
	border: solid white;
	border-radius: 20px;

}


.marcoproyecto h1{

	text-align: center;
	padding: 0px;
	font-style: helvetica;
	font-size: 12px;
	color: white;
	padding-bottom: 20px;
}

.marcoproyecto{

	width: 33%;
	text-align: center;



}

.marcoproyecto a img:hover{

	background-color: #F5F5F5;


}


.imagencentral{

	display: flex;
	justify-content: center;
	background-color: #F5F5F5;

	

}

.imgcen{

	width: 68%;
	height: 350px;

	
}


/*section description*/

.textdescription{

	display: flex;
	text-align: justify;
	

}

.textdescription p{

	
	
	padding: 30px;
	font-family: helvetica;
	color: black;
	line-height: 200%;
	font-size: 20px;
}



/*section servicios*/

.service{

	display: flex;
	
	
	
}

.imgservicio{

	width: 370px;
	height: 370px;
	line-height: 1;
	border-radius: 20px;
	padding: 20px 10px;
	border: solid white;
}

.marcoservicio{

	width: 33%;
	
	display: flex;
   align-items: center;
   justify-content: center;
   padding-bottom: 20px;
	
	

	


}

.tituloser{

	height: 100px;
	text-align: center;
}


#servicios{

	background-color: #3D769C;
}






/*section roadmap*/


.titulocontacto{

	height: 100px;
	text-align: center;
	background-color: #F5F5F5;
}

.contacto{

	background-image: url("images/roadmap.png");
	background-size: cover;
	height: 800px;
	width: 100%;


}

.botonproyecto{

	height: 100px;
	display: flex;
   align-items: center;
   justify-content: center;	
   background-color: #D6DAD3;
	

}

button{

	font-size: 14px;
	font-weight: 600;
	padding: 15px 45px;
	color: white;
	background-color: #022835;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 15px;

	
	
}

button:hover{

	background-color: #57E4FF;
	color: white;
}


footer{

	display: flex;
	background-color: #08192B;
}

.logo1{

	width: 220px;
	height: 120px;
	margin-top: 20px;
	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: monospace;
	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:  #D6DAD3;
	font-family: monospace;
	font-size: 15px;
	margin-left: 80px;

}

footer .col3 h4{

	
	margin-left: 80px;
	color: white;
	margin-top: 25px;
}

footer .col3 h2{

	
	font-size: 15px;
	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: 15px;
	margin-left: 80px;

}




.logored{

	width: 30px;
	height: 30px;
	
	margin-left: 20px;
}

.icon{
	display: flex;


}
.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: 799px){

	#navbar {

		display: flex;
		flex-direction: column;
		align-items: flex-start;
   justify-content: flex-start;
   position: fixed;
   top: 0;
   right: -300px;
   height: 100vh;
   width: 300px;
   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;
	border-bottom: solid blue ;
}

.video{

	width: 50%;
	margin-top: 20px;
	margin-left: 30px;


}

.video1{

	width: 350px;
	height: 300px;
}

.service{
	display: block;

}

.marcoservicio{

	width: 100%;
}

.imgservicio{

	width: 450px;
	height: 410px;
	line-height: 1;
	border-radius: 20px;
	padding: 20px 10px;
	border: solid #038592;
}

.tituloser h2{

	font-size: 50px;
}

.titulocontacto h2{

	font-size: 30px;
}



.contacto{

	background-image: url("images/roadmap.png");
	background-size: 100% 100%;
	height: 800px;
	width: 100%;


}
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;
}
	
}

@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;
	}

	#navbar li a{

	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: white;
	
}

	#mobile{

		display: flex;
		align-items: center;
		margin-right: 10px;
	}

	.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;
		padding-top: 10px;

	}

#hero {

	
	background-image: none;
	height: 80vh;
	width: 100%;
	padding: 0 20px;
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		


}

h4 {

	font-size: 18px;

	
	color: #3D6F92;
	padding-top: 20px;

	
}

h2 {

	font-size: 20px;
	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;

	
	
}

.slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: -70px;

    animation-name: moveToRight;
      animation-duration: 5s;


  }
  @keyframes moveToRight {
    0% {
        opacity: 0;
        left: -10000px;
    }
    100% {
        opacity: 1;
        left: 0;
    }



}

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding-right: 10px;
    padding-left: 10px;


      animation-name: moveToRight;
      animation-duration: 3s;
      padding-bottom: 100px;


    
    
    
   
  }

  .slide.active {
    opacity: 1;
  }

  .tituloproy h2{

	color: #00426A;
	font-size: 30px;

      position: relative;
      animation-name: moveToRight;
      animation-duration: 3s;
    }

    @keyframes moveToRight {
    0% {
        opacity: 0;
        left: -10000px;
    }
    100% {
        opacity: 1;
        left: 0;
    }

}




.proyecto{

	display: block;
}

.marcoproyecto{

	width: 100%;
	text-align: center;
	display: block;



}

.marcoproyecto img{

	width: 350px;
	height: 250px;
	padding: 15px;
	border: solid white;
	border-radius: 20px;

}

.imgproyecto{

	padding:10px;
	margin-left: 0px;


}v



.icon a{

	margin-left: 5px;
}

.imgparrafo{

	width: 400px;
	height: 250px;
	padding-top: 40px;
	padding-left: 10px;
}

.video{
	display: block;

}

.video1{

	width: 350px;
	height: 300px;
	padding-left: 20px;
	padding-top: 10px;
}

.titulo{

	width: 100%;
}

.titulo h4{

	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 14px;
}

.tituloser{

	height: 80px;
	text-align: center;
}

.service{

	display: block;
}

.marcoservicio{
	display: flex;
	padding-bottom: 20px;

	

	

}



.imgservicio{

	width: 350px;
	height: 380px;
	line-height: 1;
	border-radius: 20px;
	padding: 10px 10px;
	border: solid #038592;
}



.tituloproyecto{

	display: none;
}

.contacto{

	width: 100%;
	height: 260px;
}

#hero{

	height: 45vh;
}

footer{

	display: block;
}

footer .col1 h2{

	
	
	font-size: 12px;
	padding-bottom: 20px;
	font-family: monospace;
	margin-left: 80px;
	color: #5F7D95;
}

.icon a{

	margin-left: 37px;
	padding-bottom: 20px;
}

footer .col2 h4{

	
	margin-left: 80px;
	color: white;
	font-size: 18px;
}

.col2{

	width: 300px;
}



.bandera {

	width: 10px;
	height: 10px;
}





}

