@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: "opensans";
 src: url("opensans.eot"); /* EOT file for IE */
}
@font-face {
 font-family: "opensans";
 src: url("opensans.ttf"); /* TTF file for CSS3 browsers */
}

body {
	margin:0;
	padding:0;
	font-family: 'opensans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7C7770;
	background:#172227;
}
/* general */
.float {
	float:left;
	width:100%;
}
.clear {
	clear:both;
	width:100%;
}
.fLeft {
	float:left !important;
}
.fRight {
	float:right !important;
}
p {
	float:left;
	width:100%;
	margin:0 0 20px;
}
.bodyCenter {
	clear:both;
	width:1050px;
	padding:0 25px;
	margin:0 auto;
}
/* header */
header {
	float:left;
	width:100%;
	position:relative;
}
	header .bodyCenter {
		position:absolute;
		z-index:200;
		top:0;
		left:50%;
		margin:0 0 0 -550px;
	}
#slide {
	float:left;
	width:100%;
}
	#slide img {
		float:left;
		width:100%;
	}
#slick {
}
	.slickItem {
		float:left;
		width:100%;
		position:relative;
	}
	.slickItem img:first-child {
		float:left;
		width:100%;
	}
nav {
	float:left;
	width:100%;
	border-bottom:solid 1px #7C7C7C;
	margin:0 0 10px;
}
	nav > img:first-child {
		float:left;
		width:175px;
		margin:20px 0 0px 0;
	}
	nav a {
		float:right !important;
		color:#fff;
		text-decoration:none;
		line-height:30px;
		padding:0 15px;
		margin:72px 0 0;
	}
		nav a:hover {
			color:#00A6E7;
		}
nav + a {
	float:right;
	padding: 2px 15px;
	text-decoration:none;
	border:solid 1px #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
	margin:0 0 20px;
	text-transform:uppercase;
}
	nav + a:hover {
		background:#fff;
		color:#00a6e7;
	}
.logoHead {
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	margin:-110px 0 0px -125px;
}
.logoHead + p {
	position:absolute;
	top:50%;
	margin:20px 0 0;
	color:#fff;
	font-size:60px;
	text-align:center;
	font-weight:bold;
	line-height:85%;
}
	.logoHead + p span {
		font-style:italic;
		font-size:27px;
		font-weight:normal;
	}
.bloque {
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 0;
}
.titulo {
	float:none;
	display:table;
	margin:0 auto;
	background:#Fff;
	font-size:40px;
	width:auto;
	clear:both;
	padding:0 25px;
	color:#575757;
	position:relative;
	z-index:2;
}
	.grisTitulo {
		float:left;
		width:100%;
		height:1px;
		background:#ccc;
		margin:-20px 0 40px;
		position:relative;
		z-index:1;
	}
.subtitulo {
	font-size:25px;
	color:#7C7770;
	text-align:center;
	margin:0 0 70px;
}
.colv {
	float:left;
	width:30%;
	position:relative;
	margin:0 5% 100px 0;
}
	.colv + .colv + .colv {
		margin-right:0;
	}
	.colv > img:first-child {
		position:absolute;
		border-radius:50%;
		-moz-border-radius:50%;
		webkit-border-radius:50%;
		width:72px;
		height:72px;
		left:50%;
		top:-49px;
		margin:0 0 0 -49px;
		border:solid 13px #fff;
	}
	.colv > img:nth-child(2) {
		float:left;
		width:100%;
	}
	.colv > div {
		float:left;
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border:solid 1px #A3A5A7;
		border-top:none;
		padding:20px 20px 0;
		position:relative;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-right-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		min-height:130px;
	}
		.colv > div:after {
			position:absolute;
			left:50%;
			margin:0 0 0 -11px;
			width:22px;
			height:22px;
			background:#ccc;
			content:'';
			bottom:-44px;
			border-radius:50%;
			-moz-border-radius:50%;
			webkit-border-radius:50%;
		}
		.colv > div p {
			font-size:12px;
		}
		.colv > div p:first-child {
			font-weight:bold;
			color:#484848;
			text-align:center;
			font-size:20px;
			margin:0 0 10px;
		}
.sepImg {
	float:left;
	width:100%;
	margin:0 0 30px;
}
.conoce {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#313131;
	font-size:20px;
}
.mision {
	float:left;
	width:100%;
	position:relative;
	margin:15px 0 50px;
}
	.mision:after {
		position:absolute;
		width:1px;
		left:50%;
		margin:0 0 0px;
		background:#575757;
		height:100%;
		content:'';
	}
	.mision > div {
		float:left;
		width:50%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
		padding:15px 12%;
		text-align:center;
	}
	.mision > div p:first-child {
		display:table;
		margin:0 auto 15px;
		font-size:17px;
		color:#005578;
		padding:0 0 5px;
		border-bottom:solid 2px #005578;
		width:auto;
		float:none;
		text-transform:uppercase;
		position:relative;
	}
		.mision > div p:first-child:after {
			position:absolute;
			bottom:0;
			width:220%;
			bottom:-2px;
			height:1px;
			background:#575757;
			margin:0 0 0 -160%;
			content:'';
		}
	.mision > div p:last-child {
		font-size:95%;
	}
.serviciosCont {
	float:left;
	width:100%;
	position:relative;
}
	.serviciosCont img {
		float:left;
		width:100%;
	}
	.serviciosCont p {
		position:absolute;
		left:0;
		text-align:center;
		top:50%;
		color:#fff;
		text-transform:uppercase;
		font-size:45px;
		font-weight:bold;
		line-height:50px;
		margin:-25px 0 0;
	}
	.serviciosCont .tituloDos {
		line-height:35px;
		margin:-35px 0 0;
	}
	.serviciosCont .tituloDos span {
		font-size:22px;
		font-weight:normal;
		text-transform:none;
	}
.servicios {
	float:left;
	width:330px;
	min-height:252px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:solid 2px #7C7770;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:20px 20px 15px;
	margin:0 30px 30px 0px;
}
	.servicios > img {
		display:table;
		margin:0 auto;
		height:78px;
	}
	.servicios ul {
		margin:10px 0 20px;
		position:relative;
		font-size:95%;
		padding:0 0 0 20px;
		list-style:none;
	}
		.servicios ul li {
			float:left;
			width:100%;
			margin:0 0 5px;
			position:relative;
		}
		.servicios ul li:before {
			position:absolute;
			left:-20px;
			top:0px;
			height:12px;
			width:12px;
			margin:3px 0 0;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
			border-radius:50%;
			-moz-border-radius:50%;
			-webkit-border-radius:50%;
			border:solid 1px #00A6E7;
			content:'';
		}
		.servicios:last-child img {
			margin-top:60px;
			margin-bottom:10px;
			height:auto;
			width:70%;
		}
			.servicios:last-child img + p {
				float:left;
				text-align:center;
			}
	.ser01 {
		margin-left:360px;
	}
.potmexServicios {
	float:left;
	width:330px;
	margin:0 30px 30px 0;
}
	.potmexServicios + .servicios {
		margin-right:0;
	}
	.ser04 {
		margin-left:180px;
	}
.bloqueEmpresas {
	padding:55px 0 25px;
}
	.bloqueEmpresas > .conoce + .sepImg {
		margin:0 0 70px;
	}
.forma {
	float:left;
	width:100%;
	margin:0;
}
	.forma input[type="text"], .forma textarea {
		float:left;
		padding:12px;
		width:100%;
		margin:0 0 20px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border:solid 1px #bababa;
		color:#C4C4C4;
		border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-webkit-border-radius: 7px 7px 7px 7px;
	}
		.forma input[type="text"] {
			width:22.75%;
			margin:0 0 20px 3%;
		}
		.forma label {
			float:left;
			position:relative;
			width:22.75%;
			margin:0 0 0 3%;
			height:1px;
		}
		.forma label:first-child, .forma input[type="text"]:nth-child(5) {
			margin-left:0;
		}
		
	.obliga:before {
		position: absolute;
		right: -9px;
		top: -9px;
		width: 19px;
		height: 19px;
		text-align: center;
		background: rgba(255, 0, 0, 0.48);
		color: #fff;
		font-weight: bold;
		font-family: sans-serif;
		content: "*";
		line-height: inherit;
		font-size: 150%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		z-index: 10;
		line-height: 31px;
	}
	.forma input[type="hidden"] + label {
		width:100%;
		margin:0;
	}
	.forma textarea {
		height:100px;
	}
	.forma input[type="submit"] {
		display:table;
		float:none;
		margin:0 auto 50px;
		background:#fff;
		color:#00496E;
		border:solid 1px #00496E;
		border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-webkit-border-radius: 7px 7px 7px 7px;
		text-transform:uppercase;
		font-size:14px;
		letter-spacing:4px;
		padding:12px 16px;
	}
		.forma input[type="submit"]:hover {
			background:#005578;
			color:#FFF;
			cursor:pointer;
		}
	#formaCont > img {
		display:table;
		margin:20px auto;
		width:30px;
	}
.contacto {
	float:left;
	width:22.75%;
	margin:0 0 40px 3%;
	text-align:center;
}
	.contacto > img  {
		display:table;
		margin:0 auto 30px;
		width:50px;
	}
	.contacto > img + p, .contacto > img + p + p + p {
		text-align:center;
		color:#005578;
		text-transform:uppercase;
		font-weight:bold;
		font-size:14px;
		margin:0 0 8px;
	}
	.coUno {
		margin:0 0 40px 0;
	}
.mapa {
	float:left;
	width:100%;
	height:350px;
	border:0;
    pointer-events: none;
}
#map {
	float:left;
	width:100%;
	height:350px;
}
footer {
	float:left;
	width:100%;
	padding:30px 0;
}
	footer p {
		width:33%;
		margin:0;
		text-align:center;
		color:#C4C4C4;
		font-size:12px;
		line-height:19px;
	}
		footer p:first-child {
			text-align:left;
		}
		footer p a {
			color:inherit;
		}
	footer > div > a {
		float:right;
		width:20px;
		margin:0 0 0 20px;
	}
		footer > div > a img {
			float:left;
			width:100%;
		}
		footer > div > a:hover {
			opacity:.6;
		}
.enviado {
	background:#096;
	color:#fff;
	text-align:center;
	padding:20px 0;
}