.menu{
    padding: 1.25rem 1rem;
}

.logo-main{
    width: 11rem;
}

.menu-main{
    width: 2.8rem;
}

.menu-small{
    padding: .7rem 1rem .5rem 1rem;
    gap: 1rem;
}

.logo-small{
    height: auto;
    width: 6rem;
}

.b-small{
    cursor: pointer;
    height: 2rem;
    width: 2rem;
}

.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;
}

.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{
    padding: 0;
    height: 45rem;
}

.linea-1{
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.notificacion {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translate(-50%, -100px);
    width: 90%;
    background-color: #393D46;
    color: white;
    padding: 15px;
    border-radius: .5rem;
    font-family: Quicksand;
    font-weight: 600;
    display: none;
    align-items: center;
    z-index: 100;
    gap: 1rem;
    font-size: 1.05rem;
  }



  .notificacion-subtittle{
    color: #b8b8b8;
    font-weight: 500;
    font-size: .95rem;
  }

.content-casa{
    font-size: .65rem;
    padding: 1.8rem 0;
}

.content-circulo{
    gap: .4rem;
}

.normal{
    right: 1rem;
    font-size: .7rem;
}

.casa-2{
    padding: 1rem 1rem 0 1rem;
    justify-content: end;
    align-items: center;
    gap: .7rem;
    position: relative;
}

.casa-2_content-1{
    font-size: 1.9rem;
    line-height: 2.1rem;
    letter-spacing: 0;
}

.casa-2_content-2{
    display: none;
}

.linea-1_mobile{
    display: block;
    background-color: #D4B094;
    height: 8.5rem;
    width: .25rem;
}

.casa-3{
    bottom: 21%;
    padding-left: 1rem;
}

.cuadro-vidrio{
    width: 155px;
    height: 165px;
    left: 1rem;
    bottom: 35%;
    padding: 1rem;
    border-radius: 20px;
    gap: 0;
    background: rgba(203, 203, 203, 0.50);
}

@media only screen and (width: 428px) {
    .cuadro-vidrio{
        width: 165px;
        height: 165px;
        left: .5rem;
        bottom: 35%;
        padding: 1rem;
        border-radius: 20px;
        background: rgba(203, 203, 203, 0.50);
    }

    .content-casa{
        font-size: .7rem;
        padding: 1.9rem 0;
    }
    
    .normal{
        right: 1rem;
        font-size: .8rem;
    }

    .casa-2{
        padding: 1.5rem 1rem 0 1rem;
    }

    .section-3{
        height: 105vh;
    }
}

.cuadro-vidrio_tittle{
    font-size: 1.1rem; 
}

.cuadro-vidrio_contacto{
    gap: .3rem;
    margin: .5rem 0;
}

.cuadro-vidrio_contacto p{
    font-size: .7rem;
    padding: .3rem .6rem .35rem .6rem;
    border-radius: .8rem;
    border: 1px solid black;
}

.cuadro-vidrio_contacto p:hover{
    background-color: transparent;
    color: black;
    transition: 0;
}

.imagen-casa_verde{
    width: 100%;
    height: 11rem;
}

.telefono{
    width: 2rem;
    height: 2rem;
    left: -.7rem;
    top: -.7rem
}

.cuadro-vidrio_imagenes{
    display: flex;
    padding: 0;
}

.imagenes-pequeñas{
    width: 2.5rem;
    height: 2.5rem;
}

.imagen-pequeña_2{
    margin-left: -.4rem;
}

.content-text-1_mobile{
    display: block;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    font-family: Quicksand;
    font-weight: 600;
}

.buton-1_mobile{
    background-color: #44946B;
    display: inline-block;
    padding: .7rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: .6rem;
    color: white;
    margin-top: .6rem;
}


.section-2{
    display: none;
}

.section-2_mobile{
    display: block;
    height: 62vh;
    width: 100%;
    padding: 2.5rem 1rem 2.5rem 1rem;
    position: relative;
    overflow: hidden;
}

.tittle1-pasos_mobile{
    font-family: Quicksand;
    font-size: 1.8rem;
    line-height: 1.9rem;
}

.section-2_mobile_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.linea1-pasos_mobile{
    width: .3rem;
    height: 5rem;
    background-color: #D4B094;
}

.swiper {
    width: 90%;
    height: 80%;
    margin: 1rem 0;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    border-radius: 18px;
    color: #fff;
  }

  .tittle-pasos_mobile{
    font-family: Quicksand;
    font-size: 2.2rem;
    line-height: 2.3rem;
  }

  .content-pasos_mobile{
    font-family: Quicksand;
    font-size: 1.4rem;
    font-weight: 400;
    padding: .5rem 0;
  }

  .number-pasos_mobile{
    font-family: Gadugi;
    font-size: 3rem;
    font-weight: bold;
  }

  #paso1 {
    background-color: #393d46;
    padding: 2rem 1rem 2rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 0;
  }

  #paso2 {
    background-color: #1D3E53;
    padding: 2rem 1rem 2rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 0;
  }

  #paso3 {
    background-color: #4B8266;
    padding: 2rem 1rem 2rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 0;
  }

  .linea-pasos_mobile{
    position: absolute;
    left: .7rem;
    width: .2rem;
    height: 40%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 1rem;
  }



.section-3{
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

.section-3_barra-lateral{
    height: 50%;
    width: 100%;
    background-color: #272a30;
    padding: 1.2rem 1rem;
    font-family: Quicksand;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.amenidades{
    width: 100%;
    height: 100%;
    padding: 1.2rem 1rem;
    top: 0;
    left: 0;
}

.amenidades-text-small{
    font-size: .7rem;
}

.amenidades-tittle{
    font-size: 4vh;
    letter-spacing: .1vh;
}

.amenidades ul li{
    font-size: 1.5vh;
    padding: .5vh;
}

.imagen-amenidades{
    width: 30vh;
    height: auto;
}

.amenidades-button{
    font-size: 1.4vh;
    padding: 0.4rem 1rem;
    position: absolute;
    bottom: 5.5%;
    right: 4%;
}


.mapa-container{
    width: 100%;
    height: 58%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mapa-container svg{
    display: block;
    width: 100.3%;
}

.section-3_linea{
    width: 100%;
    height: 1px;
    background-color: #B7B7B7;
}

.lote{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.big-number{
    font-size: 4rem;
    padding: .4rem 0 0 0;
    margin-left: -.4rem;
}

.text-small{
    font-size: .7rem;
}

.text-normal{
    font-weight: 600;
    font-size: 1.1rem;
}

.flex-1{
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.flex-2{
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.financiamientos{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .8rem 0;
}

.financiamiento{
    margin-bottom: 0rem;
    font-size: .65rem;
    width: 50%;
    padding: .5rem .8rem;
}

.contado{
    margin-top: 0rem;
    font-size: .65rem;
    width: 50%;
    padding: .5rem .8rem;
}

.checkbox{
    padding: .2rem .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.checkbox svg{
    width: .5rem;
    height: .5rem;
}

.botones-accion{
    margin-top: 0rem;
}

.botones-accion_apartar{
    color: var(--Arena);
    border: 1px solid var(--Arena);
    background: transparent;
    font-family: Quicksand;
    font-weight: 500;
    font-size: .9rem;
    padding: .3rem 1.3rem;
}

.cuarta{
    padding-top: .5rem;
}

.section-4{
    display: none;
}

.section-4_mobile{
    display: block;
    height: 100vh;
    width: 100%;
    background-image: url(./Assets/imagen\ contactanos.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem .5rem;
}

.formulario_mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-radius: 25px;
    background: rgba(32, 32, 32, 0.50);
    backdrop-filter: blur(7.5px);
    padding: 1.5rem;
}

.formulario_mobile input{
    background-color: transparent;
    border-bottom: 1px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: .3rem .5rem;
    margin: .7rem 0;
    font-size: 1.2rem;
    font-family: Quicksand;
    color: white;
    width: 100%;
}

.formulario_mobile input::placeholder{
    color: white;
    font-size: 1rem;
}

.formulario_mobile input:focus{
    outline: none;
}


select{
    padding: .5rem 0;
    margin: .8rem 0;
    font-size: 1rem;
}

option{
    background-color: #393D46;
    font-size: .6rem;
    font-weight: 600;
}

.contact-tittle_mobile{
    font-family: Raleway;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: .1rem;
    margin-bottom: .5rem;
}

textarea::placeholder{
    color: white;
    font-size: 1rem;
}

button{
    font-family: Quicksand;
    font-weight: bold;
    background-color: var(--Arena);
    padding: .5rem 0;
    width: 100%;
    border-radius: 1rem;
    font-size: 1.1rem;
    cursor: pointer;
    border: 2px solid var(--Arena);
    transition: 0s;
}

#solicitud{
    width: 95%;
    transform: translate(-50%, -50%);
    padding: 2rem 1.5rem;
}

#solicitud img:hover{
    transform: scale(1);
    transition: 0s;
}

.boton-solicitud:hover{
    background-color: #367C59;
    color: white;
    transition: 0s;
}




@media screen and (min-width: 768px) and (max-width: 884px){
    .section-1{
        height: auto;
    }

    .casa-3{
        width: 100%;
        position: relative;
        justify-content: end;
        bottom: 0;
        padding-bottom: 2.5vh;
    }

    .imagen-casa_verde{
        width: 95%;
        height: auto;
        right: 0;
    }

    .casa-1{
        padding: 0 1rem;
    }

    .linea-1{
        width: 100%;
    }

    .casa-2{
        justify-content: flex-start;
    }

    .casa-2_content-1{
        font-size: 4vh;
        line-height: 4.3vh;
        padding-left: 1.4rem;
    }

    .cuadro-vidrio{
        left: 0;
        bottom: 40%;
        margin-left: 1rem;
    }

    .content-text-1_mobile{
        position: relative;
        padding: 0 1rem;
        left: 0;
        right: 0;
    }

    .content-text-1_mobile p{
        font-size: 2.1vh;
    }

    .buton-1_mobile{
        font-size: 1.8vh;
        margin-top: 1rem;
    }

    .linea-1_mobile{
        height: 90%;
        position: absolute;
    }

    .content-pasos_mobile{
        width: 90%;
    }

    .section-2_mobile_flex{
        justify-content: flex-start;
        position: relative;
    }

    .tittle1-pasos_mobile{
        font-size: 3.7vh;
        line-height: 4.2vh;
        padding-left: 1rem;
    }

    .section-2_mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        height: 50vh;
        padding: 0 2rem;
    }

    .linea1-pasos_mobile{
        height: 100%;
        position: absolute;
    }

    .imagen-amenidades{
        width: 100%;
    }

    .swiper{
        height: 37vh;
        width: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .tittle-pasos_mobile{
        font-size: 3.8vh;
        line-height: 4.3vh;
    }

    #paso1{
        border-radius: 1.5rem;
    }

    #paso2{
        border-radius: 1.5rem;
    }

    #paso3{
        border-radius: 1.5rem;
    }

    .section-3{
        flex-direction: row;
        height: 70vh;
    }

    .section-3_barra-lateral{
        height: 100%;
        width: 75%;
        justify-content: center;
        gap: 2rem;
    }

    .mapa-container{
        height: 100%;
    }

    .financiamientos{
        flex-direction: column;
    }

    .contado{
        width: 100%;
        font-size: 1.35vh;
        margin: .5rem 0;
    }

    .financiamiento{
        width: 100%;
        font-size: 1.35vh;
        margin: .5rem 0;
    }

    .text-small{
        font-size: 1.2vh;
    }

    .text-normal{
        font-size: 1.9vh;
    }

    .big-number{
        font-size: 7vh;
    }


    .botones-accion_apartar{
        font-size: 1.5vh;
    }

    .amenidades{
        width: 100%;
        justify-content: center;
        gap: 1.5rem;
    }

    .amenidades-tittle{
        font-size: 4vh;
    }

    .amenidades-text-small{
        font-size: 1.2vh;
    }

    .amenidades ul li{
        font-size: 2.2vh;
    }

    .amenidades-button{
        font-size: 2.1vh;
        left: 1rem;
    }

    .section-4_mobile{
        height: 90vh;
    }

    .contact-tittle_mobile{
        font-size: 5.5vh;
    }

    .formulario_mobile input::placeholder{
        color: white;
        font-size: 2.2vh;
    }

    select{
        font-size: 2.2vh;
    }

    textarea::placeholder{
        color: white;
        font-size: 2.2vh;
    }

    textarea{
        height: 20vh;
    }

    button{
        font-size: 2.3vh;
    }

    .formulario_mobile input{
        margin: 1.2rem 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #solicitud .input{
        margin: 1.5rem 0;
    }

    .solicitud-tittle{
        font-size: 3vh;
        line-height: 3.5vh;
        width: 90%;
    }

    #solicitud .input::placeholder{
        font-size: 2.3vh;
    }

    .boton-solicitud{
        font-size: 2.1vh;
    }

    #solicitud a{
        font-size: 1.6vh;
    }

    #solicitud{
        padding: 3rem 2.5rem;
    }
}


@media screen and (width: 884px){
    .section-2_mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        height: 50vh;
        padding: 0 1rem;
    }
}