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

        Componente Contact

    ***************************************************************/
    .contact__body iframe {
        width: calc(100% - 8rem);
    }
}

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

        Componente Detalles de Lote

    ***************************************************************/
    .lot-detail {
        padding: 4rem 5rem 6rem;
    }
    .lot-detail__headers {
        grid-gap: 1rem;
    }
    .lot-detail__headers span {
        font-size: 1.2rem;
        line-height: 2.8rem;
        height: 2.5rem;
    }
    .lot-detail__row {
        grid-gap: 1rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
    }
}

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

        Componente Navbar

    ***************************************************************/
    .navbar {
        padding: 2rem 4rem;
        height: 11rem;
    }
    .navbar__link.navbar__link--alternative {
        font-size: 1.6rem;
    }
    .navbar__logo {
        width: 11rem;
    }

    /***************************************************************

        Componente Menu

    ***************************************************************/
    .menu.menu--mobile {
        padding: 2rem 4rem;
    }
    .menu__list {
        grid-gap: 2rem;
    }
    .menu__item:nth-child(5) {
        margin-bottom: 4.2rem;
    }
    .menu__item:nth-child(6) {
        margin-bottom: 0.8rem;
    }
    .menu__item:nth-child(7) {
        margin-bottom: 4rem;
    }
    .menu__link {
        font-size: 1.8rem;
    }
    .menu__link.menu__link--highlight {
        font-size: 1.8rem;
        width: 32rem;
        height: 4rem;
        line-height: 2.1rem;
    }
    .menu__open {
        left: 4rem;
    }
    .menu__logo {
        width: 11rem;
    }
    .menu.menu.menu--mobile .footer__social {
        text-align: center;
    }
    .menu.menu.menu--mobile .footer__social-list {
        grid-gap: .8rem;
    }
    .menu.menu--mobile .footer__social-link {
        width: 4.2rem;
        height: 4.2rem;
    }
    .menu.menu--mobile .footer__social-icon {
        width: 2.3rem;
        height: 2.3rem;
    }
   

    /***************************************************************

        Componente Title

    ***************************************************************/
    .title {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .title::before {
        max-width: 30rem;
        margin: 0 auto 3.5rem;
    }
    .button {
        font-size: 2.1rem;
        width: 38rem;
        height: 4rem;
        line-height: 2.1;
    }


    /***************************************************************

        Componente Project Overview

    ***************************************************************/
    .project-overview {
        padding: 12rem 4rem 7rem;
        font-size: 1.8rem;
    }
    .project-overview__container {
        max-width: 768px;
        margin: 0 auto;
    }
    .project-overview .title {
        margin-bottom: 7.5rem;
    }
    .project-overview__text {
        line-height: 3rem;
        margin-bottom: 2.5rem;
    }

    /***************************************************************

        Componente Discover More

    ***************************************************************/
    .discover-more {
        padding: 12rem 4rem;
    }
    .discover-more .title {
        font-size: 2.4rem;
        margin-bottom: 7.5rem;
        line-height: 3.6rem;
    }
    .discover-more .title::before {
        width: 25rem;
        margin: 0 auto 3.5rem;
    }
    .discover-more__content {
        grid-gap: 3rem 0;
    }
    .discover-more__text {
        font-size: 2.4rem;
        line-height: 1rem;
    }
    .discover-more .button {
        width: 30rem;
        height: 4.5rem;
        letter-spacing: 0.2rem;
        font-size: 2em;
        line-height: 2.5;
    }

    /***************************************************************

        Componente Stats

    ***************************************************************/
    .stats {
        padding: 6.5rem 4rem;
    }
    .stats__container {
        max-width: 768px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(5, auto);
        grid-template-rows: auto;
        grid-gap: 4.5rem;
        place-content: center;
    }
    .stats__divider {
        display: block;
    }

    /***************************************************************

        Componente Stat

    ***************************************************************/
    .stat {
        letter-spacing: .4rem;
    }
    .stat__value {
        font-size: 3.6rem;
        margin-bottom: 1rem;
    }
    .stat__label {
        font-size: 1.6rem;
    }

    /***************************************************************

        Componente Experiences

    ***************************************************************/
    .experiences {
        padding: 8rem 0 5.5rem;
    }
    .experiences .title {
        margin-bottom: 7.5rem;
    }
    .experiences .swiper-pagination {
        margin-top: 4rem;
    }
    .experiences .swiper-pagination-bullet {
        padding: .7rem;
        width: 2rem;
        height: 2rem;
    }
    .experiences .swiper-pagination-bullet-active::before {
        width: 2rem;
        height: 2rem;   
    }

    /***************************************************************

        Componente Experience Card

    ***************************************************************/
    .experience-card__title {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .experience-card__animation {
        width: 14rem;
        height: 14rem;
    }
    .experience-card:hover .experience-card__title {
        bottom: calc(50% - 2rem - 10rem);
    }
    .experience-card:hover .experience-card__title--single {
        bottom: calc(50% - 9.5rem);
    }

    /***************************************************************

        Componente Experience Photographs

    ***************************************************************/
    .experience__photographs .swiper-wrapper {
        height: 380px;
    }
    .experience__photographs .swiper-slide {
        width: 50%;
    }
    .experience-photo {
        height: 320px;
    }
    .experience__photographs .swiper-slide-active .experience-photo {
        height: 380px;
    }

    /***************************************************************

        Componente Hero

    ***************************************************************/
    .hero {
        margin-top: 11rem;
    }
    .hero__content {
        max-width: 768px;
        padding: 3.5rem 6rem;
    }
    .hero__title {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }

    /***************************************************************

        Componente Contact

    ***************************************************************/
    .contact {
        padding: 5rem 0 0;
    }
    .contact__container {
        grid-gap: 8rem 0;
    }
    .contact__body iframe {
        max-width: calc(768px + 8rem);
        height: 1100px;
    }

    /***************************************************************

        Componente Footer

    ***************************************************************/
    .footer {
        padding: 12rem 4rem;
        font-size: 1.6rem;
    }
    .footer__container {
        max-width: 768px;
        grid-template-columns: 3fr auto auto auto;
        grid-template-rows: auto;
        grid-gap: 3rem;
    }
    .footer__section {
        place-content: center;
        text-align: left;
    }
    .footer__divider {
        display: block;
        border-right: 1px solid var(--color-white);
        height: 100%;
    }
    .footer__logo-link {
        display: inline-block;
    }
    .footer__logo {
        width: 16rem;
        margin: 0;
    }
    .footer__social, 
    .footer__terms,
    .footer__copyright {
        text-align: right;
    }
    .footer__social,
    .footer__terms {
        margin-bottom: 2.5rem;
    }
    .footer__terms-item,
    .footer__contact-item {
        margin-bottom: 1.4rem;
    }
    .footer__social-icon {
        width: 1.6rem;
        height: 1.6rem;
    }
    .footer__copyright {
        font-size: 1.4rem;
    }

    /***************************************************************

        Componente Navbar Tour

    ***************************************************************/
    .navbar-tour {
        height: 7rem;
        padding: 2rem 4rem;
    }
    .navbar-tour__link {
        font-size: 1.7rem;
        padding: 1rem 0 .7rem;
    }
    .navbar-tour__link img {
        margin-right: .4rem;
        height: 1.4rem;
        position: relative;
        top: .1rem;
    }

    /***************************************************************

        Componente Menu Tour

    ***************************************************************/
    .menu-tour__link {
        font-size: 1.8rem;
        padding: 1.2rem 1.2rem .7rem;
    }
    .menu-tour .submenu__link {
        font-size: 1.7rem;
    }


    /***************************************************************

        Componente Cover

    ***************************************************************/
    .cover__image {
        height: 80vh;
        min-height: 640px;
        max-height: 740px;
    }

    /***************************************************************

        Componente Gallery

    ***************************************************************/
    .gallery__image {
        height: 80vh;
        min-height: 640px;
        max-height: 740px;
    }
    .gallery .swiper-pagination {
        top: calc(100% - 5rem) !important;
    }
    .gallery .swiper-pagination-bullet {
        padding: .7rem;
        width: 2rem;
        height: 2rem;
    }
    .gallery .swiper-pagination-bullet-active::before {
        width: 2rem;
        height: 2rem;
    }

    /***************************************************************

        Componente Masterplan

    ***************************************************************/
    .masterplan {
        height: 80vh;
        min-height: 640px;
        max-height: 740px;
    }
    .masterplan__sketch {
        height: 100%;
        padding: 1.5rem 0;
    }
    .masterplan__sketch svg {
        transform: translateX(2rem) scale(1.05);
    }
    .masterplan__list {
        height: auto;
        position: absolute;
        right: 4rem;
        top: 10rem;
        padding: 0;
    }
    .masterplan__item {
        font-size: 1.4rem;
        gap: 1.2rem;
        margin-bottom: .8rem;
    }
    .masterplan__item::before {
        width: 2.5rem;
        height: 2.5rem;
    }

    /***************************************************************

        Componente Detalles de Lote

    ***************************************************************/
    .lot-detail {
        padding: 4rem 4rem 12rem;
    }
    .lot-detail__header {
        font-size: 2.3rem;
        line-height: 3.5rem;
        margin-bottom: 9.7rem;
    }
    .lot-detail__header::after {
        bottom: -3.7rem;
        left: 4rem;
        width: calc(100% - 8rem);
    }
    .lot-detail__headers {
        grid-gap: 1.5rem;
        margin-bottom: 2.5rem;
    }
    .lot-detail__headers span {
        font-size: 1.6rem;
        padding: 0 1rem;
        height: 3.5rem;
        line-height: 3.85rem;
    }
    .lot-detail__row {
        grid-gap: 1.5rem;
        margin-bottom: 3rem;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .lot-detail__media {
        margin: 6.3rem 0 7rem;
    }
    .lot-detail__button {
        width: 30rem;
        height: 4.5rem;
        letter-spacing: 0.2rem;
        font-size: 2em;
        line-height: 2.5;
    }

    /***************************************************************

        Componente Lightbox Video

    ***************************************************************/
    .f-caption {
        padding: 4rem 3rem !important;
    }
    .fancybox__title {
        font-size: 2rem;
    }
    .fancybox__description {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1024px) {
    body:has(.navbar-tour.open) {
        overflow: auto;
    }

    /***************************************************************

        Componente Menu

    ***************************************************************/
    .menu.menu--desktop {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        padding: 2rem 4rem;
        height: 12rem;
        background-color: var(--color-white);
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: unset;
    }
    .menu__container {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }
    .menu__list {
        grid-template-columns: 2fr repeat(6, auto);
        grid-template-rows: auto;
        grid-gap: 0 1rem;
    }
    .menu__item {
        text-align: left;
        place-content: center;
    }
    .menu__item:nth-child(1),
    .menu__item:nth-child(5),
    .menu__item:nth-child(6),
    .menu__item:nth-child(7) {
        margin-bottom: 0;
    }
    .menu__item:nth-child(8) {
        display: none;
    }
    .menu__link {
        font-family: 'Nexa Light';
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        color: var(--color-black);
        padding: .5rem 0rem 0rem .4rem;
        transition: color .3s ease, background-color .3s ease;
        margin: 0;
    }
    .menu__link:hover {
        color: var(--color-olive);
    }
    .menu__link.menu__link--highlight {
        font-size: 1.4rem;
        color: var(--color-white);
        letter-spacing: 0.1em;
        background-color: var(--color-olive);
        width: auto;
        max-width: 100%;
        padding: 1.1rem .5rem .5rem;
    }
    .menu__link.menu__link--highlight:hover {
        background-color: transparent;
        border-color: var(--color-olive);
        color: var(--color-olive);
    }
    .menu__logo {
        display: block;
        width: 12rem;
    }
    .menu__logo.menu__logo--mobile {
        display: none;
    }
    .menu__close {
        display: none;
    }

    /***************************************************************

        Componente Navbar

    ***************************************************************/
    .navbar {
        display: none;
    
    }
    .navbar__icon {
        width: 3rem;
    }
    .masterplan-active .navbar__icon {
        filter: invert();
    }


    /***************************************************************

        Componente Title

    ***************************************************************/
    .title {
        font-size: 2.7rem;
        letter-spacing: 0.31em;
    }
    .title::before {
        width: 30rem;
        max-width: unset;
        margin: 0 auto 4rem;
    }
    .title__break {
        display: inline;
    }



    .button {
        font-size: 2.2rem;
        height: 5rem;
        width: 45rem;
        letter-spacing: 0.31em;
        line-height: 5.5rem;
        padding-left: .8rem;
    }

    /***************************************************************

        Componente Project Overview

    ***************************************************************/
    .project-overview {
        padding: 13rem 6rem 7.5rem;
        font-size: 2rem;
    }
    .project-overview__container {
        max-width: 1024px;
    }
    .project-overview .title {
        margin-bottom: 8rem;
    }
    .project-overview__text {
        margin-bottom: 3rem;
        letter-spacing: 0.03em;
        line-height: 3.2rem;
    }

    /***************************************************************

        Componente Discover More

    ***************************************************************/
    .discover-more {
        padding: 14rem 6rem;
    }
    .discover-more .title {
        font-size: 3.2rem;
        letter-spacing: 0.1em;
        margin-bottom: 4.4rem;
    }
    .discover-more .title::before {
        width: 30rem;
        margin: 0 auto 6rem;
    }
    .discover-more__content {
        grid-template-rows: repeat(2, auto);
        grid-gap: 3rem;
        grid-template-areas:
        ". texto texto ."
        "boton1 boton1 boton2 boton2";
    }
    .discover-more__text {
        font-size: 3.2rem;
        margin-bottom: 6.5rem;
        letter-spacing: 0.1em;
        grid-area: texto;
    }
    .discover-more .button {
        width: 40rem;
        height: 5.5rem;
        letter-spacing: 0.31em;
        font-family: 'Nexa Regular';   
        font-size: 2.5rem;
    }
    .discover-more__content .button:first-of-type {
        grid-area: boton1;
    }
    .discover-more__content .button:last-of-type {
        grid-area: boton2;
    }

    /***************************************************************

        Componente Stats

    ***************************************************************/
    .stats {
        padding: 5.5rem 6rem 6rem;
    }
    .stats__container {
        max-width: 1024px;
        grid-gap: 5rem;
    }

    /***************************************************************

        Componente Stat

    ***************************************************************/
    .stat__value {
        font-size: 3.8rem;
        letter-spacing: 0.31em;
    }
    .stat__label {
        font-size: 2rem;
    }

    /***************************************************************

        Componente Experiences

    ***************************************************************/
    .experiences {
        padding: 7rem 0 6rem;
    }
    .experiences .title {
        margin-bottom: 8rem;
    }

    /***************************************************************

        Componente Experience Card

    ***************************************************************/
    .experience-card__image {
        height: 40vw;
    }
    .experience-card__title {
        font-size: 2.2rem;
        line-height: 3.2rem;
        bottom: 1.9rem;
    }
    .experience-card__animation {
        width: 15rem;
        height: 15rem;
    }
    .experience-card:hover .experience-card__title {
        bottom: calc(50% - 2rem - 12.5rem);
    }
    .experience-card:hover .experience-card__title--single {
        bottom: calc(50% - 11.3rem);
    }
    .experiences .swiper-pagination-bullet {
        padding: .9rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .experiences .swiper-pagination-bullet-active::before {
        width: 2.5rem;
        height: 2.5rem;
    }
    .experiences .swiper-pagination {
        margin-top: 4.5rem;
    }

    /***************************************************************

        Componente Experience Photographs

    ***************************************************************/
    .experience__photographs .swiper-slide {
        width: 35%;
    }

    /***************************************************************

        Componente Experience Picture

    ***************************************************************/
    .experience-image {
        max-height: 1180px;
    }

    /***************************************************************

        Componente Hero

    ***************************************************************/
    .hero {
        margin-top: 0;
    }
    .hero::before {
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.55) 100%);
    }
    .hero__video {
        height: 100vh;
        object-fit: cover;
        min-height: 720px;
        max-height: 1024px;
    }
    .hero__content {
        max-width: 100rem;
        padding: 7rem;
    }
    .hero__title {
        font-size: 2.5rem;
        letter-spacing: 0.35em;
        line-height: 4rem;
    }


    /***************************************************************

        Componente Contact

    ***************************************************************/
    .contact {
        padding: 7rem 4rem 13rem 0;
    }
    .contact__container {
        max-width: unset;
        margin: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 5rem;
        grid-template-areas:
            "picture body";
    }
    .contact__body iframe {
        max-width: 100%;
        width: 100%;
        height: 1070px;
        max-width: 768px;
    }
    .contact__image {
        height: 100%;
        max-height: unset;
    }

    /***************************************************************

        Componente Footer

    ***************************************************************/
    .footer {
        padding: 12rem 6rem;
        font-size: 1.7rem;
    }
    .footer__container {
        max-width: 1024px;
        grid-gap: 7rem;
    }
    .footer__logo {
        width: 18rem;
    }
    .footer__copyright {
        font-size: 1.7rem;
    }

    /***************************************************************

        Componente Navbar Tour

    ***************************************************************/
    .navbar-tour {
        position: absolute;
        left: 0;
        top: 0;
        right: unset;
        width: 8rem;
        padding: 2rem;
        height: 100vh;
        min-height: 720px;
        max-height: 1024px;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(30px) brightness(0.8);
         -webkit-backdrop-filter: blur(30px) brightness(0.8);
    }
    .masterplan-active .navbar-tour {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(30px) brightness(0.89);
        -webkit-backdrop-filter: blur(30px) brightness(0.89);
    }
    .amenities-active .navbar-tour {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(30px) brightness(0.80);
        -webkit-backdrop-filter: blur(30px) brightness(0.80);
    }
    .navbar-tour.open  {
        width: 37rem;
        backdrop-filter: blur(30px) brightness(0.8);
        -webkit-backdrop-filter: blur(30px) brightness(0.8);
    }
    .masterplan-active .navbar-tour.open {
        backdrop-filter: blur(30px) brightness(0.89);
        -webkit-backdrop-filter: blur(30px) brightness(0.89);
    }
    .amenities-active .navbar-tour.open {
        backdrop-filter: blur(30px) brightness(0.80);
        -webkit-backdrop-filter: blur(30px) brightness(0.80);
    }
    .navbar-tour__container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 34rem;
    }
    .navbar-tour__body {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: calc(100% - 11rem);
        gap: 4rem;
        min-height: unset;
    }
    .navbar-tour__controls {
        display: block;
        text-align: center;
        width: 4rem;
        height: auto;
    }
    .navbar-tour__link {
        display: none;
    }
    .navbar-tour .navbar__icon {
        width: 4rem;
    }
    .navbar-tour .menu__open-button {
        padding: 1rem 0;
    }
    .navbar-tour__link.navbar-tour__link--desktop {
        display: block;
        position: absolute;
        top: 7rem;
        left: 10rem;
        color: var(--color-black);
        font-size: 1.8rem;
        letter-spacing: 0.3rem;
        padding: 0;
        z-index: 1;
    }
    .amenities-active .navbar-tour__link.navbar-tour__link--desktop,
    .tour-active .navbar-tour__link.navbar-tour__link--desktop {
        color: var(--color-white);
        right: 10rem;
        left: unset;
    }
    .navbar-tour__link.navbar-tour__link--desktop img {
        filter: invert(1);
        width: 1rem;
        margin-right: .8rem;
        position: relative;
        top: .1rem;
    }
    .amenities-active .navbar-tour__link.navbar-tour__link--desktop img,
    .tour-active .navbar-tour__link.navbar-tour__link--desktop img  {
        filter: unset;
    }
    .navbar-tour__logo {
        display: block;
        width: auto;
        height: 9rem;
        align-self: center;
        position: relative;
        left: -1.5rem;
    }
    .masterplan-active .navbar-tour__logo {
        filter: invert();
    }



    /***************************************************************

        Componente Menu Tour

    ***************************************************************/
    .menu-tour {
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .menu-tour__list {
        grid-gap: 4rem;
        margin: auto 0;
        display: grid;
        place-content: unset;
    }
    .menu-tour__link {
        font-size: 2rem;
        letter-spacing: 0.25em;
        padding: 1.2rem 0 .7rem;
    }
    .masterplan-active .menu-tour__link {
        color: var(--color-black);
    }
    .menu-tour__item:nth-child(2) .menu-tour__link::after {
        display: none;
    }


    /***************************************************************

        Componente Submenú

    ***************************************************************/
    .submenu {
        margin-top: 0;
        grid-gap: 0rem;
        opacity: 0;
    }
    .submenu.open {
        opacity: 0;
        max-height: 0 !important; 
    }
    .submenu__link {
        font-size: 1.5rem;
        letter-spacing: .3rem;
        padding: 1.2rem 1.2rem .7rem;
    }


    /***************************************************************

        Componente Submenú Amenities Desktop

    ***************************************************************/
    .submenu-amenities {
        grid-gap: 1.4rem;
        margin: auto;
        grid-template-rows: auto;
        width: 100%;
    }
    .submenu-amenities__link {
        font-family: 'Nexa Regular';
        font-size: 1.6rem;
        letter-spacing: 0.15em;
        padding-top: 1rem;
        text-transform: uppercase;
        color: var(--color-white);
        display: inline-block;  
        transition: color .3s ease;
        position: relative;
        height: 5rem;
        display: flex;
        align-items: center;
        padding-left: 6rem;
    }
    .submenu-amenities__link.active {
        font-family: 'Nexa Bold';
    }
    .submenu-amenities__link::before {
        content: '';
        position: absolute;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        left: 0;
        top: 0;
        background-color: var(--color-olive);
        transition: filter .3s ease;
        box-sizing: border-box;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        filter: brightness(0.18);
    }
    .submenu-amenities__link:hover::before {
        filter: brightness(1);
    }
    .submenu-amenities__link.active::before  {
        filter: brightness(1);
    }
    .submenu-amenities__link::after {
        content: '';
        position: absolute;
        width: 5rem;
        height: 5rem;
        border: 1px solid var(--color-white);
        border-radius: 50%;
        left: 0;
        top: 0;
        box-sizing: border-box;
    }
    .submenu-amenities__icon {
        z-index: 1;
        width: 2.4rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1.3rem;
    }
    .submenu-amenities__icon[src$="icon_arrival.svg"] {
        width: 1.6rem;
        left: 1.7rem;
    }


    /***************************************************************

        Componente Cover

    ***************************************************************/
    .cover {
        display: none;
    }

    /***************************************************************

        Componente Amenities

    ***************************************************************/
    .amenities {
        display: block;
        height: 100vh;
        min-height: 720px;
        max-height: 1024px;
    }
    .amenities.close {
        display: none;
    }
    .amenities svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    .amenities .glass-container {
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s linear;
    }
    .amenities .glass-container.is-visible {
        opacity: 1;
        pointer-events: auto;
    }
    .amenities .glass-container *:not(.glass-circle) {
        pointer-events: none;
    }
    .amenities .glass-label {
        opacity: 0;
        transition: opacity 0.3s linear;
        pointer-events: none;
    }
    .amenities .glass-icon {
        opacity: 1;
        transition: opacity 0.3s linear;
        pointer-events: none;
    }
    .amenities .glass-container:hover .glass-label {
        opacity: 1;
    }
    .amenities .glass-container:hover .glass-icon {
        opacity: 0;
    }
    

    /***************************************************************

        Componente Gallery

    ***************************************************************/
    .gallery__image {
        height: 100vh;
        min-height: 720px;
        max-height: 1024px;
    }
    .gallery .swiper-pagination {
        top: calc(100% - 7rem) !important;
    }
    .gallery .swiper-pagination-bullet {
        padding: .9rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .gallery .swiper-pagination-bullet-active::before {
        width: 2.5rem;
        height: 2.5rem;
    }

    /***************************************************************

        Componente Masterplan

    ***************************************************************/
    .masterplan {
        height: 100vh;
        min-height: 720px;
        max-height: 1024px;
    }
    .masterplan__sketch {
        padding: 1rem 0;
    }
    .masterplan__sketch svg {
        transform: translateX(0rem) translateY(-2rem) scale(1.05);
    }
    .masterplan__list {
        right: 26rem;
        top: 7rem;
    }
    .masterplan__item {
        font-size: 1.6rem;
        gap: 1.3rem;
        margin-bottom: 1rem;
    }
    .masterplan__item::before {
        width: 2.8rem;
        height: 2.8rem;
        top: -.4rem;
    }

    /***************************************************************

        Componente Detalles de Lote

    ***************************************************************/
    .lot-detail {
        padding: 13.5rem 6rem 14rem;
        background-color: var(--color-black);
        color: var(--color-white);
    }
    .lot-detail__header {
        font-size: 3.2rem;
        line-height: 4.5rem;
        margin-bottom: 10.5rem;
    }
    .lot-detail__header::after {
        background-color: var(--color-white);
        bottom: -3.5rem;
        left: 5rem;
        width: calc(100% - 10rem);
    }
    .lot-detail__headers {
        grid-gap: 2rem;
        margin-bottom: 3rem;
    }
    .lot-detail__headers span {
        font-size: 2rem;
        border: 1px solid var(--color-white);
        height: 3.8rem;
        line-height: 4.3rem;
    }
    .lot-detail__row {
        grid-gap: 2rem;
        margin-bottom: 3.5rem;
        letter-spacing: 0.015em;
        font-size: 2rem;
    }
    .lot-detail__media {
        margin: 7rem 0;
    }
    .lot-detail__button {
        width: 30rem;
        height: 5.5rem;
        font-size: 2.5rem;
        background-color: var(--color-white);
        border-color: var(--color-white);
        color: var(--color-black);
    }
    .lot-detail__button:hover {
        background-color: transparent;
        color: var(--color-white);
        border-color: var(--color-white);
    }


    /***************************************************************

        Componente Lotes

    ***************************************************************/
    .lots {
        display: block;
        position: absolute;  
        font-family: 'Nexa Regular';
        text-transform: uppercase;
        right: 6rem;
        top: 7rem;
        z-index: 1;
    }
    .lots__header {
        font-size: 1.6rem;
        letter-spacing: 0.3rem;
        margin-bottom: 1.6rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        text-align: center;
        color: var(--color-olive);
    }
    .lots__row {
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        margin-bottom: 0.6rem;
    }
    .lots__row.active span:first-child {
        background-color: var(--color-olive);
        color: var(--color-white);
    }
    .lots__row.active span:last-child {
       font-family: 'Nexa Bold';
    }
    .lots__row span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: .3rem;
        transition: all .3s ease;
    }
    .lots__row span:first-child {
        width: 6.2rem;
        height: 2.2rem;
        border: 1px solid var(--color-olive);
    }
    .lots__row:hover span {
        cursor: pointer;
    }
    .lots__row:hover span:first-child {
        background-color: var(--color-olive);
        color: var(--color-white);
    }
    .lots__row:hover span:last-child {
        font-family: 'Nexa Bold';
    }

    /***************************************************************

        Componente Lightbox Video

    ***************************************************************/
    .f-caption {
        padding: 3rem !important;
        max-width: 640px !important;
    }
    .fancybox__title {
        font-size: 1.8rem;
    }

}

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

        Componente Menu

    ***************************************************************/
    .menu.menu--desktop {
        padding: 2.5rem 8rem;
        height: 14rem;
    }
    .menu__container {
        max-width: 1536px;
    }
    .menu__list {
        grid-gap: 0 1.2rem;
    }
    .menu__link {
        font-size: 1.6rem;
        letter-spacing: 0.12em;
    }
    .menu__link.menu__link--highlight {
        font-size: 1.6rem;
        padding: 1.1rem .8rem .5rem;
        letter-spacing: 0.12em;
    }
    .menu__logo {
        width: 13rem;
    }


    /***************************************************************

        Componente Menu Tour

    ***************************************************************/
    .menu-tour__list {
        grid-gap: 5rem;
    }
    .menu-tour__link {
        font-size: 2.3rem;
    }



     /***************************************************************

        Componente Navbar Tour

    ***************************************************************/
    .navbar-tour {
        width: 10rem;
        padding: 3rem;
        height: 100vh;
    }
    .navbar-tour.open  {
        width: 42rem;
    }
    .navbar-tour__container {
        gap: 3rem;
        width: 38rem;
    }
    .navbar-tour__body {
        height: calc(100% - 13rem);
        gap: 6rem;
        min-height: unset;
    }
    .navbar-tour__logo {
        height: 10rem;
        left: -0.5rem;
    }

    /***************************************************************

        Componente Submenú Amenities Desktop

    ***************************************************************/
    .submenu-amenities {
        grid-gap: 1.6rem;
    }
    .submenu-amenities__link {
        font-size: 1.8rem;
        height: 5.3rem;
        padding-left: 6.5rem;
    }
    .submenu-amenities__link::before,
    .submenu-amenities__link::after {
        width: 5.3rem;
        height: 5.3rem;
    }
    .submenu-amenities__icon {
        width: 2.5rem;
        left: 1.4rem;
    }
    .submenu-amenities__icon[src$="icon_arrival.svg"] {
        width: 1.7rem;
        left: 1.8rem;
    }
    
    /***************************************************************

        Componente Title

    ***************************************************************/
    .title {
        font-size: 3rem;
    }
    .title::before {
        width: 35rem;
        margin: 0 auto 5rem;
    }



    .button {
        font-size: 2.5rem;
        height: 5.5rem;
        width: 48rem;
        line-height: 6.1rem;
    }

    /***************************************************************

        Componente Project Overview

    ***************************************************************/
    .project-overview {
        padding: 14rem 17rem 8rem;
        font-size: 2.2rem;
    }
    .project-overview__container {
        max-width: 1536px;
    }
    .project-overview .title {
        margin-bottom: 9rem;
    }
    .project-overview__text {
        margin-bottom: 3.5rem;
        line-height: 3.5rem;
    }

    /***************************************************************

        Componente Discover More

    ***************************************************************/
    .discover-more {
        padding: 16rem 17rem;
    }

    /***************************************************************

        Componente Stats

    ***************************************************************/
    .stats {
        padding: 9rem 17rem;
    }
    .stats__container {
        max-width: 1536px;
    }

    /***************************************************************

        Componente Stat

    ***************************************************************/
    .stat__value {
        font-size: 4.2rem;
        margin-bottom: 1.5rem;
    }
    .stat__label {
        font-size: 2.2rem;
    }

    /***************************************************************

        Componente Experiences

    ***************************************************************/
    .experiences {
        padding: 8rem 0 9rem;
    }
    .experiences .title {
        margin-bottom: 9.5rem;
    }

    /***************************************************************

        Componente Experience Card

    ***************************************************************/
    .experience-card__title {
        font-size: 3rem;
        line-height: 3.8rem;
        bottom: 2.3rem;
    }
    .experience-card__animation {
        width: 15.5rem;
        height: 15.5rem;
    }
    .experience-card:hover .experience-card__title {
        bottom: calc(50% - 3rem - 13.5rem);
    }
    .experience-card:hover .experience-card__title--single {
        bottom: calc(50% - 12.8rem);
    }

    /***************************************************************

        Componente Experience Photographs

    ***************************************************************/
    .experience__photographs .swiper-wrapper {
        height: 440px;
    }
    .experience__photographs .swiper-slide {
        width: 30%;
    }
    .experience-photo {
        height: 380px;
        transform: scale(.95);
    }
    .experience__photographs .swiper-slide-active .experience-photo {
        height: 440px;
    }


      /***************************************************************

        Componente Hero

    ***************************************************************/
    .hero__title {
        font-size: 2.8rem;
        line-height: 4.3rem;
    }


    /***************************************************************

        Componente Contact

    ***************************************************************/
    .contact {
        padding: 8rem 8rem 17rem 0;
    }
    .contact__container {
        grid-gap: 9rem;
    }

    /***************************************************************

        Componente Footer

    ***************************************************************/
    .footer {
        padding: 12rem 17rem;
    }
    .footer__container {
        max-width: 1536px;
        grid-gap: 9rem;
    }
    .footer__logo {
        width: 20rem;
    }


    /***************************************************************

        Componente Masterplan

    ***************************************************************/
    .masterplan__list {
        right: 42rem;
    }
    .masterplan__sketch {
        padding: 0;
    }


    /***************************************************************

        Componente Detalles de Lote

    ***************************************************************/
    .lot-detail {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        height: 100vh;
        min-height: 720px;
        max-height: 1024px;
        width: 40rem;
        padding: 4rem 3rem 5rem; 
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;       
        -ms-overflow-style: none;  
    }
    .lot-detail::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none; 
    }
    .lot-detail__close {
        display: block;
        position: absolute;
        right: 2rem;
        top: 2rem;
    }
    .lot-detail__close-button {
        font-family: 'Nexa Regular';
        font-size: 2.5rem;
        text-transform: uppercase;
        cursor: pointer;
        background: transparent;
        color: var(--color-white);
        line-height: 1;
    }
    .lot-detail__header {
        font-size: 1.7rem;
        letter-spacing: 0.31em;
        line-height: 4rem;
        margin-bottom: 7.3rem;
    }
     .lot-detail__header::after {
        background-color: var(--color-white);
        bottom: -2.8rem;
        left: 0;
        width: 100%;
    }
    .lot-detail__headers {
        grid-gap: .5rem;
        margin-bottom: 1.6rem;
    }
    .lot-detail__headers span {
        font-size: 1.2rem;
        line-height: 2.6rem;
        height: 2.3rem;
        padding: 0 .5rem;
    }
    .lot-detail__row {
        grid-gap: .5rem;
        margin-bottom: 1.8rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
    }
    .lot-detail__media {
        margin: 5rem 0 7rem;
    }
    .lot-detail__button {
        width: 19rem;
        font-size: 1.5rem;
        height: 3.8rem;
        line-height: 4.1rem;
    }


    /***************************************************************

        Componente Lotes

    ***************************************************************/
    .lots {
        right: 15rem;
    }


    .navbar-tour__link.navbar-tour__link--desktop {
        left: unset;
        right: 3rem;
    }
    .amenities-active .navbar-tour__link.navbar-tour__link--desktop,
    .tour-active .navbar-tour__link.navbar-tour__link--desktop {
        right: 3rem;
    }

}

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

        Componente Menu

    ***************************************************************/
    .menu.menu--desktop {
        height: 16rem;
    }
    .menu__list {
        grid-gap: 0 1.5rem;
    }
    .menu__link {
        font-size: 1.8rem;
        padding: 1.2rem .1rem .7rem .4rem;
        letter-spacing: 0.13em;
    }
    .menu__link.menu__link--highlight {
        font-size: 1.8rem;
        padding: 1.2rem .8rem .7rem;
        letter-spacing: 0.13em;
    }
    .menu__logo {
        width: 16rem;
    }

    /***************************************************************

        Componente Stats

    ***************************************************************/
    .stats {
        padding: 12.5rem 17rem;
    }
    .stats__container {
        grid-gap: 6rem;
    }

    /***************************************************************

        Componente Stat

    ***************************************************************/
    .stat__value {
        font-size: 4.6rem;
    }
    .stat__label {
        font-size: 2.3rem;
    }

    /***************************************************************

        Componente Title

    ***************************************************************/
    .title {
        font-size: 3.3rem;
    }
    .title::before {
        margin: 0 auto 6rem;
    }

    .button {
        font-size: 2.8rem;
        height: 6rem;
        width: 51rem;
        line-height: 6.6rem;
        padding-left: 1rem;
    }

    /***************************************************************

        Componente Project Overview

    ***************************************************************/
    .project-overview {
        padding: 15rem 17rem 8.5rem;
        font-size: 2.3rem;
    }
    .project-overview .title {
        margin-bottom: 10rem;
    }
    .project-overview__text {
        margin-bottom: 3.7rem;
        line-height: 3.7rem;
    }

    /***************************************************************

        Componente Discover More

    ***************************************************************/
    .discover-more {
        padding: 17rem;
    }
    .discover-more .title {
        font-size: 4rem;
        margin-bottom: 4.4rem;
        line-height: 7rem;
    }
    .discover-more .title::before {
        width: 35rem;
        margin: 0 auto 5.5rem;
    }
    .discover-more__content {
        grid-gap: 5.5rem;
    }
    .discover-more__text {
        font-size: 4rem;
        margin-bottom: 5.5rem;
        line-height: 1.5rem;
    }
    .discover-more .button {
        width: 50rem;
        height: 6.5rem;
        font-size: 3rem;
    }
  

    /***************************************************************

        Componente Experiences

    ***************************************************************/
    .experiences {
        padding: 8.5rem 0 12.5rem;
    }
    .experiences .title {
        margin-bottom: 10.5rem;
    }

    /***************************************************************

        Componente Experience Card

    ***************************************************************/
    .experience-card__title {
        font-size: 3.3rem;
        line-height: 4.4rem;
        bottom: 2.5rem;
    }
    .experience-card__animation {
        width: 16rem;
        height: 16rem;
    }
    .experience-card:hover .experience-card__title {
        bottom: calc(50% - 4rem - 14.3rem);
    }
    .experience-card:hover .experience-card__title--single {
        bottom: calc(50% - 13.9rem);
    }
    .experiences .swiper-pagination-bullet {
        padding: 1.1rem;
        width: 3rem;
        height: 3rem;
    }
    .experiences .swiper-pagination-bullet-active::before {
        width: 3rem;
        height: 3rem;
    }
    .experiences .swiper-pagination {
        margin-top: 5rem;
    }

    /***************************************************************

        Componente Experience Photographs

    ***************************************************************/
    .experience__photographs .swiper-wrapper {
        height: 460px;
    }
    .experience__photographs .swiper-slide {
        width: 31%;
    }
    .experience-photo {
        height: 400px;
    }
    .experience__photographs .swiper-slide-active .experience-photo {
        height: 460px;
    }


    /***************************************************************

        Componente Hero

    ***************************************************************/
    .hero__content {
        max-width: 130rem;
        padding: 8.3rem;
    }
    .hero__title {
        font-size: 3.2rem;
        line-height: 4.7rem;
    }


    /***************************************************************

        Componente Contact

    ***************************************************************/
    .contact {
        padding: 8.5rem 8rem 21rem 0;
    }
    .contact__container {
        grid-gap: 0 10rem;
    }
    .contact__body iframe {
        height: 1080px;
    }

    /***************************************************************

        Componente Lotes

    ***************************************************************/
    .lots {
        right: 18rem;
    }


    /***************************************************************

        Componente Lightbox Video

    ***************************************************************/
    .f-caption {
        max-width: 960px !important;
    }
    .has-html5video .f-html {
        max-width: 1280px !important;
        max-height: 720px !important;
    }
    .fancybox__title {
        font-size: 2rem;
    }
    .fancybox__description {
        font-size: 2rem;
    }
}

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

        Componente Hero

    ***************************************************************/
    .hero__video {
        min-height: 820px;
        max-height: 1180px;
    }
    .hero__title {
        font-size: 3.5rem;
        line-height: 5rem;
    }
    

    /***************************************************************

        Componente Menu

    ***************************************************************/
    .menu.menu--desktop {
        padding: 2.5rem 4rem;
    }
    .menu__list {
        grid-gap: 0 1.8rem;
    }
    .menu__link {
        font-size: 2rem;
        padding: 1.4rem 1.1rem .9rem 1.4rem;
        letter-spacing: 0.15em;
    }
    .menu__link.menu__link--highlight {
        font-size: 2rem;
        padding: 1.4rem;
        height: 4.5rem;
        letter-spacing: 0.15em;
    }
    .menu__logo {
        width: 17rem;
    }


    /***************************************************************

        Componente Navbar

    ***************************************************************/
    .navbar__icon {
        width: 4rem;
    }

    /***************************************************************

        Componente Title

    ***************************************************************/
    .title {
        font-size: 3.5rem;
    }
    .title::before {
        margin: 0 auto 7rem;
    }

    /***************************************************************

        Componente Stats

    ***************************************************************/
    .stats {
        padding: 16rem 17rem;
    }
    .stats__container {
        grid-gap: 8.5rem;
    }

    /***************************************************************

        Componente Stat

    ***************************************************************/
    .stat__value {
        font-size: 5rem;
    }
    .stat__label {
        font-size: 2.5rem;
    }

    .button {
        font-size: 3rem;
        height: 6.5rem;
        width: 54rem;
        line-height: 7.2rem;
    }

    /***************************************************************

        Componente Project Overview

    ***************************************************************/
    .project-overview {
        padding: 16rem 17rem 9rem;
        font-size: 2.5rem;
    }
    .project-overview .title {
        margin-bottom: 11.5rem;
    }
    .project-overview__text {
        margin-bottom: 4rem;
        line-height: 4rem;
    }

    /***************************************************************

        Componente Experiences

    ***************************************************************/
    .experiences {
        padding: 9rem 0 16rem;
    }
    .experiences .title {
        margin-bottom: 12rem;
    }

    /***************************************************************

        Componente Experience Card

    ***************************************************************/
    .experience-card__title {
        font-size: 3.5rem;
        line-height: 5rem;
        bottom: 2.8rem;
    }
    .experience-card__animation {
        width: 17rem;
        height: 17rem;
    }
    .experience-card:hover .experience-card__title {
        bottom: calc(50% - 4rem - 15.5rem);
    }
    .experience-card:hover .experience-card__title--single {
        bottom: calc(50% - 14.5rem);
    }


       /***************************************************************

        Componente Contact

    ***************************************************************/
    .contact {
        padding: 9rem 0 25rem 0;
    }
    .contact__container {
        grid-gap: 0;
       
    }
    .contact__body iframe {
        height: 1100px;
        max-width: 670px;
    }


    /***************************************************************

        Componente Navbar Tour

    ***************************************************************/
    .navbar-tour {
        width: 14rem;
        padding: 3rem 5rem;
        min-height: 820px;
        max-height: 1180px;
    }
    .navbar-tour.open  {
        width: 47rem;
    }
    .navbar-tour__container {
        gap: 4rem;
        width: 41rem;
    }
    .navbar-tour__body {
        height: calc(100% - 14rem);
        gap: 6rem;
        min-height: unset;
    }
    .navbar-tour__link.navbar-tour__link--desktop {
        right: 9rem;
        font-size: 2rem;
    }
    .amenities-active .navbar-tour__link.navbar-tour__link--desktop,
    .tour-active .navbar-tour__link.navbar-tour__link--desktop {
        right: 9rem;
    }
    .navbar-tour__link.navbar-tour__link--desktop img {
        width: 1.2rem;
        top: 0.03rem;
    } 
    .navbar-tour__logo {
        height: 10rem;
        left: -2.2rem;
    }


    /***************************************************************

        Componente Menu Tour

    ***************************************************************/
    .menu-tour__list {
        grid-gap: 5.5rem;
    }
    .menu-tour__link {
        font-size: 2.5rem;
    }


    /***************************************************************

        Componente Submenú

    ***************************************************************/
    .submenu {
        margin-top: 0;
       
        grid-gap: 0rem;
        /* max-height: 0;
        overflow: hidden; */
        opacity: 0;
        /* transition: max-height 0.4s ease, opacity 0.3s ease; */
    }
    .submenu__link {
        font-size: 1.5rem;
        letter-spacing: .3rem;
        padding: 1.2rem 1.2rem .7rem;
    }


    /***************************************************************

        Componente Submenú Amenities Desktop

    ***************************************************************/
    .submenu-amenities {
        grid-gap: 1.8rem;
    }
    .submenu-amenities__link {
        font-size: 2rem;
        padding-top: 1rem;
        height: 5.6rem;
        padding-left: 7.2rem;
    }
    .submenu-amenities__link::before,
    .submenu-amenities__link::after {
        width: 5.6rem;
        height: 5.6rem;
    }
    .submenu-amenities__icon {
        width: 2.8rem;
        left: 1.4rem;
    }
    .submenu-amenities__icon[src$="icon_arrival.svg"] {
        width: 1.8rem;
        left: 1.9rem;
    }
    

    /***************************************************************

        Componente Amenities

    ***************************************************************/
    .amenities {
        min-height: 820px;
        max-height: 1180px;
    }

    /***************************************************************

        Componente Gallery

    ***************************************************************/
    .gallery__image {
        min-height: 820px;
        max-height: 1180px;
    }
    .gallery .swiper-pagination {
        top: calc(100% - 9rem) !important;
    }
    .gallery .swiper-pagination-bullet {
        padding: 1.1rem;
        width: 3rem;
        height: 3rem;
    }
    .gallery .swiper-pagination-bullet-active::before {
        width: 3rem;
        height: 3rem;
    }


     /***************************************************************

        Componente Masterplan

    ***************************************************************/
    .masterplan {
        min-height: 820px;
        max-height: 1180px;
    }
    .masterplan__list {
        right: 50rem;
    }
    .masterplan__item {
        font-size: 1.8rem;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    .masterplan__item::before {
        width: 3.7rem;
        height: 3.7rem;
        top: -.3rem;
    }


    /***************************************************************

        Componente Detalles de Lote

    ***************************************************************/
    .lot-detail {
        width: 47rem;
        padding: 4rem 4.5rem 5rem;
        min-height: 820px;
        max-height: 1180px;
    }
    .lot-detail__close {
        right: 2.5rem;
    }
    .lot-detail__headers {
        grid-gap: 2rem;
    }
    .lot-detail__row {
        grid-gap: 2rem;
    }


    /***************************************************************

        Componente Lotes

    ***************************************************************/
    .lots {
        right: 26rem;
    }


    
   

}