.ds-gallery-grid.ds-gallery-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.tittle-lght{
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    margin: 0;
    font-weight: 300;
    color: #ACACAC;
    line-height: 35px !important;

}

.text-p-galery{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 0px !important;
}

.photo-number {
    font-size: 10px;
    color: #acacac;
    margin-bottom: 0px !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: block;

}


/* Estilos para la galería DS Simple Galleries */
.ds-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}
.ds-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.ds-gallery-item {
    background: #fff;
    border: none;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    transition: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.ds-gallery-item:hover {
    box-shadow: none;
    transform: none;
}
.ds-gallery-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
}
.ds-gallery-meta {
    padding: 10px 0 0 0;
    text-align: center;
    background: #fff;
}
.ds-gallery-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;
}
.ds-gallery-details {
    font-size: 16px;
    color: #666;
    margin: 5px 0;
}
.ds-gallery-year {
    font-size: 14px;
    color: #999;
    margin: 5px 0;
}

#ds-lightbox-gallery-title{
    visibility: hidden;
}