

@media only screen and (width: 428px) {
    
    .section-3{
        height: 105vh;
    }
}

.menu-small{
    padding: .75rem .8rem .75rem 1.5rem;
    gap: 1rem;
}

.logo-small{
    height: auto;
    width: 6rem;
}

.b-small{
    cursor: pointer;
    height: 2rem;
    width: 2rem;
}



.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: #334164;
    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: white;
    border: 1px solid white;
    background: transparent;
    font-family: Quicksand;
    font-weight: 500;
    font-size: .9rem;
    padding: .3rem 1.3rem;
}

.inputText{
    padding: .5rem 0;
    margin: .8rem 0;
    font-size: 1rem;
}

.inputText option{
    background-color: #393D46;
    font-size: .7rem;
    font-weight: 600;
}

.solicitud-tittle{
    font-size: 1rem;
    line-height: 1.1rem;
}

#tipo-solicitud-pago{
    font-size: .8rem;
}

#tipo-pago{
    font-size: .8rem;
}

.clipImg{
    object-fit: fill;
}



#solicitud{
    width: 90%;
    transform: translate(-50%, -50%);
    padding: 2rem 1.5rem;
}

.boton-solicitud{
    font-size: 1rem;
}

#solicitud a{
    font-size: .7rem;
}

#solicitud .input::placeholder{
    font-size: .8rem;
}


.amenidades-list{
    display: flex;
    align-items: center;
    gap: 20px;
}




@media screen and (min-width: 768px) and (max-width: 884px){
    .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;
    }


    .inputText{
        font-size: 2.2vh;
    }

    .formulario_mobile input{
        margin: 1.2rem 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}