.container{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
.noto{
    color: #000;
    font-family: 'Noto Serif';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 54px */
}
.gallery-container{
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    /* background: #000; */
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 120px;
    max-width: 1180px;
}
.image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 100%;
    border: 5px solid #F3F8FE;
    box-sizing: border-box;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    min-width: 100%;
}
.image-container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: filter .2s ease-in;
}
.image-container img:hover:not(.image-container img.active){
    filter: opacity(0.4);
}
.image-container img.active{
    position: fixed;
    height: 600px;
    max-width: 900px;
    z-index: 1000;
    box-shadow: 0 0 0px 1000px #00000050;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 40px;
    overflow: hidden;
    animation-name: aparecer;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}
@keyframes aparecer {
    0% {
        transform: scale(0.9), translate(-50%,-50%);
    }
    100% {
        transform: scale(1), translate(-50%,-50%);
    }
}
.image-container.little{
    max-height: 200px;
}
.main-data p{
    color: #000;
}
.images-list{
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    padding: 0;
    margin: 0;
}
.main-image{
    width: 100%;
    height: 100%;
    height: 400px;
}
.more-images{
    height: 100%;
}
.info-content-container{
    padding: 0 100px 0 0;
    max-width: 650px;
}
.info-container{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 30px;
    max-width: 1180px;
}
h1{
    font-size: 35px;
    margin-bottom: 10px;
}
.price{
    margin-top: 40px;
  /*   padding: 20px 0; */
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 18px;
}
.price-number{
    font-size: 35px;
    font-weight: 500;
}
.operation-type{
    font-weight: 600;
}
.contact-form-container{
    display: flex;
    align-items: start;
    justify-content: end;
    position: relative;

}
.contact-form{
    position: sticky;
    top: 120px;
    
    border-radius: 2.2em;
    border: 1px solid #6D8FFF;
    background: #F2F5FF;
    box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.09);
    padding: 1.2em;
/*     max-width: 350px; */
    font-size: 16px;
    width: 90%;
    min-width: 20em;
}
.info-form{
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 1.2em;
}
.image-container.mini{
    border: none;
}   
.cta-container{
    display: flex;
    flex-direction: column;
    gap: 1.1em;
    padding-top: 20px;
}
.meta{
    display: flex;
    flex-direction: column;
    gap: 0.4em;
    padding: 0.4em 0;
}
.meta h2{
    font-size: 1.1em;
    font-weight: 500;
}
.meta p{
    font-size: .8em;
    color: #8E9FD9;
}
.form-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-size: 1em;
    border-radius: 999px;
    background: #FFF;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
#call{
    border-radius: 999px;
    border: 1px solid #6D8FFF;
    background: #FFF;
    color: #6D8FFF;
}
#mail{
    border-radius: 999px;
    border: 1px solid #6D8FFF;
    background: #FFF;
    color: #6D8FFF;
}
#wpp{
    border-radius: 999px;
    border: 1px solid #25D366;
    background: #FFF;
    color: #25D366;
}
.test{
    height: 100vh;
}
.specs-block{
    display: grid;
    grid-template-columns: 150px 150px;
    gap: 30px;
    margin-top: 40px;
    padding: 0;
}
h2{
    color: #000;
    font-size: 28px;
}
.specs{
    margin-top: 50px;
}
.spec{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.spec .name{
    font-size: 12px;
}
.spec-detail{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.video{
    margin-top: 80px;
}
.video iframe{
    border-radius: 10px;
}
.description{
    margin-top: 40px;
}
.description p{
    margin-top: 5px;
}
.description p:nth-child(1){
    margin-top: 40px;
}
section:not(section:first-child){
    margin-top: 80px;
}
#map{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background: #000;
    margin-top: 20px;
}
.extra-services{
    display: flex;
    margin-top: 20px;
    gap: 10rem;
}
#amenities, #services{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.extra-services ul{
    display: grid;
    grid-template-columns: 50% 50%;
    flex-wrap: wrap;
    max-width: 150px;
    gap: .5rem 5rem;
    list-style: circle;
}
.extra-services h3{
    font-size: 16px;
}
.extra-services ul li{
    list-style: disc;
    font-weight: 400;
    margin-left: 1rem;
    font-size: 14px;
}
.also-like{
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 100px 0;
    width: 100%;
}
.also-like h2{
    font-size: 28px;
}
.wpp-btn{
    display: none;
}
.minature-container{
    display: flex;
    overflow-x: hidden;
    width: 100%;
}
.move-btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid black;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease-in transform, .2s ease-in border;
    position: absolute;
    transform-origin: center;
}
.move-btn:nth-child(1){
    left: 0;
}
.move-btn:nth-child(2){
    right: 0;
}
.move-btn:hover{
    transform: scale(1.03);
}
.move-btn:disabled{
    border: 1px solid #9C9C9C;
    cursor: default;
}
.move-btn:disabled svg path{
    fill: #9C9C9C;
}
.move-btn:active{
    transform: scale(0.94);
}
.header-container{
    display: flex;
    justify-content: space-between;
/*     height: 80px; */
 
    align-items: center;
}
.moving-btn-container{
    position: relative;
    display: flex;
    gap: 20px;
 
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 90px;
}
.carousel{
    display: flex;
    gap: 20px;
    transition: .5s ease-in-out;
}
.see-more{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
.see-more:hover  img{
    opacity: 0.2;
}
.see-more a{
    font-weight: 600;
    text-decoration: none;
    color: #6D8FFF;
}
.carousel-container {
    background: #00000098;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: none;
    
}

.carousel-track {
    display: flex;
    transition: transform .2s ease-in-out;

    min-width: 100%;
    height: 100%;
}

.carr-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 1280px;
    min-height: 100vh;
}



.carousel-btn{
    cursor: pointer;
    z-index: 100;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    background: none;
}
.carousel-btn:disabled{
    border: 1px solid #ffffff57;
    cursor: default;
}
.carousel-btn:disabled svg path{
    fill: #ffffff57;
}
.carousel-btn.prev{
    left: 40px;
}
.carousel-btn.next{
    right: 20px;
}
.carr-img-container img{
    height: 560px;
    max-width: 900px;
    border-radius: 0;
}


.container.carr{
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    padding:50px;
    box-shadow: 0 30px 50px #dbdbdb44;
    z-index: 1000;
    border-radius: 10px;
    display: none;
    width: 100%;
    height: 100%;
    max-width: none;
    background: #000000cd;
}
.container.carr.active{
    display: block;
}
#slide{
    width:max-content;
    margin-top:50px;
}
.item{
    width:200px;
    height:300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(250%,-50%);
    border-radius: 20px;
    box-shadow:  0 30px 50px #5050504a;
}
.item:nth-child(1){
    opacity: .3;
}
.item:nth-child(1),
.item:nth-child(2){
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    width: 90%;
    height: 90%;
    object-fit: contain;
    box-shadow: none;
    max-width: 1280px;
}
.item:nth-child(3){
    transform: translate(250%, -50%);
    z-index: 10;
}
.item:nth-child(n+4){
    transform: translate(300%, -50%);
    z-index: 10;
}

/* .item:nth-child(n+6){
    transform: translate(-150%, -50%);
    transition: .5s;
} */
.item .content{
    position: absolute;
    top:50%;
    left:100px;
    width:300px;
    text-align: left;
    padding:0;
    color:#eee;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
.item:nth-child(2) .content{
    display: block;
    z-index: 11111;
}
.item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .des{
    margin:20px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
}
.item button{
    padding:10px 20px;
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,100px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
.buttons{
    position: absolute;
    bottom:-60px;
    z-index: 222222;
    text-align: center;
    width:100%;
    cursor: pointer;
}
.buttons button{
    width:50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #555;
    transition: 0.5s;
    cursor: pointer;
}

.buttons button:hover{
    transform: scale(1.05);
    background-color: #83a4c3;
}
.buttons button:active{
    transform: scale(0.92);
}
  
.close-image-car{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
}
.image-container.see-more::after{
    position: absolute;
    content: 'Ver mas fotos';
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.image-container.see-more img{
    transition: .5s ease-in-out filter;
    filter: blur(5px);
    opacity: .6;
}
.contact-icon{
    position: absolute;
    left: 25px;
}

.contact-pop{
    display: none;
}
.close-contact{
    display: none;
}
.buttons{
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
@media screen and (max-width: 1280px) {
    .images-list{
        grid-template-rows: 100%;
    }
    .info-content-container{
        padding: 0 20px 0 40px;
    }
    .container{
        max-width: 1100px;
    }
    .also-like{
        width: 90%;
    }
    .touch-content{
  
        flex-wrap: wrap;
    }
    .contact-form{
        font-size: 14px;
        width: 25em;
    }
    .contact-form-container{
        justify-content: start;
    }
    .images-list li:nth-child(1), .images-list li:nth-child(2){
        display: none;
    } 
    .image-container.little{
        max-height: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-form{
        display: none;
    }
    .contact-form.active{
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 0 0 1000px #00000086;
        z-index: 1000;
        position: fixed;
        padding: 25px 15px;
        width: 90%;
        border-radius: 10px;
    }
    
    .contact-form.active  .close-contact{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25px;
        width: 25px;
        position: absolute;
        /* bottom: -50px; */
        /* left: 50%; */
        top: 5px;
        right: 5px;
        /* transform: translate(-50%,-50%); */
        border-radius: 50%;
        border: none;
    }
  
    .close-contact svg{
        height: 12px;
        width: 12px;
    }
    .close-contact path{
        fill: #555;
    }
    .contact-pop{
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        border: none;
        background: #F2F5FF;
        border: 1px solid #6D8FFF;
        position: fixed;
        border-radius: 5px;
        animation: shake 3s ease-in-out infinite;
        box-shadow: 3px 3px 9px 0px #0000002E;
        width: 95%;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%,-50%);
        height: 70px;
        padding: 10px;
    }
    .contact-pop button{
        padding: 10px 15px;
        border-radius: 15px;
        border: 1px solid #6D8FFF;
        background: #fff;
        color: #6D8FFF;
        font-weight: 500;
        position: absolute;
        right: 10px;
    
    }
    #title-phone-contact.loading{
        width: 40%;
    }
    #title-phone-contact{
        width: 40%;
        font-weight: 600;
        font-size: 14px;
        height: 48px;
        overflow: hidden;
    }
    .contact-pop .image-container{
        width: 100px;
        min-width: auto;
        border-radius: 5px;
        max-width: initial;
    }
    @keyframes shake {
        0%, 100% { 
            transform: translateX(-50%) scale(1); 
        }
        20%, 40%, 60%, 80% { 
            transform: translateX(-49.5%) scale(1); 
        }
        30%, 50%, 70% { 
            transform: translateX(-50.5%) scale(1); 
        }
    }
    .contact-pop svg{
        height: 20px;
        width: 20px;
    }
    .contact-pop path{
        fill: #fff;
    }
    .info-container{
        grid-template-columns: 100%;
    }
    .gallery-container{
        grid-template-columns: 100%;
        grid-template-rows: 300px 100px;
    }
    .images-list{
        grid-template-columns: 100%;
    }
    .images-list li:nth-child(3){
        display: none;
    }
    .main-image{
        height: 100%;
    }
    

    
}
#overlay{
    display: none;
}
@media screen and (max-width: 800px) {
    .info-content-container{
        padding: 0 20px 0 20px;
    }
    .buttons{
        bottom: 0;
        top: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .buttons button i{
        color: #fff;
    }
    .buttons button {
        width: 30px;
        height: 50px;
        border-radius: 0;
        border: none;
        /* border-radius: 50%; */
        /* border: 1px solid #555; */
        transition: 0.5s;
        cursor: pointer;
        background: #00000036;
    }
    .carousel{
        overflow-x: scroll;
    }
    section:not(section:first-child){
        margin-top: 40px;
    }
    .gallery-container{
        margin-top: 80px;
    }
    .image-container img.active{
        height: 400px;
    }
    .info-container{
        margin-top: 10px !important;
    }
    #header{
        position: relative;
    }
    .miniature{
        min-width: 320px;
        width: 320px;
    }
    .extra-services{
        flex-direction: column;
        gap: 10px;        
    }
    .moving-btn-container{
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .also-like{
        position: relative;
    }
    .item:nth-child(1), .item:nth-child(2){
        width: 100%;
    }
}