.galeria-mata-unica {
    width: 100% !important;
    position: relative;
}

.galeria-mata-unica .swiper-slide {
    width: 100% !important;
}

.img-container-mata {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    background: #f4f4f4;
}

.img-zoom-mata {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 10s ease-out;
    cursor: pointer;
}

.galeria-mata-unica .swiper-slide-active .img-zoom-mata {
    transform: scale(1.1);
}

.arrow-mata {
    width: 45px !important;
    height: 45px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50% !important;
    color: #fff !important;
    opacity: 0;
    transition: 0.3s;
}

.galeria-mata-unica:hover .arrow-mata {
    opacity: 1;
}

.arrow-mata:hover {
    background: #35973e !important;
    border-color: #35973e;
}

.arrow-mata:after {
    font-size: 14px !important;
}

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
}