/* Enter Your Custom CSS Here */
.appMovil h2{
  	margin-bottom: 35px;
  	color: #bf4545;
    text-align: center;
    padding-bottom: 11px;
    border-bottom: 1px solid grey;
}
.appMovil h3{
    color: #bf4545;
    text-align: center;
    padding-top: 45px;
}
.appMovil .appImagenesAndroidAple{
    text-align: center;
    margin-top: 30px;
}
@media only screen and (min-width: 900px){
  .appMovil{
      margin: 0 149px;
  }
}
@media only screen and (max-width: 500px){
  .appMovil .appImagenesAndroidAple img{
  		width: 110px;
  }
  .appMovil h2{
  	padding-top: 25px;
  }
  .appMovil img{
  	width: 100%
  }
}