
body{
	font-family: 'Montserrat', sans-serif;
	}
.container{
	
	}
	.container img{
		width:100%;
		}
.cyan{background-color:#0072ff;}
.blue{background-color: #003983;}
.gray{background-color: #7c7e80;}

.align-right{ text-align: right;}
.centrar { margin:0 auto;}

.space{ 
	padding: 80px 0px;
	vertical-align: middle;
}

 h1{
	 color:white;
	 font-size:20px;
	 font-weight:300;
	 
	 }		
	  p{
	 color:white;
	 font-size:18px;
	 margin: 0!important;	  
		  
	 }	
h2{
		margin-left:50px;
		color:#ffffff;
		padding-top: 40px;
		line-height: 40px;
		font-weight: 100;
		text-transform: uppercase;
	}

ul{ 
	color:#ffffff;
	margin: 0;
}
li {
	margin-left: 0px;
	font-size: 14px;
}

.coval{
	margin-top:50px;
	}	 
	 .coval img{
		 width:200px;
		 }

.home{
z-index: .2;
	background: #000000 url(../img/bg1coval.jpg) no-repeat left top;
background-size: cover;
	padding: 200px 100px 450px 100px;
}

.somos{
	background:#023b7e;
	height: auto;
	padding: 60px 20px;
}
	.somos p{ 
		color: #ffffff;
		font-size: 16px;
		font-weight: 100;
	}
	.somos h5 { 
		color:#00aeef;
		line-height: 25px;
	}
    .somos h2{
		margin-left:50px;
		color:#ffffff;
		padding-top: 40px;
		line-height: 40px;
		font-weight: 100;
		text-transform: uppercase;
	}

	.somos .line {
		margin-left: 50px;
		margin-top: 20px;
		width: 60px;
		border-bottom: 1px solid #00aeef;
	}
.somos2 img{width: 100%; margin: 0;}

.break2{
	background-image:url(../img/bg2.jpg) ;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
	z-index: .2;
	
}
.break2 h3{
	color: #ffffff;	
	font-weight: 100;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	padding: 300px 100px;
}

 
#triangle_right {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-left: 1280px solid #7d7e80;
    border-bottom: 0px solid transparent;
}
.servicios{
	background: #7d7e80;
	height: auto;
}
	.servicios h2{
		margin-left:50px;
		color:#ffffff;
		padding-top: 40px;
		line-height: 40px;
		font-weight: 100;
		text-transform: uppercase;
		
	}
	.servicios .line {
		margin-left: 50px;
		margin-top: 20px;
		width: 60px;
		border-bottom: 1px solid #00aeef;
	}
	.servicios blockquote{
		color: #ffffff;
		font-size: 25px;
		font-weight: 100;
		padding: 70px 160px;
		text-align: center;
	}
	.servicios h3{color: #ffffff;}


.imgservicios{
	width: 122%;

}

.break3{
	background-image:url(../img/bg3.jpg) ;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
	z-index: .2;
	
}
.break3 h3{
	color: #ffffff;	
	font-weight: 100;
	font-size: 30px;
	line-height: 40px;
	text-align: right;
	padding: 400px 100px;
}

.contacto{
	background-image:url(../img/bg4.jpg) ;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	z-index: .2;
	
}
	.contacto h2{
		
		color:#ffffff;
		padding-top: 150px;
		line-height: 40px;
		font-weight: 100;
		text-transform: uppercase;
		text-align: center;
		
	}
	.contacto .line {
		margin:0 auto;
		margin-top: 20px;
		width: 60px;
		border-bottom: 1px solid #00aeef;
		text-align: center;
	}
	.contacto p{ 
	text-align: center;
	padding-top:50px; 
}

 
.contacto img {
	width: 10%;
	margin-bottom:20px;
	margin-top: 10px;
	
}

.footer{height: 100px;}
.footer p{
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
}


/*menu*/

/*
.open {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
	z-index: 999999999999999px;
}
.open:hover {
  opacity: 0.8;
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #003d85;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.open span:nth-child(2) {
  margin-top: 25px;
}
.open span:nth-child(3) {
  margin-top: 40px;
}

.sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(38, 84, 133, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 180px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
}

.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 400px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
          transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(38, 84, 133, 0.54);
}
.oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
          transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.oppenned li {
  margin-right: 168px;
}

.button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #003d85;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
	z-index: 99999999999999999999999;
}
.button:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
          transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}
.button:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.button:hover {
  text-decoration: none;
}
.button:hover:after {
  -webkit-transform: translateX(-300px) translateY(-100px);
          transform: translateX(-300px) translateY(-100px);
}
.button:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

*/


