* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
 /* font-family: 'Secular One', sans-serif;/*
    /*font-family: 'Open Sans', sans-serif;*/
    
}

body {
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}


.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 10px;

}



.title{
    display:flex;
    flex-direction: column;
    align-items:center;
    width: 100%;
    padding:30px;
    color: #304e84;;
    letter-spacing: 3px;
    
}



.title h1{
    /*font-family: "Poppins", sans-serif;*/
    font-family: "Playfair Display", serif;
    font-size: 100px;
    font-weight: 500;
   
    
}

.title h1 span{
    color: rgb(56, 50, 50);
}

.plano {
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    height:97vh;
    padding: 20px;

}
.img-plano{
    
    
    width:70%;
    height:100%;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 15px;
    
}

.img-plano-plano{
    display: flex;
    width:100%;
    height: 100%;
    
    
}

.img-plano-plano-1{
    display: flex;
    width:50%;
    background-image: url(img/img_plano1.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height:100%;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.img-plano-plano-2{
    display:flex;
    position: relative;
   
    
    width:50%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    
}

.number{
    font-size:10px;
   
}

.number-querie{
        font-size:10px;
}

   

.lot-green{
    background: rgb(49, 56, 7);
    
    
}
.zone-1,.zone-2,.zone-4,.zone-5,.zone-6,.zone-7,.zone-9,.zone-10,.zone-11{
    background: rgb(226, 224, 224);

}
.zone-1{
    display: flex;
    align-items: center;
    position:absolute ;
    top:6.5%;
    width:93%;
    height:3%;
    border-radius:7%;
    
}

.zone-2{
    display: flex;
    position: absolute;
    top:90%;
    left: 0%;
    width:89.5%;
    height:3%;
    
    
}

.zone-3{
    display: flex;
    position: absolute;
    top:93%;
    left:0%;
    width:89%;
    height:7%;
    background: url(img/img_plano1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    border: none;


}

.zone-4{
    display: flex;
    flex-direction:column;
    align-items: center;
    position: absolute;
    top: 7%;
    left:89.5%;
    
    height:93%;
}

.zone-5{
    display: flex;
    flex-direction:column;
    align-items: center;
    position: absolute;
    top:9.5%;
    left:6.5%;
   
    height:83%;

}
.zone-4,.zone-5{
    width:4%;
}

.zone-6,.zone-7,.zone-9,.zone-10,.zone-11{
   
    display: flex;
    align-items: center;
    position:absolute ;
    flex-direction: column;
    justify-content:space-between;
    left:9.5%;
    width:80%;
    height:3%;
    
}

.zone-6{
    
    top:20.5%;
}

.zone-7{
    top: 34.5%;
}
.zone-8-103{
   display: flex;
   position: absolute;
   top:37.5%;
   left:10%;
   width:79%;
   height:11%;
   border-radius:8%;
}
.zone-9{
   top:48.5%;
}
.zone-10{
    top:62.5%;
}

.zone-11{
    top:76.5%;
}


.arb{
    display: flex;
    width:100%;
    height:35%;
    background: url(img/img_plano1.jpg);
    
}





.arb-1{
    display: flex;
    
    width:30%;
    height:100%;
    background: url(img/img_plano1.jpg);

}
.arb-2{
    display: flex;
    
    width:97%;
    height:35%;
    background: url(img/img_plano1.jpg);
}

.aviso{
   
    position: absolute;
    top: -170%;

    display: none;
    width:80px;
    height:30px;
    background: black;
    color: blanchedalmond;
    border-radius:15%;
    z-index: 999;
  
}

.aviso-v{
    
   right:100%;
    
}

.aviso-vr{
   top:-350%;
}

.aviso h4{
    
    margin-top:6%;
    font-size:15px;
    text-align: center;
}

.container-btn-log{
    display: flex;
    width: 100%;
   
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.btn-regresar{
    width: 10%;
    height:15%;
    margin-top:-12%;
}
.btn-regresar button{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    
    padding:7%;
    border: none;

}
.btn-regresar button:hover{
    background: #021946;
}
.btn-regresar button a{
    font-family: "Playfair Display", serif;
    text-decoration: none;
    color: #F0ECE3;
    font-size:20px;
}

.logo-Ankara{
    width: 10%;
    height:100px;
    padding: 10px;
    background: url(img/Logo_Ankara.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    margin-top: -17%;
}




@media all and (max-width:225px){
    .container{
        padding:10px;
    }
    
    .img-plano-plano-1{
   
    width:30%;
    

     }
    
    .img-plano-plano-2{
   
    width:70%;}
    
    .title{
        padding:10px;
    }

    .title h4{
        font-size:8px ;
    }
    .title h1{
        font-size:18px;
        font-weight: 700;
    }

    .plano{
        
        padding:5px;
        
        margin-top: 10px;
    }

    .img-plano{
        width: 100%;
        position: relative;
    }

   

    .number-querie{
        font-size:2px;
    }

    .number{
    font-size:2px;
}

    .arb-2{
        height:20%;
    }

    .aviso{
        width:40px;
        height: 15px;
        top:-100%;
        
    }

    .aviso h4{
        margin-top:10%;
        font-size:7px;
    }

    .aviso-vr{
        right:140%;
   
}

.container-btn-log{
    
    flex-direction: column-reverse;
    width: 100%;
   
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.btn-regresar{
    width: 50%;
    height:14%;
    margin-top:-5%;
}
.btn-regresar button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    text-align: center;
    padding:1px;
    border: none;

}

.btn-regresar button a{
   
    font-size:8px;
}

.logo-Ankara{
    width:40%;
    height:100px;
    padding: 5px;
    margin-top:1%;
   
   
}


}

@media all and (min-width:226px) and (max-width:300px){


    .container{
        padding:10px;
    }
    
    .img-plano-plano-1{
   
    width:30%;
    

}
    
    .img-plano-plano-2{
   
    width:70%;}
    
    
    .title{
        padding:15px;
    }

    .title h4{
        font-size:13px ;
    }
    .title h1{
        font-size:25px;
        font-weight: 700;
    }

    .plano{
        padding:5px;
        
    }

    .img-plano{
        width: 100%;
    }

    .number-querie{
        font-size:2px;
    }

    .number{
    font-size:2px;
}

    .arb-2{
        height:20%;
    }

    .aviso{
        width:40px;
        height: 15px;
        top:-100%;
        
    }

    

    .aviso h4{
        margin-top:10%;
        font-size:7px;
    }

    .aviso-vr{
        right:140%;
   
}

.container-btn-log{
    
    flex-direction: column-reverse;
    width: 100%;
   
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.btn-regresar{
    width: 50%;
    height:14%;
    margin-top:0%;
}
.btn-regresar button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    text-align: center;
    padding:1px;
    border: none;

}

.btn-regresar button a{
   
    font-size:8px;
}

.logo-Ankara{
    width:40%;
    height:100px;
    padding: 5px;
    margin-top: 1%;
   
   
}

}

@media all and (min-width:301px) and (max-width:400px){
    
    
    .img-plano-plano-1{
   
    width:18%;
    

}
    
    .img-plano-plano-2{
   
    width:82%;}
    
   
    
    .title{
        padding:10px;
    }

    .title h4{
        font-size:14px ;
    }
    .title h1{
        font-size:30px;
        font-weight: 700;
    }

    .plano{
        padding:5px;
        
    }

    .img-plano{
        width: 100%;
    }

    .number-querie{
        font-size:5px;
    }

    .number{
    font-size:5px;
}

    .arb-2{
        height:20%;
    }

     .aviso{
        width:50px;
        height: 18px;
        top:-100%;
        
    }
    .aviso h4{
        margin-top:9%;
        font-size:9px;
    }

    .aviso-vr{
        right:140%;

}

.container-btn-log{
    
    flex-direction: column-reverse;
    width: 100%;
   
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.btn-regresar{
    width: 50%;
    height:14%;
    margin-top:3%;
}
.btn-regresar button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    text-align: center;
    padding:1px;
    border: none;

}

.btn-regresar button a{
   
    font-size:12px;
}

.logo-Ankara{
    width:40%;
    height:100px;
    padding: 5px;
    margin-top:3%;
   
   
}

}

@media all and (min-width:401px) and (max-width:600px){
    .container{
        padding:20px;
    }
    .title{
        padding:20px;
    }

    .title h4{
        font-size:14px ;
    }
    .title h1{
        font-size:40px;
        font-weight:700;
    }

    .plano{
        padding:5px;
        
    }

    .img-plano{
        width:90%;
    }

    .img-plano-plano-1{
        width: 30%;
    }

    .img-plano-plano-2 {
        width: 70%;
    }

    .number-querie{
        font-size:6px;
    }

    .number{
    font-size:6px;
}

    .arb-2{
        height:20%;
    }


    .aviso{
        width:50px;
        height: 18px;
        top:-100%;
        
    }
    .aviso h4{
        margin-top:9%;
        font-size:9px;
    }

    .aviso-vr{
        right:140%;
   
    }

    .container-btn-log{
    
    flex-direction: column-reverse;
    width: 100%;
   
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.btn-regresar{
    display: flex;
    justify-content: center;
    width: 50%;
    height:14%;
    margin-top:5%;
}
.btn-regresar button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    text-align: center;
    padding:1px;
    border: none;

}

.btn-regresar button a{
   
    font-size:17px;
}

.logo-Ankara{
    width:40%;
    height:100px;
    padding: 5px;
    margin-top:5%;
   
   
}


}

@media all and (min-width:601px) and (max-width:780px){
    .container{
        padding:20px;
    }
    .title{
        padding:20px;
    }

    .title h4{
        font-size:18px ;
    }
    .title h1{
        font-size:45px;
        font-weight: 700;
    }

    .plano{
        padding:5px;
        
    }

    .img-plano{
        width:70%;
    }

    .number-querie{
        font-size:5px;
    }

    .number{
    font-size:5px;
   }

    .arb-2{
        height:20%;
    }

     .aviso{
        width:56px;
        height: 22px;
        top:-130%;
        
    }
    .aviso h4{
        margin-top:9%;
        font-size:10px;
    }

    .aviso-vr{
        right:140%;
   
    }

    .container-btn-log{
    
    flex-direction: column-reverse;
    width: 100%;
   
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.btn-regresar{
    display: flex;
    justify-content: center;
    width: 50%;
    height:14%;
    margin-top:4%;
}
.btn-regresar button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    text-align: center;
    padding:1px;
    border: none;

}

.btn-regresar button a{
   
    font-size:17px;
}

.logo-Ankara{
    width:40%;
    height:100px;
    padding: 5px;
    margin-top:5%;
   
   
}


}

@media all and (min-width:781px) and (max-width:1024px){
    .container{
        padding:20px;
    }
    

    
    .title h1{
        font-size:60px;
        
        font-weight: 700;
    }

    .plano{
        padding:5px;
        
    }

    .img-plano{
        width:70%;
    }

     .number-querie{
        font-size:6px;
    }

    .number{
    font-size:6px;
   }

    .arb-2{
        height:20%;
    }

    .container-btn-log{
    
    flex-direction: column-reverse;
    width: 100%;
   
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.btn-regresar{
    display: flex;
    justify-content: center;
    width: 50%;
    height:14%;
    margin-top:4%;
}
.btn-regresar button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    border-radius: 25px;
    background: #304e84;
    color: #F0ECE3;
    text-align: center;
    padding:2px;
    border: none;

}

.btn-regresar button a{
   
    font-size:20px;
}

.logo-Ankara{
    width:50%;
    height:100px;
    padding: 5px;
    margin-top:5%;
   
   
}

    .aviso{
        width:56px;
        height: 22px;
        top:-130%;
        
    }
    .aviso h4{
        margin-top:9%;
        font-size:10px;
    }



}

/*Estilos para los formularios:*/
#modalWindow {
    display:none;
    position: fixed;
    z-index: 9999;
    left:0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
    overflow: auto;
}
.container-cotizador-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    
}
.container-cotizador{
    display: flex;
    
    width:70%;
    height:100%;
}

.form-contact{
    display: flex;
    flex-direction: column;
    width: 50%;
    height:auto;
    padding:3%;
    background:#F0ECE3 ;
    font-family: "Playfair Display", serif;
    /*background: rgb(218, 150, 3);*/

}
.form-contact-tittle{
    display: flex;
    justify-content: center;
    padding: 2%;
    color: #304e84;
    margin-bottom: 3%;
}
.form-contact-tittle h2{
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 40px;
}
.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height:100%;
    padding:5px;
}



.form form{
    width:100%;
    height: 100%;
}
.form div{
    width:100%;
    padding:2%;
}




.input-label input{
    width: 100%;
    padding:3%;
    border-radius:20px;
    margin-top: 2%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    background:white;
    

    
}

label{
    font-weight:600;
    color:#304e84;
    font-family: "Playfair Display", serif;
    font-size: 23px;
}


.mensaje textarea{
    width: 100%;
    padding:5%;
    border-radius:20px;
    margin-top: 2%;
    border: none;
    outline: none;
    background: white;

}



.form button{
    width:100%;
    padding:2%;
    border-radius:20px;
    background:#304e84;
    border: none;
    outline: none;
    color: white;
    font-size:17px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
    font-size: 20px;

    

}

.form button:hover{
    background: #021946;
    cursor: pointer;
    color: white;
}

/*Estilos para el formulario de cotización: */
.form-cotizador{
    display: flex;
    flex-direction: column;
    width: 50%;
    height:auto;
    padding:3%;
    background:#304e84;
    color:white;
    
    

}
.precio {
    display: flex;
    flex-direction: row;
    align-items: end;
}
.close{
    margin-left: 90%;
    
}
.close h2{
    font-weight:700;
    cursor: pointer;


}

.form-cotizador form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height:100%;
    padding:5px;
    font-family: "Montserrat", sans-serif;
    color: #F0ECE3;
}

.form-cotizador div{
    width: 100%;
    padding: 2%;
}
.lote-number h1{
    font-family: "Playfair Display", serif;
    color: #F0ECE3;
    font-size: 40px;
    font-weight: 500;
}

.lote-number h1 span{
    font-family: "Playfair Display", serif;
    color: #F0ECE3;
    font-size: 40px;
}

.tittle-precio h2{
    font-family: "Montserrat", sans-serif;
    color: #F0ECE3;
    font-weight: 300;
}

.precio h1{
    margin-right: 5px;
    font-family: "Montserrat", sans-serif;
    color: #F0ECE3;
    font-size: 40px;
    font-weight:700;

}

.precio h4{
    font-weight: 300;
    letter-spacing: 1px;
}



.tittle-area{
    margin-top: 3%;
}



.opciones select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    width:100% ;
    padding:5%;
    border: none;
    border-radius: 25px;
    background:white;
    font-family: "Montserrat", sans-serif;
    color: #304e84;
    font-size: medium;
    font-weight: 500;
    margin-top:3%;
    outline: none;
    border: none;
}

#area-span{
    font-weight: 200;
}

.contado select{
    display: flex;
    width:100% ;
    padding:5%;
    border: none;
    border-radius: 25px;
    background:white;
    font-family: "Montserrat", sans-serif;
    color: #304e84;
    font-size: medium;
    font-weight: 500;
    margin-top:3%;
    outline: none;
    border: none;

}
.enganche select{
    display: flex;
    width:100% ;
    padding:5%;
    border: none;
    border-radius: 25px;
    background:white;
    font-family: "Montserrat", sans-serif;
    color: #304e84;
    font-size: medium;
    font-weight: 500;
    margin-top:3%;
    outline: none;
    border: none;

}

.plazo-financiamiento select{
    display: flex;
    width:100% ;
    padding:5%;
    border: none;
    border-radius: 25px;
    background:white;
    font-family: "Montserrat", sans-serif;
    color: #304e84;
    font-size: medium;
    font-weight: 500;
    margin-top:3%;
    outline: none;
    border: none;
}

.montAnual input{
    display: flex;
    width:100% ;
    padding:5%;
    border: none;
    border-radius: 25px;
    background:white;
    font-family: "Montserrat", sans-serif;
    color: #304e84;
    font-size: medium;
    font-weight: 500;
    margin-top:3%;
    outline: none;
    border: none;
}
.montAnual label{
    color: #F0ECE3;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.btn-cotizacion button{
    width: 100%;
    font-family: "Playfair Display", serif;
    margin-top:10%;
    padding:2%;
    border-radius: 25px;
    font-size:20px;
    font-weight:600;
    background:#F0ECE3;
    color: #304e84;
    outline: none;
    border: none;


    

}

.btn-cotizacion button:hover{
    cursor: pointer;
    background:#021946;
    color:#F0ECE3;

}

#contadoDiv,#precio-pagoContado,#seisMesesDiv, #tabla-pagoContado, #tabla-pagoContado6, #montoEnganche, #plazoFinanciamiento, #plazoFinanciamientoAnual, #pagoAnual, #tabla-pagoFinanciamiento, #tabla-pagoAnual {
            display: none;
}

.precio_pagoContado{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding:5%;
    
}
.precio_pagoContado h1{
    
    color: #F0ECE3;
    font-size: 39px;
    font-weight:700;
}



#mxn2 {
    font-weight: 300;
    font-size: 15px;
}

.precio_pagoContado h3{
    background: #F0ECE3;
    color: #304e84;
    

}

.pago-contado-tabla, .pago-contado-tabla_contado6, .pago-financiamiento-tabla, .pago-anual-tabla{
    display: flex;
    flex-direction: row;
    width:100%;
    padding:5%;
    margin-top: 5%;
    
    
}

.tittle-pago-contado,.tittle-pago-financiamiento, .tittle-pago-financiamientoAnual{
    display: flex;
    flex-direction: column;
    
    align-items: start;
    width:100%;
   

}


#precioCont{
    font-size: 37px;
    font-weight:700;
}

#precioContseis{
     font-size: 37px;
    font-weight:700;
}

#pagoFA{
   font-size: 37px;
   font-weight:700;  
}

.mxn{
    
    font-size: 15px;
    font-weight:300;
    color: #F0ECE3;

   
}


.precio-pago-contado h3{
    width: 70%;
    padding: 3%;
    text-align: center;
}

.tittle-area h2{
    
    font-size: 20px;
    font-weight: 700;
    
}

.tittle-area h2 span{
    font-weight:200;
    
}

.tableFinan2{
    font-size: 39px;
    font-weight:700;
    
}




/*Media Queries para los formularios*/

@media all and (max-width:300px){

    .container-cotizador-container{
        height: auto;
        padding:10px;
    }
    .container-cotizador{
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
    }

    .form-cotizador form {
        justify-content: center;
    }

    .form-contact{
        width:100%;
        height:auto ;
    }

    .form-contact-tittle{
        padding-top: 10px;
        padding-left:5px;
    }

    .form-contact-tittle h2{
        font-size:10px;
        
    }
    label{
        font-size: 7px;
    }
    .input-label, .mensaje label{
        font-size: 7px;
    }

    .input-label input{
        padding: 0;
    }

    .mensaje textarea{
        padding: 0%;
        
    }

    .form button{
       
        font-size:8px;
    }


    .form-cotizador{
        width:100%;
        height: auto;
    }

    .close{
        margin-top: 10px;
        margin-left: 85%;
    }

    .close h2{
        font-size:10px;
        
    }

    .lote-number h1{
        font-size: 12px;
    }
    .lote-number h1 span{
        
        font-size: 12px;
    }

    .precio h1{
        font-size: 10px;
        margin-right: 5px;
    }

    .precio h4{
        font-size: 7px;
    }

    .tittle-precio h2{
        font-size: 10px;
    }

    

   
    .opciones select{
        padding: 3%;
        font-size: 10px;
    }

    .tittle-area h2{
        font-size: 10px;
    }

    .btn-cotizacion button{
        font-size:8px;
        padding: 3%;
    }

    #precioCont{
        font-size: 15px;
    }

    #precioContseis{
        font-size: 15px;
    }

    #pagoF{
       font-size: 15px; 
    }

    #pagoFA{
        font-size: 15px;
    }

    .mxn{
        font-size: 7px;
    }


}

@media all and (min-width:301px) and (max-width:468px){

    .container-cotizador-container{
        height: auto;
        padding:10px;
    }
    .container-cotizador{
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
    }

    .form-cotizador form {
        justify-content: center;
    }

    .form-contact{
        width:100%;
        height:auto ;
    }

    .form-contact-tittle{
        padding-top: 10px;
        padding-left:5px;
    }

    .form-contact-tittle h2{
        font-size:20px;
        
    }

    
    label{
        font-size:15px;
    }

    .input-label, .mensaje label{
        font-size:15px;
    }

    .input-label input{
        padding: 2%;
    }

    .mensaje textarea{
        padding:3%;
        
    }

    .form button{
       
        font-size: 14px;
    }


    .form-cotizador{
        width:100%;
        height: auto;
    }

    .close{
        margin-top: 10px;
        margin-left: 85%;
    }

    .close h2{
        font-size:17px;
        
    }

    .lote-number h1{
        font-size: 22px;
    }

    .tittle-precio h2{
        font-size: 16px;
    }

    .precio h1{
        font-size:22px ;
    }

    .precio h4{
        font-size: 14px;
    }

    .opciones select{
        
        font-size: 12px;
    }

    .tittle-area h2{
        font-size: 20px;
    }

    .btn-cotizacion button{
        font-size:14px;
        padding: 4%;
    }

     .lote-number h1 span{
        
        font-size: 25px;
    }

    .plazo-financiamiento select {
        font-size: 12px;
    }

    .enganche select{
        font-size: 12px;
    }

    #precioCont{
        font-size: 33px;
    }

    #precioContseis{
        font-size: 33px;
    }



}


@media all and (min-width:469px) and (max-width:600px){

    .container-cotizador-container{
        height: auto;
        
    }
    .container-cotizador{
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
    }

    .form-cotizador form {
        justify-content: center;
    }

    .form-contact{
        width:100%;
        height:auto ;
    }

    .form-contact-tittle{
        padding-top: 10px;
        padding-left:5px;
    }

    .form-contact-tittle h2{
        font-size:25px;
        
    }

    .input-label, .mensaje label{
        font-size:17px;
    }

    .input-label input{
        padding: 2%;
    }
    .mensaje label{
        font-size: 23px;
    }
    .mensaje textarea{
        padding: 3%;
        
        
    }

    .form button{
        padding: 3%;
        font-size: 18px;
    }


    .form-cotizador{
        width:100%;
        height: auto;
    }

    .close{
        margin-top: 10px;
        margin-left: 85%;
    }

    .close h2{
        font-size:23px;
        
    }

    .lote-number h1{
        font-size: 30px;
    }

    .tittle-precio h2{
        font-size: 21px;
    }

    .precio h1{
        font-size:33px ;
    }

    .precio h4{
        font-size: 14px;
    }

    .opciones select{
        
        font-size: 15px;
    }

    .tittle-area h2{
        font-size: 23px;
    }

    .btn-cotizacion button{
        font-size:18px;
        padding: 4%;
    }

     #precioCont{
        font-size: 37px;
    }

    #precioContseis{
        font-size: 37px;
    }



}

@media all and (min-width:601px) and (max-width:800px){
    .container-cotizador{
        width: 95%;
    }

    .tittle-area h2{
        font-size: 20px;
    }

    .form-contact-tittle h2{
        font-size:25px;
        
    }

    .precio h1{
        font-size:28px;
    } 

    .precio_pagoContado h1{
        font-size:28px;
    }
    
    #precioCont{
        font-size:28px;
    }

    #precioContseis{
        font-size: 28px;
    }

    #pagoF{
        font-size: 28px;
    }

    .montAnual label {
        font-size: 15px;
    }

    #pagoFA{
        font-size: 30px;
    }
}

@media all and (min-width:801px) and (max-width:1000px){
     .container-cotizador{
        width: 95%;
        height: auto;
    }

    .form-contact{
        height: auto;
    }
    .form-cotizador{
        height: auto;
    }

    .montAnual label {
        font-size: 20px;
    }
    .tableFinan{
        font-size: 20px;
    }
    .tableFinan2 {
        font-size: 39px;
    }
}


    




















