/* Entrega 08 - forzar logo nuevo también en versión móvil */
body.si-modern #logo,
body.si-modern .header .header-wrap .logo {
  width: 310px !important;
  max-width: 52vw !important;
  height: auto !important;
  background: transparent !important;
}
body.si-modern #logo a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  background: transparent !important;
}
body.si-modern #logo img,
body.si-modern .header .header-wrap .logo img {
  content: url('../images/logo-si-pdf-v42.png?v=entrega42') !important;
  display: block !important;
  width: 100% !important;
  max-width: 310px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
}
body.si-modern .footer .widget-title img {
  content: url('../images/logo-si-pdf-v42.png?v=entrega42') !important;
  background: transparent !important;
}
@media only screen and (max-width: 991px) {
  body.si-modern #logo,
  body.si-modern .header .header-wrap .logo {
    width: 220px !important;
    max-width: 68vw !important;
    margin: 10px 0 10px 14px !important;
    float: left !important;
  }
  body.si-modern #logo img,
  body.si-modern .header .header-wrap .logo img {
    width: 220px !important;
    max-width: 68vw !important;
    min-height: 0 !important;
  }
  body.si-modern .header .header-wrap .nav-wrap {
    float: right !important;
  }
}
@media only screen and (max-width: 480px) {
  body.si-modern #logo,
  body.si-modern .header .header-wrap .logo {
    width: 190px !important;
    max-width: 64vw !important;
  }
  body.si-modern #logo img,
  body.si-modern .header .header-wrap .logo img {
    width: 190px !important;
    max-width: 64vw !important;
  }
}
