*{

	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;

}

h4 {

	font-size: 16px;

	
	color: white;
	padding-top: 20px;

	
}

h2 {

	font-size: 30px;
	font-weight: 900;
	
	color: white;
	padding-top: 20px;
	
}

h3 {

	font-size: 30px;
	font-weight: 900;
	
	color: white;
	padding-top: 20px;
	text-align: center;
	
}


p {
	font-size: 25px;
	font-weight: 100;
	
	color: black;
	padding-top: 30px;
	font-family: optima;
	line-height: 200%;





}

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: 130px;
	width: 100%;

}
.logo{

	width: 250px;
	height: 220px;

}

#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 hero*/

#hero {

	


	
	background-image: url("images/cat7.jpeg");
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	
	
	
	display: flex;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: flex-start;
		


}

.sintesis{

	text-align: center;
	padding-top: 40px;

}

.sintesis h4{

      color: white;
      position: relative;
      animation-name: moveToRight;
      animation-duration: 3s;
    }

    @keyframes moveToRight {
    0% {
        opacity: 0;
        left: -10000px;
    }
    100% {
        opacity: 1;
        left: 0;
    }



}

	/*section inicio empresa*/

#inicioempresa{

	height: 650px;
}

.historia{

	display: flex;
	height: 100%;

	
	
	

}

.parrafo1{

	width: 50%;

	
		

}



.parrafo2{

	width: 50%;
	height: 650px;
	padding: 20px;
	

	
		
}

.parrafo2 p{
	
	text-align: justify;
	padding: 30px;
	font-size: 20px;
	font-family: Segoe UI;
	font-weight: 400;


}

.parrafo2 h2{

	color: #001D35;
	text-align: center;
}

 .slider {
    position: relative;
    width: 50%;
    height: 650px;
    overflow: hidden;

  }

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding: 60px;
    
    border-radius: 90px;
   
  }

  .slide.active {
    opacity: 1;
  }

/*section mision*/


#mision{

	display: flex;
	height: 100%;
	background-color: white;
	text-align: center;


	
	
	
	
	



}

.mision1{


	background-image: url("images/mision.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	border: solid #5271FF;
	border-radius: 10px;
	


	width: 33%;
	margin: 30px;


	
}



.vision{

	background-image: url("images/vision.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	
	margin: 30px;

	border: solid #223382;
	border-radius: 10px;
	


	width: 33%;

}

.valores{

	background-image: url("images/valores.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	
	margin: 30px;

	border: solid #5641AB;
	border-radius: 10px;
	


	width: 33%;
}








/*section nosotros*/


#nosotros{

	display: none;
}
.tituloser{

	
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #035A7E;

	
}

.tituloser h2{
	color: white;



	
}





.nosotros1{


	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #035A7E;
	


}

.container{






}

.container .imagen_container{

	width: 100%;
	height: 100%;
	margin-bottom: 20px;
    display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;

	





}

.main_img{

	width: 500px;
	height: 400px;

}

.container .thumbnail_container{

	height: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;


}
.thumbnail{

	width: 100px;
	height: 100px;
	border-radius: 80%;
	padding: 10px;
	cursor: pointer;
	object-fit: cover;
	opacity: .7;
	transition: .3s;
}

.thumbnail:hover{

	opacity: 1;

}

.active1{

	opacity: 1;

	box-shadow: 0 5px 5px rgba(1, 23, 46, 0.6);
	background-color: white;
}

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;
}

.botonproyecto{

	text-align: center;
	padding-bottom: 20px;
	background-color: white;
}






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: 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 {

	
	
		


}

.sintesis h4{

	font-size: 15px;
}

	/*section inicio empresa*/

.historia{

	display: flex;
	background-color: white;
	padding-bottom: 50px;

}

.parrafo1{

	width: 50%;

	
		

}

.parrafo1 p{
	display: flex;
	text-align: justify;
	padding: 30px;

}

.parrafo2{

	width: 50%;
	padding-top: 30px;
	
		
}

.parrafo2 p{
	display: flex;
	text-align: justify;
	padding: 30px;
	font-size: 10px;
	font-family: Segoe UI;
	font-weight: 400;


}

.parrafo2 h2{

	color: #001D35;
	text-align: center;
}

.fotogrupo{

	margin: 30px;
	
	height: 100%;
	margin-bottom: 20px;
	background-image: url("images/foto1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 10px #111417;
	border-radius: 20px;
	


}

/*section mision*/

.texto h4{

	font-size: 8px;
	
	
	color: #001D35;
	
	
	font-family: Segoe UI;
	font-weight: 800;
}

.texto h2{

	font-size: 12px;
}

.borde{

	padding: 0px;
	width: 95%;


}




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;
	}

	.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;

	}
.imgparrafo{

	width: 300px;
	height: 250px;
	padding-top: 80px;
	padding-left: 40px;

}

.historia{

	display: block;
}

.parrafo2{
	
	text-align: center;
	width: 100%;
	height: 100%;


}

.parrafo2 h2{

	
	text-align: center;
	font-family: arial;
	font-size: 22px;
}

.parrafo2 p{

	
	
	font-family: arial;
	font-size: 14px;
}

.parrafo1{

	width: 100%;
	height: 400px;

}

.slider {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;


  }

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    
    border-radius: 90px;
   
  }

  .slide.active {
    opacity: 1;
  }

#mision{

	display: block;
	height: 100%;
	background-color: white;
	text-align: center;


	
	
	
	
	



}

.mision1{


	background-image: url("images/mision.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	border: solid 10px #5271FF;
	border-radius: 10px;
	


	width: 100%;
	margin: 0px;


	
}



.vision{

	background-image: url("images/vision.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	
	margin: 0px;
	border-radius: 10px;

	border: solid 10px #223382;
	border-radius: 10px;
	margin-top: 20px;
	


	width: 100%;

}

.valores{

	background-image: url("images/valores.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	
	margin: 0px;

	border: solid 10px #5641AB;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	


	width: 100%;
}

#inicioempresa{

	height: 100%;
}

.marcomision{

	width: 100%;
	height: 250px;

}

.tituloser{

	
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #035A7E;

	
}

.tituloser h2{
	color: white;
	font-family: arial;
	font-size: 22px;



	
}





.nosotros1{


	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #035A7E;
	


}

.container{
	width: 100%;






}

.container .imagen_container{

	width: 100%;
	height: 100%;
	margin-bottom: 0px;
    display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;

	





}

.main_img{

	width: 100%;
	height: 400px;

}

.container .thumbnail_container{

	height: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	width: 100%;




}
.thumbnail{

	width: 50px;
	height: 70px;
	border-radius: 80%;
	
	cursor: pointer;
	object-fit: cover;
	opacity: .7;
	transition: .3s;
}

.thumbnail:hover{

	opacity: 1;

}

.active1{

	opacity: 1;

	box-shadow: 0 5px 5px rgba(1, 23, 46, 0.6);
	background-color: white;
}









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;
}






	#mobile{

		display: flex;
		align-items: center;
		margin-right: 20px;
	}





}