/* ── Imágenes estandarizadas en grillas de maquinaria ─────────────── */
.image-gallery .portfolio-item .thumb-info .thumb-info-wrapper {
    height: 220px;
    overflow: hidden;
}

.image-gallery .portfolio-item .thumb-info .thumb-info-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
}

/* placeholder cuando no hay imagen */
.image-gallery .portfolio-item .thumb-info .thumb-info-wrapper > div {
    height: 100%;
}

/* ── Galería detalle maquinaria ────────────────────────────────────── */
#customThumbGalleryDetail .img-thumbnail {
    display: block;
    height: 320px;
    overflow: hidden;
    border: none;
    padding: 0;
    background: #f4f4f4;
}

#customThumbGalleryDetail .img-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
}

/* thumbnails del carrusel */
#customThumbGalleryThumbs .img-thumbnail {
    display: block;
    height: 80px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
}

#customThumbGalleryThumbs .img-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
}

#customThumbGalleryThumbs .img-thumbnail:hover {
    border-color: #c8a84b;
}
