.overlay-screen {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: lighten;
    opacity: 1;
    background: rgb(255 255 255 / 37%);
    filter: brightness(25.6169);
}

.wrap-sun {
    position: relative;
    display: inline-block;
}

.overlay-sun {
    position: absolute;
    left: 25%;
    top: 25%;
    bottom: 0;
    width: 45%;
    height: 60%;
    object-fit: cover;
    mix-blend-mode: lighten;
    opacity: 1;
}

.tour-container.glow {
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.8);
    /* Default glow */
}

.overlay-sun.hidden {
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Adjust timing as needed */
}

.tour-container .owl-item>ul {
    margin-right: 25px;
}

.vrowl-carousel.slick-slider {
    position: absolute !important;
}

/* SLIDES */
.card-bottom {
    border: 1px solid grey;
    padding: 10px;
    margin: 1.385rem auto auto;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 6px;
}

.container-slider {
    position: relative;
    width: 100%;
    margin: auto;
}

.slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

img {
    width: 100%;
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    background-color: #aaa;
}

.slide {
    background-color: #f2f2f2;
    padding: 20px;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header {
    background-color: #a5a5a5;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.header h2 {
    margin: 0;
}

.list {
    list-style-type: none;
    padding: 0;
}

.list li {
    margin-bottom: 10px;
}

.button {
    background-color: #4caf50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background-color: #45a049;
}

/* SLIDES */
/** GALLERY CSS */
.row-gallery {
    height: 15vh;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
}

.row-gallery-obras {
    height: 15vh;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
}

.row-gallery-obras-videos {
    /* height: 17vh; */
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
}

.column {
    height: 100%;
    max-height: 100%;
    background: black;
    border: 1px solid white;
}

.column>picture>img {
    vertical-align: middle;
    max-height: 100%;
    height: 100%;
    margin: 0 auto;
}

.column>img {
    vertical-align: middle;
    max-height: 100%;
    height: 100%;
    margin: 0 auto;
}

.my-gallery .column>picture>img {
    width: 60px;
}

.my-gallery-obras .column>picture>img {
    width: 100%;
}

.my-gallery .column>img {
    width: 60px;
}

.my-gallery-obras .column>img {
    width: 100%;
}

.mySlides {
    max-height: 100%;
    height: 100%;
    background: white;
}

.mySlides>picture>img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mySlides>img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mySlidesObras {
    max-height: 100%;
    height: 100%;
    background: white;
}

.mySlidesObras>picture>img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mySlidesObras>img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mySlidesObrasVideos {
    max-height: 100%;
    height: 100%;
    background: white;
}

.mySlidesObrasVideos>picture>img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mySlidesObrasVideos>img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

/* Position the image container (needed to position the left and right arrows) */
.container-gallery {
    position: relative;
}

.container-gallery-obras {
    position: relative;
}

.container-gallery-obras-videos {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.mySlidesObras {
    display: none;
}

.mySlidesObrasVideos {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #fff;
    padding: 2px 16px;
    color: white;
}

@media only screen and (min-width: 1024px) {
    .caption-container {
        display: none;
    }
}

.row-gallery:after {
    content: "";
    display: table;
    clear: both;
}

.row-gallery-obras:after {
    content: "";
    display: table;
    clear: both;
}

.row-gallery-obras-videos:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

/* GALLERY CSS */
/* BOTAO FLUTUANTE */
/* Style for the floating button */
.ctrl i {
    font-weight: 500;
    font-size: 25px;
}

.ctrl {
    display: none;
    width: 120px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 15px 10px;
    cursor: pointer;
    z-index: 100;
    font-size: 25px;
    color: white;
    font-weight: 500;
    overflow: hidden;
    background-color: rgb(33 172 29 / 77%);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
}

.all-content-left {
    position: relative;
}

@media only screen and (max-width: 1024px) {

    .prev,
    .next {
        color: white !important;
        font-size: 45px;
        background: #fff0 !important;
    }

    .accordion-header {
        padding: 0px 10px 10px 10px;
    }

    .planta-button {
        top: 16vh;
        padding: 5px 0px !important;
    }

    .map-button {
        top: 21vh;
        padding: 5px 0px !important;
    }

    .sun-button {
        top: 46vh;
        padding: 5px 0px !important;
    }

    .floating-button {
        top: 26vh;
        padding: 5px 0px !important;
    }

    .tour-button {
        top: 31vh;
        padding: 5px 0px !important;
    }

    .andar-button {
        top: 51vh;
        padding: 5px 0px !important;
    }

    .gallery-videos-button {
        top: 36vh;
        padding: 5px 0px !important;
    }

    .gallery-images-button {
        top: 41vh;
        padding: 5px 0px !important;
    }

    .floor-button {
        bottom: 65px;
    }

    .memorial-button {
        bottom: 65px;
    }

    .bussola-button {
        bottom: 65px;
    }

    .fachada-button {
        /* display: none; */
    }
}

@media only screen and (min-width: 1024px) {
    .floor-button {
        top: calc(100% - 105px);
    }

    .memorial-button {
        top: calc(100% - 120px);
    }

    .bussola-button {
        top: calc(100% - 300px);
    }

    .map-button {
        top: 12vh;
    }

    .sun-button {
        top: 41vh;
    }

    .floating-button {
        top: 5vh;
    }

    .planta-button {
        top: 19vh;
    }

    .tour-button {
        top: 26vh;
    }

    .andar-button {
        top: 46vh;
    }

    .gallery-videos-button {
        top: 31vh;
    }

    .gallery-images-button {
        top: 36vh;
    }
}

.floating-button:hover {
    background: none;
}

.gallery-videos-button:hover {
    background: none;
}

.gallery-images-button:hover {
    background: none;
}

.tour-button:hover {
    background: none;
}

.andar-button:hover {
    background: none;
}

.memorial-button:hover {
    background: none;
}

.map-button:hover {
    background: none;
}

.sun-button:hover {
    background: none;
}

/* .floor-button:hover {
               background: none;
               } */
.planta-button:hover {
    background: none;
}

.map-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-button img {
    width: 24px;
    height: 24px;
}

.map-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.sun-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sun-button img {
    width: 24px;
    height: 24px;
}

.sun-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.floating-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.tour-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.andar-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.memorial-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.gallery-videos-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.gallery-images-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.planta-button .desktop .hidden {
    display: none;
}

.planta-button .mobile .hidden {
    display: none;
}

.planta-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.planta-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planta-button img {
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 1024px) {
    .floor-button {
        position: absolute;
    }

    .memorial-button {
        position: absolute;
    }

    .bussola-button {
        position: absolute;
    }

    .img-proximidade {
        max-height: 150px;
        min-height: 150px;
    }

    .content-sidebar-left {
        background: #f0f2f5;
        border-radius: 45px !important;
        /* margin-bottom: 90px; */
    }

    .fa-play {
        font-size: 23px;
    }

    .pnlm-title-box {
        font-size: 14px;
    }

    .sidebar-right {
        height: 100%;
        /* margin-bottom: 70px; */
    }

    .sidebar-right-content-container {
        height: 0;
    }

    .sidebar-right-content {
        height: 0;
    }

    .container-gallery {
        max-height: 100%;
        height: 100%;
    }

    .container-gallery-obras {
        max-height: calc(100% - 140px);
        height: calc(100% - 140px);
    }

    .container-gallery-obras-videos {
        max-height: calc(100% - 140px);
        height: calc(100% - 140px);
    }

    .row-gallery {
        height: 77px;
    }

    .row-gallery-obras {
        height: 69px;
    }

    .row-gallery-obras-videos {
        height: 61px;
    }

    .mySlides>picture>img {
        background: white;
    }

    .mySlidesObras>picture>img {
        background: #fff;
    }

    .mySlidesObrasVideos>picture>img {
        background: black;
    }

    .mySlides>img {
        background: white;
    }

    .mySlidesObras>img {
        background: #fff;
    }

    .mySlidesObrasVideos>img {
        background: black;
    }

    .planta-button img {
        margin-right: 0px;
    }

    .planta-button .text-button {
        display: none;
    }

    .planta-button {
        width: 65px;
    }

    .floor-button img {
        margin-right: 0px;
    }

    .bussola-button img {
        margin-right: 0px;
    }

    /* .floor-button .text-button {
                    display: none;
                } */

    .floor-button {
        width: 65px;
    }

    .bussola-button {
        width: 65px;
    }

    .fachada-button img {
        margin-right: 0px;
    }

    .fachada-button {
        width: 65px;
    }

    .floating-button img {
        margin-right: 0px;
    }

    .floating-button .text-button {
        display: none;
    }

    .floating-button {
        width: 65px;
    }

    .tour-button img {
        margin-right: 0px;
    }

    .tour-button .text-button {
        display: none;
    }

    .tour-button {
        width: 65px;
    }

    .andar-button img {
        margin-right: 0px;
    }

    .andar-button .text-button {
        display: none;
    }

    .andar-button {
        width: 65px;
    }

    .memorial-button img {
        margin-right: 0px;
    }

    .memorial-button .text-button {
        display: none;
    }

    .memorial-button {
        width: 65px;
    }

    .gallery-videos-button img {
        margin-right: 0px;
    }

    .gallery-videos-button .text-button {
        display: none;
    }

    .gallery-videos-button {
        width: 65px;
    }

    .gallery-images-button img {
        margin-right: 0px;
    }

    .gallery-images-button .text-button {
        display: none;
    }

    .gallery-images-button {
        width: 65px;
    }

    .map-button img {
        margin-right: 0px;
    }

    .map-button .text-button {
        display: none;
    }

    .map-button {
        width: 65px;
    }

    .sun-button img {
        margin-right: 0px;
    }

    .sun-button .text-button {
        display: none;
    }

    .sun-button {
        width: 65px;
    }

    /* .floor-button {
                  bottom: 20vh;
                } */
}

@media only screen and (min-width: 1024px) {
    .floor-button {
        position: fixed;
    }

    .memorial-button {
        position: fixed;
    }

    .bussola-button {
        position: fixed;
    }

    .planta-button img {
        margin-right: 15px;
    }

    .planta-button {
        width: 175px;
    }

    .floating-button img {
        margin-right: 15px;
    }

    .floating-button {
        width: 175px;
    }

    .tour-button img {
        margin-right: 15px;
    }

    .tour-button {
        width: 175px;
    }

    .andar-button img {
        margin-right: 15px;
    }

    .andar-button {
        width: 175px;
    }

    .memorial-button img {
        margin-right: 15px;
    }

    .memorial-button {
        width: 175px;
    }

    .gallery-videos-button img {
        margin-right: 15px;
    }

    .gallery-videos-button {
        width: 175px;
    }

    .gallery-images-button img {
        margin-right: 15px;
    }

    .gallery-images-button {
        width: 175px;
    }

    .floor-button img {
        margin-right: 15px;
    }

    .floor-button {
        width: 175px;
        height: 44px;
    }

    .bussola-button img {
        margin-right: 15px;
    }

    /* .bussola-button {
                    width: 175px;
                    height: 44px;
                  } */

    .fachada-button img {
        margin-right: 15px;
    }

    .fachada-button {
        width: 175px;
    }

    .map-button img {
        margin-right: 15px;
    }

    .map-button {
        width: 175px;
        margin-top: 10px;
    }

    .sun-button img {
        margin-right: 15px;
    }

    .sun-button {
        width: 175px;
        margin-top: 10px;
    }

    .planta-button {
        margin-top: 10px;
    }

    .tour-button {
        margin-top: 10px;
    }

    .andar-button {
        margin-top: 10px;
    }

    .memorial-button {
        margin-top: 10px;
    }

    .floating-button {
        margin-top: 10px;
    }

    .gallery-videos-button {
        margin-top: 10px;
    }

    .gallery-images-button {
        margin-top: 10px;
    }
}

.floor-button .text-button {
    margin-left: 5px;
    text-align: center;
}

.floor-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor-button img {
    width: 24px;
    height: 24px;
}

.bussola-button .text-button {
    margin-left: 5px;
    text-align: center;
}

.bussola-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bussola-button img {
    width: 24px;
    height: 24px;
}

.fachada-button .text-button {
    margin-left: 5px;
    text-align: center;
    /* font-size: 15px; */
}

.fachada-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fachada-button img {
    width: 24px;
    height: 24px;
}

.floating-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-button img {
    width: 24px;
    height: 24px;
}

.tour-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-button img {
    width: 24px;
    height: 24px;
}

.andar-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.andar-button img {
    width: 24px;
    height: 24px;
}

.memorial-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memorial-button img {
    width: 24px;
    height: 24px;
}

.gallery-videos-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-videos-button img {
    width: 24px;
    height: 24px;
}

.gallery-images-button>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-images-button img {
    width: 24px;
    height: 24px;
}

.list-buttons {
    position: relative;
}

.buttons-tour {
    position: absolute;
    top: 20px;
    display: block;
    right: 20px;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 100;

    color: white;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
}

.floor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 100;
    color: white;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
}

.memorial-button {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 100;
    color: white;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
    font-size: 12px;
}

.bussola-button {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 100;
    color: white;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
}

.fachada-button {
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 100;
    color: white;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
}

/* Style for the filter window */
.filter-window {
    position: fixed;
    top: 5vh;
    right: 20px;
    width: 300px;
    background-color: #ffffffe3;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 101;
}

.filter-window-horizontal {
    position: fixed;
    top: 7vh;
    right: 20px;
    width: 300px;
    background-color: #ffffffe3;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 101;
}

.filter-window-floor {
    position: fixed;
    bottom: 15vh;
    right: 20px;
    width: 300px;
    background-color: #ffffffe3;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 101;
}

.filter-window-tour {
    position: fixed;
    bottom: 21vh;
    right: 20px;
    width: 300px;
    background-color: #ffffffe3;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 101;
}

.filter-window-gallery-videos {
    position: fixed;
    bottom: 21vh;
    right: 20px;
    width: 300px;
    background-color: #ffffffe3;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 101;
}

.filter-window-gallery-images {
    position: fixed;
    bottom: 21vh;
    right: 20px;
    width: 300px;
    background-color: #ffffffe3;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 101;
}

/* Style for the filter window title */
.filter-window-horizontal .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-window-horizontal .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-window-gallery-videos .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-window-gallery-images .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-window-floor .title {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Style for the filter window items */
.filter-window .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window .item-filter:hover {
    background: #eee3e3cc;
}

.filter-window-horizontal .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-horizontal .item-filter:hover {
    background: #eee3e3cc;
}

/* Style for the filter window items */
.filter-window-gallery-images .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-gallery-images .item-filter:hover {
    background: #eee3e3cc;
}

/* Style for the filter window items */
.filter-window-gallery-videos .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-gallery-videos .item-filter:hover {
    background: #eee3e3cc;
}

/* Style for the filter window items */
.filter-window-floor .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-floor .item-filter:hover {
    background: #eee3e3cc;
}

/* Style for the close button */
.filter-window-floor .close-button {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: 26em;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

/* Style for the filter window items */
.filter-window-tour .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-tour .item-filter:hover {
    background: #eee3e3cc;
}

.close-button-modal {
    position: absolute;
    right: -7px;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

#modalShowInfoBox>.close-button-modal {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: 33px;
    top: 40px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

/* Style for the close button */
.filter-window-tour .close-button {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: -7px;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

.filter-window-gallery-images .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-gallery-images .item-filter:hover {
    background: #eee3e3cc;
}

/* Style for the close button */
.filter-window-gallery-images .close-button {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: -7px;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

.filter-window-gallery-videos .item-filter {
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-window-gallery-videos .item-filter:hover {
    background: #eee3e3cc;
}

/* Style for the close button */
.filter-window-gallery-videos .close-button {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: -7px;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

.filter-window .close-button {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: -7px;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

.filter-window-horizontal .close-button {
    position: absolute;
    font-weight: 1000;
    color: black;
    right: -7px;
    top: -11px;
    background: #fff;
    line-height: 1;
    width: 22px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
}

/* BOTAO FLUTUANTE */
/* STYLES ICONES */

@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(1, 1, 1, 1);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(1, 1, 1, 0);
    }
  }

.custom-icon-gallery {
    display: block !important;
    /* background-color: #eb811e; */
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    animation: pulse 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}

.custom-icon-apartment::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
}

.pnlm-hotspot-base.custom-icon-apartment::before {
    content: var(--before-content);
}

div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before {
    font-size: 23px;
}

.pnlm-hotspot-base.custom-icon-apartment>span {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 90;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-top-color: #888;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    /* z-index: 1; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1024px) {
    .sidebar-left {
        margin-bottom: -10px;
    }

    .property-title-price-wrap {
        margin-top: 0px;
    }

    .modal-content {
        width: 250px;
    }

    #modalShowInfoBox table.table tbody tr td {
        padding: 0.2rem;
    }

    .list-tours {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1024px) {
    ._df_book {
        height: calc(100vh - 185px) !important;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 850px) {
    .scrollTours {
        bottom: 40px !important;
    }

    .floor-button {
        bottom: 85px !important;
    }

    .memorial-button {
        bottom: 85px !important;
    }

    .bussola-button {
        bottom: 85px !important;
    }

    ._df_book {
        height: calc(100vh - 215px) !important;
    }

    .my-gallery {
        max-height: 100%;
        height: calc(100vh - 316px) !important;
    }
}

@media only screen and (min-width: 1024px) {
    ._df_book {
        height: calc(100vh - 85px) !important;
    }
}

@media only screen and (min-width: 1024px) {
    .scrollTours {
        display: none;
    }

    .modal-content {
        width: 300px;
    }

    #modalShowInfoBox table.table tbody tr td {
        padding: 0.5rem;
    }
}

.table+p {
    height: 0px;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 500px;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    text-align: center;
}

.modal-content h2 {
    margin-top: 0;
}

.modal-content .input-group {
    margin-bottom: 10px;
}

.modal-content label {
    display: block;
    font-weight: bold;
}

.modal-content input,
.modal-content select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-content button {
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}

.modal-content button:hover {
    background-color: #45a049;
}

/* MODAL */
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#header-section {
    display: none !important;
}

@media only screen and (min-width: 1024px) {

    /* .sidebar-right .accordion-body .img-fluid.fullsize{
                height: 100vh;
               } */
    .sidebar-right-content .video-container>iframe {
        width: 100%;
        height: calc(100% - 75px);
        min-height: calc(100% - 75px);
    }

    .container-videos-slider>iframe {
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .tab-btn {
        padding: 5px 25px;
    }

    .sidebar-left-content-top .video-container>iframe {
        width: 100%;
        height: 300px;
    }

    .container-videos-slider .video-container>iframe {
        width: 100%;
        height: 300px;
    }

    .container-videos-slider>iframe {
        width: 100%;
        height: 300px;
    }

    .tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        position: fixed;
        /* Change position to fixed */
        bottom: 0;
        left: 0;
        /* Add left: 0 to ensure it stays at the left side */
        width: 100%;
        /* Add width: 100% to span the entire width */
        /* z-index: 10; */
        z-index: 9999;
        background-color: #f0f2f5;
    }

    .menu {
        display: flex;
        background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
        max-width: 100%;
        width: 100%;
        border-radius: 15px !important;
        padding: 10px !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6) !important;
        border: 2px solid #FFD54A !important;
    }

    .sidebar-left {
        width: 100%;
        transition: width 0.5s ease;
    }

    .list-inline-item {
        display: block !important;
    }

    #master-container {
        max-width: 100% !important;
        width: 100%;
    }

    .close {
        display: none !important;
    }

    .tabs {
        /* z-index: 100; */
    }

    #map {
        display: none;
    }

    .sidebar-right.activeMap {
        height: 250px;
    }

    .img-fluid {
        touch-action: manipulation;
        /* Enable pinch-to-zoom */
        max-width: 100%;
        /* Make sure the image is always contained within its parent element */
    }

    .my-elementor-footer {
        display: none;
    }

    #my-elementor-logo {
        width: 65% !important;
    }

    #master-container {
        max-width: 100% !important;
        width: 100%;
        /* height: 86vh !important; */
        height: calc(100vh - 115px) !important;
        min-height: 40vh;
    }
}

@media only screen and (min-width: 1024px) {
    .sidebar {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        background-color: white;
        overflow-y: auto;
        transition: width 0.5s;
    }

    /* .sidebar-left.closed + .sidebar-right + .tabs {
                    left: 0%;
                    width: 100%;
                }
               */

    .sidebar-right.closed {
        left: 0%;
        width: 100%;
    }

    .tabs.closed {
        left: 0%;
        width: 100%;
    }

    .menu {
        display: flex;
        justify-content: center;
        /* Horizontally center-align the content */
        align-items: center;
        /* Vertically center-align the content */
    }

    .sidebar-left .floor-information {
        display: none;
    }

    #master-container.tour-container {
        min-height: calc(100% - 54px);
        max-width: 100% !important;
        width: 100%;
    }

    #master-container>div {
        max-width: 100% !important;
        width: 100%;
        /*height: 465px !important;*/

        min-height: calc(100% - 54px);
    }

    .sidebar-right {
        /* padding: 5px; */
        transition: width 0.5s;
        position: fixed;
        overflow: hidden;
        height: 100%;
    }

    .sidebar-left.closed+.sidebar-right {
        width: 100%;
        margin-left: 0px;
    }

    .my-elementor-header {
        display: none;
    }

    .my-elementor-footer {
        display: none;
    }

    .tab-btn {
        padding: 5px 25px;
    }
}

.tab-btn {
    /*background-color: #d9d9d9;*/
    color: #000;
    border: none;
    border-radius: 5px;
    width: 130px;
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Yellow 3D Studio - Estilos visuais seguros */
    background: linear-gradient(135deg, #FFD54A 0%, #FFC107 100%) !important;
    border: 2px solid #1a1a1a !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: bold !important;
}

.tab-btn.active {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
    color: #FFD54A !important;
    border: 2px solid #FFD54A !important;
    box-shadow: 0 6px 20px rgba(255, 213, 74, 0.4) !important;
}

.content {
    display: none;
    padding: 20px;
}

.content.active {
    display: block;
}

.main-content {
    flex-grow: 1;
    background-color: #fff;
    padding: 20px;
    overflow-y: auto;
}

.custom-information {
    display: block;
}

.sidebar-left.closed .custom-information {
    display: none;
}

.sidebar-left.closed {
    width: 0;
}

.close {
    opacity: 0.8;
    top: 8.5rem;
    z-index: 101;
    position: absolute;
    width: 2rem;
    height: 2.5rem;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    transition: all 0.075s linear 0s;
    background: black;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 98;
}

@media screen and (orientation: landscape) and (max-width: 640px) {
    /* .tabs {
                  display: none; 
                } */
}

@media screen and (orientation: landscape) and (max-width: 1020px) {
    .property-floor-plans-wrap.property-section-wrap {
        padding-bottom: 110px;
    }

    .my-gallery-obras-videos {
        max-height: 100%;
        height: 100% !important;
    }

    /* Hide the .tabs container when the button with data-target="videos" is active */
    button.tab-btn.active[data-target="videos"]~.tabs {
        display: block;
    }
}

.sidebar-left.closed+.sidebar-right+.tabs {
    left: 0;
    width: 100%;
}

.close img {
    transform: rotate(0deg);
}

.close.closed img {
    transform: rotate(180deg);
}

.close.closed {
    left: 0% !important;
}

/* add hover effects to the tab buttons */

/* add separators to the tab buttons */
.menu button:not(:last-child) {
    border-right: 2px solid #FFD54A !important;
}

/* change background colors for active buttons/content */
.tab-btn.active {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
    color: #FFD54A !important;
    border: 2px solid #FFD54A !important;
    box-shadow: 0 6px 20px rgba(255, 213, 74, 0.4) !important;
}

.content.active {
    display: block;
    background-color: #f2f2f2;
    padding: 15px;
}

/* .sidebar-left {
               min-height: 100vh;
               } */
/* modify the sidebar-right content styling */
.sidebar-right {
    background: #fff;
}

.footer-wrap.footer-wrap-v1 {
    display: none;
}

.sidebar-left .floor-plan-description {
    display: none;
}

.sidebar-right .property-floor-plans-wrap .accordion-title {
    max-width: 100%;
}

.sidebar-right .floor-plan-description {
    margin-bottom: 75px;
}

@media only screen and (min-width: 1024px) {
    .sidebar-right .accordion-body {
        margin: 0 auto;
        width: 100%;
    }

    .wpvr-floor-map img {
        height: -webkit-fill-available !important;
        width: -webkit-fill-available !important;
    }

    .tab-btn:hover {
        background: linear-gradient(135deg, #FFC107 0%, #FFD54A 100%) !important;
        color: #1a1a1a !important;
        border: 2px solid #1a1a1a !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
        transform: translateY(-2px) !important;
    }
}

@media only screen and (max-width: 1024px) {
    .content.active {
        padding: 0px 15px 0px 15px;
    }

    .sidebar-right .accordion-body {
        margin: 0 auto;
        width: 100%;
    }

    /* .sidebar-left .floor-plan-wrap {
               display: none;
               } */
}

#google_map .hidden {
    display: none;
}

.floating-button .hidden {
    display: none;
}

.tour-button .hidden {
    display: none;
}

.andar-button .hidden {
    display: none;
}

.memorial-button .hidden {
    display: none;
}

.gallery-images-button .hidden {
    display: none;
}

.gallery-videos-button .hidden {
    display: none;
}

.map-button .desktop .hidden {
    display: none;
}

.map-button .mobile .hidden {
    display: none;
}

.sun-button .desktop .hidden {
    display: none;
}

.sun-button .mobile .hidden {
    display: none;
}

.floor-button .hidden {
    display: none;
}

.bussola-button .hidden {
    display: none;
}

.fachada-button .hidden {
    display: none;
}

.property-video-wrap {
    position: relative;
}

.overlayDiv {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #dddddd7a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
}

.fa-play {
    font-size: 50px;
}

.houzez-icon.icon-check-circle-1 {
    background: #fff;
    color: #77c720;
    border-radius: 15px;
}

.information-sidebar-left .hidden {
    display: none;
}

#information-sidebar-left {
    /* padding: 20px 20px 0px 20px; */
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-right-content-container {
    height: 100%;
}

.sidebar-right-content {
    /* margin-bottom:60px; */
    height: 100%;
}

.container-videos-slider {
    /* margin-bottom:60px; */
    height: 100%;
}

.tab-btn img {
    width: 20px;
    /* Adjust the width as needed */
    height: 20px;
    /* Adjust the height as needed */
}

@media only screen and (min-width: 1024px) {
    .logo-empreendimento {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .logo-empreendimento>picture>img {
        width: 260px;
    }

    .logo-empreendimento>img {
        width: 260px;
    }

    .logo-empreendimento-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-empreendimento {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-empreendimento>picture>img {
        max-height: 300px;
        display: none;
    }

    .logo-empreendimento>img {
        max-height: 300px;
        display: none;
    }

    .logo-empreendimento-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-empreendimento-mobile>picture>img {
        max-height: 300px;
    }

    .logo-empreendimento-mobile>img {
        max-height: 300px;
    }
}

.card-content>div>picture>img {
    min-height: 115px;
}

.card-content>div>img {
    min-height: 115px;
}

.card-content:hover {
    background: rgb(161 150 150 / 13%);
}

.construction-content .container {
    border: 2px solid #a5a5a5;
    border-radius: 6px;
    padding: 10px;
}

.construction-content .container>ul {
    list-style-type: none;
    padding: 0;
}

.construction-content .container>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.percent {
    margin-left: 10px;
}

.list-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 5px 10px 5px 15px;
}

/* For WebKit-based browsers (Chrome, Safari, Opera) */
::-webkit-scrollbar {
    width: 10px;
    /* Set the width of the scroll bar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #848383;
    /* Set the background color of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d6caca;
    /* Set the color of the scroll bar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d6cacadb;
    /* Set the color of the scroll bar handle when hovered */
}

.galeria-imagens .hidden {
    display: none;
}

.features-list-info .hidden {
    display: none;
}

.features-list-localization .hidden {
    display: none;
}

.list-features>li {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 15px 10px 15px;
}

.list-features>li>i {
    display: none;
}

.features-list-localization {
    background: #e4e4e4 !important;
}

.features-list-caracteristicas .hidden {
    display: none;
}

.features-list-types .hidden {
    display: none;
}

.features-list-proximidades .hidden {
    display: none;
}

.my-gallery .hidden {
    display: none;
}

.my-gallery-obras .hidden {
    display: none;
}

.my-gallery-obras-videos .hidden {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .my-gallery {
        max-height: calc(100% - 55px);
        height: calc(100% - 55px);
    }

    .my-gallery-obras {
        max-height: calc(100% - 190px);
        height: calc(100% - 190px);
    }

    .my-gallery-obras-videos {
        max-height: calc(100% - 215px);
        height: calc(100% - 215px);
    }

    .row-gallery {
        display: none;
    }

    .top-return {
        display: flex;
        justify-content: flex-start;
        /* Align items to the left within the flex container */
        /* width: 100%; */
        padding: 0px 0px 0px 5px;
        position: absolute;
        top: 5px;
        left: 0;
    }

    /* .row-gallery-obras {
                display: none;
               } */
}

@media only screen and (max-width: 1024px) {
    .container-video-slider {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-share {
        top: 20px;
    }

    .tab-btn {
        min-width: 93px;
    }

    .tab-btn img {
        width: 20px;
        height: 20px;
    }

    .my-gallery {
        max-height: 100%;
        height: calc(100vh - 286px);
    }

    .my-gallery-obras {
        max-height: 100%;
        height: calc(100vh - 186px);
    }

    .my-gallery-obras-videos {
        max-height: 100%;
        height: calc(100vh - 186px);
    }

    .sidebar-right {
        /* height: calc(100vh - 305px); */
    }

    .top-return {
        display: flex;
        justify-content: flex-start;
        /* Align items to the left within the flex container */
        /* width: 100%; */
        padding: 0px 0px 0px 5px;
        position: absolute;
        top: 70px;
        left: 0;
    }
}

.share {
    width: 2.1rem;
    height: 2.3rem;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.return {
    width: 2.1rem;
    height: 2.3rem;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.top-share {
    display: flex;
    justify-content: flex-start;
    /* Align items to the left within the flex container */
    /* width: 100%; */
    padding: 0px 0px 0px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-decoration: none;
    color: #333;
}

.icon img {
    width: 64px;
    height: 64px;
}

.icon span {
    margin-top: 5px;
}

/* .img-mansory {
                max-width: 100%;
                max-height: 100%;
                height: 100%;
                display: block;
               } */
.img-mansory {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 4px;
    break-inside: avoid;
}

figure>picture>img {
    grid-row: 1 / -1;
    grid-column: 1;
}

figure>img {
    grid-row: 1 / -1;
    grid-column: 1;
}

figure a {
    color: black;
    text-decoration: none;
}

/* figcaption {
               grid-row: 2;
               grid-column: 1;
               background-color: rgba(255,255,255,.5);
               padding: .2em .5em;
               justify-self: start;
               } */
.container-mansory {
    column-count: 2;
    column-gap: 3px;
}

.container-mansory .hidden {
    display: none;
}

.detail-wrap {
    background-color: #e4e4e4 !important;
}

.slick-arrow {
    background-color: #a5a5a5;
}

.slick-arrow:hover {
    background-color: #a5a5a5;
}

.progress-bar {
    height: 20px;
    background-color: #a5a5a5;
    border-radius: 5px;
    transition: width 1s ease-in-out;
    /* Add transition for smooth animation */
}

/* Animation keyframes */
@keyframes fillProgressBar {
    0% {
        width: 0%;
    }

    100% {
        width: var(--data-width, 0%);
    }
}

/* Apply animation to progress bars with data-width */
.progress-bar[data-width] {
    animation: fillProgressBar 3.5s forwards;
}

h1,
h2,
h3,
h4,
h5,
strong,
p,
div,
span,
a {
    font-family: "Muli";
}

.d-flex {
    justify-content: center !important;
    margin-top: 30px;
}

.features-list-localization {
    text-align: center;
    background: #e4e4e4 !important;
}

.vrgcontrols {
    font-size: 50px;
    padding-bottom: 50px;
}

#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
    font-size: 50px !important;
}

#modalShowInfoBox>div>p>img {
    width: 100% !important;
}

.img-proximidade {
    width: 100%;
    /* height: 220px; */
}

.property-floor-plans-wrap .accordion-title {
    max-width: 100% !important;
    white-space: normal;
    margin-right: 20px;
}

/* .features-list-proximidades .slick-list {
                  max-height: 435px !important;
                } */

.modal-content table.table {
    width: 100% !important;
}

/* Style the td elements within the table */
.modal-content table.table td {
    border-bottom: 1px solid black;
}

.scene-gallery {
    display: none;
    transition: display 0.3s ease;
    /* Smooth transition */
}

.vrbounce {
    transition: transform 0.3s ease;
    /* Smooth transition for arrow rotation */
}

.vrbounce.gallery-open {
    transform: rotate(180deg);
    /* Invert arrow when gallery is open */
}

.scrollTours {
    right: 20px;
    position: absolute;
    z-index: 101;
    bottom: 22px;
    cursor: pointer;
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 65px;
}

.scrollTours p {
    margin-top: 0;
    margin-bottom: 8px;
}

.content-sidebar-left {
    background: #f0f2f5;
    border-radius: 20px;
}

.page-title {
    padding-top: 15px;
}

.sidebar-right .accordion-tab {
    margin-bottom: 1px;
    border-bottom: none;
}

.pnlm-render-container.closed {
    height: unset;
}

.my-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

div.pnlm-hotspot-base.fas.big:before,
div.pnlm-hotspot-base.fab.big:before,
div.pnlm-hotspot-base.far.big:before {
    font-size: 148px;
}

div.pnlm-hotspot-base.fas.big,
div.pnlm-hotspot-base.fab.big,
div.pnlm-hotspot-base.far.big {
    /* background-color: none !important;
                animation: none !important; */
    width: 170px !important;
    height: 156px !important;
}

div.pnlm-hotspot-base.fas.big.no-background,
div.pnlm-hotspot-base.fab.big.no-background,
div.pnlm-hotspot-base.far.big.no-background {
    /* background-color: none !important;
                animation: none !important; background-color: #f2f2f200; */

    background-color: #f2f2f200 !important;
}

.my-gallery-obras-close {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 25px 25px 0px 0px;
    position: absolute;
    z-index: 100;
}

.my-gallery-obras-button-close {
    font-size: 30px;
    color: white;
    font-weight: 400;
    width: 3.1rem;
    height: 3.3rem;
    background: rgb(0 0 0 / 65%);
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.specific-gallery {
    height: 100%;
    max-height: 100%;
}

.specific-gallery .hidden {
    display: none;
}

.specific-gallery-videos {
    height: 100%;
    max-height: 100%;
}

.specific-gallery-videos .hidden {
    display: none;
}

#master-container {
    position: relative;
    /* Add relative positioning to the master container */
    overflow: visible;
}

.hex {
    background: url("images/Hexagon.svg") repeat;
    height: 800px;
    width: 100%;
    position: absolute;
    background-size: 500px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .pnlm-hotspot-base.hide-pins {
        visibility: hidden !important;
    }

    .arrow-effect {
        display: none;
    }
}

/* Hide .arrow-effect when hovering over .pnlm-hotspot-base */
.pnlm-hotspot-base:hover+.arrow-effect {
    opacity: 0;
    /* Change the opacity to 0 when .pnlm-hotspot-base is hovered */
}

.sidebar-right .img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.img-fluid {
    height: 100%;
    max-height: 100%;
}

.property-floor-plans-wrap.property-section-wrap {
    height: calc(100% - 130px);
    max-height: calc(100% - 130px);
}

/* Initially, style the .arrow-effect element */
.arrow-effect {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px;
    background: transparent;
    /* Remove background color */
    z-index: 101;
    opacity: 1;
    /* Set the initial opacity to 1 (fully visible) */
    transition: opacity 0.3s ease;
    /* Add a smooth transition effect */
}

.line-effect {
    stroke: #dad3d3f0;
    stroke-width: 45px;
    stroke-linecap: round;
    transition: all 0.25s ease;
}

.pnlm-render-container:eq(3)>a {
    display: none;
}

.pnlm-render-container:eq(2)>a {
    display: none;
}

.scrollTours {
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.54) 0px 4px 9.6px;
    min-width: 60px;
}

/* Create a transparent overlay element */
.close-button-overlay {
    position: absolute;
    right: -7px;
    top: -11px;
    width: 40px;
    /* Adjust the width to increase the clickable area */
    height: 40px;
    /* Adjust the height to increase the clickable area */
    cursor: pointer;
    /* Change the cursor to a pointer on hover */
    background: transparent;
    /* Make it transparent */
    z-index: 10;
}

.close-button-modal-overlay {
    right: -7px;
    top: -11px;
    position: absolute;
    width: 40px;
    /* Adjust the width to increase the clickable area */
    height: 40px;
    /* Adjust the height to increase the clickable area */
    cursor: pointer;
    /* Change the cursor to a pointer on hover */
    background: transparent;
    /* Make it transparent */
    /* z-index: 10;  */
}

/* Increase the width of the container */
@media (max-width: 1024px) {
    .menu {
        width: 100%;
        /* or specify a wider width */
        white-space: nowrap;
        scroll-behavior: smooth;
    }
}

/* CSS animation for automatic scrolling */
@keyframes scrollTabs {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 10px));
        /* Adjust the distance to scroll */
    }
}

/* Apply the animation to the .menu container */
@media (max-width: 1024px) {
    .vrgcontrols {
        font-size: 50px;
        padding-bottom: 40px;
    }

    .menu {
        animation: scrollTabs 30s linear infinite;
        /* Adjust the animation duration as needed */
    }
}

@media (min-width: 1024px) {
    .wpvr-floor-map {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .wpvr-floor-map {
        right: 15px;
        max-width: 100%;
        width: 90%;
        height: unset;
    }

    .wpvr-floor-map>img {
        object-fit: contain;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .wpvr-floor-map.fullwindow {
        width: 150% !important;
        height: auto !important;
    }
}

.slick-next.slick-arrow {
    top: 175px;
}

.construction-title {
    margin-bottom: 5px;
    width: 100%;
    height: 3rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 6px;
}

.construction-title>h1 {
    font-weight: 600;
    line-height: 2rem;
    margin: 0rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}

.list-space-between strong {
    flex-basis: 50%;
    text-align: end;
}

.list-space-between span {
    flex-basis: 50%;
    margin-left: 15px;
}

.text {
    margin-right: 10px;
    font-weight: bold;
}

@media screen and (min-width: 1920px) {
    /* 1920px */

    .page-title h1 {
        font-size: 24px;
    }

    .item-address {
        font-size: 15px;
    }

    .features-list-localization h2 {
        font-size: 21px;
    }

    .list-unstyled.list-features {
        font-size: 15px;
    }

    .header>h4 {
        font-size: 21px;
    }

    .floor-button {
        font-size: 25px;
    }

    .bussola-button {
        font-size: 25px;
    }

    .fachada-button {
        font-size: 15px;
    }

    .buttons-tour {
        font-size: 15px;
    }

    .floor-button .text-button {
        font-size: 15px;
    }

    .bussola-button .text-button {
        font-size: 15px;
    }

    .modal-content button {
        font-size: 15px;
    }

    #modalShowInfoBox table.table tbody tr td:first-child {
        font-size: 14px;
    }

    #modalShowInfoBox table.table tbody tr td:nth-child(2) {
        font-size: 15px;
    }

    .tab-btn span {
        font-size: 14px;
    }

    .scrollTours>div {
        font-size: 23px;
    }

    .item-adress {
        font-size: 19px !important;
    }

    .text {
        font-size: 15px;
    }

    .list-space-between strong {
        font-size: 14px;
    }

    .list-space-between span {
        font-size: 15px;
    }

    .construction-title>h1 {
        font-size: 17px;
    }

    .card-areas-text {
        font-size: 17px;
    }
}

@media screen and (min-width: 3840px) and (min-height: 2160px) {
    /* Styles specific to 4K screens */
}

@media only screen and (max-width: 1024px) {
    .tab-btn>span {
        font-size: 12px;
    }

    div.custom-tooltip span {
        font-size: 10px;
        min-width: 120px;
    }
}

@media screen and (max-width: 1920px) {
    /* 1920px */

    .page-title h1 {
        font-size: 21px;
    }

    .item-address {
        font-size: 12px;
    }

    .features-list-localization h2 {
        font-size: 18px;
    }

    .list-unstyled.list-features {
        font-size: 12px;
    }

    .header>h4 {
        font-size: 18px;
    }

    .fachada-button {
        font-size: 12px;
    }

    .buttons-tour {
        font-size: 12px;
    }

    .floor-button .text-button {
        font-size: 12px;
    }

    .bussola-button .text-button {
        font-size: 12px;
    }

    .modal-content button {
        font-size: 12px;
    }

    #modalShowInfoBox table.table tbody tr td:first-child {
        font-size: 11px;
    }

    #modalShowInfoBox table.table tbody tr td:nth-child(2) {
        font-size: 12px;
    }

    .tab-btn span {
        font-size: 11px;
    }

    .scrollTours>div {
        font-size: 20px;
    }

    .item-adress {
        font-size: 16px !important;
    }

    .text {
        font-size: 12px;
    }

    .list-space-between strong {
        font-size: 11px;
    }

    .list-space-between span {
        font-size: 12px;
    }

    .construction-title>h1 {
        font-size: 14px;
    }

    .card-areas-text {
        font-size: 14px;
    }

    .custom-icon-apartment {
        /* Normal */
        height: 26px;
        width: 60px;
    }

    .custom-icon-apartment::before {
        font-size: 15px;
        /* Normal */
    }
}

@media screen and (min-width: 1920px) {
    /* 1920px */

    .card-disponibilidade-text {
        font-size: 17px;
    }

    .sidebar-right {
        left: 22%;
        width: 78%;
    }

    .tabs {
        /* height: 95px; */
        position: fixed;
        bottom: 0;
        left: 22%;
        width: 78%;
        background-color: #f0f2f5;
        /* z-index: 100; */
    }

    .sidebar-left {
        height: 100%;
        width: 22%;
        transition: width 0.5s ease;
        overflow-y: scroll;
        background: white;
        position: fixed;
        /* z-index: 99; */
    }

    .close {
        left: 22%;
    }

    .sidebar-left.closed+.sidebar-right+.tabs>.menu {
        margin-left: 22%;
    }

    .custom-icon-apartment::before {
        font-size: 18px;
        /* 4K */
    }

    .custom-icon-apartment {
        /* Normal */
        height: 26px;
        width: 60px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
    .card-disponibilidade-text {
        font-size: 14px;
    }

    .sidebar-right {
        left: 25%;
        width: 75%;
    }

    .tabs {
        /* height: 95px; */
        position: fixed;
        bottom: 0;
        left: 25%;
        width: 75%;
        background-color: #f0f2f5;
        /* z-index: 100; */
    }

    .sidebar-left {
        height: 100%;
        width: 25%;
        transition: width 0.5s ease;
        overflow-y: scroll;
        background: white;
        position: fixed;
        /* z-index: 99; */
    }

    .close {
        left: 25%;
    }

    .sidebar-left.closed+.sidebar-right+.tabs>.menu {
        margin-left: 25%;
    }

    .custom-icon-apartment {
        /* Normal */
        height: 20px;
        width: 57px;
    }

    /* .imp-canvas {
        width: 125% !important;
        height: auto !important;
    } */
}

@media only screen and (max-width: 1280px) {
    .custom-icon-apartment {
        /* TV */
        height: 18px;
        width: 55px;
    }

    .custom-icon-apartment::before {
        font-size: 12px;
        /* TV */
    }

    .card-proximidade-title-text {
        font-size: 11px;
    }

    .card-proximidade-distancia-text {
        font-size: 10px;
    }

    .filter-window .title {
        font-size: 12px;
    }

    .filter-window .item-filter {
        font-size: 11px;
    }

    .filter-window-horizontal .title {
        font-size: 12px;
    }

    .filter-window-horizontal .item-filter {
        font-size: 11px;
    }

    .card-disponibilidade-text {
        font-size: 11px;
    }

    .card-tours-text {
        font-size: 11px;
    }

    .card-obras-text {
        font-size: 11px;
    }

    /* .imp-canvas {
        width: 100% !important;
        height: 100% !important;
    } */
}

.imp-ui-bottom-right {
    top: 70px;
    bottom: 20px;
    left: 40px;
    right: auto;
}

.horizontal-container {
    height: calc(100% - 85px);
    overflow-y: auto;
    /* overflow-y: auto; */
    /* height: 100%; */
    /* width: 100%; */
    /* height: 700px; */
}

.image-map-pro-div {
    height: 100%;
}

.imp-container {
    height: 100% !important;
    width: 100% !important;
}

.imp-canvas-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.imp-canvas {
    width: 100% !important;
}

.imp-canvas.closed {
    height: auto !important;
}

.imp-ui-bottom-left.closed {
    bottom: 20px !important;
}

.imp-ui-bottom-left:not(.closed) {
    bottom: 145px !important;
    transition: bottom 0.3s ease;
}


.imp-ui-wrap {
    width: 100%;
}



/* .image-map-pro-div{
                height: 100%;
                width: 100%;
               }
    
               .imp-container{
                height: 100%;
                width: 100% !important;
               }
    
               .imp-ui-wrap{
                width: 100%;
               }
    
               .imp-canvas-wrap{
                height: 100%;
                width: 100%;
               }
               
               .imp-canvas {
                width: 100% !important;
                height: 100% !important;
                
               }
    
               .imp-scale > img {
                width: 100% !important;
                height: auto !important;
                object-fit: contain;
               } */

.custom-icon-apartment {
    background-color: rgb(184 179 179 / 72%);
}

.tour-container {
    height: 100%;
}

.video-container {
    height: 100%;
}

.magazine-container {
    height: 100%;
}

.planta-container {
    height: 100%;
}

.planta-container .hidden {
    display: none;
}

.magazine-container .hidden {
    display: none;
}

.video-container .hidden {
    display: none;
}

.tour-container .hidden {
    display: none;
}

#list-items-filter-andar {
    max-height: 300px;
    overflow-y: auto;
}

#list-items-filter-andar .hidden {
    display: none;
}

#list-items-filter-disponibility .hidden {
    display: none;
}

#list-items-filter-tour .hidden {
    display: none;
}

#list-items-filter-construction .hidden {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .map-container {
        height: calc(100vh - 115px);
    }

    #information-sidebar-left {
        padding-bottom: 110px;
    }

    #videos {
        padding-bottom: 110px;
    }

    #imageModal {
        /* display: none; */
        position: fixed;
        top: 35%;
        left: 10%;
        width: 80%;
        height: 26%;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
    }

    #memorialModal {
        /* display: none; */
        position: fixed;
        top: 15%;
        margin-left: 15px;
        margin-right: 15px;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        overflow-y: auto;
        z-index: 99999;
        max-height: 75vh;
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .map-container {
        height: calc(100% - 54px);
    }

    #imageModal {
        /* display: flex; */
        position: fixed;
        top: 25%;
        left: 35%;
        width: 50%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
    }

    #memorialModal {
        /* display: flex; */
        position: fixed;
        left: 35%;
        overflow-y: auto;
        width: 50%;
        height: 100%;
        max-height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
    }

    .wpvr-floor-map {
        position: absolute;
        bottom: 105px !important;
    }
}

.buttons-tour.disabled {
    background-color: grey;
}

#mapModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dark background overlay */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#modalContent {
    position: relative;
    width: 90%;
    height: 80%;
    max-width: 600px;
    max-height: 400px;
}

#closeMapModal {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
}

/* Mobile-specific adjustments */
@media (max-width: 600px) {
    #modalContent {
        width: 95%;
        height: 70%;
        max-width: 100%;
        max-height: 100%;
    }

    #closeMapModal {
        padding: 8px;
        font-size: 16px;
    }

    .google-map>iframe {
        width: 100%;
    }
}

.icon-horizontal-number {
    color: white;
    fill: white;
    font-weight: bold;
    font-size: 35px;
    text-anchor: middle;
    dominant-baseline: middle;
}