/*
 * JujuyConectado 9.5.55.246 — Home: balance óptico de logos de servicios.
 * Alcance EXCLUSIVO >=901px: web/escritorio + app Windows.
 * No modifica web móvil, PWA ni app móvil.
 */
@media (min-width:901px){
  /*
   * Los tres PNG tienen composiciones internas distintas. Se iguala el peso
   * visual usando altura individual, siempre con proporción original.
   */
  body.home .jc-home-service-card-v236--comercios .jc-home-service-card-v236__media img{
    width:auto;
    height:116px;
    max-width:100%;
    max-height:116px;
    object-fit:contain;
    object-position:center;
  }
  body.home .jc-home-service-card-v236--clasificados .jc-home-service-card-v236__media img{
    width:auto;
    height:104px;
    max-width:100%;
    max-height:104px;
    object-fit:contain;
    object-position:center;
  }
  body.home .jc-home-service-card-v236--cuponeta .jc-home-service-card-v236__media img{
    width:auto;
    height:104px;
    max-width:100%;
    max-height:104px;
    object-fit:contain;
    object-position:center;
  }
}
