/* Imágenes locales: 2200-h (escritorio) · 1200-v (móvil) · 800x800 (cuadrado) */
picture.img-r {
  display: block;
  width: 100%;
}

picture.img-r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

picture.img-r--fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

img.img-sq {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
