:root {
  --ajustespro-calefaccion-hero-width: 100%;
  --ajustespro-calefaccion-hero-min-height: 405px;
  --ajustespro-calefaccion-hero-max-height: 392px;
  --ajustespro-calefaccion-hero-ratio: 3 / 4;
  --ajustespro-calefaccion-process-width: 100%;
  --ajustespro-calefaccion-process-min-height: 284px;
  --ajustespro-calefaccion-process-max-height: 392px;
  --ajustespro-calefaccion-process-ratio: 3 / 4;
  --ajustespro-calderas-hero-width: 100%;
  --ajustespro-calderas-hero-min-height: 284px;
  --ajustespro-calderas-hero-max-height: 392px;
  --ajustespro-calderas-hero-ratio: 3 / 4;
  --ajustespro-calderas-process-width: 100%;
  --ajustespro-calderas-process-min-height: 284px;
  --ajustespro-calderas-process-max-height: 392px;
  --ajustespro-calderas-process-ratio: 3 / 4;
  --ajustespro-climatizacion-hero-width: 100%;
  --ajustespro-climatizacion-hero-min-height: 284px;
  --ajustespro-climatizacion-hero-max-height: 392px;
  --ajustespro-climatizacion-hero-ratio: 3 / 4;
  --ajustespro-climatizacion-process-width: 100%;
  --ajustespro-climatizacion-process-min-height: 224px;
  --ajustespro-climatizacion-process-max-height: 336px;
  --ajustespro-climatizacion-process-ratio: 4 / 3;
  --ajustespro-electricas-hero-width: 100%;
  --ajustespro-electricas-hero-min-height: 284px;
  --ajustespro-electricas-hero-max-height: 392px;
  --ajustespro-electricas-hero-ratio: 3 / 4;
  --ajustespro-electricas-process-width: 100%;
  --ajustespro-electricas-process-min-height: 284px;
  --ajustespro-electricas-process-max-height: 392px;
  --ajustespro-electricas-process-ratio: 3 / 4;
}

/* Ajusta estos bloques con el tamano que quieras para cada imagen. */
.ajustespro-calefaccion-hero,
.ajustespro-calefaccion-process,
.ajustespro-calderas-hero,
.ajustespro-calderas-process,
.ajustespro-climatizacion-hero,
.ajustespro-climatizacion-process,
.ajustespro-electricas-hero,
.ajustespro-electricas-process {
  border: none;
  border-radius: 18px;
  box-shadow: none;
  background-color: transparent;
}

.ajustespro-clickable {
  cursor: zoom-in;
}

.ajustespro-clickable:focus-visible {
  outline: 2px solid rgba(31, 111, 235, 0.6);
  outline-offset: 4px;
}

.ajustespro-calefaccion-hero {
  width: var(--ajustespro-calefaccion-hero-width);
  min-height: var(--ajustespro-calefaccion-hero-min-height);
  max-height: var(--ajustespro-calefaccion-hero-max-height);
  aspect-ratio: var(--ajustespro-calefaccion-hero-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-calefaccion-process {
  width: var(--ajustespro-calefaccion-process-width);
  min-height: var(--ajustespro-calefaccion-process-min-height);
  max-height: var(--ajustespro-calefaccion-process-max-height);
  aspect-ratio: var(--ajustespro-calefaccion-process-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-calderas-hero {
  width: var(--ajustespro-calderas-hero-width);
  min-height: var(--ajustespro-calderas-hero-min-height);
  max-height: var(--ajustespro-calderas-hero-max-height);
  aspect-ratio: var(--ajustespro-calderas-hero-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-calderas-process {
  width: var(--ajustespro-calderas-process-width);
  min-height: var(--ajustespro-calderas-process-min-height);
  max-height: var(--ajustespro-calderas-process-max-height);
  aspect-ratio: var(--ajustespro-calderas-process-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-climatizacion-hero {
  width: var(--ajustespro-climatizacion-hero-width);
  min-height: var(--ajustespro-climatizacion-hero-min-height);
  max-height: var(--ajustespro-climatizacion-hero-max-height);
  aspect-ratio: var(--ajustespro-climatizacion-hero-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-climatizacion-process {
  width: var(--ajustespro-climatizacion-process-width);
  min-height: var(--ajustespro-climatizacion-process-min-height);
  max-height: var(--ajustespro-climatizacion-process-max-height);
  aspect-ratio: var(--ajustespro-climatizacion-process-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-electricas-hero {
  width: var(--ajustespro-electricas-hero-width);
  min-height: var(--ajustespro-electricas-hero-min-height);
  max-height: var(--ajustespro-electricas-hero-max-height);
  aspect-ratio: var(--ajustespro-electricas-hero-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajustespro-electricas-process {
  width: var(--ajustespro-electricas-process-width);
  min-height: var(--ajustespro-electricas-process-min-height);
  max-height: var(--ajustespro-electricas-process-max-height);
  aspect-ratio: var(--ajustespro-electricas-process-ratio);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
