
img[src*="logo-oficial.png"] {
  height: auto;
  width: auto;
  max-height: 240px;
  max-width: 600px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}



/* Responsive */
@media (max-width: 768px) {
  img[src*="logo-oficial.png"] {
    height: 180px !important;
  }
}

@media (max-width: 480px) {
  img[src*="logo-oficial.png"] {
    height: 140px !important;
  }
}
