/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
}


/*Base structures*/

html,
body {
  height: 100%;
}

body {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.cover-subheading {
  /*font-family: 'Shadows Into Light', cursive;*/
  font-family: 'Give You Glory', cursive;
  font-size: 25px;
  font-weight: bold;
}

.lead {
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  text-align: justify;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

/**************** MOVIL********************/

@media (max-width:600px) {

.masthead-nav > li {
display: inline;
margin-left: 10%;
}

.masthead-nav > li + li {
  margin-left: 10%;
}

.masthead-nav > li + li +li {
  margin-right: 10%;
}


.masthead-nav > li > a {

  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff; /* IE8 proofing*/
  color: rgba(255,255,255,.75);
  text-decoration:none;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
}

.masthead-nav{ /*barra de navegación*/

  width:100%;
  position:fixed;
  background: #222;
  margin-top: -28px;
  width: 100%;
  left:0px; /* así llega la barra hasta el extremo izquierdo de la pantalla*/
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
}

/*Code for nav box*/
.inner { 
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px; 
  /*background-color: green;*/
}

body {

  background-color: #333;
  /*background-image: url(img/NewAltimetro_Mockup_iPh5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.cover-container {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  /*background-color: ;*/
}

/* Code for cover content box*/ 
.inner-cover {

  width:90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /*background-color: blue;*/
}


.imgH1 { /*Div que contiene img-h1*/
  width: 90%;
  margin-top:45px;
  margin-bottom: 20px;
  /*margin-left: auto;
  margin-right: auto;*/
}

.img-h1 {
  width: 90%;
  margin-left: 8%;
}

.cover-subheading {
  /*font-family: 'Shadows Into Light', cursive;*/
  font-family: 'Give You Glory', cursive;
  font-size: 22px;
  font-weight: bolder;
}

.lead{
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  text-align: justify;
}

.badges {

  width: 80%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  /*background-color: gray;*/
}

#androidBadge {
  width:45%;
}

#appleBadge {
  width:53%;
}

.imgBg { 
  display: none;
  float: right;
  width: 30%;
}

.img-bg {
  width: 75%;
  margin-left: 15%;
  margin-top: 20%;
}

.imgBgMob{ /*caja imgBg para movil*/
  width: 90%;
  margin-left: auto;
  margin-right:auto;
  /*background-color: red;*/
  
}

.img-bg-mobile{ /* imagen imgBg para movil*/
  width:80%;
  margin-left: 10%;
  margin-right: auto;

}

.all-content {
width: 100%;
}

.central-content {
  width: 40%;
  display:inline;
}

.row-content {
  width: 100%;
}

}


/****************TABLET 600px-768px ***********************/

@media (min-width:600px) and (max-width:768px) {

.masthead-nav > li {
  display: inline-block;
  margin-left: 21%;
}

.masthead-nav > li + li {
  margin-left: 8%;
}

.masthead-nav > li + li +li {
  margin-right: 25%;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing*/
  color: rgba(255,255,255,.75);
  text-decoration:none;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
}

.masthead-nav{ /*barra de navegación*/

  width:100%;
  position:fixed;
  background: #222;
  margin-top: -28px;
  width: 100%;
  left:0px; /* así llega hasta el extremo izquierdo de la pantalla*/
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
}

body {

  background-color: #333;


  /*background-image: url(img/NewAltimetro_Mockup_iPh5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.cover-container {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  
}

/* Code for cover content box*/ 
.inner-cover {

  width:70%;
  margin-left: 5%;
  /*margin-right: auto;*/
  margin-top: 20px;
  
}

/* Padding for spacing */
/*Code for nav box*/
.inner { 

  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px; 
}

  .masthead-nav {
    float: left;
  }

/*.masthead,
.mastfoot,
  {
    width: 900px;
  }*/

.imgH1 { /*Div que contiene img-h1*/
  width: 80%;
  margin-top:60px;
  margin-bottom: 20px;
  /*margin-left: auto;
  margin-right: auto;*/


}

.img-h1 {
  width: 75%;
  margin-left: 8%;
}

.cover-subheading {
  /*font-family: 'Shadows Into Light', cursive;*/
  font-family: 'Give You Glory', cursive;
  font-size: 21px;
  font-weight: bolder;

}

.lead{
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  text-align: justify;
}

.badges {

  width: 70%;
  margin-top: 3%;
  margin-left: 5%;
  
}

#androidBadge {
  width:140px;
  height:49px;
}
#appleBadge {
  width:166px;
  height:49px;
}

.imgBg { /*Caja*/
  float: right;
  width: 30%;
  
  margin-top:5%;

}

.img-bg { /*imagen*/
  width: 100%;
  margin-left: 15%;
  margin-top: 20%;
}

.imgBgMob{
  display: none;
}

.all-content {
width: 100%;
}

.central-content {
  width: 40%;
  display:inline;

}

.row-content {
  width: 100%;
  
}

.space {
  
  width:100%;
  display: table;
}

#mk1{
  
  display: table-cell;
  width:30%;
    padding-left: 3%;
  padding-right: 3%;
}

#mk2{ 
 
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk3{

  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}


h2,.mk{
  
  text-align: justify;
}

  
}


/****************TABLET***********************/

@media (min-width:768px) and (max-width:1279px) {

.masthead-nav > li {
  display: inline-block;
  float:left;
  margin-left: 50%;
}

.masthead-nav > li + li {
  margin-left: 8%;
}

.masthead-nav > li + li +li {
  margin-right: 5%;
}


.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing*/
  color: rgba(255,255,255,.75);
  text-decoration:none;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
}

.masthead-nav{ /*barra de navegación*/

  width:100%;
  position:fixed;
  background: #222;
  margin-top: -28px;
  width: 100%;
  left:0px; /* así llega hasta el extremo izquierdo de la pantalla*/
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
}

body {

  background-color: #333;


  /*background-image: url(img/NewAltimetro_Mockup_iPh5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.cover-container {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  
}

/* Code for cover content box*/ 
.inner-cover {

  width:62%;
  margin-left: 5%;
  /*margin-right: auto;*/
  margin-top: 20px;
  
  padding-right: 5%;
}

/* Padding for spacing */
/*Code for nav box*/
.inner { 

  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px; 
}

  .masthead-nav {
    float: left;
  }

/*.masthead,
.mastfoot,
  {
    width: 900px;
  }*/

.imgH1 { /*Div que contiene img-h1*/
  width: 80%;
  margin-top:60px;
  margin-bottom: 20px;
  /*margin-left: auto;
  margin-right: auto;*/
}

.img-h1 {
  width: 75%;
  margin-left: 8%;
}

.cover-subheading {
  /*font-family: 'Shadows Into Light', cursive;*/
  font-family: 'Give You Glory', cursive;
  font-size: 24px;
  font-weight: bolder;
}

.lead{
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  text-align: justify;
}

.badges {

  width: 80%;
  margin-top: 3%;
  margin-left: 5%;
  
}

.android-badge {
  margin-right:5px;
}

.imgBg { 
  float: right;
  width: 33%;
  
  margin-top: 5%;
}


.img-bg {
  width: 80%;
  margin-left: 10%;
  margin-top: 2%;
}

.imgBgMob{
  display: none;
}

.all-content {
width: 100%;
}

.central-content {
  width: 40%;
  display:inline;

}

.row-content {
  width: 100%;
  
}

.space {
  
  width:100%;
  display: table;
}

#mk1{
  
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk2{ 
 
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk3{

  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}


h2,.mk{
  
  text-align: justify;
}

  
}

/************* PC *****************************/

@media (min-width: 1280px) and (max-width: 1500px) {

.masthead-nav > li {
  display: inline-block;
  float:left;
  margin-left: 800px;
}

.masthead-nav > li + li {
  margin-left: 100px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing*/
  color: rgba(255,255,255,.75);
  text-decoration:none;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
}

.masthead-nav{ /*barra de navegación*/

  width:100%;
  position:fixed;
  background: #222;
  margin-top: -28px;
  width: 100%;
  left:0px; /* así llega hasta el extremo izquierdo de la pantalla*/
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
}

body {
  background-image: url(img/NewAltimetro_Mockup_iPh5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cover-container {
  width: 900px;
  height: 100%; /*así ocupa toda la cover de alto*/
  margin-right: auto;
  margin-left: 10%;
}

/* Code for cover content box*/ 
.inner-cover {
  width:69%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 20px;
}


.inner { 

  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px; 
}

  .masthead-nav {
    float: left;
  }



.imgH1 { /*Div que contiene img-h1*/
  width:900px;
  margin-top:60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.img-h1 {

  width: 68%;
  margin-left:auto;
  margin-right: auto;

}

.cover-subheading {
  /*font-family: 'Shadows Into Light', cursive;*/
  font-family: 'Give You Glory', cursive;
  font-size: 31.5px;
  font-weight: bold;

}

.lead{
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  text-align: justify;
}

.badges {

  width: 80%;
  margin-top: 30px;
}

.android-badge {
  margin-right:50px;
}

.img-bg {
  display: none;
}

.imgBgMob{
  display: none;
}

.space {
  margin-top: 20px;
  width:100%;
  display: table;
}

#mk1{
  
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk2{ 
 
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk3{

  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}


h2,.mk{
  
  text-align: justify;
}



}


/************* PC 1500px *****************************/

@media (min-width: 1500px) {

.masthead-nav > li {
  display: inline-block;
  float:left;
  margin-left: 800px;
}

.masthead-nav > li + li {
  margin-left: 100px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing*/
  color: rgba(255,255,255,.75);
  text-decoration:none;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
}

.masthead-nav{ /*barra de navegación*/

  width:100%;
  position:fixed;
  background: #222;
  margin-top: -28px;
  width: 100%;
  left:0px; /* así llega hasta el extremo izquierdo de la pantalla*/
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
}

body {

  background-image: url(img/NewAltimetro_Mockup_iPh5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { background-color: #333;}*/


.cover-container {
  width: 900px;
  height: 100%; /*así ocupa toda la cover de alto*/
  margin-right: auto;
  margin-left: 17%;
  
}

/* Code for cover content box*/ 
.inner-cover {

  width:69%;
  margin-left: 0;
  margin-right: auto;
}


.inner {

  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px; 
}


.imgH1 { /*Div que contiene img-h1*/
  width:900px;
  margin-top:60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;

}

.img-h1 {

  width: 69%;
  margin-left:auto;
  margin-right: auto;

}

.cover-subheading {
  /*font-family: 'Shadows Into Light', cursive;*/
  font-family: 'Give You Glory', cursive;
  font-size: 31.5px;
  font-weight: bold;

}

.lead{
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  text-align: justify;
}

.badges {

  width: 80%;
  margin-top: 30px;
}

.android-badge {
  margin-right:50px;
}
.img-bg {
  display: none;
}

.imgBgMob{
  display: none;
}

.space {
 
  width:100%;
  display: table;
}

#mk1{
  
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk2{ 
 
  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}

#mk3{

  display: table-cell;
  width:30%;
  
  padding-left: 3%;
  padding-right: 3%;
}


h2,.mk{
  
  text-align: justify;
}



}
/************************************************/





/*@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Cover
 

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 

.mastfoot {
  color: #999; /* IE8 proofing 
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 

@media (min-width: 768px) {
  /* Pull out the header and footer 
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering 
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths 
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment 
  }

  .img-h1 {

  width: 400px;
  height: 114px;
}
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 900px;
  }

.img-h1 {

  width: 400px;
  height: 114px;
}

*/
