@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

header{
	text-align: center;
	
}
header p{
	font-family: 'abel',san-serif;
	font-size: 24px;
}
header img{
	width: 125px;
	height: auto;
	margin:20px 0 20px 0;
}

nav{
	height: 60px;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgb(210,210,210);
	
}
nav a{
	font-family: 'abel';
	padding: 20px;
	text-decoration: none;
	border-left: 1px solid rgb(210,210,210);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	color: rgb(120,120,120);
	
}
nav a:hover{
	background-color:rgba(2,43,146,1.0);
	color: white;
	padding:30px 20px 20px 20px;
}
nav a:nth-child(1){
	border: none;
}
.fondoprincipal{
	background: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	height:100vh;
	padding-top:150px;
	
}

.contenedor{
	width: 1000px;
	width: 1020px;
	margin: auto;
	display: table;
	position: relative;
}

.empresa{
	width: 45%;
	height: 280px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.68);
	margin-left:3.5%;
	padding-top: 55px;
	box-sizing: border-box;
	float: left;
	
}

.empresa p{
	font-weight: 400;
	font-size: 25px;
	color: #034C8F;
	font-family: 'Abel', sans-serif;
	
}

/*inicio de web*/

.quienes-somos{
	width: 100%;
	height:auto;
	background-color:rgba(2,76,146,1.00); 
	color: white;
	font-family: 'Abel', sans-serif;
	font-weight: 100;
	padding: 40px;
	box-sizing: border-box;
	
	
}

#centro{
	width: 1000px;
	margin: auto;
	padding: 80px 0  80px 0;
	box-sizing: border-box;
	display: table;
		
}


h1{
	text-align: center;
	font-family:algerian,'abel';
	font-size:45px;
	color: #034C8F;
	margin-top: 25px;
	
	
	}

h3{
	width: 100%;
	height: 20px;
	color:white;
	text-align: center;
	font-size: 30px;
	font-family: 'Abel';
	font-weight: 100;
	float: left;
	
	
}

.linenn{
	width: 100%;
	height: 60px;
	color: rgb(3, 76, 143);
	text-align: center;
	font-size: 30px;
	font-family: 'Abel', sans-serif;
	float: left;
	
}
.linenn2{
	width: 100%;
	height: 60px;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 30px;
	font-family: 'Abel', sans-serif;
	float: left;
	
}

.conceptop{
	width: 650px;
	margin: 36px auto 0 auto;
	font-family: 'Abel', sans-serif;
	font-size: 1em;
	text-align: justify;
	font-weight: 200;
	display:table;
	
	
	
}

.gris{ 
	width: 100%;
	height: auto;
	padding: 0;
	background-color: rgb(240,240,240);
	display: table;
	
}

figcaption{
	font-family: 'Abel';
	font-size: 17px;
	text-align: center; 
}
#centro-tex{
	width: 900px;
	padding:100px 0;
	margin: auto;
	display: flex;
	
	
}

.nosotros{
	width: 290px;
	height: 400px;
	
	margin-left: 25px;
}


.nosotros > figure{
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.nosotros img{
	transition: 2s all;
}


.nosotros img:hover{
	transform: rotate(360deg);
	cursor: pointer;
	
}

.contexto-vmv{
	width: 260px;
	height: 300px;
	
	border-radius: 20px;
	margin:-20px auto 0 auto;
	color: rgb(89,89,89);
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	padding: 40px 20px 10px 20px;
	text-align: justify;
	box-sizing: border-box;
	display: flex;

	
	
}

.texvision{
	font-family: 'abel',san-serif;
	font-size: 2em;
	
	
}
	
	
.fotos3 figure{
	float: left;
}

#centro-clientes{
	width: 1000px;
	height: 400px;
	margin: auto;
	display :flex;
	flex-direction:row;/* (row) REMGLONES*/
	flex-wrap: wrap;/* (wrap) AGRUPANDO*/
	align-items: center;
	padding-top: 50px;
	box-sizing: border-box;
	
	
	
	
}
.celeste{
	background-color: white;
	padding-bottom:60px;
}
#clientes figure{
	    width: 106px;
    border:3px #e7e6ea solid;
    height: 106px;
    
    margin-left: 78px;
}
	
.contactof{
	padding: 50px;
	box-sizing: border-box;
	display: block;
	background-color: rgb(2,76,146);
}	
	
#contacto{
	width: 1080px;
	height: auto;
	margin:auto;
	display: table;
}

.usuarioss{
	width: 32%;
	height: 320px;
	float: left;
	border-right: 1px solid white;
	padding-top: 50px;
}

.sinborde{
	border-right: none;
}
.tex-celeste{
	color:#6CD5FF;
}


.usuarioss p{
	text-align: center;
	color: white;
	font-family: 'abel'; 
	font-size: 19px;
	font-weight: 200;
	;
	

}

.usuarioss img{
	margin:auto;
	display: flex;
}

.copy{
	text-align: center;
	font-family:'abel';
	color: black;
	padding: 5px;

}



/*fin de web*/





/*RESPONSIVE CEL*/

@media (min-width: 280px) and (max-width: 550px){
	
	
	nav  {
		height: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		border: 1px solid white;
	}
	nav a{
		border: none;
		border-left-color: yellow;
	}
	
	
	.quienes-somos{
		background-image: none;
		width: 100%;
		height:auto;
	}
	#centro{
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	.conceptop{
		width: 100%;
	}
	
	#centro-tex{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		padding: 10px 10px;
	}
	
	#centro-clientes{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.nosotros{
	width: 100%;
	height: auto;
		margin-bottom: 30px;
		margin-left: 0px;
}
	
	.nosotros > figure{
	width: 99px;
	height: 95px;
	margin: auto;
	
		
}
	.contexto-vmv{
		width: 100%;
		height: auto;
	}	
	
	.fotos3 figure{
		float: none;
	}
	
	.fondoprincipal{
		background-image: none;
		background-color:#f3f3f3 ;
		padding-top:20px;
	}
	
	.contenedor{
		width: 100%;
		background: none;
		display: table;
	}
	
	/*img{ width: 90%;
		margin: auto;
    display: table;
	}*/
	
	.empresa{
		width:100%;
		height: auto;
		float: none;
		display: table;
		margin-left: 0px;
		border-radius: 0px;
		padding: 10px 10px;
		box-shadow: 0px 0  0  0;
		
		
	}
	.empresa p{
		font-size: 25px;
		line-height: -10px
	}
	
	article{
		margin-top: 20px;
	}
	.quienes-somos{
		padding: 40px 20px;
	}
	.contactof{
		padding: 20px 10px;
	}
	#contacto{
		width:100%;
	}
	.usuarioss{
	 width: 100%;
		border-right: none;
		margin: auto;
	}
	/*.usuarioss img{
		width: 100px;
	}*/
	#clientes figure{
		margin-left: 0px;
		
	}
	figure img{
		margin: auto;
		display: table;
	}
	.linenn{
		margin-top:25px;
	}

/*FOOTER PAGINA INICIAL*/
.contenido-footer{
	width: 100%;
	bottom: 0px;
		
}

.caja-central-footer{
	margin: auto;
	width: 100%;
	height: auto;
	
	

}


.foo21{
	width: 100%;
	height:245px;
	
	padding: 20px 10px;
	/*border: 1px  solid red;*/
	box-sizing: border-box;
	font-family: 'Abel', sans-serif;
}

/*FOOTER PAGINA FINAL*/


.contenido-footer{
	position: absolute;
	
	position: relative;
	
}

.foo21 {
    width: 100%;
    height: 152px;
    padding: 1px 12px;
}
	
}