body{
    overflow-x: hidden;
}

.menu{
    padding: 1.25rem 1rem;
}

.logo-main{
    width: 11rem;
}

.menu-main{
    width: 2.8rem;
}

.navbar-menu-grid{
    display: none;
}

.nav-menu-grid-mobile{
    display: block;
    width: 100%;
}

.logo-mobile-container{
    padding: 1rem;
}

.menu-logo-mobile{
    height: 3.5rem;
    opacity: 0;
}

.menu-small{
    padding: .7rem 1rem .5rem 1rem;
    gap: 1rem;
}

.logo-small{
    height: auto;
    width: 6rem;
}

.b-small{
    cursor: pointer;
    height: 2rem;
    width: 2rem;
}

.link-mobile{
    border-top: 1px solid black
}

.link-mobile a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: black;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
}

.action{
    opacity: 0;
    transform: translateY(10px);
}

.menu_view-1{
    display: none;
}

.menu_social{
    display: none;
}

.salir{
    display: none;
}

.menu-action_mobile{
    display: block;
    background-color: #acacac;
    border-radius: 1rem;
}

.correo-mobile{
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1rem 1.5rem 1rem;
}

.correo-mobile a{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.correo-mobile img{
    width: 2rem;
}

.cotizar-mobile{
    display: flex;
    align-items: center;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 1rem;
    padding: 0rem 0 0 1rem;
    justify-content: space-between;
    border-top: 1px solid black;
}

.cotizar-mobile img{
    width: 2rem;
}

.menu-cta-mobile{
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 8rem;
    border-radius: 1rem;
}

.salir-mobile{
    border-bottom-right-radius: 1rem;
}

.section-1_tittle{
    font-size: 3.5rem;
    line-height: 4rem;
}

.section-1_subtittle_tittle{
    font-size: 2rem;
    text-align: center;
}

.section-1_subttitle_content{
    font-size: 1.2rem;
    font-weight: 600;
}

.imagen-gigante{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 500vh;
    object-fit: cover;
    display: block;
}

.cuadro-1{
    left: 1rem;
    padding: 1.5rem 3rem 1.5rem 1rem;
    top: 2%;
}

.cuadro-2{
    right: 1rem;
    padding: 1.5rem 1rem 1.5rem 3rem;
    bottom: 11%;
}

.cuadro-1_tittle{
    font-size: 1.8rem;
    line-height: 2rem;
}

.cuadro-1_content-1{
    font-size: .9rem;
}

.cuadro-1_content-2{
    font-size: .9rem;
}

.cuadro-1 img {
    width: 7rem;
    right: -4.5rem;
}

.cuadro-2_tittle{
    font-size: 1.8rem;
    line-height: 2rem;
}

.cuadro-2_content-1{
    font-size: .9rem;
}

.cuadro-2_content-2{
    font-size: .9rem;
}

.cuadro-2 img {
    width: 7rem;
    left: -4.5rem;
}

.section-2{
    display: none;
}

.section-2_mobile{
    display: block;
    height: auto;
    position: relative;
    z-index: 10;
}

.section-3 {
    height: 500vh;
    position: relative;
    width: 100%;
    display: none;
}

.section-4{
    display: none;
}

.sustentabilidad{
    display: none;
}

.primera-seccion_mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-family: Quicksand;
    position: relative;
    z-index: 10;
}

.primera-seccion_mobile-tittle{
    font-size: 2rem;
    padding: 2rem 0 .5rem 0;
}

.primera-seccion_mobile-subtittle{
    font-size: 1rem;
    padding: .5rem 0 1rem 0;
    font-weight: 600;
}

.primer-mobile_flex{
    display: flex;
    padding: .5rem;
    width: 100%;
    gap: .7rem
}

.segundo-mobile_flex{
    display: flex;
    padding: .5rem;
    gap: .7rem
}

.gif_mobile{
    width: 50%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gif_mobile video{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.reproducción_mobile{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.top{
    top: 0;
}

.bottom{
    scale: 1.15;
}


.section-3_mobile{
    height: 260vh;
    position: relative;
    width: 100%;
    display: block;
}

.aspiracion-imagen_mobile{
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    clip-path: circle(20.7% at 50% 50%);
    transform: scale(1);
    background-image: url(./Assets/aspiracion\ no\ blur.jpg);
    background-repeat: no-repeat;
    z-index: 4;
    overflow: hidden;
}

.line-aspiracion_mobile{
    width: 60%;
    height: .2rem;
    background-color: white;
}


.tittle-aspiracion_mobile{
    gap: 1rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Raleway;
    letter-spacing: .2rem;
    font-size: 3.5vh;
    font-weight: bold;
    z-index: 2;
}

.start_mobile{
    opacity: 0;
    transform: translateY(20px);
}

.content-aspiracion_mobile{
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    font-family: Quicksand;
    font-weight: 500;
    width: 100%;
}

.tittle-aspiracion_2_mobile{
    font-size: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
    font-family: Raleway;
    letter-spacing: .2rem;
    font-weight: bold;
    opacity: 0;
    transform: translateY(20px);
}

.line-aspiracion_2_mobile{
    width: 100%;
    height: .2rem;
    background-color: white;
    margin: .2rem 0 .8rem 0;
    opacity: 0;
    transform: translateY(20px);
}

.transition_mobile{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--Arena);
    transform: scaleX(0);
    z-index: 10;
}

.proposito-imagen_mobile{
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
    display: none;
}

.proposito-imagen_mobile img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(80%);
    position: absolute;
}

.tittle-proposito_2_mobile{
    font-size: 3rem;
    font-family: Raleway;
    letter-spacing: .2rem;
    font-weight: bold;
    opacity: 0;
    transform: translateY(20px);
}

.content-proposito_mobile{
    font-size: 1.1rem;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    top: 50%;
    left: 50%;
    color: white;
    font-family: Quicksand;
    font-weight: 500;
}

.start-2_mobile{
    opacity: 0;
    transform: translateY(20px);
}

.line-proposito_2_mobile{
    width: 100%;
    height: .2rem;
    background-color: white;
    margin: .2rem 0 .8rem 0;
    opacity: 0;
    transform: translateY(20px);
}

.section-4_second{
    display: none;
  }


.section-4_mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 2rem 1rem;
}

.section-4_mobile-tittle{
    text-align: center;
    font-family: Quicksand;
    font-size: 1.8rem;
    line-height: 1.9rem;
}

.rueda_mobile{
    position: relative;
    width: 100%;
    height: 45vh;
    margin: 1rem 0;
}

.rueda_logo-mobile{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 45%;
}

.rueda_imagenes-mobile{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}

.section-4_mobile-flex_1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.7rem;
}

.section-4_mobile-flex_2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-4_mobile-icon1{
    height: auto;
    width: 5vh;
}

.section-4_mobile-icon2{
    height: auto;
    width: 5vh;
}

.section-4_mobile-content-icon{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 5%;
}

.section-4_mobile-content-text{
    width: 80%;
    font-family: Quicksand;
    font-weight: 500;
    font-size: .85rem;
}

.mobile-flex_tittle{
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: .1rem;
}

.section-5{
    padding: 1rem;
    align-items: start;
    height: 80vh;
}

.section-5_content{
    flex-direction: column;
    gap: 2rem;
}

.section-5_tittle{
    padding-bottom: .5rem;
    font-size: 1.8rem;
    text-align: left;
}

.section-5_text{
    width: 100%;
    font-size: 1.1rem;
}

.documento{
    padding: 0 1rem;
}

.documento p{
    font-size: 1.2rem;
}


.documents-grandes img{
    height: auto;
    width: 100%;
    top: 50%;
}

.x{
    right: 1rem;
}

.x:hover{
    color: black;
    background-color: white;
    transition: all 0s;
}

.icono-legal{
    width: 3rem;
    height: auto;
}

.section-5_text a{
    font-size: 1.2rem;
    font-weight: 600;
}

.legal-2{
    width: 100%;
}

.click-acta{
    margin: 1rem 0;
    padding-bottom: 1rem;
}

.click-escritura{
    padding-bottom: 1rem;
}

.click-compraventa{
    gap: 0;
}

footer {
    width: 100%;
    padding: 1rem 1rem;
    height: 100vh;
}

footer a:hover{
    color: white;
    transform: scale(1);
}

.pie{
    height: 100%;
    padding: 0 3rem;
    border-radius: 20px;
}

.logo img{
    width: 90%;
    margin-right: .4rem;
}

.social-media {
    flex-direction: column;
    font-size: 1.4rem;
    gap: 2rem;
}

.linea-social {
    display: none;
}

.contact-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    text-align: center;
    color: white;
}

.contact{
    display: none;
}

.inferior {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.legal {
    display: flex;
    font-size: 1.3rem;
    gap: 3rem;
    align-items: center;
    text-align: center;
    padding-bottom: 4rem;
}

.final {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    padding-top: 1rem;
    padding-bottom: 6rem;
}

.renders-grandes{
    width: 100%;
    height: 100%;
}

.cerrar{
    right: 0rem;
    top: 30%;
    transform: translateY(-50%);
}

.cerrar:hover{
    color: rgb(0, 0, 0);
    background-color: white;
}

.box{
    overflow-x: hidden;
}

.wrapper{
    overflow-x: hidden;
}

.imagenes-scroll_imagenes{
    border-radius: 1.5rem;
    width: 25rem;
    height: 15rem;
    pointer-events: none;
}

.imagenes-scroll_content{
    width: 100%;
    height: 20%;
}

.flechas{
    display:flex;
    justify-content:center;
    position: fixed;
    bottom: 11%;
    right: 6%;
    z-index: 1;
  }

  .flechas img{
    width: 4vh;
    height: auto;
}

.flechas-cotainer{
    display: none;
}

.flechas-cotainer-mobile{
    position: absolute;
    top: 0%;
    height: 100vh;
    width: 100%;
    padding-right: 6%;
    padding-bottom: 2rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.flechas-cotainer-mobile{
    position: absolute;
    top: 0%;
    height: 100vh;
    width: 100%;
    padding-right: 6%;
    padding-bottom: 2rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.flechas-2-mobile{
    animation: flechas 2.4s infinite ease-in-out;
    background-color: #1a1a1a;
    padding: .93rem .85rem .78rem .85rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flechas-2-mobile img{
    width: 3vh;
    height: auto;
}


@media screen and (min-width: 768px) and (max-width: 884px){
    .section-1_tittle{
        font-size: 9vh;
        line-height: 9.5vh;
    }

    .section-1_subtittle_tittle{
        font-size: 4.5vh;
    }

    .section-1_subttitle_content{
        font-size: 3vh;
    }

    .cuadro-1{
        padding: 2.3rem 4.5rem 2.3rem 1.5rem;
        top: 2%;
    }

    .cuadro-1_tittle{
        font-size: 4.5vh;
        line-height: 5vh;
    }

    .cuadro-1_content-1{
        font-size: 2vh;
        line-height: 2.3vh;
    }

    .cuadro-1_content-2{
        font-size: 2vh;
        line-height: 2.3vh;
    }

    .cuadro-1 img{
        width: 19vh;
        right: -14vh;
    }

    .cuadro-2{
        padding: 2.3rem 1.5rem 2.3rem 4.5rem;
        bottom: 9%;
    }

    .cuadro-2_tittle{
        font-size: 4.5vh;
        line-height: 5vh;
    }

    .cuadro-2_content-1{
        font-size: 2vh;
        line-height: 2.3vh;
    }

    .cuadro-2_content-2{
        font-size: 2vh;
        line-height: 2.3vh;
    }

    .cuadro-2 img{
        width: 19vh;
        left: -14vh;
    }

    .primera-seccion_mobile-tittle{
        font-size: 5vh;
    }

    .primera-seccion_mobile-subtittle{
        font-size: 2.2vh;
    }

    .tittle-aspiracion_2_mobile{
        font-size: 6vh;
    }

    .line-aspiracion_2_mobile{
        width: 90%;
    }

    .start_mobile{
        font-size: 2.5vh;
        padding: 0 2rem;
    }

    .tittle-proposito_2_mobile{
        font-size: 6vh;
    }

    .line-proposito_2_mobile{
        width: 90%;
    }

    .start-2_mobile{
        font-size: 2.5vh;
    }

    .section-4_mobile{
        height: 100vh;
    }

    .section-4_mobile-tittle{
        font-size: 4.5vh;
        line-height: 5vh;
    }

    .rueda_mobile{
        margin: 7vh 0;
    }

    .rueda_logo-mobile{
        width: 25vh;
        height: 25vh;
    }

    .rueda_imagenes-mobile{
        height: 55vh;
        width: 55vh;
    }

    .mobile-flex_tittle{
        font-size: 2.5vh;
    }

    .mobile-flex_subtittle{
        font-size: 1.8vh;
        font-weight: 500;
    }

    .section-4_mobile-content-icon{
        padding-right: 3%;
        width: 15%;
    }

    .section-4_mobile-content-text{
        width: 85%;
    }

    .section-5{
        padding-left: 2rem;
    }

    .section-5_tittle{
        font-size: 5vh;
    }

    .section-5_text{
        font-size: 2.5vh;
        width: 85%;
    }

    .section-5_text a{
        font-size: 2.5vh;
    }

    .documento p{
        font-size: 2.6vh;
    }

    .section-5_content{
        align-items: flex-start;
        gap: 3rem;
    }

    .icono-legal{
        width: 6vh;
        height: 6vh;
    }

    .legal-2{
        width: 85%;
    }

    .click-escritura{
        padding-bottom: 1.5rem;
    }

    .click-acta{
        padding-top: .5rem;
        padding-bottom: 1.5rem;
    }

    .documents-grandes{
       width: 100%;
       height: 100%;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%) !important;
    }

    .documents-grandes img{
        width: 90%;
        height: 90%;
    }

    .x{
        z-index: 2000;
        position: absolute;
        top: 2%;
    }

    .logo img{
        width: auto;
        height: 10vh;
    }

    .social-media{
        font-size: 2.5vh;
    }

    .contact-mobile{
        font-size: 2.5vh;
    }

    .legal{
        font-size: 2.5vh;
    }

    .mexo img{
        width: auto;
        height: 6vh;
    }

    .final{
        font-size: 2.2vh;
    }
}
