@font-face {
    font-family: 'Dosis';
    src: url('/assets/css/Dosis-Book.woff2') format('woff2'), url('/assets/css/Dosis-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Dosis';
    /* font-family: 'Poppins'; */
    font-weight: lighter;
    font-style: normal;
}

.container {
    width: 100vw;
    height: 100vh;
}

.contenedor {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

textarea {
    overflow-y: scroll;
    height: 100px;
    resize: none;
    /* Remove this if you want the user to resize the textarea */
}

.loading-card {
    width: 30vw;
    background-color: rgba(255, 255, 255, 0.76);
    margin-top: 20vh;
}

.available {
    fill: rgba(255, 255, 255, 0);
}

.available:hover {
    fill: rgba(167, 201, 87, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    cursor: pointer;
}

.available.active {
    fill: rgba(167, 201, 87, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    cursor: pointer;
}

.available-blinking {
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    animation: hotspotcolor-available 2s infinite;
    -webkit-animation: hotspotcolor-available 2s infinite;
    cursor: pointer;
}

@keyframes hotspotcolor-available {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(167, 201, 87, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes hotspotcolor-available {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(167, 201, 87, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

.reserved {
    fill: rgba(255, 255, 255, 0);
}

.reserved:hover {
    fill: rgba(0, 119, 182, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    cursor: pointer;
}

.reserved.active {
    fill: rgba(0, 119, 182, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    cursor: pointer;
}

.reserved-blinking {
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    animation: hotspotcolor-reserved 2s infinite;
    -webkit-animation: hotspotcolor-reserved 2s infinite;
    cursor: pointer;
}

@keyframes hotspotcolor-reserved {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(0, 119, 182, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes hotspotcolor-reserved {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(0, 119, 182, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

.sold {
    fill: rgba(255, 255, 255, 0);
}

.sold:hover {
    fill: rgba(241, 81, 82, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    cursor: pointer;
}

.sold.active {
    fill: rgba(241, 81, 82, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    cursor: pointer;
}

.sold-blinking {
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    animation: hotspotcolor-sold 2s infinite;
    -webkit-animation: hotspotcolor-sold 2s infinite;
    cursor: pointer;
}

@keyframes hotspotcolor-sold {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(241, 81, 82, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes hotspotcolor-sold {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(241, 81, 82, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

.unlreleased {
    fill: rgba(255, 255, 255, 0);
}

.unlreleased:hover {
    fill: rgba(255, 167, 55, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 5;
    cursor: pointer;
}

.unlreleased.active {
    fill: rgba(255, 167, 55, 0.8);
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 5;
    cursor: pointer;
}

.unlreleased-blinking {
    stroke: rgba(75, 85, 95, 1);
    stroke-width: 6;
    animation: hotspotcolor-unlreleased 2s infinite;
    -webkit-animation: hotspotcolor-unlreleased 2s infinite;
    cursor: pointer;
}

@keyframes hotspotcolor-unlreleased {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(255, 167, 55, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes hotspotcolor-unlreleased {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(255, 167, 55, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

.block-hotspot {
    fill: rgba(255, 255, 255, 0);
}

.block-hotspot:hover {
    fill: rgba(75, 140, 171, 0.62);
    cursor: pointer;
}

.block-hotspot.active {
    fill: rgba(75, 140, 171, 0.62);
    cursor: pointer;
}

.box {
    width: 31vw;
    height: 100vh;
    max-height: 100vh;
    background-color: #f1f1f1;
    position: absolute;
    text-align: left;
    z-index: 10;
    right: 0;
    pointer-events: none;
    transition: 0.3s;
    display: none;
    pointer-events: fill;
}


/* START BULLETS CART */

.bullet-cart {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #659eb8;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}

.cart_apto_list_table_heading {
    background-color: #64727C;
    color: white;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.cart_apto_list_table_row {
    text-align: center;
    padding: 2px;
    border-top: 1px dotted #b9bbbd;
    color: #7e8082;
}

.cart_apto_list_table_row_btns {
    font-weight: bolder;
    text-align: end;
    color: #262626;
    cursor: pointer;
}

.btn-right-cart-table-price {
    font-size: 1.1em;
    color: #4d0000;
}

.pasos_container {
    height: 58%;
    overflow-y: scroll;
}

.cart_heading {
    height: 20%;
}

.pasos-btns-card {
    height: 20%;
    padding: 2em;
}

.bullet-cart-inactive {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border: 1px solid #64727C;
    border-radius: 1em;
    background: white;
    margin: 0 1em;
    display: inline-block;
    color: #64727C;
    position: relative;
    -webkit-box-shadow: 0 0 5px 2px #64727C;
    -moz-box-shadow: 0 0 5px 2px #64727C;
    box-shadow: 0 0 5px 2px #64727C;
}


/* BULLETS CART */

.menu_icon_box {
    z-index: 13;
    width: fit-content;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
}

.img2d {
    cursor: pointer;
}

#cart_count {
    color: #659eb8;
}

.menu_icon_box2 {
    z-index: 13;
    width: fit-content;
    position: absolute;
    right: 30vw;
    bottom: 0;
    cursor: pointer;
    font-size: 1.2em;
    margin: 20px;
}

.logooh {
    position: absolute;
    bottom: 1vw;
    left: 0;
    background-color: white;
    padding: 5px;
    height: 2vw;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 7777;
}

.logoh_logo {
    width: auto;
    height: 1vw;
}

.capture-container {
    position: absolute;
    bottom: 2vh;
    margin-bottom: 1vh;
    bottom: 3vw;
    left: 0;
}

.capture {
    background-color: rgba(255, 255, 255, 0.69);
    border-radius: 5px;
    color: #64727C;
    margin: 1vw;
    padding: 0.7em;
    cursor: pointer;
}

.product-viewer__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.apto-viewer__image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.img2d {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


/* Asegurar que las imágenes sean visibles en todos los dispositivos */

.zoomist-container .apto-viewer__image,
.zoomist-container .img2d {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 150px;
}

.product-viewer__image.active {
    width: 70vw;
}

.image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#tour_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#mientras {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}


.mid-left-icons-container {
    position: absolute;
    left: 0;
    bottom: 10vh;
    width: 10vw;
    height: 3vw;
    margin: 1vw;
}

.top-left-icons-container {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1vw;
    height: 40px;
}

.top-left-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background-color: rgba(255, 255, 255, 0.69); */
    border-radius: 8px;
    color: #64727c;
    cursor: pointer;
    transition: all 0.3s ease;
}

.brujula {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: none;
    padding: 0;
}

.img-brujula,
.img-brujula2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    object-fit: contain;
}

.img-brujula {
    z-index: 2;
}

.img-brujula2 {
    z-index: 1;
}

/* Offcanvas planta image must keep aspect ratio and drive overlay sizing */
.image2_planta {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}

.circles_hotspots {
    cursor: pointer;
}

.top-left-icons-container2 {
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 10px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    /* width: 7vw;
    height: 3vw;
    margin: 1vw; */
}

.top-left-icons-2d {
    display: inline-block;
    width: 3vw;
    background-color: rgba(202, 202, 202, 0.32);
    border-radius: 0.5rem;
    color: #64727c;
    cursor: pointer;
}

.bottom-right-icons {
    display: inline-block;
    margin: 0.2rem;
}

.tooltip_apto-content {
    width: 15vw;
    height: 22vw;
}

.foto-tooltip {
    width: 100%;
    height: auto;
}

.tooltip-title-apto {
    font-size: medium;
    font-weight: bold;
}

.tooltip-status-apto {
    text-align: right;
}

.tooltip_status_disponible {
    background-color: green;
    color: white;
    padding: 3px;
}

.tooltip_status_unreleased {
    background-color: #f1f1f1;
    color: white;
    padding: 3px;
    background-color: #DB933A;
}

.tooltip_status_vendido {
    background-color: red;
    color: white;
    padding: 3px;
}

.tooltip_status_reservado {
    background-color: #176a9e;
    color: white;
    padding: 3px;
}

.top-right {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.69);
    color: #64727C;
    cursor: pointer;
}

.filtering {
    height: 40vh;
    position: relative;
}

.table-cont {
    padding: 10px;
    background-color: #f1f1f1;
    overflow-y: scroll;
}

.button-card-container {
    margin: 10px
}

.table-unidades {
    border-collapse: collapse;
    font-size: 0.7em;
    min-width: 100%;
}

.table-blocks {
    font-size: 1em;
}

.bloque_list_row {
    cursor: pointer;
}

.table-unidades thead tr {
    font-weight: bold;
    color: #1f2328;
    text-align: left;
}

.table-unidades th,
.table-unidades td {
    padding: 12px 15px;
}

.table-unidades tbody tr {
    border-bottom: 1px solid #d9d7d7;
    cursor: pointer;
}

.table-unidades tbody tr:hover {
    background-color: rgba(214, 214, 214, 0.42);
    border-radius: 10px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.logo-on-menu {
    position: absolute;
    top: 0;
    left: 0;
}

.waiting_nite_and_day {
    display: none;
}

.menu-icon-container {
    padding: 1rem;
    cursor: pointer;
}

.radio-inline {
    margin-right: 10px
}

.aptorow {
    cursor: pointer;
}

.apartment-card-image {
    background-image: url('/front-end-assets/img/blur.avif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.imagen-apto-compare {
    width: 60%;
    height: auto;
}

.pnlm-title-box {
    display: none !important;
}

.minheightmsg {
    width: 100vw;
    height: 100vh;
    background-color: #efefef;
    z-index: 9999;
    position: absolute;
}

.filter-and-views {
    height: 100vh;
    overflow-y: scroll;
}

.logo-top-menu-and-search-criteria {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
}

.apt-specs {
    display: none;
}

.slider_labels {
    font-size: 0.8em;
}

.radios {
    background-color: white;
    color: #64727c;
    border: 1px solid #64727c;
}

.radios:hover {
    background-color: #64727c;
    color: white;
    border: 1px solid #64727c;
}

.radios.active {
    background-color: #64727c;
    color: white;
    border: 1px solid #64727c;
}

.center-radio {
    border-radius: 0;
    border-color: #64727c;
    border-right: 0px solid white;
}

.right-radio {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #64727c;
    /* border-left: 0px solid white; */
}

.left-radio {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #64727c;
    border-right: 0px solid white;
}

.heading_table_cart_right {
    background-color: #9ab0bb;
    color: white;
    font-weight: bolder;
}

#ctdUnidadesAdded {
    margin-right: 5px;
    margin-left: 5px;
}

.subtotalOnCart {
    font-size: 1.3em;
    color: #4d0000;
}

.subtotalOnCartReserve {
    font-size: 1.3em;
    color: #4d0000;
}

.menu-right {
    position: absolute;
    top: 20vh;
    right: 35vw;
    width: 5vw;
    background-color: rgba(248, 247, 247, 0.63);
    z-index: 1053;
    border-radius: 0.3rem;
}

.icon-menu-right {
    max-width: 40%;
    /* height: auto; */
}

.goback2apartmentView {
    cursor: pointer;
}

.icon-menu-right-container {
    border-top: 1px solid rgba(179, 174, 176, 0.65);
}

.icon-menu-right-container-last {
    border-top: 1px solid rgba(179, 174, 176, 0.65);
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.icon-menu-right-container-first {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.apto_title_on_apt_view {
    font-weight: bold;
    color: #3e4750;
    font-size: 1.4em;
}

.compare_floating {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    cursor: pointer;
}

.menu_apt-view-titles {
    font-size: 0.6em;
    text-align: center;
}

.link-apartment-tour-menu {
    cursor: pointer;
}

.link-apartment-tour-menu:hover {
    background-color: rgba(248, 247, 247, 0.8);
}

.link-apartment-tour-menu-active {
    cursor: pointer;
    background-color: rgba(248, 247, 247, 0.8) !important;
}

.link-apartment-tour-menu-active:hover {
    cursor: pointer;
    background-color: rgba(248, 247, 247, 0.8);
}

.brujula {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    /* No flex: 1, para que no se expanda */
    background: none;
    padding: 0;
}

.img-brujula,
.img-brujula2 {
    width: 2.5em;
    height: 2.5em;
    min-width: 32px;
    min-height: 32px;
    max-width: 50px;
    max-height: 50px;
    position: static;
    display: inline-block;
    margin: 0;
    z-index: 1;
    object-fit: contain;
}

.locations-container {
    width: 100vw;
    height: 100vh;
    display: none;
}

.locations-container.active {
    display: block;
}

.views-links {
    font-size: 1.5em;
    color: #1f2427;
    cursor: pointer;
}

.views-links:hover {
    color: #437a92;
    text-decoration: underline;
}

.map-container {
    position: absolute;
    width: 80vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.box-locations {
    position: absolute;
    width: 20vw;
    height: 100vh;
    right: 0;
    top: 0;
    color: #2e353c;
}

#bloqueTitle {
    font-weight: bold;
}

.loc-search-img {
    height: 15vh;
    width: auto;
}

.resultcount {
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 5px;
}

.compare-floating {
    position: absolute;
    bottom: 1vw;
    right: 0;
    width: 30vw;
    height: 2vw;
}

.compare-button {
    width: 6vw;
    height: 2vw;
    background-color: #4A8DAB;
    color: white;
    border-radius: 1vw;
    cursor: pointer;
    font-size: 0.8em;
}

.compare-count {
    margin-left: 5px;
    width: 1em;
    height: 1em;
    background-color: #437a92;
    color: white;
}

.apt-title-on-table {
    color: #38657A;
    font-weight: bold;
}

.btn-compare {
    padding: 5px
}

.fondo-blanco-box-elements {
    background-color: white;
    border-radius: 5px;
}

.grey-container {
    background-color: #f1f1f1;
    position: relative;
}

.buttons-with-color-only {
    color: #64727c;
}

.image_centered {
    width: 70vh;
    height: 70vh;
    position: absolute;
    top: 0;
    /* left: 10vw; */
    border-radius: 1vw;
    margin-top: 3vw;
    /* margin-left: 13vw; */
}

.image_centered2 {
    width: 70vh;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 10vw;
    border-radius: 1vw;
    margin-top: 3vw;
}

.zoomist-container {
    width: 80%;
    max-width: 80%;
    object-fit: cover;
}

.zoomist-container2 .zoomist-wrapper {
    background-color: transparent;
}

.zoomist-image {
    width: 100%;
    aspect-ratio: 1;
}

.zoomist-zoomer {
    background-color: transparent;
}

.grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.zoomist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-right-buttons-container {
    position: absolute;
    width: 12vw;
    height: 3vw;
    margin: 1vw;
    top: 0;
    right: 0;
    z-index: 1000;
}

.areas_apto_select_container {
    position: absolute;
    width: 10vw;
    height: 5vw;
    margin: 1vw;
    top: 0;
    right: 0;
    z-index: 1054;
    padding: 1vw;
    border-radius: 1em;
}

.top-right-buttons {
    width: 12vw;
    height: 3vw;
}

.top-right-icons {
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background-color: rgba(255, 255, 255, 0.69);
    border-radius: 0.5rem;
    color: #64727C;
    cursor: pointer;
}

.apto2dcontains {
    width: 60vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin-left: 10vw;
    margin-top: 10vh;
}


/*OTRO LOADER para #mientras*/

.mientras-loader {
    background-image: url('/front-end-assets/img/blur.avif');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mientras-loader-dual-ring {
    color: #64727c;
}

.mientras-loader-dual-ring,
.mientras-loader-dual-ring:after {
    box-sizing: border-box;
}

.mientras-loader-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.mientras-loader-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: mientras-loader-dual-ring 1.2s linear infinite;
}

#meanwhile {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}


/*OTRO LOADER para #meanwhile*/

.meanwhile-loader {
    background-image: url('/front-end-assets/img/blur.avif');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9999;
}

.meanwhile-loader-dual-ring {
    color: #64727c;
}

.meanwhile-loader-dual-ring,
.meanwhile-loader-dual-ring:after {
    box-sizing: border-box;
}

.meanwhile-loader-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.meanwhile-loader-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: meanwhile-loader-dual-ring 1.2s linear infinite;
}

.irs--round .irs-handle {
    border: 1px solid #64727c;
    /* background-color: #64727c;
    border-color: #64727c; */
    /* box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2); */
}

.irs--round .irs-bar {
    height: 1px;
    background-color: #64727c;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.comparing-container {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-image: url('/front-end-assets/img/blur.avif');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 500;
}

.comparing-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 6vw;
    height: 6vh;
    z-index: 501;
    cursor: pointer;
}

.balcony_containers {
    /* background-image: url('/front-end-assets/img/blur.avif');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #000;
}

.table_comparing {
    position: relative;
}

.tbl_compare_heading {
    height: 100vh;
    width: 20vw;
    background-color: #f1f1f1;
}

.tbl_compare_add {
    height: 80vh;
    width: 20vw;
    /* background-color: white; */
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.tbl_compare_add:hover {
    background-color: grey;
}

.top_compare_heading {
    height: 50vh;
    width: 20vw;
    background-color: #f1f1f1;
}

.icon_heading_selected_aptos {
    width: 2vw;
    height: auto;
}

.qty_selected_compare {
    font-size: 3em;
    font-weight: bold;
}

.apt_heading_attrs {
    height: 5%;
    width: 20vw;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
}

.apt_heading_attrs_none {
    height: 6vh;
    width: 20vw;
    background-color: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.add_compare_apartment {
    width: 20vw;
    height: 100vh;
    border: 1px solid black;
}

.selected_apartments_for_compare {
    height: 100vh;
    width: 20vw;
    /* background-color: #f1f1f1; */
    margin-left: 1px;
    border-top: 1px solid #f1f1f1;
}

.top_selected_apartments_for_compare {
    height: 50vh;
    background-color: white;
}

.compare_column_name {
    font-weight: bold;
    font-size: 1.5em;
    color: #5C636A;
}

.btns_container_send_inquiry {
    width: 20vw;
}

#selected_apartments_for_compare_container {
    overflow-x: scroll;
}

.contenedor-comparacion {
    background-color: #f1f1f1;
}

.gallery-container {
    position: absolute;
    width: 80vw;
    height: 100vh;
    background-color: #f1f1f1;
    right: 20vw;
    top: 0;
    overflow-y: scroll;
}

.cart-container {
    position: absolute;
    width: 70vw;
    height: 100vh;
    background-color: white;
    right: 30vw;
    top: 0;
    display: flex;
    align-items: start;
    justify-content: center;
}

.form-cart-container {
    width: 40vw;
    height: 100vh;
}

.form-cart-container2 {
    width: 650vw;
    height: 100vh;
    overflow-y: scroll;
}

.signature-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-template-rows: masonry;
}

.box-gallery {
    position: absolute;
    width: 20vw;
    height: 100vh;
    right: 0;
    top: 0;
}

.box-cart {
    position: absolute;
    width: 30vw;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: #F4F4F4;
}

.cart-control {
    border: 0px solid white;
    border-bottom: 1px dotted grey;
    border-radius: 0px;
}

.js-signature {
    background-color: #FAFAFA;
}

.gallery-cat {
    cursor: pointer;
}

.gallery-cat:hover {
    text-decoration: underline;
    color: #437a92;
    cursor: pointer;
}

.img-gall {
    width: 100%;
}

.container-gal {
    width: 100%;
    position: relative;
}

.item {
    position: absolute;
    text-align: center;
    font-size: 2em;
    font-weight: white;
    color: white;
    line-height: 1.5em;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(135deg, #F761A1 10%, #AC46C8 100%);
    overflow: hidden;
}

.gallery-item {
    border-radius: 0.5rem;
    height: 15vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gallery-item:hover {
    animation: zoomgal 2s;
}

.image-gallery-obj {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 15vw;
    border-radius: 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.gallery-image-wrapper.loaded>a>img {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}

.gallery-image-wrapper {
    width: 100%;
    height: 15vw;
    background-color: white;
    border-radius: 0.3rem;
    position: relative;
}

.spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15vw;
    opacity: 1;
}

.play-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15vw;
    z-index: 500;
}

.play-button {
    opacity: 0;
    z-index: 9999;
}

.gallery-image-wrapper.loaded>.play-container>.play-button {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    cursor: pointer;
}

.image-gallery-obj:hover {
    animation: zoomgal 2s;
}

@keyframes zoomgal {
    0% {
        -webkit-background-size: 100% 100%;
    }

    100% {
        -webkit-background-size: 110% 110%;
    }
}

.lds-dual-ring {
    /* change color here */
    color: #1c4c5b;
}

.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}

.lds-dual-ring {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 8px;
    border-radius: 50%;
    border: 3.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.custom-hotspot {
    height: 64px;
    width: 64px;
    background-image: url('/front-end-assets/img/walk.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.blinking {
    stroke: #0d4e51;
    stroke-width: 3;
    animation: hotspotcolor 2s infinite;
    -webkit-animation: hotspotcolor 2s infinite;
    cursor: pointer;
}

@keyframes hotspotcolor {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(0, 112, 119, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes hotspotcolor {
    0% {
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        fill: rgba(0, 112, 119, 0.8);
    }

    100% {
        fill: rgba(255, 255, 255, 0);
    }
}

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    /* background-color: #fff; */
    color: #000;
    text-align: center;
    /* max-width: 200px; */
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}

div.custom-tooltip:hover span {
    visibility: visible;
}

div.custom-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-color: transparent transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.america {
    background-color: white;
    width: 150px;
    border-radius: 3px;
    padding: 5px 10px;
}

.timeroute {
    font-size: 1em;
}

.distanceroute {
    font-size: 0.9em;
    color: #6c757d;
    font-weight: 500;
    margin-top: 2px;
}

.places_to_look {
    cursor: pointer;
    padding: 8px 12px;
    margin: 2px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    border: 1px solid transparent;
}

.places_to_look:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.places_to_look.active-place {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
    font-weight: 500;
}

.meanwhile {
    display: none;
}

.lugares-list-container {
    overflow-y: auto;
    height: 85vh;
}

.bg-blue {
    background-color: #176A9E;
}

.zoomist-container2 {
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    max-height: 100%;
}

.apto-viewer__image_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vh;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zoom-buttons {
    z-index: 7000;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20vh;
    margin-left: 1vw;
}

.zoom-btn {
    margin-bottom: 1vh;
}

.zoom-icons-inner {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.69);
    color: #64727C;
    cursor: pointer;
}

.zoom-icons-inner-disabled {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.69);
    color: #b0b2b3;
    cursor: pointer;
}

.video-trigger {
    cursor: pointer;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.video-trigger:hover {
    background-color: #e9ecef;
    transform: scale(1.02);
}

.video-trigger img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes mientras-loader-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ===== ESTILOS RESPONSIVE PARA LA BRÚJULA ===== */

.top-left-icons-container2 {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    width: auto;
    height: 40px;
}

.brujula {
    position: relative;
    width: 80px;
    height: 50px;
    transition: all 0.3s ease;
}

.img-brujula {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 901;
}

.img-brujula2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}


/* Responsive para tablets */

@media (max-width: 768px) {
    .top-left-icons-container {
        height: 35px;
    }

    .top-left-icons,
    .brujula {
        width: 35px;
        height: 35px;
    }

    .apto-viewer__image,
    .img2d {
        max-width: 100%;
        max-height: 100%;
    }

    .zoomist-container .apto-viewer__image,
    .zoomist-container .img2d {
        max-width: 100%;
        max-height: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
    }
}


/* Responsive para móviles */

@media (max-width: 576px) {
    .top-left-icons-container {
        height: 32px;
    }

    .top-left-icons,
    .brujula {
        width: 32px;
        height: 32px;
    }

    .apto-viewer__image,
    .img2d {
        max-width: 95%;
        max-height: 95%;
    }

    .zoomist-container .apto-viewer__image,
    .zoomist-container .img2d {
        max-width: 95%;
        max-height: 95%;
    }
}


/* Responsive para pantallas muy pequeñas */

@media (max-width: 375px) {
    .top-left-icons-container {
        height: 28px;
        margin: 0.5vw;
    }

    .top-left-icons,
    .brujula {
        width: 28px;
        height: 28px;
    }
}


/* Asegurar que la brújula no interfiera con otros elementos en móviles */

@media (max-width: 480px) {
    .top-left-icons-container {
        position: absolute;
    }
}


/* Animación suave para cambios de tamaño */

.brujula,
.img-brujula,
.img-brujula2 {
    transition: all 0.3s ease-in-out;
}


/* Estilos específicos para la brújula en el contenedor principal */

.top-left-icons .brujula {
    width: 3vw;
    height: 3vw;
    min-width: 40px;
    min-height: 40px;
    max-width: 80px;
    max-height: 80px;
}

.top-left-icons .img-brujula,
.top-left-icons .img-brujula2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.locations-flex-container {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.map-container {
    flex: 1 1 60%;
    min-width: 0;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-locations {
    flex: 0 0 400px;
    max-width: 400px;
    min-width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 2;
}

.locations-list-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    max-height: 100%;
}

.lugares-list-container {
    max-height: 70vh;
    overflow-y: auto;
    padding-bottom: 20px;
}

@media (max-width: 900px) {
    .locations-flex-container {
        flex-direction: column;
    }

    .map-container {
        height: 40vh;
        width: auto;
        min-height: 250px;
        max-height: 50vh;
        position: relative;
    }

    .box-locations {
        max-width: 100vw;
        min-width: 0;
        width: 100vw;
        height: 60vh;
        position: relative;
        box-shadow: none;
    }

    .lugares-list-container {
        max-height: 45vh;
    }

    #routes_directions .col-md-4 {
        flex: 1 1 0;
        max-width: none;
        padding: 0 2px;
    }

    #routes_directions {
        display: flex !important;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        gap: 0;
        margin-bottom: 10px;
    }

    #routes_directions>p {
        display: none;
    }

    #routes_directions .d-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.95em;
        padding: 0 2px;
    }

    #routes_directions .timeroute,
    #routes_directions .distanceroute {
        font-size: 0.95em;
        margin: 0;
        padding: 0;
        display: block;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .map-container {
        height: 35vh;
        min-height: 180px;
        width: auto;
    }

    .box-locations {
        height: 65vh;
    }

    .lugares-list-container {
        max-height: 40vh;
    }
}

/* Ocultar menu-right cuando el offcanvas (menú) está abierto */
body.offcanvas-open .menu-right {
    display: none !important;
}

/* Asegurar que el offcanvas quede por encima de cualquier UI nuestra */
.offcanvas.show {
    z-index: 1200 !important;
}

/* ===== MOBILE LAYOUT OVERRIDES (<=768px) - SINGLE COLUMN ===== */
@media (max-width: 768px) {

    .container,
    #container {
        width: 100vw !important;
        height: 100vh !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .rotator_container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 35vh !important;
        max-height: 35vh !important;
        overflow: hidden !important;
        background: transparent !important;
        z-index: 10 !important;
    }

    #bv0,
    .bvs,
    #tour_view,
    div[id^="ava"],
    div[id^="apto2d_"],
    div[id^="balcony_view_"],
    .product-viewer {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 35vh !important;
        max-height: 35vh !important;
        background: transparent !important;
    }

    .product-viewer__image,
    .apto-viewer__image,
    .img2d,
    .image2,
    .zoomist-wrapper,
    .zoomist-image,
    .zoomist-image img {
        width: 100% !important;
        height: 35vh !important;
        max-height: 35vh !important;
        /* object-fit: contain !important; */
        object-position: center !important;
    }

    /* Ajuste solicitado: margen superior menor para contenedor 2D en móvil */
    .apto2dcontains {
        margin-top: 5vh !important;
    }

    /* Hacer responsive y clicable el selector 2D en móvil */
    #2dTypeImgSelector_container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 5vh !important;
        margin-left: 12vw !important;
        z-index: 1100 !important;
        pointer-events: all !important;
    }
    #2dTypeImgSelector_container .top-left-icons-container {
        gap: 6px !important;
        align-items: center !important;
    }
    #2dTypeImgSelector_container .top-left-icons-2d {
        width: 32px !important;
        height: 32px !important;
        border-radius: 6px !important;
        background-color: rgba(255, 255, 255, 0.69) !important;
        color: #64727C !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .zoomist-slider {
        display: none !important;
    }

    .menu-right {
        position: fixed !important;
        top: 35vh !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        height: 56px !important;
        max-height: 56px !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        z-index: 1050 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-around !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .menu-right .row {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-around !important;
        margin: 0 !important;
        height: 100% !important;
    }

    .menu-right .col-md-12 {
        flex: 1 !important;
        max-width: none !important;
        padding: 0 4px !important;
        margin: 0 !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .icon-menu-right {
        max-width: 32px !important;
        height: auto !important;
    }

    .menu_apt-view-titles {
        font-size: 0.6em !important;
        line-height: 1 !important;
    }

    .box,
    #box {
        position: fixed !important;
        top: calc(35vh + 56px) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: calc(100vh - 35vh - 56px) !important;
        max-height: calc(100vh - 35vh - 56px) !important;
        overflow: hidden !important;
        z-index: 999 !important;
        display: block !important;
        background: #ffffff !important;
    }

    .filter-and-views {
        height: 100% !important;
        max-height: 100% !important;
        overflow-y: auto !important;
    }

    .zoom-buttons,
    #zoom-buttons {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 5vh !important;
        margin-left: 1vw !important;
        z-index: 1100 !important;
        flex-direction: column !important;
        gap: 6px !important;
        pointer-events: all !important;
        display: none !important;
        /* respeta .show de JS */
    }

    .zoom-buttons.show,
    #zoom-buttons.show {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .zoom-buttons .zoom-btn,
    #zoom-buttons .zoom-btn {
        width: 32px !important;
        height: 32px !important;
    }

    #tour_view .pnlm-render-container,
    #tour_view .pnlm-render-container canvas,
    #tour_view .pnlm-ui,
    #tour_view iframe,
    #tour_view canvas {
        width: 100% !important;
        height: 35vh !important;
        max-height: 35vh !important;
    }
}