
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }

.bg {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -2;
background: url('/public/static/images/frontEnd-2017/body-bg-mobile.png') repeat-x center -120px; background-size: cover;}

.chunkfive {font-family: Chunkfive, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: normal;}
.opensans {font-family: 'Open Sans', "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Arial, Helvetica, sans-serif; font-weight: 400;}

body, textarea, input, select { color: #222; font:400 14px/1.3em 'Open Sans', OpenSans, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Arial, Helvetica, sans-serif; }

.text-center {text-align: center;}
.content {
  background: rgba(255, 255, 255, .7);
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

h1 {
  margin-bottom: 60px;
  text-align: center;
  color:#07489E;
}

h2 {
margin-top: 0;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 0.3em;
  color:#07489E;
  background: url('../img/mascota.png') no-repeat left;
  background-size: 50px;
  padding-left: 60px;
}

form {
  padding: 10px;
  text-align: center;
  margin-bottom: 1em;
}
form h3 {
  margin-bottom: 0.6em;
}


footer, footer a, footer a:hover {
  color: #999;
}
.enlaces-descarga {}
#features {padding-left:20px; width: 80%;} 
.features {padding-top: 20px;}
.features h3 { margin-top: 1em;}
.features h3 i {margin: 15px 10px 0 0; font-size: 2em; float: left; width: 45px; height: 45px;}
.features p {overflow: hidden;}
.features h3:first-child {
  margin-top: 0;
}

#appstore {
  margin-top: 2em; text-align: center;
}

#appstore a {display: inline-block; margin: 0 20px 20px; }
#appstore a:hover {text-decoration: none;}
.no-disponible {opacity: 0.4;} 

@media (max-width: 767px) {
  .content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  
   #features {
    width: 320px;
  }

}


@media (min-width: 992px) {
	html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
	.bg { background: url('/public/static/images/frontEnd-2017/body-bg.png') repeat-x center -120px; background-size: cover;}
	/*.bg .roques { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; 
background: url('/public/static/images/frontEnd-2015/roques.png') no-repeat center bottom; }*/	
	
}
@media (min-width: 1200px) {
				
}