/* Entrega 40 - Correccion definitiva de logos header/footer desde PDF nuevo */
body.si-modern #logo img,
body.si-modern .header .header-wrap .logo img {
  content: url('../images/logo-si-pdf-v42.png?v=entrega42') !important;
  max-height: 56px !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  display: block !important;
  object-fit: contain !important;
}
body.si-modern .footer .widget-title img,
body.si-modern footer .widget-title img,
body.si-modern .footer-widgets .widget-title img {
  content: url('../images/logo-si-pdf-v42.png?v=entrega42') !important;
  max-width: 170px !important;
  width: 170px !important;
  height: auto !important;
  background: transparent !important;
  display: block !important;
  object-fit: contain !important;
}
body.si-modern .header.upscrolled #logo img { max-height: 50px !important; }
@media (max-width: 767px) {
  body.si-modern #logo img,
  body.si-modern .header .header-wrap .logo img { max-height: 44px !important; }
  body.si-modern .footer .widget-title img,
  body.si-modern footer .widget-title img { margin: 0 auto !important; width: 150px !important; max-width: 150px !important; }
}
