/*
 * VCPSA Suite 1.3.5
 * SOLO Home > Nuestros Productos.
 * No toca sliders, marcas, empresas, menú, textos, cards ni páginas internas.
 */

/*
 * Las tres imágenes de producto aislado necesitan "contain" y centrado.
 * Se identifican por las rutas originales indicadas para VCPSA y, como
 * respaldo, por ALT descriptivo. Todo queda limitado a la portada.
 */
body.home img[src*="/img/catalogo/uniones.webp"],
body.front-page img[src*="/img/catalogo/uniones.webp"],
body.home img[srcset*="/img/catalogo/uniones.webp"],
body.front-page img[srcset*="/img/catalogo/uniones.webp"],
body.home img[src*="/img/productos/tapping-derivacion-maxiram-serie-306/principal.webp"],
body.front-page img[src*="/img/productos/tapping-derivacion-maxiram-serie-306/principal.webp"],
body.home img[srcset*="/img/productos/tapping-derivacion-maxiram-serie-306/principal.webp"],
body.front-page img[srcset*="/img/productos/tapping-derivacion-maxiram-serie-306/principal.webp"],
body.home img[src*="/img/productos/actuadores-electricos-aq/principal.webp"],
body.front-page img[src*="/img/productos/actuadores-electricos-aq/principal.webp"],
body.home img[srcset*="/img/productos/actuadores-electricos-aq/principal.webp"],
body.front-page img[srcset*="/img/productos/actuadores-electricos-aq/principal.webp"],
body.home img[alt*="Uniones" i],
body.front-page img[alt*="Uniones" i],
body.home img[alt*="Accesorios" i],
body.front-page img[alt*="Accesorios" i],
body.home img[alt*="Actuadores Eléctricos" i],
body.front-page img[alt*="Actuadores Eléctricos" i],
body.home img[alt*="Actuadores Electricos" i],
body.front-page img[alt*="Actuadores Electricos" i] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    height: 188px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 188px !important;
    margin: 0 auto !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    clip: auto !important;
    background-color: #fff !important;
}

@media (max-width: 767px) {
    body.home img[src*="/img/catalogo/uniones.webp"],
    body.front-page img[src*="/img/catalogo/uniones.webp"],
    body.home img[src*="/img/productos/tapping-derivacion-maxiram-serie-306/principal.webp"],
    body.front-page img[src*="/img/productos/tapping-derivacion-maxiram-serie-306/principal.webp"],
    body.home img[src*="/img/productos/actuadores-electricos-aq/principal.webp"],
    body.front-page img[src*="/img/productos/actuadores-electricos-aq/principal.webp"],
    body.home img[alt*="Uniones" i],
    body.front-page img[alt*="Uniones" i],
    body.home img[alt*="Accesorios" i],
    body.front-page img[alt*="Accesorios" i],
    body.home img[alt*="Actuadores Eléctricos" i],
    body.front-page img[alt*="Actuadores Eléctricos" i],
    body.home img[alt*="Actuadores Electricos" i],
    body.front-page img[alt*="Actuadores Electricos" i] {
        height: 170px !important;
        max-height: 170px !important;
        padding: 10px 14px !important;
    }
}
