.btnSantander{
	
	/* background: #ef3215; */
	position: relative;
    width: 100%;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;

	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
	color: #fff;
    /* font: size 12px; */
}



@media only screen and (min-width: 300px){
	.btnSantander{
		border-radius: 23px;
		display: inline-block;
    	text-align: center;
   		height: 100%;
	}
}
@media only screen and (min-width: 200px){
	.btnSantander{
		border-radius: 18px;
		display: inline-block;
		text-align: center;
		height: 100%;
	}
}
@media only screen and (min-width: 150px){
	.btnSantander{
		border-radius: 13px;
		display: inline-block;
		text-align: center;
		height: 100%;
	}
}
@media only screen and (min-width: 75px){
	.btnSantander{
		border-radius: 13px;
		display: inline-block;
		text-align: center;
		height: 100%;
	}
}








@media (max-width: 375px){
	.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 1%;
		margin-right: 1%;
		width: 100%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		/*width: 50%;*/
		/*float: left;*/
		height: 100%;
		margin-top: 20px;
		width: 100%;
	}
	.contenedor-horizontal-der{
		display: inline;
		/*width: 50%;*/
		/*float: right;*/
		height: 100%;
		margin-top: 20px;
		width: 100%;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 1000px;
		justify-content: center;

	}

	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 100%;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 500px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 1%;
	 	margin-right: 1%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 10px;
	 	margin-right: 10px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	.pagina-contruccion-div-principal{
		height: 300px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}
	.contenedor-pagina-construccion-imagen img{
		width: 375px;
		height: 380px;
		justify-content: center;

	}
	
	/*.contenedor-pagina-construccion-imagen{
		transform: skew(-10deg);
	}*/
}

@media (min-width: 768px) and (max-width: 992px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 5%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 500px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 1%;
	 	margin-right: 1%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 10px;
	 	margin-right: 10px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 700px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}*/
	/*.contenedor-pagina-construccion-imagen img{
		width: 910px;
		height: 780px;
		justify-content: center;

	}*/
}

@media (min-width: 992px) and (max-width: 1200px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 5%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 500px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 1%;
	 	margin-right: 1%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 10px;
	 	margin-right: 10px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1000px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}*/
	/*.contenedor-pagina-construccion-imagen img{
		width: 1100px;
		height: 1080px;
		justify-content: center;

	}*/
}

@media (min-width: 1200px) and (max-width: 1300px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 5%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 500px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 1%;
	 	margin-right: 1%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 10px;
	 	margin-right: 10px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1100px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 1260px;
		height: 1180px;
		justify-content: center;

	}*/
}

@media (min-width: 1300px) and (max-width: 1500px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 5%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 500px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1100px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 1365px;
		height: 1180px;
		justify-content: center;

	}*/
}

@media (min-width: 1500px) and (max-width: 1700px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 5%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 500px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1100px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 1530px;
		height: 1180px;
		justify-content: center;

	}*/
}

@media (min-width: 1701px) and (max-width: 1800px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 5%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 45%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 45%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 900px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}
	.bottom-bar-filters-items-container{
		vertical-align: middle;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1100px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 1710px;
		height: 1180px;
		justify-content: center;

	}*/
}

@media (min-width: 1800px) and (max-width: 2000px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 10%;
		margin-right: 7%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 90%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 18px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 600px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 18px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 20px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 20px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 200px;
		height: 40px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
	}
	.personal-telefono-contenedor i{
		font-size: 20px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}
	.bottom-bar-filters-items-container{
		vertical-align: middle;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1100px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 1820px;
		height: 1180px;
		justify-content: center;

	}*/
}


@media (min-width: 2000px) and (max-width: 2700px){
		.nosotros-contenedor{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 300px;
		margin-left: 10%;
		margin-right: 7%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 80%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 23px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 23px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}
	
	.nuestros-clientes-titulo label{
		color: white;
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
	}
	.mision-texto label{
		font-size: 23px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 630px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 23px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 23px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 23px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 23px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 230px;
		height: 50px;
		font-size: 20px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
		vertical-align: middle;
		margin-top: 5px;
	}
	.personal-telefono-contenedor i{
		font-size: 23px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}
	.bottom-bar-filters-items-container{
		vertical-align: middle;
	}

	.mision-texto label{
		font-size: 23px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1100px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 2050px;
		height: 1180px;
		justify-content: center;

	}*/
}


@media (min-width: 2700px) and (max-width: 3000px){
		.nosotros-contenedor{
		height: 1200px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 330px;
		margin-left: 10%;
		margin-right: 6%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 65%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}

	.nuestros-clientes-titulo label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
		font-size: 30px;
	}
	.mision-texto label{
		font-size: 30px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 800px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 30px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 30px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 30px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 280px;
		height: 50px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
		vertical-align: middle;
		margin-top: 5px;
	}
	.personal-telefono-contenedor i{
		font-size: 30px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}
	.bottom-bar-filters-items-container{
		vertical-align: middle;
	}

	.mision-texto label{
		font-size: 30px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1200px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 2730px;
		height: 1280px;
		justify-content: center;

	}*/
}

@media (min-width: 3000px) and (max-width: 4000px){
		.nosotros-contenedor{
		height: 1200px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 330px;
		margin-left: 10%;
		margin-right: 6%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 65%;
		height: 320px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 500px;
		height: 50px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;

	}

	.nuestros-clientes-titulo label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 25px;
		font-size: 30px;
	}
	.mision-texto label{
		font-size: 30px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 800px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 30%;
	 	height: auto;
	 	margin-left: 20px;
	 	margin-right: 20px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 30px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 570px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 500px;
		height: 50px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 30px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 30px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 280px;
		height: 50px;
		font-size: 30px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 40px;
		transform: skew(20deg);
		font-weight: thin;
		vertical-align: middle;
		margin-top: 5px;
	}
	.personal-telefono-contenedor i{
		font-size: 30px;
		color: white;
		margin-right: 10px;
		line-height: 40px;
	}
	.bottom-bar-filters-items-container{
		vertical-align: middle;
	}

	.mision-texto label{
		font-size: 30px;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1200px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 2930px;
		height: 1280px;
		justify-content: center;

	}*/
}

@media (min-width: 4000px){
		.nosotros-contenedor{
		height: 1650px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/* background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1)); */
	}

	.contenedor-horizontal{
		margin-top: 50px;
		/*border: 1px solid black;*/
		height: 490px;
		margin-left: 10%;
		margin-right: 3%;
	}
	.contenedor-horizontal-izq{
		display: inline;
		width: 50%;
		float: left;
		height: 100%;
		margin-top: 20px;
	}
	.contenedor-horizontal-der{
		display: inline;
		width: 50%;
		float: right;
		height: 100%;
		margin-top: 20px;
	}
	/* IMAGEN */
	.contenedor-acerca-imagen img{
		width: 60%;
		height: 450px;
		justify-content: center;

	}
	.contenedor-acerca-imagen{
		transform: skew(-10deg);
	}

	/* TITULOS */
	.acerca-titulo{
		width: 400px;
		height: 70px;
		font-size: 45px;
		background-color: #F93822;
		border-radius: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.acerca-titulo label{
		color: white;
		font-size: 45px;
		letter-spacing: 2px;
		line-height: 70px;
		transform: skew(20deg);
		font-weight: bold;
	}
	.paralelogramo-div{
		transform: skew(-20deg);
	}

	.nuestros-clientes-titulo{
		width: 540px;
		height: 60px;
		font-size: 45px;
		background-color: #F93822;
		border-radius: 10px;
		margin-left: 5px;
		margin:0 auto;
	}

	.nuestros-clientes-titulo label{
		color: white;
		font-size: 45px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* TEXTO IZQUIERDA */
	.mision-texto{
		margin-right: 50px;
		margin-top: 50px;
		font-size: 45px;
	}
	.mision-texto label{
		font-size: 45px;
	}


	/* NUESTROS CLIENTES */
	.nuestros-clientes-contenedor{
		margin-top: 0;
		width: 100%;
		height: 990px;
		background-color: #101820;
		display: block;
		overflow: auto;
		text-align: center;
	}
	.contenedor-horizontal-clientes{
		height: 100px;
		border: 1px solid white;
		margin-top: 70px;
	}

	.clientes-contenedor{
		margin-top: 30px;
		text-align: center;
	}
	 /* IMAGENES CLIENTES */
	 .clientes-contenedor-imagenes{
	 	margin-top: 60px;
	 	transform: skew(-10deg);
	 	width: 100%;
	 }

	 .clientes-imagenes-inner{
	 	margin-left: 2%;
	 	margin-right: 2%;
	 	text-align: center;
	 }
	 .clientes-contenedor-imagenes img{
	 	display: inline;
	 	width: 25%;
	 	height: auto;
	 	margin-left: 25px;
	 	margin-right: 25px;
	 	text-align: center;

	 }

	 /* TEXTO NUESTROS CLIENTES */
	 .text-nuestros-clientes{
	 	margin-top: 40px;
	 	margin-left: 5%;
	 	margin-right: 5%;
	 	text-align: center;
	 }
	 .text-nuestros-clientes label{
	 	font-size: 45px;
	 	color: white;
	 }

	 /* PERSONAL */
	 .nosotros-personal{
	 	overflow: auto;
		overflow-x: hidden;
	 	height: 790px;
	 	background-color: white;
	 	width: 100%;
	 	/*border: 1px solid black;*/
	 }
	 .personal-contenedor{
	 	margin-top: 40px;
	 }
	 .personal-titulo{
	 	width: 600px;
		height: 70px;
		font-size: 45px;
		background-color: #F93822;
		border-radius: 10px;
		text-align: center;
		margin-top: 50px;
		margin:0 auto;
	 }
	 .personal-titulo label{
		color: white;
		font-size: 45px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: bold;
	}

	/* PERSONAL TARJETAS */
	.personal-cards{
		margin-left: 2%;
		margin-right: 2%;
		height: 400px;
		/*border: 1px solid black;*/
		margin-top: 50px;
		text-align: center;
	}
	.personal-persona{
		width: 24%;
		display: inline-block;
		height: 400px;
		/*border: 1px solid black;*/
	}
	.personal-info-titulo{
		width: 100%;
		font-weight: bold;
		font-size: 45px;
	}
	.personal-info-contenido{
		width: 100%;
		font-weight: thin;
		font-size: 45px;
		text-align:center;
	}
	.personal-info{
		text-align: center;
	}

	.personal-telefono-contenedor{
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}

	.personal-telefono{
		width: 420px;
		height: 70px;
		font-size: 45px;
		background-color: #F93822;
		border-radius: 10px;
		margin:0 auto;
	}
	.personal-telefono label{
		color: white;
		font-size: 45px;
		letter-spacing: 2px;
		line-height: 50px;
		transform: skew(20deg);
		font-weight: thin;
		vertical-align: middle;
		margin-top: 5px;
	}
	.personal-telefono-contenedor i{
		font-size: 45px;
		color: white;
		margin-right: 10px;
		line-height: 55px;
	}
	.bottom-bar-filters-items-container{
		vertical-align: middle;
	}

	.mision-texto label{
		font-size: 45px;
	}

	.personal-imagen img{
		width: 40%;
		height: auto;
	}

	/* IMAGEN DE PAGINA EN CONSTRUCCION*/
	/*.pagina-contruccion-div-principal{
		height: 1400px;*/
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));
	}
	.contenedor-pagina-construccion-imagen img{
		width: 4095px;
		height: 1480px;
		justify-content: center;

	}*/
}
.pagina-contruccion-div-principal{
		height: 1100px;
		/*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(136,139,141,1));*/
		 /*  */
		/*background-image: linear-gradient(to bottom right, white, rgba(187,187,187,1), rgba(136,139,141,1));*/
	}
.contenedor-pagina-construccion-imagen img{
		width:100%;
		height: 1180px;
		justify-content: center;

	}

	.seccion-contenido-minimap-footer img{
		width:100%;
		height: auto;
		/*margin-right: 2%;*/

	}

	.seccion-contenido-minimap{
/*		width:100%;
		height: auto;*/
		margin-right: auto;

	}