.elementor-1593 .elementor-element.elementor-element-2dce16d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-1593{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1593 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-1593 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-1593 .dialog-widget-content{border-style:none;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1593 .dialog-close-button:hover i{color:var( --e-global-color-astglobalcolor2 );}/* Start custom CSS *//* Container do Swiper */
.popup-gallery {
    position: relative;
    overflow: hidden;
    height: 670px;
    background: #000;
}

.popup-gallery .swiper-wrapper {
    height: 100%;
}


/* Slides */

.popup-gallery .swiper-slide {
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;

}

.popup-gallery .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
/* ------------ SETAS ------------ */
.popup-gallery .swiper-button-next,
.popup-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;               /* invisível por padrão */
    transition: opacity 0.3s ease;
}

/* Posição das setas */
.popup-gallery .swiper-button-next {
    right: 10px;
}
.popup-gallery .swiper-button-prev {
    left: 10px;
}

/* Tamanho e estilo do ícone da seta */
.popup-gallery .swiper-button-next::after,
.popup-gallery .swiper-button-prev::after {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* ------------ DOTS / BULLETS ------------ */
.popup-gallery .swiper-pagination {
    opacity: 0;               /* invisível por padrão */
    transition: opacity 0.3s ease;
    bottom: 10px;
}

.popup-gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #aaa;
    opacity: 1;
    margin: 0 5px;
}

.popup-gallery .swiper-pagination-bullet-active {
    background: #333;
}

/* ------------ HOVER ------------ */
.popup-gallery:hover .swiper-button-next,
.popup-gallery:hover .swiper-button-prev,
.popup-gallery:hover .swiper-pagination {
    opacity: 1;               /* aparecem no hover */
}/* End custom CSS */