#prensa {
  background: url('/nd_img/contacto/Banner-recursos-prensa.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#textPrensa {
  color: rgb(253, 183, 10);
  font-size: 40px;
}

#infoPrensa {
  color: white;
}


#textTitleApp {
  text-transform: upperCase;
}

.imgLogo {
  margin-top: 25px;
}

.imgDownload {
  margin-bottom: 25px;
}


@media (max-width:767px) {
  #infoPrensa {
    font-size: 16px;
    text-align: justify;
  }

  .imgLogo {
    width: 60%;
  }

  .imgDownload {
    width: 80%;
  }

}

@media (min-width:768px) {
  #infoPrensa {
    font-size: 18px;
    text-align: center;
  }

  .imgLogo {
    width: 80%;
  }

  .imgDownload {
    width: 90%;
  }

}
