@font-face {
  font-family: "Neue200";
  src: url("../fonts/HelveticaNeue-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Neue700";
  src: url("../fonts/HelveticaNeue-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Neue300";
  src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
}

@font-face {
  font-family: "Neue400";
  src: url("../fonts/HelveticaNeue-Roman.otf") format("opentype");
}
@font-face {
  font-family: "Neue500";
  src: url("../fonts/HelveticaNeue-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Cadiz";
  src: url("../fonts/Cadiz-Bold.ttf");
}

*, *::before, *::after {
  box-sizing: border-box;
}
body{
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.desktop
{
    display: none;
}
.mobile
{
    display: block;
}
.hero {
  width: 100%;
  position: relative;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-img-desk{
  display: none;
}

.hero-content {
  position: absolute;
  bottom: 35px;
  left: 20px;
  width: 90%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
}

.hero-logo{
    position: absolute;
    width: 193px;
    left: 25px;
    top: 35px;
}

.hero-title{
  font-size: 42px;
  line-height: 98%;
  width: 80%;
  font-family: "Neue400"

}

.hero-text{
    font-size: 18px;
    line-height: 140%;
    font-family: "Neue500";
    width: 80%;

}
a{
    text-decoration: none;
}
.hero-button
{
    background-color: #BAC7D4;
    width: 192px;
    border-radius: 1000px;
    color: #000000;
    padding: 12px;
    font-size: 22px;
    line-height: 140%;
    font-family: 'Neue400';
    text-align: center;
    margin-top: 32px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-button:hover{
    background-color: #d8e7f5;
}
.new{
  background-color: #F8F5F4;
  padding: 64px 20px;
}
.title-container{
    display: flex;
    flex-direction: column;
}
.new .title{
  font-family: "Raleway";
  font-size: 36px;
  line-height: 120%;
  width: 100%;
}
.new .subtitle{
  font-family: "Neue300";
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  width: 100%;
}

.atributes-mb-container
{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.atributes-slider{
  display: flex; 
  width: 8000px;
  transition: transform 0.8s ease-in-out, filter 0.4s ease-out;
}

.atribute-mb
{
  width: 390px;
  position: relative;
  height: 190px;
}

.atribute-holder{
  position: absolute;
  bottom: 0px;
}

.atribute-title{
  font-family: 'Neue400';
  font-size: 32px;
  line-height: 140%;
}

.atribute-subtitle{
  font-family: 'Neue300';
  font-size: 16px;
  line-height: 150%;
  margin-top: 15px;
}

.horizontal-line {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  width:1250px;
  height: 2px;
  background-color: #BAC2C5;
  padding: 0px 20px;
  transition: transform 0.8s ease-in-out;
}

.horizontal-line::before {
  content: "";
  position: absolute;
  height: 100%;
  width: var(--before-width, 0%);
  top: 0;
  background-color: #26465F; 
  transition: width 1s ease-in-out;
}

.circle {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #0B1926;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.circle:nth-child(1) { left: 0%; }
.circle:nth-child(2) { left: 31.15%; }
.circle:nth-child(3) { left: 56%; }
.circle:nth-child(4) { left: 80.8%; }
.circle:nth-child(5) { left: 80.8%; }
.circle:nth-child(6) { left: 80.8%; }

.buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-top: 30px;
}

.nav-button {
    width: 56px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.mydisable{
  filter: brightness(0.4);
}
.pagination-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BAC7D4;
}

.dot.active {
  background-color: #0B1926;
}

.galeria{
  padding: 64px 20px;
}
.galeria-title{
  font-family: 'Neue400';
  font-size: 36px;
  line-height: 120%;
}

.galeria-subtitle{
  font-family: 'Neue300';
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 48px;
}

.static-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none !important;
}


.image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  margin: auto;
  position: relative;
  touch-action: none; 
  background-color: #000;
  position: relative;
}

.zoom-img {
  transform-origin: 0 0;
  transform: scale(1) translate(0px, 0px);
  transition: transform 0.05s linear;
  will-change: transform;
  user-select: none;
  touch-action: none;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 0;
  top: 0;
}

.caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
  font-size: 18px;
  font-family: 'Neue400';

  max-width: 92%;
}

.caption-top{
    bottom: auto;
    top: 16px;
}

.units{
  padding: 64px 20px;
}

.toggle-container {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #BAC7D4;

}

.toggle-button {
  padding: 15px 10px;
  cursor: pointer;
  transition: background-color 0.6s ease, color 0.6s ease;
  flex: 1;
  color: #BAC7D4;
  text-align: center;
  border-radius: 999px;
  font-family: 'Cadiz';
    transition: background-color 0.3s ease;
}

    .toggle-button:hover{
        background-color: #d8e7f5;
    }

.toggle-button.active {
  color: #000000;
  background-color: #BAC7D4;
}

.checks-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
    gap: 20px;
    font-family: "Neue300";
}

.custom-radio{
    text-align: center;
}
.custom-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #888;
    border-radius: 999px;
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 14px;
}

.custom-radio input[type="radio"]:checked {
  border-color: #000;
}

.custom-radio input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 6.2px;
  left: 6.2px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0);
}

.custom-radio input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.planos-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.5;
  border-radius: 16px;
  overflow: hidden;
  margin: auto;
  position: relative;
  touch-action: none; 
  background-color: white;
  position: relative;
  border: 1px solid lightgray;
  cursor: pointer;
}

.planos-container.selected{
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),   /* sombra oscura abajo */
    -10px -10px 30px rgba(255, 255, 255, 0.9); /* luz blanca arriba */
}

.zoompancont{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),   /* sombra oscura abajo */
    -10px -10px 30px rgba(255, 255, 255, 0.9); /* luz blanca arriba */
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    z-index: 9999999;
    flex-direction: column;
    background-color: white;

}

.planos-data{
    background-color: #FBFAF9;
    border: 1px solid #d8d7d6;
    border-radius: 4px;
    padding: 24px;
    margin: 40px auto;
    max-width: 285px;
}

.planos-data-title{
    font-family: 'Neue700';
    font-size: 14px;
    text-decoration: underline;
    line-height: 150%;
}
.planos-data-item{
    font-family: 'Neue400';
    font-size: 14px;
    text-decoration: unnderline;
    line-height: 150%;
}
.planos-data-end{
    font-family: 'Neue700';
    font-size: 14px;
    line-height: 150%;
}

.brouchure-btn
{
    background-color: #BAC7D4;
    border-radius: 1000px;
    color: #000000;
    padding: 12px;
    font-size: 22px;
    line-height: 140%;
    font-family: 'Neue400';
    text-align: center;
    width: 70%;
    margin: auto;
    max-width: 285px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.brouchure-btn:hover{
    background-color: #d8e7f5;
}

.location{
  background-color: #FBFAF9;
  padding: 64px 20px;
}

.location-container {
    display: flex;
    flex-direction: column; /* mobile: uno arriba del otro */
}

.section,
.info-section {
    width: 100%;
}

.location-pretitle{
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
}
.location-title{
    font-family: "Neue400";
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 20px;
}
.location-subtitle{
    font-family: "Raleway";
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
}

.location-feature-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.location-feature
{
    flex: 1 1 calc(50% - 16px);    
    box-sizing: border-box;
    text-align: center;
    padding: 3px 21px;
    background-color: #ECEFF1;
    color: #0B1926;
    font-family: "Raleway";
    font-size: 16px;
    line-height: 150%;
    border-radius: 4px;
}

.googlemap{
    width: 100%;
    aspect-ratio:  1/1.3;
    border-radius: 5px;
    height: auto;
    margin-top: 40px;
}

.amenities{
    padding: 64px 20px;
    margin-bottom: 24px;
}

.amenities-title{
    font-family: 'Neue400';
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px;
}

.amenities-text{
    font-family: 'Neue300';
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}
.amenitie{
  width: 100%;
  margin-top: 24px;
}

.contact {
  width: 100%;
  position: relative;
}

.contact-bkg {
    width: 100%;
    height: auto;
    display: block;
}

.contact-bkg-tablet {
    display: none;
}

.contact-bkg-desk {
    display: none;
}

.contact-content {
    position: absolute;
     background-color: #FFFFFF;
    border-radius: 8px;
    padding: 32px 20px;
    top: 15vw;
    left: 10vw;
    width: 80vw;
    display: flex;
    flex-direction: column;
}

.form-title{
    font-family: "Neue400";
    font-size: 32px;
    line-height: 42px;
}

.mylabel{
    font-family: "Neue400";
    font-size: 14px;
    display: block;
    line-height: 20px;
    margin-top: 32px;
    margin-bottom: 5px;
}

.myinput{
    border-radius: 4px;
    border:  1px solid #CAD0D9;
    padding: 12px 18px;
    width: 100%;
    font-family: "Neue300";
    font-size: 16px;
    line-height: 150%;

}

.mytextarea{
    width: 100%;
    border-radius: 4px;
    border:  1px solid #CAD0D9;;
    aspect-ratio: 157/100;
    padding: 12px;
    font-family: "Neue300";
    font-size: 16px;
    line-height: 150%;
}
.mytextarea textarea::placeholder{
    font-family: "Neue300";
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.form-btn
{
    background-color: #BAC7D4;
    border-radius: 1000px;
    color: #000000;
    padding: 12px;
    font-size: 22px;
    line-height: 140%;
    font-family: 'Neue400';
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 32px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-btn:hover{
    background-color: #d8e7f5;
}


footer{
    background-color: #181A1D;
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

footer img{
    width: 150px;
}
.footer-section{
    display: block;
    font-family: 'Neue400';
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
}
.footer-section a{
    display: block;
    font-family: 'Neue400';
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
}

.footer-title{
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    color: white;
    font-weight: 600;
}
.social{
    margin-top: 15px;
}
.social img{
    display: inline;
    width: 24px;
    margin: 0px 5px;
}
@media (min-width: 500px) {
    .hero-content{
        justify-content: center;
    }
}

    .footermobile{
        display: flex;
    }

    .footerdesk{
        display: none;
    }

@media (min-width: 700px) {

    .hero-img-desk{
        width: 100%;
        height: auto;
        display: block;
        max-height: 900px;
    }

    .hero-logo{
        position: absolute;
        width: 193px;
        left: 50px;
    }

    .hero-img{
        display: none;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        padding: 50px;
        height: 100%;
        color: white;
        display: flex;
        justify-content: center;
    }

    .hero-title{
        font-size: 26px;
    }

    .hero-text{
        font-size: 14px;
        line-height: 150%;
        width: 80%;
    }

    .atribute-mb
    {
        height: 170px;
    }

    .contact-bkg-tablet {
        width: 100%;
        height: auto;
        display: block;
    }


    .contact-bkg {
        display: none;
    }

}

@media (min-width: 800px) {
    .hero-title{
        font-size: 32px;
    }

    .hero-text{
        font-size: 18px;
        line-height: 150%;
        width: 60%;
    }

}

@media (min-width: 1200px) {

    .new{
        padding: 112px 60px;
    }
    .mycontainer{
        max-width: 1340px;
        margin: auto;
    }
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
    .hero-logo-desktop
    {
        width: 193px;
        top: -70px;
        position: absolute;
    }
    .hero-container{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 112px 60px;

    }
    .hero-holder{
        max-width: 1340px;
        width: 100%;
        height: 100%;
        margin: auto;
        position: relative;
    }
    .hero-title{
        font-size: 62.7px;
        line-height: 120%;
        letter-spacing: 8.06px;
    }

    .t2 , .t3{
        letter-spacing: 0px;
    }
    .t4{
        letter-spacing: 7.52px;
    }


    .hero-content{
        padding: 0px;
    }

    .hero-text{
        font-size: 20px;
        line-height: 150%;
        width: 40%;
    }

    .hero-content {
        gap: 74px;
    }

    .hero-button{
        margin-top: 0px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        cursor: pointer;
    }

    .title-container{
        flex-direction: row;
        display: flex;
        align-items: baseline;
    }

    .new .title{
        font-family: "Raleway";
        font-size: 36px;
        line-height: 120%;
        width: 50%;
    }
    .new .subtitle{
        font-family: "Neue300";
        font-size: 16px;
        line-height: 150%;
        margin-top: 0px;
        width: 50%;
        text-align: right;
    }


    .atributes-mb-container-desktop
    {
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
        position: relative;
    }

    .atributes-slider-desktop{
        width: 8000px;
        position: relative;
        transition: transform 0.8s ease-in-out, filter 0.4s ease-out;
        height: 650px;
    }


    .atribute-mb-desktop
    {
        width: 320px;
        position: absolute;
        height: 290px;
    }

    .atribute-holder-desktop{
        position: absolute;
        bottom: 0px;
    }

    .horizontal-line-desktop {

        position: absolute;
        width:2688px;
        left: -400px;
        top: 300px;
        height: 2px;
        background-color: #BAC2C5;
        padding: 0px 20px;
        transition: transform 0.8s ease-in-out;
    }

    .circle-desk {
        position: absolute;
        left: 50%;
        width: 20px;
        height: 20px;
        background-color: #0B1926;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .circle-desk:nth-child(1) { left: 0%; }
    .circle-desk:nth-child(2) { left: 12.5%; }
    .circle-desk:nth-child(3) { left: 25%; }
    .circle-desk:nth-child(4) { left: 37.5%; }
    .circle-desk:nth-child(5) { left: 50%; }
    .circle-desk:nth-child(6) { left: 62.5%; }
    .circle-desk:nth-child(7) { left: 75%; }
    .circle-desk:nth-child(8) { left: 87.5%; }

    .pagination-dots {
        display: flex;
        gap: 8px;
    }

    .dot-desk {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #BAC7D4;
    }

    .dot-desk.active {
        background-color: #0B1926;
    }

    .blur-overlay{
        position: absolute;
        top: 0;
        left: -10px;
        width: 40%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
        background: linear-gradient(to right, #F8F5F4, rgba(248, 245, 244, 0));
    }

    .galeria{
        padding: 112px 60px;
    }



    .galeria-title{
        width: 30%;
    }

    .galeria-subtitle
    {
        width: 70%;
        text-align: left;
        margin: 0px;
    }

    .galeria-tit-cont{
        align-items: flex-start;
    }

    .slider-img-container
    {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 90px;
    }

    .img-slider-desk{
        display: flex;
        gap: 10px;
        width: 8000px;
        transition: transform 0.8s ease-in-out, filter 0.4s ease-out;
    }
    .slider-row {
        overflow: hidden;
        display: flex;
        gap: 10px;
        padding: 0px 5px;
    }

    .image-holder-desktop {
        flex: 1;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
        cursor: pointer;
    }

    .image-desk {
        height: 750px;
        width: auto;
        max-width: 300px;
        display: block;
        object-fit: cover;
        transition: max-width 0.5s ease;
    }

    .image-holder-desktop.open {
        flex: 0 1 auto;
    }

    .simbol-holder{
        position: absolute;
        right: 25px;
        top: 25px;
        transition: transform 1s ease;
    }
    .simbol-holder.centered {
        left: 50%;
        right: auto; 
        transform: translateX(-50%);
    }

    .simbol-holder img{
        width: 51px;
    }
    .minus-btn{
        display: none;
        cursor: pointer;
    }

    .img-text-desk{
        position: absolute;
        font-family: Neue400;
        font-size: 38px;
        line-height: 120%;
        left: 51px;
        bottom: 95px;
        opacity: 0;
        transform: translateY(-20px);
        filter: blur(8px);
        transition:
            opacity 0.5s ease,
            transform 0.5s ease,
            filter 0.5s ease;
        pointer-events: none;
        color: white;

    }
     .img-text-desk.top{
        bottom: auto;
        top: 95px;
     }
    .img-text-desk.show {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
        pointer-events: auto;
    }

    .units{
        padding: 112px 60px;
    }

    .long-title{
        align-items: center;
        justify-content: center;
    }
    .unit-sub{
        margin: 0px;
    }
    .toggle-container{
        max-width: 465px;
        margin: auto;
        margin-top: 90px;
    }

    .whole-planos-container{
        margin-top: 90px;
        display: flex;
        width: 100%;
        gap: 20px; /* opcional */
    }

    .planos-container{
        flex: 1 1 0;
        height: 756px;
        position: relative;
    }

    .planos-data{
        max-width: 285px;
        margin: 60px auto;
    }

    .brouchure-btn
    {
        max-width: 258px;
        margin-top: 80px;
    }

    .location{
        padding: 112px 60px;
    }

    .location-container {
        flex-direction: row;
        gap: 20px;
        justify-content: center; /* centra verticalmente */
        align-items: center;    /* centra horizontalmente */
    }

    .map-section{
        width: 50%;
    }
    .info-section {
        width: 50%;
    }


    .map-section {
        order: 1;
    }

    .googlemap{
        aspect-ratio:  auto;
        aspect-ratio:  1/1.3;
        margin-top: 0px;
    }

    .info-section {
        order: 2;
    }

    .amenities-title{
        width: 30%;
    }

    .amenities-text{
        width: 70%;
    }
    .amenitie-desktop{
        width: 100%;
        margin-top: 90px;
    }

    .contact-bkg-desk {
        width: 100%;
        height: auto;
        display: block;
    }

    .contact-bkg {
        display: none;
    }


    .contact-bkg-tablet {
        display: none;
    }

    .contact-content {
        background-color: #FFFFFF;
        border-radius: 8px;
        padding: 64px;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 60vw;
        display: flex;
        flex-direction: column;
    }

    .form-data{
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .form-input{
        width: 50%;
        flex: 1;
    }

    .form-btn{
        width: 192px;
        margin: 0;
        margin-top: 32px;
    }

    .mytextarea{
        width: 100%;
        height: 180px;
        padding: 12px;
        font-family: "Neue300";
        font-size: 16px;
        line-height: 150%;
    }

    footer{
        height: 400px;
        padding: 80px 64px;
        display: block;
        flex: none;
    }

    .footermobile{
        display: none;
    }

    .footerdesk{
        display: block;
    }
}

@media (min-width: 1400px) {

    .contact-content {
        background-color: #FFFFFF;
        border-radius: 8px;
        padding: 64px;
        top: 150px;
    }

    .location-feature
    {
        flex: 1 1 calc(33% - 16px);    
    }

        .map-section,
    .info-section {
        width: 50%;
    }

        .googlemap{
        height: 640px;
        width: 616px;
        aspect-ratio:  auto;
        margin-top: 0px;
    }

}