@media (min-width: 801px) {
  #tituloImage img, #infoImage img { max-height:100px; width: auto; }
}

@media (max-width: 800px) {
  #tituloImage, #infoImage { min-height: 150px; display: flex; align-items: center; }
}
