input,textarea {
    border-radius: 0;
    -webkit-appearance: none;
}  

input[type="search"] {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrows.png) no-repeat right 7px;
    background-size: 26px 26px;
    padding-right: 50px;
}


body{
    margin: 0px;
    padding: 0px;
    /*background-color: #808280;*/
}
.baner_cotiza h3{
    font-weight: 100;
    margin:0;
    font-size: 25px;
}
    .baner_cotiza{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
    }
.topMenu{
    height: 80px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.cotizador{
    background: white;
}
.mapa_cotizador{
    background: white;
    /*position: relative;*/
    padding: 0!important;
}
.mapa_cotizador svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mapa_cotizador svg g{
    transition:all 600ms;
}
.whats{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    animation: bounce 1500ms linear infinite;
    -webkit-animation: bounce 1500ms linear infinite;
}
.hide_movil{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.pagoespecial .monto_pago_especial{
    color: #212529;
    font-size: 18px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;

    color: rgba(0,0,0,.7);
    font-size: 15px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
}
.pagoespecial{
    display: none;
    color: #212529;
    font-size: 17px;
   font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #212529;

    color: rgba(0,0,0,.7);
    font-size: 14px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
}
.pagoespecial p{
    margin-bottom: 5px;
}
.ubicacion p{
    color:white;
}
.ubicacion h3{
    color:#29907a;
}
.ubicacion{
    padding: 40px 0!important;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.section_mapa .texto{
    position: absolute;
    right: 50px;
    top: 40px;
    max-width: 280px;
    text-align: right;
    color: #29907a;
    font-size: 18px;
}
.section_mapa{
    position: relative;
}
.section_mapa img{
    width: 100%;
    max-width: 100%;
}
.mapa_cotizador .st0,
.mapa_cotizador .cls-1{
    opacity: 0;
    fill: #c5c36a00;
    cursor: no-drop;
}
.mapa_cotizador circle,
.mapa_cotizador ellipse{
    fill: #09df08;
    /*cursor: no-drop;*/
    display: none;
}
/*.mapa_cotizador .show circle,
.mapa_cotizador .show ellipse{
    display: block;
}*/
.mapa_cotizador svg .disponible path,
.mapa_cotizador svg .disponible polygon{
    fill: #95eab0;
    stroke: #95eab0;
    opacity: 0.4;
    cursor: pointer;
}
.mapa_cotizador svg .apartado path,
.mapa_cotizador svg .apartado polygon{
    fill: #f9d966;
    stroke: #f9d966;
    opacity: 0.4;
    cursor: pointer;
}
.mapa_cotizador svg .vendido path,
.mapa_cotizador svg .vendido polygon{
   fill: #b73631;
    stroke: #b73631;
    opacity: 0.4;
    cursor: pointer;
}
.mapa_cotizador svg text{
    display: none;
    cursor: pointer;
    /*font-weight: bold;*/
    /*font-family: 'Work Sans', sans-serif;*/
    /*font-size: 18px;*/
}
/*.mapa_cotizador .cat_1 polygon,
.mapa_cotizador .cat_1 path,
.mapa_cotizador .cat_32 polygon,
.mapa_cotizador .cat_32 path{
    cursor: pointer;
    display: block!important;
    fill: #95eab0;
    stroke: #95eab0;
    opacity: 0.4;
}
.mapa_cotizador .cat_2 polygon,
.mapa_cotizador .cat_2 path,
.mapa_cotizador .cat_31 polygon,
.mapa_cotizador .cat_31 path{
    opacity: 1!important;
    fill:rgb(152 151 65 / 80%)!important;
    cursor: pointer;
    display: block!important;
}
.mapa_cotizador .cat_1 circle,
.mapa_cotizador .cat_2 circle,
.mapa_cotizador .cat_1 ellipse,
.mapa_cotizador .cat_2 ellipse,
.mapa_cotizador .cat_32 circle,
.mapa_cotizador .cat_31 circle,
.mapa_cotizador .cat_32 ellipse,
.mapa_cotizador .cat_31 ellipse{
    display: block;
}*/
.logo{
    width: 150px;
    height: 55px;
    /*background-image: url(../images/logo.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-position-y: center;
}

.menuLinks{
    position: absolute;
    width: auto;
    right:25px;
    top:25px;
}

.menu{
    color: rgba(0,0,0,.5);
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.menu.active{
    color: #205c40!important;
}
.menu:before{
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    border-radius: 100%;
    position: absolute;
    bottom: 5px;
    width: 8px;
    height: 8px;
    transition: all .4s;
    opacity: 0;
}
.menu.active:before{
    background: #205c40;
    opacity: 1;
    bottom: -10px;
}
.menu:hover:before{
    bottom: -10px;
    opacity: 1;
    background: #9fd4b1;
}

.menu:hover{
    color: rgba(0,0,0,.7);
}

.menu:hover{
    border-bottom-color: #212529;
}

.menuOver{
    color:#212529;
   font-family: "Didact Gothic",sans-serif;
    font-size: 20px;
    text-decoration: none;
    border:0px solid transparent;
    border-bottom: 5px solid  #405f59;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.homeBackground{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 100px;
}
h1,h2,h3,h4,h5,h6{
    color:#F0DECC;
    font-family: "Stint Ultra Expanded",cursive;
    font-weight: 500;
    line-height: 1.2;
}
h2{
    font-size: 45px;
    line-height: 55px;
}
.home_dos,
.home_tres,
.home_cuatro,
.home_cinco,
.ubicacion,
.cotizador,
.contacto{
    position: relative;
    padding: 100px 15px;
    overflow: hidden;
}
.home_tres h2,
.home_tres h3{
    color:#296059!important;
}
.imagen_full{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.items .columns p{
    color:white!important;
}
.home_tres{
    background:#80996E;
    /*background:#296059;*/
}
.cotizador p{
    color: #212529;
}
.cotizador h2{
    color: #212529;
    margin-top: 0;
    margin-bottom: 0px;
}
.contacto label{
    color:white;
   font-family: "Didact Gothic",sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.contacto input,
.contacto textarea{
    border: 1px solid #b3b87c;
    padding: 3px 10px;
    width: 100%;
    border-radius: 4px;
    color:#265E56;
   font-family: "Didact Gothic",sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.contacto input[type="submit"]{
    background: #E7CEB5;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contacto .error{
    box-shadow: 0px 0px 5px red;
}
.contacto .input{
    margin:10px 0;
}
.home_cuatro{
    overflow: initial;
}
.home_tres h3,
.home_cuatro h3,
.home_cinco h3{
    margin-top: 0;
    color:#BFC48E;
    font-weight: 400;
}
.contacto p{
    color:white;
    margin-top:0;
}
.contacto h2{
    margin-top: 0;
    color:#212529;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.contacto .mb-4{
    color:#EDDDCB;
}
.contacto .h4{
    color:#b2ba78;
}
.home_tres h2,
.home_cuatro h2,
.home_cinco h2{
    margin-bottom: 5px;
}

.homeBackground h2{
    color: #CB8462;
    font-size: 60px;
    line-height: 70px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.text_center{
    text-align: center;
}
.items .columns{
    width: calc(100% / 6);
    text-align: center;
    margin:10px 0;
}
.items .columns img{
    width: 60px;
}
.items .columns p{
    font-size: 12px;
    color: #b3b87c;
   font-family: "Didact Gothic",sans-serif;
    font-weight: 400;
}
.items{
   display: flex;
justify-content: center;
   flex-wrap: wrap;
}
.home_dos:before{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_cinco ul,
.home_cuatro ul{
    width: 50%;
    float: left;
    list-style: none;
    padding-left: 16px;
}
.home_cinco li,
.home_cuatro li{
    margin: 0px 0px 10px 0;
    padding-right: 15px;
}
.home_cinco li img,
.home_cuatro li img{
    margin-left: -17px;
    margin-right: 10px;
    margin-top: -5px;
    width: 10px;
}
.home_dos li{
    color:#E9E8CA;
}
.home_dos,
.contacto,
.home_cuatro{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_dos .row,
/*.home_tres .row,*/
.home_cuatro .row,
.home_cinco .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_dos_imagen .imagen{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_dos .row .columns{
   padding: 0 20px;
}
.home_dos .imagen,
.home_cinco .imagen{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cotizador{
    padding-bottom: 20px;
    margin-top: 0px;
}
.cotizador ul{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 18px;
}
.cotizador ul li{
    padding: 5px 20px;
    margin: 0 10px;
    color:white;
    width: 130px;
}
.cotizador .disponibilidad li:before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.cotizador .disponibilidad li{
    padding: 5px 0px;
    margin: 0 10px;
    color: #29907a;
    /*font-family: "Stint Ultra Expanded",cursive;*/
}
.cotizador .disponibilidad li:nth-of-type(1):before{
    background: #95eab0;
  /*  fill: #95eab0;
    stroke: #95eab0;*/
}
.cotizador .disponibilidad li:nth-of-type(2):before{
    background: #f9d966;
  /*  fill: #f9d966;
    stroke: #f9d966;*/
}
.cotizador .disponibilidad li:nth-of-type(3):before{
    background: #b73631;
    /*fill: #b73631;*/
    /*stroke: #b73631;*/
}
.cotizador .tipos li:nth-of-type(3){
background: #b9b35c;
}
.cotizador .tipos li:nth-of-type(2){
    background: #989741;
}
.cotizador .tipos li:nth-of-type(1){
    background: #686a24;
}
.mapa_cotizador .row{
    max-width: 1300px;
    padding-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.align_center img,
.ubicacion .texto img{
    width: 250px;
}
.homeBackground .align_center img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
}
.homeBackground .align_center h2{
        font-family: "Stint Ultra Expanded",cursive;
    color:#F0DECC;
}
.homeBackground .align_center {
    text-align: center;
    max-width: 760px;
}
.align_center{
    padding: 120px 30px;
    position: relative;
    text-align: left;
}
.texto{
    color: #212529;
    font-family: "Didact Gothic",sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
.texto strong{
font-weight: bolder;
}
.bottom{
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.bottomContent{
    width: 1140px;
    height: auto;
    position: relative;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Didact Gothic",sans-serif;
}

.bottomContentElement{
    width: 33%;
    height: auto;
    position: relative;
    float: left;
    display: inline;
    text-align: left;
    color:#fff;
    font-family: 'gilroylight', Arial;
    font-size: 11px;
}

.bottomContentElement a{
    color:#fff;
    text-decoration: none;
}
.ubicacion .texto{
    color:#b5bc79;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
/*.baner_cotiza:before {
     content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
}*/
.cotizador .row{
    text-align: center;
}
.bottomContentElement a:hover{
    text-decoration: underline;
}
.baner_cotiza{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}


.btnHome,
.btn,
input[type="submit"],
.btnContact,
.btnDownload{
    text-transform: uppercase;
    color: white;
    border: 0px;
    background-color: #29907a;
   font-family: "Didact Gothic",sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 40px 10px 40px;
    /*letter-spacing: 1px;*/
    display: block;
    width: auto;
    min-width: 220px;
    text-align: center;
    width: auto;
    display: inline-block;
    transition: all 600ms;
    webkit-transition: all 600ms;
}
#fileLote{
    /*width: 100%;*/
}
.leyenda_pay{
    font-weight: 400;
                                color: #29907a;
                               font-family: "Didact Gothic",sans-serif;
                                width: 100%;
                                display: block;
                                position: relative;
                                overflow: hidden;
                                padding-top: 10px;
                                font-size: 14px;
                            }
                            .boton_pagos.paypal{
                                display: none;
                            }
                            .btn_false{
                                text-align: center;
                                min-width: 220px;
                                cursor: pointer;
                                color: #fff;
                                border: 0px;
                                background-color: #3b7bbf;
                                font-family: "Didact Gothic",sans-serif;
                                 font-weight: 700;
                                font-size: 16px;
                                width: auto;
                                text-decoration: none;
                                border-radius: 30px;
                                padding: 8px 25px 8px 25px;
                                float: left;
                                margin-top: 20px;
                                display: inline-block;
                                text-transform: uppercase;
                            }
.btnContact,
.btnDownload{
    font-size: 16px;
}
.btnHome:hover,
.btn:hover,
input[type="submit"]:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.contacto .row{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contacto a{
    color:#EDDDCB;
}

    .button_menu{
        width: 25px;
        z-index: 4;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 30px;
        display: none;
    }
    .button_menu:after{
          background-color: #0c3435;
          content: '';
          display: block;
          height: 3px;
          transition: all 500ms ease-in-out;
          -webkit-transition: all 500ms ease-in-out;
    }
    .button_menu.actived:after{
        background-color: #0c3435;
        transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        width: 28px;
    }
  .button_menu.actived:before{
        background-color: #0c3435;
        box-shadow: 0 0 0 #0c3435!important;
        -webkit-transform:translateY(9px) rotate(45deg);
        transform:translateY(9px) rotate(45deg);
        width: 28px;
  }
  .button_menu:before{
    background-color: #0c3435;
    content: '';
    display: block;
    height: 3px;
    box-shadow: 0 8px 0 #0c3435;
    margin-bottom: 13px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
 }
/* AVISO DE PRIVACIDAD */

.closePrivacy{
    width: 100%;
    text-align: right;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
    padding-top: 35px;
}

.closeButtonPrivacy{
    width: 35px;
    height: 35px;
}

.privacyContent{
    width: 100%;
    text-align: justify;
    padding-left: 200px;
    padding-right: 200px;
    box-sizing: border-box;
}

.blueTittle{
    color: #CEA877;
   font-family: "Didact Gothic",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blueContent{
    color: #b3b87c;
   font-family: "Didact Gothic",sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.blueContent a{
    color: #405f59; 
}

.blueContentSecond{
    color:#212529;
   font-family: "Didact Gothic",sans-serif;
    font-size: 12px;
    text-decoration: none;
}


/* COTIZADOR */
.cotizadorContent{
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #EAEAEA;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cotizadorContentCenter{
    position: relative;
    display: inline-block;
}

.leyenda_dispo {
    font-size: 16px;
    font-family: "Didact Gothic",sans-serif;
    color: #212529;
    text-decoration: none;
    padding-left: 43px;
    padding-top: 7px;
    background-image: url('../images/bola_blanca.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 35px;
    width: auto;
    display: inline;
    float: left;
    text-align: left;
    margin-right: 25px;
}



#fondo_blanco {
    background-color: #ffffff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
    top: 0px;
    left: 0px;
    overflow-y:auto;
    overflow-x:auto;
}

#cerrar_vista {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#contenido_vista {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.vista {
    width: 55%;
    position: relative;
    height: 100vh;
    display: inline;
    float:left;
    text-align: center;
    background-color: #fff;
}

.vistaContent{
    width: 90%;
    max-width: 650px;
    text-align: left;
    height: auto;
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    flex-direction:inherit;
    box-sizing:initial;
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.vistaContent1{
    width: 35%;
    position: relative;
    display: inline;
    float: left;
    margin-right: 3%;
}
.img_lote{
    width: 100%;
    background-size: contain;
    background-position: center;
}
.vistaContent2{
    width: 62%;
    position: relative;
    display: inline;
    float: left;
}

.loteTitle{
   font-family: "Didact Gothic",sans-serif;
    font-size: 28px !important;
    color: #296059;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.loteSubtitle{
    color:rgba(0,0,0,.7);
    font-size: 22px !important;
    text-decoration: none;
   font-family: "Didact Gothic",sans-serif;
     margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.loteSm2{
    color:rgba(0,0,0,.7);
   font-family: "Didact Gothic",sans-serif;
    font-size: 22px !important;
    text-decoration: none;
    font-weight: 600;
}

.lotePrice{
    color: #296059;
   font-family: "Didact Gothic",sans-serif;
    font-size: 22px !important;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.cajas_select {
    box-sizing: border-box;
    margin-top:10px;
    text-decoration: none;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-left:15px;
    padding-right:33px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #29907a;
    color: #29907a;
    width: 100%;
    border-radius: 4px;
   font-family: "Didact Gothic",sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#dos .images img{
    width: 80px;
}
#dos .images {
    text-align: center;
}
.inputsPlazos {
    color: #29907a;
    font-family: "Didact Gothic",sans-serif;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid #29907a;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    text-align: center;
    width: 40px;
}

#imageLote{
    padding-top: 10px;
    height: 278px;
}

/*.btnDownload{
    color:#fff;
    border:0px;
    background-color: #5596A5;
    font-family: "Didact Gothic",sans-serif;
    font-size:16px;
    width: auto;
    text-decoration: none;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
}*/

.vistaContacto {
    width: 45%;
    position: relative;
    height: auto;
    display: inline;
    float: right;
    height: 100vh;
    background: #83bfaa;
    background-size:cover;
    background-repeat: no-repeat;
}
.vistaContacto #titulo{
    color:white;
}
.contactContent{
    width: 100%;
    box-sizing: border-box;
    padding-right: 100px;
    padding-left: 100px;
    text-align: left;
    height: auto;
    position: relative;
    display: inline-block;
    
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.btnContact{
    color:#fff;
    border:0px;
    background-color: #773F2F;
    font-family: "Didact Gothic",sans-serif;
    font-size:16px;
    width: auto;
    text-decoration: none;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
}*/

.cajas {
   /* background-color: transparent;
    color: #212529;
    font-size: 16px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
    border: 0px;
    border-bottom: 1px solid #212529;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;*/
    border: 1px solid #296059;
    color: #296059;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px;
   font-family: "Didact Gothic",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.cajasTextarea{
    margin-bottom: 20px; resize:none;
    height: 150px;
}

.plazosAlerts{
    color: rgba(0,0,0,.7);
    font-size: 14px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
}

.plazosAlertsPrices{
    color: rgba(0,0,0,.7);
    font-size: 16px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
}

.infoPrices{
    width: 100%;
    border:1px solid rgba(0,0,0,.7);
    border-collapse: collapse;
}

.infoPrices tr{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    padding-left:0px;
    border-left: 1px solid transparent;
}

.infoPrices tr td{
    width: 50%;
    padding: 15px;
    padding-left: 0px;
    text-align: left;
    margin-top: 20px;
}

.tdSepcial{
    border-right: 1px solid transparent;
    padding-left: 25px !important;
}

.infoPricesSpaces{
    width: 100%;
    height: 50px;
    position: relative;
}

.infoPricesSpacesLeft{
    padding:0px;
}

.porcenEnganche{
    position: absolute;
    left: 52px;
    top: 1px;
}

.confirmationText{
    color: #b3b87c;
    font-size: 14px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
}

.item-point{
    padding-left: 0px;
    padding-top: 0px;
    width: 0px !important;
    height: 0px !important;
    position: relative;
}

.bolasTxt{
    color: #fff;
    font-size: 8px;
    font-family: "Didact Gothic",sans-serif;
    font-weight: 100;
    text-decoration: none;
    text-align: center;
    position: absolute;
    left: -9px;
    top: -22px;
    height: auto;
    width: 19px;
    background-color: transparent;
    z-index: 2;
    background-color: transparent;
}

.bolas {
    width: 17px;
    height: 17px;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 1;
}

.bolasImg {
    width: 17px;
    height: 17px;
    position: relative;
}

.fakeScalize{
    width: 100%;
    height: auto;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1;
}

.posScalize{
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.slideMoreTop{
    position: absolute !important;
    right: 10px;
    top:10px;
    z-index: 200;
}

.slideMoreBottom{
    position: absolute !important;
    right: 10px;
    bottom:10px;
    z-index: 201;
}

.arrows{
    display: none;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.btnType{
    height: 35px;
}

.typesLotes{
    position: relative;
    display: inline-block;
    height: auto;
    padding-bottom: 20px;
}

.typeLotesDiv{
    height: 35px;
    display: inline;
    float: left;
    width: 150px;
}
    .bottom img{
        width: 80%;
    }
.home_dos{
    padding: 0;
}
.home_dos .centro{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    padding-top: 120px;
}
.home_dos .columns{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home_dos img{
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
    display: block;
}
.home_dos img.rotate{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.home_dos .row{
    max-width: 100%;
    width: 100%;
    display: block;
}
.home_dos .imagen{
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
}
.imagen_full{
    text-align: center;
    padding:100px 0;
}
@media screen and (min-width: 900px) {
    .object-container{
    position: relative;
    overflow: auto;
}
.zoomer-container{
  background: rgba(0, 0, 0, 0.6);
  width: 230px;
  height: 60px;
  position: absolute;
  border-radius: 0px;
  text-align: center;
  margin-top: -60px;
}

.zoom-slider {

  -webkit-appearance: none;

    width: 220px;

    height: 6px;

    background: #ccc; 

    outline: 0;

    border: 0;
    -webkit-transition: .2s;

    transition: opacity .2s;

    z-index: 100;
    position: relative;
    border-radius: 5px;
}



.zoom-slider::-webkit-slider-thumb {

  -webkit-appearance: none;

    appearance: none;

    width: 20px;

    height: 20px;

    border-radius: 50%;
    background: #16a085;

    background: linear-gradient(to bottom right, #16a085,  #16a060 );
    cursor: pointer;

    outline: 0;

    border: 0;
}



.zoom-slider::-moz-range-thumb {

    width: 20px;

    height: 20px;

    border-radius: 50%;
    background: #16a085;

    background: linear-gradient(to bottom right, #16a085,  #16a060 );
    cursor: default;

    outline: 0;

    border: 0;
}


.object-container{
   margin-left: auto;
   margin-right: auto;
   display: block;
   overflow: visible;
   overflow-x: scroll;
   overflow-y: scroll;
   height: auto;
   width: 100%;
}

.image-container img{ 
   position: inherit;
   display:  block;
   width: 100%;
   height: auto;
}

.zoomer-status{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.zoomer-container{
    position: absolute;
    /*background: #997167;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*padding: 6px 10px;*/
   font-family: "Didact Gothic",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}
.img_mapa{
    width: 100%;
}
.myimage{
    position: relative;
}
}
@media screen and (max-width: 900px) {
    .cotizador h2{
        font-size: 30px;
    }
.contacto img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}
.section_mapa .texto{

    position: relative;
    padding: 20px;
    width: 100%;
    right: auto;
    top: auto;
    max-width: 100%;
    text-align: center;
    background: #0c3435;
    color: white;

}
.baner_cotiza .areas_dos{
    position: relative;
    right: auto;
    bottom: auto;
    width: 45%;
    float: right;
    margin-top: -31px;
}
.baner_cotiza .titulo{
    position: relative;
    left: auto;
    padding: 25px 0;
}
.baner_cotiza .areas{
    width: 40%;
    left: 0;
    bottom: auto;
    margin-top: 20px;
    position: relative;
    float: left;
}
.baner_cotiza .areas h3{
    font-size:  16px;
    line-height:  26px;
}
.hide_movil{
    display: none;
}
#container{ height: 100%; margin: 0 auto 0 auto; max-width: 100%; width: 100%; }
#container .zoom{ background-color: #DDD; height: 100%; margin: auto; overflow: hidden; width: 100%; }
#container .zoom .media{ bottom: 0; display: block; left: 0; margin: auto; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0; 
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; 
}
.home_dos,
.home_cuatro,
.home_cinco{
    text-align: center;
}
.home_dos .imagen{
    position: relative;
    margin-bottom: 0!important;
}
#dos ul{
    padding: 0;
    list-style-position: inside;
}
.transition{
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}


    .myimage img{
        width: 100%;
    }
    .mapa_cotizador{
        overflow: auto;
    }
    .mapa_cotizador .row{
        width: 300%!important;
        max-width: 300%!important;
    }
    .bottom img{
        max-width: 150px;
        width: 100%;
    }
    .items .columns{
        width: calc(100% / 3);
    }
    .homeBackground{
        margin-top: 87px;
    }
    .button_menu{
        display: block;
    }
    .contacto .columns.large-5{
        margin-top: 30px;
    }
    .home_tres .texto,
    .home_cinco .texto{
        order:2;
    }
    .home_tres .home_dos_imagen,
    .home_cinco .home_dos_imagen{
        order:1;
    }
    .texto{
        /*text-align: center;*/
    }
    .home_dos .row, 
    .home_tres .row, 
    .home_cuatro .row, 
    .home_cinco .row{
        flex-wrap: wrap;
    }
    .home_dos .imagen, 
    .home_cinco .imagen,
    .home_dos_imagen .imagen{
        height: 320px;
        margin-bottom: 10px;
    }
    .typesLotes{
        padding-bottom: 10px;
    }

    .btnType{
        height: 20px;
    }
    
    .typeLotesDiv{
        height: 20px;
        
        width: 95px;
    }

    .plazosAlerts{
        font-size: 12px;
    }

    .infoPrices{
        width: 100%;
        /*background-color: #773F2F;*/
    }

    .leyenda_dispo {
        font-size: 10px;
        font-family: "Didact Gothic",sans-serif;
        color: #000;
        text-decoration: none;
        padding-left: 20px;
        padding-top: 0px;
        background-size: 15px 15px;
        height: 20px;
        margin-right: 15px;
        padding-top: 6px;
        padding-left:26px;
      }
    
    .item-point span{
        top: 6px;
        font-size: 6px;
        left: -56%;
        top: -6px;
    }

    .arrows{
        display: initial;
    }

    .posScalize{
        overflow-x: auto;
    }

    .fakeScalize{
        overflow-y: hidden;
        overflow-x: auto;
        width: 400vw;
    }
    
    
    #fondo_blanco{
        position:fixed;
        overflow-y:scroll;
        overflow-x:hidden;
    }

    .vista {
        width: 100%;
        height: auto;
        display: inline-block;
      
    }

    .vistaContent{
        width: 100%;
        top: 0%;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-right: 15px;
        padding-left: 15px;
        display: flex; 
        /*flex-direction: column;*/
        box-sizing: border-box;     
        left:0;   
    }

    .vistaContent1{
        width: 22%;
        position: relative;
        display: inline;
        float: left;
        padding-top: 20px;
        padding-bottom: 0px;
       
    }
    /*.img_lote{
        height: 200px;
        width: auto;
    }*/
    #fileLote{
        min-width: auto;
        box-sizing: border-box;
    }
    .vistaContent2{
        width: 76%;
        position: relative;
        display: inline;
        float: left;
        padding-top: 15px;
        padding-bottom: 20px;
     
    }

    .vistaContacto {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
        height: auto;
        display: inline;
        float:left;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contactContent{
        top: 0%;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }

    .scalize .item-point {
        width: 10px;
        height: 10px;
    }


    .bolasTxt{
        left: -11px;
        top: -18px;
        /*height: auto;
        width: 19px;*/
       
    }

   

    .bolasImg {
        width: 13px;
        height: 13px;
    }

    .bolas {
        width: 13px;
        height: 13px;
    }
    
    .btnHome{
        font-size:18px;
        border-radius: 20px;
        padding: 8px 20px 8px 20px;
    }

    .topMenu{
        height: 90px;
       
    }
    
  /*  .logo{
        width: 60px;
        height: 80px;
    }*/
    .menuLinks .menu_contain{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 90%;
        text-align: center;
    }
    .menuLine{
        display: none;
    }
    .menuLinks{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: white;
    }

    .menu{
        display: block;
        font-size: 20px;
        border-bottom: 5px solid transparent;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 5px;
        padding: 10px 0;
        margin: 0;
       
    }
    
    .menuOver{
        font-size: 16px;
        text-decoration: none;
        border:0px solid transparent;
        border-bottom: 5px solid  #773F2F;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 5px;
    }

    .menuLine{
        margin-left: 14px;
        margin-right: 14px;
    }


    .bottomContent{
        max-width: 1200px;
        width: 100%;
        box-sizing: border-box;
        padding-right: 30px;
        padding-left: 30px;

    }

    .bottomContentElement{
        width: 100%;
        padding-bottom: 20px;
        font-size: 12px;
        text-align: center;
    }


     /* AVISO DE PRIVACIDAD */

     .privacyContent{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .blueContent{
        font-size: 12px;
    }
    
    .blueTittle{
        font-size: 18px;
    }
    

    .closeButtonPrivacy{
        width: 25px;
        height: 25px;
    }

    .closePrivacy{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .baner_cotiza img{
        /*display: none!important;*/
    }
    .baner_cotiza .row{
        position: relative;
        top: auto;
        left: auto;
      /*  transform: translate(0);
        -webkit-transform: translate(0);*/
    }
    .baner_cotiza .texto{
        /*text-align: center;*/
    }
    .baner_cotiza ul{
        padding: 0;
    }
}
@media screen and (max-width: 714px) {
   .imagen_full h2{
         font-size: 25px;
        line-height: 35px; 
    }
    .cotizador p{
        font-size: 12px;
    }
    .contacto h2{
        font-size: 25px;
        line-height: 35px;
    }
    .galeria .imagen{
        height: 250px;
    }
    .galeria .owl-prev,
    .galeria .owl-next{
        width: 35px;
    }
    .baner_cotiza{
        padding-bottom: 0;
    }
    .baner_cotiza .areas{
        width: 100%;
        text-align: center;
    }
    .baner_cotiza .areas_dos{
        width: 100%;
        text-align: center;
        border: 1px solid #f9bab0;
        margin-top: 10px;
        padding: 20px;
        font-size: 14px;
    }
    .align_center{
        padding: 80px 30px;
    }
    .baner_cotiza .row{
        flex-wrap: wrap;
        text-align: center;
    }
    .baner_cotiza .row .texto{
        order:2;
    }
    .baner_cotiza .texto{
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .bottom img{
        width: 120px;
    }
    .ubicacion{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .ubicacion .mapa{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .ubicacion .texto{
        padding-left: 30px;
        padding-right: 30px;
    }
    #cotizador{
        padding: 60px 15px;
        padding-bottom: 10px;
        margin-top: 0px;
        padding-top: 20px;
    }
    .mapa_cotizador .row{
        width: 100%!important;
        max-width: 100%!important;
    }
    .cotizador .disponibilidad li:before{
        margin-top: -3px;
        margin-right: 0;
    }
    .cotizador .disponibilidad li{
        margin: 0 5px;
    }
    .cotizador ul li{
        margin: 0 5px;
        padding: 5px 15px;
        font-size: 8px;
        width: 85px;
    }
    .items .columns{
        width: calc(100% / 2);
    }
    .home_cinco ul,
    .home_cuatro ul{
        width: 100%;
        margin: 0;
    }
    .home_dos, .contacto, .home_cuatro{
        background-attachment: initial;
        background-size: cover;
        background-position: center;
    }
    .home_cinco ul, .home_cuatro ul{
        text-align: center;
    }
    h1{
        font-size: 23px!important;
    }
    .home_dos,
    .home_tres,
    .home_cuatro,
    .home_cinco,
    .ubicacion,
    .cotizador,
    .contacto{
        padding: 60px 15px;
    }
    .home_dos .imagen,
     .home_cinco .imagen, 
     .home_dos_imagen .imagen{
        height: 150px;
        margin-bottom: 0px;
    }
    .home_dos{
        padding: 0;
    }
    .btnHome, 
    .btn, 
    input[type="submit"]{
        font-size: 16px;
    }
    .homeBackground h3{
        font-size: 25px;
    }
    .homeBackground h2{
        font-size: 31px;
    }
}   

.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}