/**
 * Fiorum Case Study Image Optimization & Anti-CLS Rules (Fase 6)
 */
.single-proyectos .elementor-widget-image img,
.elementor-page-703 .elementor-widget-image img,
.elementor-template-703 img,
.fiorum-case-study img {
  max-width: 100%;
  height: auto;
  content-visibility: auto;
}

.single-proyectos .elementor-widget-image-carousel img.swiper-slide-image,
.elementor-page-703 .elementor-widget-image-carousel img.swiper-slide-image,
.elementor-template-703 .elementor-widget-image-carousel img.swiper-slide-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Header & Footer logo crispness and anti-shift */
.site-header img[src*="logo-fiorum"],
.elementor-location-header img[src*="logo-fiorum"],
.fiorum-logo-wrap-es img,
.fiorum-logo-wrap-en img {
  height: 35px !important;
  max-height: 40px;
  width: auto !important;
  aspect-ratio: 165.42 / 33.9;
  display: block;
}

.site-footer img[src*="logo-fiorum"],
.elementor-location-footer img[src*="logo-fiorum"],
.fiorum-footer-logo-link-es img,
.fiorum-footer-logo-link-en img {
  height: 32px !important;
  max-height: 35px;
  width: auto !important;
  aspect-ratio: 165.42 / 33.9;
  display: block;
}

