@charset "UTF-8";
/* CSS Document */
 html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body, html {
    line-height: 1;
	background:#fff;
	margin:0;
	padding:0;
	font-family: 'proxima_nova_rgregular';
	min-width:1280px;
	max-height:100%;
	overflow:hidden;
	min-height:600px;
	 -webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
    }
	body{
		overflow:hidden;
	}
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
   q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    
	.clear{
		clear:left;
	}
	
	.lightBlack {

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#f2ffffff',GradientType=0 ); /* IE6-8 */
}
	header{
		width:100%;
		position:fixed;
		top:0;
		left:0;
		height:61px;
		padding:10px 0;
		background:#fff;
		z-index:4;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.15);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.15);
	}
	header .subHeader{
		width:1220px;
		padding:0 30px;
		margin:0 auto;
		background:#fff;
	}
	header .subHeader .logo{
		float:left;
		position:relative;
		clear:left;
		cursor:pointer;
		margin-right:30px;
		padding:0;
	}
	header .subHeader li {
		display:inline-block;
		font-size:13px;
		vertical-align:middle;
		padding:25px 10px 0 10px;
		font-family: 'proxima_novasemibold';
		cursor:pointer;
		 -webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	
	header .subHeader li:hover,
	header .subHeader .active{
		color:#f0600f;
	}
	header .subHeader .togleMenu {
		pointer-events:none;
	}
	header .subHeader li:nth-child(2) hr{
		flaot:left;
		position:relative;
		clear:left;
		margin:5px 0;
		background:#f0600f;
		width:30px;
		border:0;
		height:3px;
		
	}
	header .subHeader li:nth-last-child(1) {
		float:right;
		padding: 10px;
	}
	section{
		width:100%;
		min-width:1280px;
		margin:0 auto;
		left:0;
		top:100%;
		position: absolute;
		clear:left;
		padding-top:81px;
		min-height:0px;
		text-align:center;
		 -webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
		background-size:cover !important;
		background-position: top center !important;
	overflow:hidden;
		z-index:0;
		opacity:0;
	}
	
	.s2{
		background:url(../assets/bgs2.jpg) center center no-repeat;
	}
	.s4{
		background:url(../assets/bgs4.jpg) center center no-repeat;
	}
	.s5{
		background:url(../assets/bgs5.jpg) center center no-repeat;
	}
	.s6{
		background:url(../assets/bgs6.jpg) center center no-repeat;
	}
	.s7{
		background:url(../assets/bgs7.jpg) center center no-repeat;
	}
	
	
	.sectionActive {
		/*top:100px; */
		top:0px;
		min-height:600px;
		z-index:1;
        opacity:1;
		
	}
	section .slideHome{
		width:100%;
		min-width:1280px;
		margin:0 auto;
		float:left;
		position: relative;
		clear:left;
		min-height:600px;
	}
	section .slideHome li{
		width:100%;
		min-width:1280px;
		margin:0 auto;
		float:left;
		position: relative;
		min-height:681px;
		background-size:cover !important;
		background-position: top center !important;
	}
	section .slideHome li:nth-child(1){
		background:url(../assets/bg1.jpg) no-repeat;
	}
	section .slideHome li:nth-child(2){
		background:url(../assets/bg2.jpg) no-repeat;
	}
	section .menuHome{
	clear: left;
    height: auto;
    left: 50%;
    margin: 0 0 0 -640px;
    position: absolute;
    top: 81px;
    max-width: 1280px;
    z-index: 6;
	width:100%;
	}
	

	
	section .menuHome li{
		width:100%;
		height:163px;
		float:left;
		position:relative;
		cursor:pointer;
	}
	section .menuHome li:nth-child(1){
	background: -moz-linear-gradient(top,  rgba(27,78,150,0.9) 0%, rgba(27,78,150,0.9) 99%, rgba(27,78,150,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(27,78,150,0.9) 0%,rgba(27,78,150,0.9) 99%,rgba(27,78,150,0.9) 100%); 
background: linear-gradient(to bottom,  rgba(27,78,150,0.9) 0%,rgba(27,78,150,0.9) 99%,rgba(27,78,150,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61b4e96', endColorstr='#e61b4e96',GradientType=0 ); 
	}
	section .menuHome li:nth-child(2){
background: -moz-linear-gradient(top,  rgba(19,91,164,0.9) 0%, rgba(19,91,164,0.9) 99%, rgba(19,91,164,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(19,91,164,0.9) 0%,rgba(19,91,164,0.9) 99%,rgba(19,91,164,0.9) 100%); 
background: linear-gradient(to bottom,  rgba(19,91,164,0.9) 0%,rgba(19,91,164,0.9) 99%,rgba(19,91,164,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6135ba4', endColorstr='#e6135ba4',GradientType=0 );
}
	section .menuHome li:nth-child(3){
background: -moz-linear-gradient(top,  rgba(23,111,181,0.9) 0%, rgba(23,111,181,0.9) 99%, rgba(23,111,181,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(23,111,181,0.9) 0%,rgba(23,111,181,0.9) 99%,rgba(23,111,181,0.9) 100%); 
background: linear-gradient(to bottom,  rgba(23,111,181,0.9) 0%,rgba(23,111,181,0.9) 99%,rgba(23,111,181,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6176fb5', endColorstr='#e6176fb5',GradientType=0 ); 
}
	section .menuHome li:nth-child(4){
background: -moz-linear-gradient(top,  rgba(28,133,197,0.9) 0%, rgba(28,133,197,0.9) 99%, rgba(28,133,197,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(28,133,197,0.9) 0%,rgba(28,133,197,0.9) 99%,rgba(28,133,197,0.9) 100%);
background: linear-gradient(to bottom,  rgba(28,133,197,0.9) 0%,rgba(28,133,197,0.9) 99%,rgba(28,133,197,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61c85c5', endColorstr='#e61c85c5',GradientType=0 ); 
}
	section .menuHome li:nth-child(5){
background: -moz-linear-gradient(top,  rgba(32,154,212,0.9) 0%, rgba(32,154,212,0.9) 99%, rgba(32,154,212,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(32,154,212,0.9) 0%,rgba(32,154,212,0.9) 99%,rgba(32,154,212,0.9) 100%);
background: linear-gradient(to bottom,  rgba(32,154,212,0.9) 0%,rgba(32,154,212,0.9) 99%,rgba(32,154,212,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6209ad4', endColorstr='#e6209ad4',GradientType=0 ); 
}
	section .menuHome li:nth-child(6){

background: -moz-linear-gradient(top,  rgba(36,174,228,0.9) 0%, rgba(36,174,228,0.9) 99%, rgba(36,174,228,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(36,174,228,0.9) 0%,rgba(36,174,228,0.9) 99%,rgba(36,174,228,0.9) 100%);
background: linear-gradient(to bottom,  rgba(36,174,228,0.9) 0%,rgba(36,174,228,0.9) 99%,rgba(36,174,228,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e624aee4', endColorstr='#e624aee4',GradientType=0 ); 
}
section .menuHome .activeLink,	section .menuHome li:hover{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.8) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); 
	}
	
	section .menuHome .activeLink{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.8) 100%) !important; 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%) !important; 
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%) !important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ) !important; 
	}
	section .menuHome li h1{
		color: #fff;
    float: left;
    font-family: "proxima_nova_rgbold";
    font-size: 50px;
    padding: 40px 0 0 30px;
	}
	section .menuHome li h1 span{
	    font-family: "proxima_nova_rgregular";
  	}
	section .menuHome li p{
		color: #fff;
    float: left;
    font-family: "proxima_nova_rgbold";
    font-size: 14px;
    padding: 10px 0 0 30px;
	clear:left;
	text-align:left;
	}
	
	section .flag{
		width:349px;
		height:40px;
		position:absolute;
		top:45%;
		padding:25px 0;
		z-index:3;
background: -moz-linear-gradient(left,  rgba(68,29,4,0.85) 0%, rgba(240,96,15,0.85) 13%, rgba(240,96,15,0.85) 100%); 
background: -webkit-linear-gradient(left,  rgba(68,29,4,0.85) 0%,rgba(240,96,15,0.85) 13%,rgba(240,96,15,0.85) 100%);
background: linear-gradient(to right,  rgba(68,29,4,0.85) 0%,rgba(240,96,15,0.85) 13%,rgba(240,96,15,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9441d04', endColorstr='#d9f0600f',GradientType=1 ); 
font-size:34px;
color:#fff;
font-family: 'proxima_nova_rgregular';
	}
	section .cert{
		width:215px;
		height:50px;
		position:absolute;
		top:81px;
		z-index:3;
		background:url(../assets/cert.jpg) center center no-repeat;
		
	}
	
	.s1 .cert{
		width:215px;
		height:50px;
		position:absolute;
		bottom:168px ;
		top:initial;
		z-index:3;
		background:url(../assets/cert.jpg) center center no-repeat;
		
	}
	
	
	
	section .flag span{
		font-family: 'proxima_nova_rgbold';
	}
	
	footer{
		width:100%;
		position:fixed;
		bottom:0;
		left:0;
		height:168px;
		padding: 0;
		background: -moz-linear-gradient(top,  rgba(0,41,95,0.8) 0%, rgba(0,41,95,0.8) 100%); 
		background: -webkit-linear-gradient(top,  rgba(0,41,95,0.8) 0%,rgba(0,41,95,0.8) 100%); 
		background: linear-gradient(to bottom,  rgba(0,41,95,0.8) 0%,rgba(0,41,95,0.8) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00295f', endColorstr='#cc00295f',GradientType=0 ); 
		z-index:2;
		
	}
section .content{
	margin: 0 auto;
	width:1280px;
	height:auto;
	position:	relative;
	text-align:center;
	min-height:700px
}
.s3 .content{
	margin: 0 auto;
	width:100%;
	height:auto;
	position:	relative;
	text-align:center;
	min-height:700px
}
	section .content .info{
		width:40%;
		display:inline-block;
		vertical-align:top;
	}
	section .content .info h1{
		font-size:50px;
		font-family: 'proxima_nova_rgbold';
		text-align:left;
		color:#fff;
		padding:10px ;
		margin: 20px 0 0 0 ;
	}
	.s4 .content .info h1,
	.s5 .content .info h1,
	.s6 .content .info h1 {
		width:70%;
		margin: 0 auto;
	}
	section .content .info h2{
		font-size:16px;
		font-family: 'proxima_nova_rgregular';
		text-align:left;
		color:#fff;
		padding:10px ;
		width: 70%;
		margin: 0 auto;
	}
	section .orange{
		color:#f0600f;
	}
	section .content .info p{
		
		clear: left;
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 13px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: justify;
    width: 70%;
		line-height:1.5;

	}
	section .content .info p img{
		display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
   
    vertical-align: middle;
	}
	
	section .content .info p span{
		font-family: 'proxima_nova_rgbold';
	}
	
	.s5 .hr, .s6 .hr{
		margin: 20px 0 ;
		display:block;
	}
	.s5 .info, .s6 .info{
		float:left;
		position:relative;
		text-align:left;
		width:60%;
	}
	.s5 .blue, .s6 .blue{
		width:40%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		background: -moz-linear-gradient(top,  rgba(0,41,95,0.8) 0%, rgba(0,41,95,0.8) 100%); 
		background: -webkit-linear-gradient(top,  rgba(0,41,95,0.8) 0%,rgba(0,41,95,0.8) 100%); 
		background: linear-gradient(to bottom,  rgba(0,41,95,0.8) 0%,rgba(0,41,95,0.8) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00295f', endColorstr='#cc00295f',GradientType=0 ); 
		
		
	}
	.s7 .hr{
		margin: 20px ;
		display:block;
		float:left;
	}
	#form {
		float:left;
		position:relative;
		clear:left;
		width:100%;
		mrgin:20px 0;
	}
	#form input{
		width:40%;
		display:inline-block;
		vertical-align:top;
		padding:10px 5px 10px 30px;
		border:0;
		border-bottom: 1px solid #fff;
		background:none;
		color:#fff;
		font-size:14px;
		    font-family: "proxima_nova_rgregular";

	}
	#form textarea{
		width:87%;
		display:inline-block;
		vertical-align:top;
		padding:10px 5px 10px 30px;
		height:100px;
		border:0;
		border-bottom: 1px solid #fff;
		background:none;
		color:#fff;
		font-size:14px;
		    font-family: "proxima_nova_rgregular";

	}
		
		#form button {
			float:right;
			padding:10px 60px;
			position:relative;
			text-align:center;
			background:#0F4695;
			color:#fff;
			font-size:14px;
			border:0;
			margin:20px;
			 -webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
		cursor:pointer;
		}
	#form button:hover{
		background:#298CDC;
	}
	#form p{
		clear:left;
		width:100%;
		text-align:left;
		float:left;
		margin:20px;
	}
	
	
	
	footer .subFooter{
		width:100%;
		float:left;
		position:reletive;
		clear:left;
		min-width:1280px;
	}
	footer .subFooter li{
		width:40%;
		float:left;
		position:relative;
		color:#fff;
		text-align:right;
		height:78px;
		padding:45px 0;
	}
	footer .subFooter li p{
		width:400px;
		text-align:left;
		font-size:20px;
		float:right;
	}
	footer .subFooter li p span{
		font-size:32px;
		clear:left;
		float:left;
		width:100%;
	}
	.hr{
		width:100px !important;
		height:3px;
		background:#fff;
		border:0;
		margin-top:20px;
	}
	footer .subFooter li:nth-child(2){
		background:#fff;
		text-align:left;
		width:60%;
	}
	footer .subFooter li img{
		display:inline-block;
		vertical-align:middle;
		position:relative;
	}
	footer .subFooter li img:nth-child(1){
		margin-left:30px;
	}
	
	
	
	header .subHeader .subMenu li:nth-last-child(1){
		padding:25px 10px 0;
	}
	
	
	
	section  .imageUnidad {
		float:left;
		position:reltive;
		width:55%;
		min-width:704px;
		background-size:cover !important;
		background-position: center top !important;
		min-height:400px;
		background:url(../assets/c1.jpg) ;
	}
	section  .infoUnidad {
		float:left;
		position:reltive;
		width:45%;
		min-width:576px;
		background:#fff;
	}
	section  .infoUnidad article{
		display:inline-block;
		vertical-align:middle;
		width:100%;
		height:auto;
		position:relative;
		margin-top:20%;
		text-align:left;
		max-width:400px;
		padding-left:30px;
		float:left;
	}
	section  .infoUnidad article h1{
		color:#f0600f;
		font-size:80px;
	}
	section  .infoUnidad article h2{
		color:#343434;
		margin:20px 0;
		font-size:16px;
	}
	section  .infoUnidad article p{
		color:#343434;
		font-size:14px;
	}
	.s3 .menuHome{
		bottom:0 !important	;
		 top: initial;
	}
	.s3 .subUni {
		position:absolute;
		bottom:168px !important	;
		left:0;
		width:100%;
		height:163px;
		background:#0f4695;
		
	}
	
	
	.minHeight .sectionActive{
		position:relative;
		float:left;
		clear:left;
		margin-top:81px;
		
	}
	.minHeight .s1{
		margin-top:0;
	}
	.minHeight footer{
		position:relative;
		float:left;
		clear:left;
	}
	
	.BtnServicios{
		cursor:pointer;
		position: fixed;
		left:0;
		top:45%;
		padding:10px;
		background:#fff;
		color:#000;
		font-size:14px;
		font-family: "proxima_nova_rgregular";
	}
	
	/**
 * 16.4 Desktop Small 1280px
 */

@media screen and (min-width: 851px) {
	header .subHeader .subMenu{
		position:relative;
		display:inline-block;
		vertical-align: middle;
		display:inline-block !important;
	}
	header .subHeader .subMenu li{
		float:none;
		display:inline-block;
		clear:none;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
        section .menuHome{
		top:80px !important; 
	    }
		.subUni .menuHome{
		top:0 !important; 
	    }
     }
/**
 * 16.3 Tablet Large 850px
 */

@media screen and (max-width: 850px) {
	body, html {
    background: #fff none repeat scroll 0 0;
    font-family: "proxima_nova_rgregular";
    line-height: 1;
    margin: 0;
    max-height: 100%;
    min-height: auto;
    min-width: 300px;
    overflow: hidden;
    padding: 0;
    transition: all 1s ease-in-out 0s;
	height:100%;
	}
	body{
		overflow:auto;
    }
	
	header .subHeader {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0 10px;
    min-width: 280px;
	width:auto;
    }
	header .subHeader li:nth-child(2) {
		float: right;
    margin-right: 30px;
    pointer-events: all;
	}
	header .subHeader .subMenu {
		float:right;
		clear: left;
		 -webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
		background:#fff;
		display:none;
	}
	header .subHeader .subMenu li{
		float:left;
		display:list-item;
		clear:left;
		margin-right: 0;
	}
	header .subHeader li:nth-last-child(1) {
    float: left;
    padding: 10px;
   }
   header .subHeader .logo{
	   margin-right:0;
   }
   header .subHeader li img{
	   max-width:150px;
   }
   section{
	   min-width:300px;
	   position:absolute;
	   padding-top:0;
   }
   .sectionActive {
    min-height: auto;
	position:relative;
	height: auto !important;
    overflow: hidden !important;
	margin-top:80px;
   }
   section .content {
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
	min-width:300px;
	min-height:auto;
   }
   section .menuHome {
    clear: left;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
    }
	section .menuHome li {
    cursor: pointer;
    float: left;
    height: 140px;
    position: relative;
	text-align:center;
    }
	section .menuHome li h1 {
    color: #fff;
    float: left;
	width:100%;
    font-family: "proxima_nova_rgbold";
    font-size: 15px;
    padding: 20px 0;
	text-align:center;
    }
	section .menuHome li p {
    clear: left;
    color: #fff;
    float: left;
    font-family: "proxima_nova_rgregular";
    font-size: 10px;
    padding: 10px 5px;
    text-align: left;
    }
	section .slideHome {
     min-width: 100%;
    }
    section .slideHome li{
     min-width: 100%;
    }
	.s1 .cert ,  section .cert {
	right:0 !important;
	width:40%;
    background-size: contain !important;
	background-position:center bottom;
	bottom:0;
	}
	section .cert{
		top:0;
		background-position:center top;
	}
	.s1 .flag {
    left:0 !important;
	height: 15px;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    width:60%;
	top:initial;
	font-size: 16px;
    }
	section .content .info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    }
	img{
		max-width:90%;
     }
	 .s5 .blue, .s6 .blue{
		 width:100%;
	 }
	 #form input {
		 width:38%;
	 }
	 footer{
		 float:left;
		 position:relative;
		 clear:left;
		 
	 }
	 footer .subFooter {
	 clear: left;
	 float: left;
	 min-width: 300px;
	 width: 100%;
	 }
	 footer .subFooter li {
		 width:100% !important;
		 height:auto;
	 }
	 footer .subFooter li p {
		 width:90%;
	 }
	 footer .subFooter li:nth-child(2){
		 text-align:center;
	 }
	 footer .subFooter li img {
	     display: inline-block;
	     position: relative;
	     vertical-align: middle;
		 margin:0;
     }
	 .s4 .content .info h1, .s5 .content .info h1, .s6 .content .info h1, section .content .info h1{
		 width:80%;
		 font-size:35px;
	 }
	 
	.s2{
		background:url(../assets/bgs2movil.jpg) center center no-repeat;
	}
	.s4{
		background:url(../assets/bgs4movil.jpg) center center no-repeat;
	}
	.s5{
		background:url(../assets/bgs5movil.jpg) center center no-repeat;
	}
	.s6{
		background:url(../assets/bgs6movil.jpg) center center no-repeat;
	}
	.s7{
		background:url(../assets/bgs7movil.jpg) center center no-repeat;
	}
	section .slideHome li:nth-child(1){
		background:url(../assets/bg1movil.jpg) no-repeat;
	}
	section .slideHome li:nth-child(2){
		background:url(../assets/bg2movil.jpg) no-repeat;
	}
	
	section .imageUnidad {
    background-image: url("../assets/c1.jpg") no-repeat;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    float: left;
    min-height: auto;
    min-width: 100%;
    width: 100%;
	position:relative;
	clear:left;
	}
	section .infoUnidad {
    float: left;
    min-height: auto;
    min-width: 100%;
    width: 100%;
	position:relative;
	clear:left;
	}
	.s3 .subUni {
    background: #0f4695 none repeat scroll 0 0;
    bottom: 0 !important;
    height: 140px;
    left: 0;
    position: relative;
    width: 100%;
	float:left;
	clear:left;
}
.s3 .content {
	min-height:auto !important;
	float: left;
    min-height: auto !important;
    position: relative;
}
section .infoUnidad article {
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 20px;
    max-width: 400px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    width: 90%;
}
section .infoUnidad article h1 {
    color: #f0600f;
    font-size: 40px;
}
.BtnServicios{
		
		top:81px;
		
	}
}