.textoTitulo {
    padding: 8px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: start;
}

.imageOverlayContainer {
    position: relative;
    display: inline-block;
    width: 100%;
}

.imageTitleOverlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 16px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    transition: background 0.3s ease;
}

.imageOverlayContainer:hover .imageTitleOverlay {
    background: rgba(0, 0, 0, 0.7);
}

a.slideButton {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: #22222271;
    border-radius: 50px;
    border: 1px solid hsla(0, 0%, 78%, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.slideButton:hover i {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
}

.vistaPreviaGaleria {
    max-width: 450px;
    max-width: 450px;
    max-height: 450px;
    min-height: 450px;
    width: auto;
    text-align: center;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
}

.cardVistaPreviaGaleria {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #f0f2f5;
    padding: 30px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05);
}

.zoom {
    margin: 10px 5px;
    transition: transform .5s;
    border-radius: 10px;
    width: 4rem;
}

.zoom:hover {
    transform: scale(1.2);
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.75);
}

.imgGaleria {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}

@media screen and (max-width: 576px) {
    #contScrollGaleria {
        overflow-x: auto !important;
    }
}

.colEncabezado{
    background-color: rgb(33, 37, 41);
    color: white;
    height: auto;
    align-content: center;
    text-align: end;
}
