@charset "UTF-8";
/*RESET*/
@import url('reset.css');
@font-face {
  font-family: 'gotham_narrowbold';
  src: url('../fonts/gothamnarrow-condensed_2-webfont.eot');
  src: url('../fonts/gothamnarrow-condensed_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamnarrow-condensed_2-webfont.woff2') format('woff2'),
         url('../fonts/gothamnarrow-condensed_2-webfont.woff') format('woff'),
         url('../fonts/gothamnarrow-condensed_2-webfont.ttf') format('truetype'),
         url('../fonts/gothamnarrow-condensed_2-webfont.svg#gotham_narrowbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_narrowbook';
  src: url('../fonts/gothamnarrow-condensed_3-webfont.eot');
  src: url('../fonts/gothamnarrow-condensed_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamnarrow-condensed_3-webfont.woff2') format('woff2'),
         url('../fonts/gothamnarrow-condensed_3-webfont.woff') format('woff'),
         url('../fonts/gothamnarrow-condensed_3-webfont.ttf') format('truetype'),
         url('../fonts/gothamnarrow-condensed_3-webfont.svg#gotham_narrowbook') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_narrowblack';
  src: url('../fonts/gothamnarrow-condensed-webfont.eot');
  src: url('../fonts/gothamnarrow-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamnarrow-condensed-webfont.woff2') format('woff2'),
         url('../fonts/gothamnarrow-condensed-webfont.woff') format('woff'),
         url('../fonts/gothamnarrow-condensed-webfont.ttf') format('truetype'),
         url('../fonts/gothamnarrow-condensed-webfont.svg#gotham_narrowblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: url(../images/bg.jpg) repeat top left;
  font-family: 'gotham_narrowbook';
  color: #fff;
  font-size: 18px;
  font-weight: normal
}

.bgHome {
  background:url(../images/bgHome.jpg) no-repeat fixed center top;
  background-size:cover;
}

.bgCorporativo {
  background:url(../images/bgCorporativo.jpg) no-repeat fixed center top;
}

.bgWho {
  background:url(../images/bgWho.jpg) no-repeat fixed center top;
}

header {
  padding: 20px 0px;
  position: relative;
  z-index:10
}

* {
  outline:none
}

p {
  text-align:justify;
  max-width:90%
}

.seccionHome p {
  max-width: 100%;
}

a {
  color: #24233B;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  font-size:40px;
  color:#24233B;
  margin:20px 0px;
  font-family: 'gotham_narrowblack';
  font-weight:100
}

h4 {
  font-size:30px;
  color:#24233B;
  margin:20px 0px;
  font-family: 'gotham_narrowblack';
  font-weight:100
}

p {
  margin:10px 0px;
  line-height:22px;
}

strong {
  font-family: 'gotham_narrowbold';
  font-weight:100
}

.logo {
  position: absolute;
  display: block;
  left: 20px;
}

.logo img {
  width: 100%;
  display: block;
}

nav {
 /* padding-top: 20px;*/
}

nav ul {
  background: rgba(36, 35, 59, 0.6);
  text-align: right;
  padding: 0px 20px;
  font-size: 14px;
  display: block;
  float: right;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a{
  text-decoration:none !important;
}

nav ul li:hover {
  background:#24233B;
}

.activo {
  background:#24233B;
}

.active {
  background:#24233B;
}

/*.activo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #24233b transparent transparent transparent;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -15px;
  z-index: 2;
}*/

nav li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding:20px 10px;
}

.subMenu {
  position: absolute;
  background: rgba(255, 255, 255, 0.81);
  padding: 0px;
  text-align: left;
  float: inherit;
  display:none;
  width:100%
}

.logoWho {
  position: absolute;
  right: 20%;
  top: 50%;
  margin-top: -50px;
}

.logoWho img {
  width:100%;
}

/*nav ul li:hover .subMenu{
	display:block
}*/

.subMenu li {
  display: block;
  border-bottom: solid 2px #24233B;
}

.subMenu li a {
  color: #24233B;
  background: none;
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  display: block;
}

.subMenu li a:hover {
  color: #fff;
  background:#24233B;
   transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 -moz-transition:all .2s ease-in-out;
 -webkit-transition:all .2s ease-in-out;
}

.clear {
  clear: both;
}

.wrap {
  position:relative;
  margin:0 auto;
  max-width:1380px;
  padding-bottom:0px;
}

section {
  padding:20px
}

section.seccionValores {
  margin-top: -250px;
}

section.seccionServicios {
	margin-top: -320px;
}

section.seccionServicios {
  margin-top: -320px;
}

section.seccionAliados {
  margin-top: -240px;
}

.seccionHome span {
  color: #24233B;
  font-weight: bold;
  font-family: 'gotham_narrowbold';
}

.seccionHome li {
  font-size:22px;
  line-height:25px
}

.seccionHome li:nth-child(2n+1) {
  color: #24233B;
}

.seccionHome ul {
  padding-left: 20px;
}

footer {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #24233B;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

section.seccionHome {
  position: absolute;
  top: 50%;
}

.seccionHome .info {
  min-width: 320px;
  display: inline-block;
  padding: 20px 120px 30px 0px;
  vertical-align: top;
  margin: 0px;
  color: #fff;
}

.seccionHome {
  min-width: 300px;
}

.seccionHome span {
  font-size: 30px;
  color: #24233B;
  font-weight: bold;
  font-family: 'gotham_narrowbold';
}

.seccionHome span.blanco {
  color:#fff
}

.mobile {
  display:none;
}

.seccion ul {
  margin: 20px 0px;
  padding: 0px 0px 0px 20px;
  max-width:50%
}

.seccion ul li {
  margin: 5px 0px;
}

.seccion.formulario {
  right: 0px;
  position: absolute;
  top:50%;
}

form {
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 0px;
}

input {
  border: none;
  padding: 10px;
  width: 96%;
  margin: 10px 0px;
  color:#24233B
}

label {
  display: block;
  color: #fff;
  margin: 10px 0px;
}

textarea {
  overflow: auto;
  width: 96%;
  padding: 10px;
  color: #999;
  height: 80px;
  resize: none;
  color:#24233B
}

.btn {
  background: #24233B;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.btn:hover {
  background: #37355B;
}

.imagenHome {
	background:url(../images/home.jpg);
}

.imagenQuienes {
	background:url(../images/quienes.jpg);
}

.imagen {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  display: table;
  border: solid 5px;
  border-left: 0px;
  border-right: 0px;
}

.imagen h1 {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
 /* text-shadow: 2px 2px 2px #000000;*/
  font-size:50px;
  letter-spacing:5px;
}

header .wrap {
  padding-bottom: 20px;
}

.contenedorLogos {
  font-size:0px;
}

.logos {
  display: inline-block;
  width: 25%;
  font-size: 0px;
  vertical-align: middle;
}

.logosInner {
  margin: 10px;
}

.logosInner img {
  width: 100%;
}

.seccionContacto ul {
  max-width: inherit;
}

.seccionContacto ul a{
  color:#fff;
}

.seccionContacto li:nth-child(2n+1){
	color:#fff;
}

.seccionContacto ul ul {
  padding:0px 0px 0px 20px ;
  margin:0px
}

.infoProductos {
  width: 49%;
  display: inline-block;
  vertical-align:middle
}

.infoProductos p {
  width: 100% !important;
  max-width: inherit !important;
}

.video {
  width:48%;
  display:inline-block;
  vertical-align:middle;
  padding:10px
}

.video iframe {
  width:100%;
  position:relative;
  margin:0 auto
}

.playstore #playstore {
  width: 42%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/playstore.png");
}

.playstore #playstore .inner {
  padding-top: 40%;
  display: block;
  height: 0;
}

.appstore #appstore {
  width: 42%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/appstore.png");
}

.appstore #appstore .inner {
  padding-top: 40%;
  display: block;
  height: 0;
}

.wpstore #wpstore {
  width: 21%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/wpstore.png");
}

.wpstore #wpstore .inner {
  padding-top: 40%;
  display: block;
  height: 0;
}

.icontec {
  margin: 0 auto;
}

.icontec img {
  display: block;
  margin: auto;
}

.hidden {
  display: none;
}

#parrafotres {
  padding: 30px 200px 30px 0px;
}

#div1a {
  background-image: url("../images/1a.jpg");
}

#div2a {
  background-image: url("../images/2a.jpg");
}

#div3a {
  background-image: url("../images/3a.jpg");
}

#div4a {
  background-image: url("../images/4a.jpg");
}

#div5a {
  background-image: url("../images/5a.jpg");
}

#div6a {
  background-image: url("../images/6a.jpg");
}

#div7a {
  background-image: url("../images/7a.jpg");
}

#div8a {
  background-image: url("../images/8a.jpg");
}

#div9a {
  background-image: url("../images/9a.jpg");
}

.btngenerarpin {
  padding:10px;
  margin:10px;
  color:#202030;
  height:30px;
  width:200px;
} 

/*Fin nombre de la sección o de la página*/

/*Hack Ie8*/
@media \0screen {

}