/* PAGE LOCALIZACAO.PHP */

/* CONTAINER FILME */

#localizacao-container,
#filme-container {
    position: absolute;
    z-index: 900;
    width: var(--size-100Vw);
    height: var(--size-100Vh);
    background-color: var(--colorBlack);
    display: flex;
    justify-content: center;
    align-items: center;
}

#iframe-localizacao,
#iframeFilme {
    z-index: 800;
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 80%;
}


/* CONTAINER FILME */

/* PAGE PERSPECTIVA LAZER - PH */

#ph-menu-container,
#apto-menu-container,
#lazer-menu-container {
    position: absolute;
    background-color: var(--colorBlack);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: var(--z-index-500);
}

#main-ph-carousel,
#main-apto-carousel,
#main-lazer-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: var(--z-index-550);
}

#ph-thumbnail-carousel,
#apto-thumbnail-carousel,
#lazer-thumbnail-carousel {
    position: absolute;
    width: 100%;
    height: 10%;
    z-index: var(--z-index-700);
    bottom: 0;
}

#ph-thumbnail-carousel-list,
#lazer-thumbnail-carousel-list,
#apto-thumbnail-carousel-list {
    justify-content: center;
    align-items: center;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.splide__track {
    width: 100%;
    height: 100%;
}


/* PAGE PERSPECTIVA LAZER - PH */

/* IMAGES MENU */

.item1 {
    background-image: url("../public/img_lazer/lazer-00.jpg");
}

.item2 {
    background-image: url("../public/img_apto-final-1/apto-00.jpg");
}

.item3 {
    background-image: url("../public/img_ph/ph-00.jpg");
}

/* IMAGES MENU */


