* {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background-image: url("imagenes/chincha-fondo2.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 91vh;
}

.mapa-lotes {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: fit-content;
}


iframe {
    height: 340px;
}


#contenedores-manzanas {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
    background-image: url(./imagenes/mapa98.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 700px 200px 200px 0px;
    min-height: 100vh;
    transform: scale(1.2);
    /* Aplica zoom del 120% */
    transform-origin: center;
    /* Mantiene el zoom centrado */
    zoom: 40%;
    margin-top: 200px;

}





.lote {
    width: 15px;
    height: 13.5px;
    border: 0.5px solid #fff;
    background: #f2f2f2;
    color: #fff;
    font-weight: 500;
    text-align: center;
    align-items: center;
    font-size: 4px;
    /* padding: 5px; */
    cursor: pointer;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.lote[data-estado="vendido"] {
    background-color: #cc2424;
}

.lote[data-estado="separado"] {
    background-color: #19578a;
}

.lote[data-estado="estrategico"] {
    background-color: #e99c01;
}

.lote[data-estado="disponible"] {
    background-color: #fcc48c;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #444;
    padding: 20px;
    z-index: 999;
    width: 400px;
    border-radius: 8px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


#cerrar-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.tabs {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.tab {
    flex: 1;
    padding: 5px;
    cursor: pointer;
    background: #9f9f9f;
    border: 1px solid #aaa;
    text-align: center;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 15PX;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.tab.active {
    background-image: linear-gradient(180deg, #2C94D1 0%, #2455A7 100%);

}

.tab-content {
    display: none;
    margin-top: 10px;
}

.tab-content.active {
    display: block;
}

.btn-tab {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #2c7;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.content-precio {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.dinero {
    color: #000;
    font-weight: 700;
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
}

.contado {
    color: #C3C2C8;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

.content-check {
    display: flex;
    align-items: center;
    gap: 6px;
    /* Espacio entre el ��cono y el texto */
}

.icono-check {
    width: 30px;
    height: 30px;
}

.text-lotes {
    color: #000;
    font-weight: 800;
    font-size: 16px;
}

.text-plazo {
    font-size: 16px;
    font-weight: 800;
    color: #A5A5A8;
    text-align: center;
}

.content-btn-what {
    display: flex;
    justify-content: center;

}

.btn-wha {
    background-image: linear-gradient(180deg, #2C94D1 0%, #2455A7 100%);
    border-radius: 20px;
    padding: 15px;
    color: #FFF;
    font-weight: 800;
    text-decoration: none;
}

/* aqui damos el estilo circular de cada manzana con su respectivo color  */
.fila-lotes {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-bottom: 5px;
}

.manzana-label-centrado {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
}





/* le damos estilos a la manzana A */
/* Manzana A*/
.manzana-a {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 20px;
}

.manzana-a .lote {
    width: 20px;
    height: 35px;
    font-size: 8px;
    text-align: center;
}

/* manzana b */

.manzana-b {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 20px;
}

.manzana-b .lote {
    width: 20px;
    height: 35px;
    font-size: 8px;
    text-align: center;
}

/* manzana c */
.manzana-c {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 20px;
}

.manzana-c .lote {
    width: 20px;
    height: 35px;
    font-size: 8px;
    text-align: center;
}

/* manzana d */
.manzana-d {
    width: 40%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 20px;
}

.manzana-d .lote {
    width: 20px;
    height: 35px;
    font-size: 8px;
    text-align: center;
}

/* manzana e */

.manzana-e {
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 20px;
}

.manzana-e .lote {
    width: 20px;
    height: 35px;
    font-size: 8px;
    text-align: center;
}

/* manzana f */

.manzana-f {
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 20px;
}

.manzana-f .lote {
    width: 20px;
    height: 35px;
    font-size: 8px;
    text-align: center;
}

.content-fila1 {
    width: 7%;
    height: auto;
    display: flex;
    display: flex;
    flex-direction: column;
}

.content-fila2 {
    width: 44%;
    height: auto;
    flex-direction: column;
    display: flex;
    gap: 5px;
}

.content-fila3 {
    width: 31%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 32px;
}

/* container lotes vacios  */
.container-lotes-vacios {
    width: auto;
    height: 200px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.conten-vacio-blanco {
    width: auto;
    height: 180px;
}

.content-fila-vacio {
    background-color: #f5f5f5;
    width: 20%;
    height: auto;
    border: 5px solid red;
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.number1 {
    font-weight: 900;
    font-size: 46px;
    color: #000;
    margin-top: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.etapa {
    color: #000;
    font-weight: 900;
    font-size: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.content-columna-vacio {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
}


/* manzana a- b  */
.content-ab {
    display: flex;
    flex-direction: column;
}

.content-gh {
    /*  color pista */
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.btn-whatsapp {
    display: inline-flex;
    height: 26px;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.btn-whatsapp:hover {
    background-color: #25D366;
    transform: scale(1.05);
}

.icono-whatsapp {
    width: 24px;
    height: 24px;
}

.bn632-hover {
    width: 160px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: -2px;
}

.bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:focus {
    outline: none;
}

.bn632-hover.bn19 {
    background-image: linear-gradient(to right,
            #f5ce62,
            #e43603,
            #fa7199,
            #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}


.container-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
}



.btn-55 {
    background: linear-gradient(90deg, blue, red);
    border-radius: 999px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: 900;
    overflow: hidden;
    padding: 20px 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;

}


.text-devoluciones {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.logo-paracas-lote {
    margin-top: 60px;
}

.boton-rojo {
    background-color: #e53935;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.boton-rojo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-45deg);
    transition: left 0.5s ease;
}

.boton-rojo:hover {
    background-color: #c62828;
    box-shadow: 0 6px 16px rgba(229, 57, 53, 0.6);
}

.boton-rojo:hover::before {
    left: 200%;
}

/* Modal */
.modal-pago-inicial {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-contenido-pago {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Botón cerrar */
.cerrar-pago {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.cerrar-pago:hover {
    color: #000;
}

/* Tabs */
.tabs-pago {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    gap: 10px;
}

.tab-pago {
    flex: 1;
    padding: 10px;
    background-color: #f1f1f1;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

.tab-pago.active {
    background-color: #e53935;
    color: white;
}

/* Contenido de cada tab */
.contenido-tab-pago {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    border-top: 1px solid #ccc;
}



.fila1-grupo2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.container-fila1 {
    width: 12.2%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #04dcdc;
}

.container-segundaetap-primera {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
}

.fila1-grupo-k-i {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 0px 15px;
    gap: 20px;
}

.grupo1-content-segunda-etapa-q-r {
    display: flex;
    flex-direction: column;
    padding: 0px 19px;
}

.parque-segunda-etapa {
    width: 130px;
    height: 100px;
    margin-top: -102px;
    margin-bottom: 20px;
}

.container-lotesv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 15px;
}


/* segundo recuadro de los lotes  */


.container-fila2-grupo1 {
    width: auto;
    height: 84.4%;
    background-color: #25D366;
}

.container-fila2-grupo24 {
    width: auto;
    height: auto;
    background-color: #888;
    padding: 0px 0px 0px 55px;
}

.fila1-grupo {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    gap: 15px;
}

/* contenedores fila 3 */


.container-fila3-grupo1 {
    width: auto;
    height: 80%;
    background-color: red;
    display: flex;
    flex-direction: row;
}

.container-fila3-grupo2 {
    width: auto;
    height: auto;
    background-color: #9c1434;
}

.club-house {
    width: 220px;
    height: 324px;
    margin-top: -172px;
    margin-left: -50px;
    transform: rotate(-11deg);
}

.container-fila3-grupo3-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.container-rotonda {
    width: auto;
    display: flex;
    flex-direction: row;
}

.container-filas-lotes {
    width: auto;
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    margin-left: 30px;
}

.container-filas-lotes2 {
    width: auto;
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    margin-left: 10px;
}

.rotonda {
    width: 49px;
    height: 62px;
    margin-left: -36px;
    margin-top: -33px;
}

.container-f1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 40px;
}


.container-u1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.container-filas-lotes3 {
    display: flex;
    flex-direction: column;
}

.container-filas-lotes3-1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    margin-left: -85px;
    transform: rotate(-10deg);
}

.container-fila1-d1 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.container-columna-primera-chincha {
    width: 15%;
    display: flex;
    flex-direction: column;

    padding-top: 25px;
}

/* nuevo */


.container-fila-map {
    display: flex;
    flex-direction: column;
    height: 300px;
    margin-top: -681px;
    align-items: end;
    width: 46%;
}

.fila1-grupo1 {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.fila-grupo2 {
    margin-left: 49px;
    margin-top: 0px;
}

.container-fila2 {
    width: 49%;
    margin-top: 556px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: red; */
}

.container-fila3 {
    width: 10%;
    display: flex;
    flex-direction: column;
    /* background-color: pink;  */
    justify-content: end;
    margin-top: 280px;
    margin-left: -461px;
}

.container-fila4 {
    margin-bottom: -95px;
    transform: rotate(-8deg);
    margin-left: 30px;
}

.primera-etapa {
    width: 20%;
    display: flex;
    flex-direction: row;
    transform: rotate(-28deg);
    height: 230px;
    margin-top: 96px;
    margin-left: -73px;
    gap: 25px;
}

.container-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-chincha {
    width: 240px;
    height: 120px;
}

.container-primer-etapa1 {
    display: flex;
    flex-direction: row;
    height: 55px;
    margin-top: -281px;
    transform: rotate(-8deg);
    margin-left: -99px;
}

.lote-vertical {
    display: flex;
    flex-direction: row;
    transform: rotate(-12deg);
    margin-left: 20px;
    gap: 20px;
}

div#contenedor-lotes-l2 {
    margin-top: 30px;
}

div#contenedor-lotes-g2 {
    margin-right: -12px;
    margin-top: -33px;
}

/* --- Estilos generales para cualquier manzana --- */
.manzana-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.manzana-label {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
}

.manzana-fila {
    display: flex;
}

.lote-celda {
    width: 27px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lote-celda-R2,
.lote-celda-Q2 {
    height: 14px;
}

.lote-img {
    width: 30px;
    height: 40px;
    margin-top: -1px;
}

.lote-img-sec {
    width: 34px;
    height: 40px;
    margin-left: -3px;
    margin-top: -1px;
}


/* manzana L2 */
/* Contenedor principal de L2 */
.l2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-top: -14px;
    margin-right: 84px;
}

/* Cuando es celular */
.l2-wrapper.celular {
    margin-top: 2px;
}

/* Etiqueta de la manzana */
.manzana-label-centrado {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

/* Fila de lotes */
.fila-lote {
    display: flex;
    justify-content: center;
}

/* Estilos de cada lote */
.lote-div {
    width: 27px;
    height: 13.5px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lote-div.celular {
    height: 15.5px;
}

/* Imágenes especiales */
.bule1 {
    width: 32px;
    height: 75px;
    margin-top: -1px;
}

.bule2 {
    width: 32px;
    height: 75px;
    margin-left: -3px;
    margin-top: -1px;
}

/* Contenedor principal de K2 */
.k2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-top: 20px;
}

/* Etiqueta de la manzana */
.manzana-label-centrado {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

/* Fila de lotes */
.fila-lote {
    display: flex;
    justify-content: center;
    /* Si quieres espacio extra entre lotes descomenta */
    /* gap: 2px; */
}

/* Estilos de cada lote en K2 */
.lote-k2 {
    width: 26px;
    height: 14.5px;
}

/* Imágenes especiales */
.par1 {
    width: 18px;
    height: 30px;
}

.par2 {
    width: 18px;
    height: 30px;
    margin-left: -3px;
}

/* Contenedor principal de D2 */
.d2-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -245px;
    padding-top: 90px;
    transform: rotate(6deg);
    margin-right: 208px;
    /* valor por defecto (desktop) */
}

/* manzana G  */
.wrapper-g2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    /* valor por defecto en desktop */
    margin-right: 62px;
}
/* responsive 2025 */
.manzana-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.manzana-label-centrado {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.manzana-fila {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
}

.manzana-fila1 {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
}

/* --- Lote base --- */
.lote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 6px;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;

}

div#contenedor-lotes-a2 {
    margin-left: -50px;
}


.manzana-A2 .lote-div {
    width: 17px;
    height: 35px;
}

.manzana-B2 .lote-div {
    width: 17px;
    height: 35px;
}

.wrapper-g2 .manzana-label-centrado {
    margin-bottom: 5px;
}

.lote-img1{
    width: 30PX;
    height: 40PX;
}
div#contenedor-lotes-b2 {
    margin-bottom: 29px;
    margin-top: -14px;
}

div#contenedor-lotes-d2 {
    margin-bottom: -124px;
    margin-right: -190px;
}

/* Estilos de los lotes en G2 */
.lote-g2 {
    width: 26px;
    height: 14px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lote-b2 {
    width: 26px;
    height: 14px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* manzana D2 */
.wrapper-d2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -245px;
    padding-top: 90px;
    transform: rotate(6deg);
    margin-right: 208px;
    /* valor por defecto en desktop */
}

/* Etiqueta de la manzana (centrada en círculo) */
.wrapper-d2 .manzana-label-centrado {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

/* Fila de lotes */
.fila-d2 {
    display: flex;
    justify-content: center;
}

/* Lotes individuales */
.lote-d2 {
    width: 13px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Texto dentro del lote (rotado) */
/*.lote-d2-texto {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 8px;
    line-height: 1;
}*/

.contenedor-k2 {
    width: 27%;
    margin-top: -20px;
}

.par1,
.par2 {
    width: 35px;
}

.zoom-controls {
    display: flex;
    justify-content: center;
    z-index: 100;
    position: relative;
    margin-top: 60PX;
    gap: 10px;
}

button#zoomOut,
button#zoomIn {
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
}

button#resetZoom {
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 50%;
}

@media only screen and (min-width: 360px) and (max-width: 387px) {

    body {
        background-image: url(./imagenes/2etapa.webp);
        background-position: center top;
    }

    div#contenedores-manzanas {
        margin-top: 37%;
        width: 46%;
    }

    .zoom-controls {
        display: none;
    }


    div#popup-lote {
        zoom: 50%;
    }

    .container-fila-map {
        width: 50%;
        margin-top: -622px;
        margin-left: 55px;
    }

    .lote-celda {
        width: 24px;
    }

    .lote-celda-R2,
    .lote-celda-Q2 {
        height: 10px;
    }

    .lote {
        height: 10.5px;
    }

    .lote-img,
    .lote-img-sec {
        height: 30px;
    }

    .bule1,
    .bule2 {
        height: 50px;
    }

    div#contenedor-lotes-l2 {
        margin-top: -16px;
    }

    .lote-div.celular {
        height: 11px;
    }

    .contenedor-k2 {
        width: 82%;
        margin-top: -33px;
        margin-right: 45px;
    }

    div#contenedor-lotes-g2 {
        margin-right: 0px;
        margin-top: -42px;
    }

    .container-fila2 {
        align-items: center;
        margin-bottom: 70px;
        margin-left: 315px;
        width: 1%;

    }

    .lote-d2 {
        width: 11px;
        height: 22px;
    }

    div#contenedor-lotes-d2 {
        margin-left: 80px;
    }

    .fila-grupo2 {
        margin-left: 49px;
        margin-top: 260px;
    }


}


/* medida responsive */
@media only screen and (min-width: 388px) and (max-width: 391px) {

    body {
        background-image: url(./imagenes/2etapa.webp);
        background-position: center top;
        height: 110vh;
    }

    .zoom-controls {
        display: none;
    }

    div#contenedores-manzanas {
        margin-top: 37%;
        width: 46%;
    }

    .container-fila-map {
        width: 47%;
        margin-top: -693px;
        margin-left: 64px;
    }

    div#contenedor-lotes-l2 {
        margin-top: -8px;
    }

    .bule1,
    .bule2 {
        height: 63px;
    }

    .lote-div.celular {
        height: 11px;
    }

    .contenedor-k2 {
        width: 74%;
        margin-right: 60px;
        margin-top: -30px;
    }

    .lote-celda-R2,
    .lote-celda-Q2 {
        width: 22px;
        height: 9px;
    }

    .lote-celda {
        width: 26px;
        height: 11px;
    }

    .lote-img,
    .lote-img-sec {
        width: 30px;
        height: 30px;
    }

    .lote-k2 {
        width: 27px;
        height: 11.2px;
    }

    div#popup-lote {
        zoom: 50%;
    }

    .lote-g2 {
        height: 13px;
    }

    .container-fila2 {
        justify-content: center;
        align-items: flex-start;
        margin-bottom: -560px;
        margin-left: 115px;
    }

    div#contenedor-lotes-g2 {
        margin-right: -2px;
        margin-top: -97px;
    }

}

@media (min-width: 392px) and (max-width: 415px) {
    body {
        background-image: url(./imagenes/2etapa.webp);
        background-position: center top;
        height: 73vh;
    }

    #contenedores-manzanas {
        width: 60%;
        height: 100%;
        margin-top: 400px;
        zoom: 23%;
        margin-top: 43%;
    }

    .container-fila-map {
        width: 37%;
        margin-top: -331px;
    }

    .lote {
        width: 49px;
        height: 26px;
    }

    #popup-lote {
        zoom: 60%;
    }

    .fila1-grupo1 {
        gap: 40px;
    }

    .fila-grupo2 {
        margin-right: -22px;
    }

    .zoom-controls {
        display: none;
    }

    .lote-div.celular {
        width: 49px;
        height: 26px;
    }

    .contenedor-k2 {
        width: 77%;
        margin-bottom: -245px;
        padding-top: 0px;
    }

    .lote-img,
    .lote-img-sec {
        width: 65px;
        height: 50px;
    }

    .manzana-label,
    .manzana-label-centrado {
        width: 40px;
        height: 30px;
        font-size: 15px;
    }

    div#contenedor-lotes-l2 {
        margin-top: 5px;
        margin-right: 82px;
    }

    .bule1,
    .bule2 {
        width: 60px;
        height: 114px;
    }

    .lote-k2 {
        width: 49px;
        height: 25px;
    }

    .par1,
    .par2 {
        width: 60px;
        height: 57px;
    }

    div#contenedor-lotes-g2 {
        margin-right: 66px;
        margin-top: 212px;
    }

    .container-fila2 {
        margin-top: 2000px;
        justify-content: center;
        align-items: center;

    }

    .lote-d2 {
        width: 21px;
        height: 43px;
    }

    div#contenedor-lotes-d2 {
        margin-left: 710px;
    }

    div#popup-lote {
        zoom: 50%;
    }

    .lote-g2 {
        height: 25px;
    }
}

@media (min-width: 416px) and (max-width: 500px) {
    body {
        background-image: url(./imagenes/2etapa.webp);
        background-position: center top;
        height: 73vh;
    }

    #contenedores-manzanas {
        width: 60%;
        height: 100%;
        margin-top: 400px;
        zoom: 23%;
        margin-top: 43%;
    }

    .container-fila-map {
        width: 37%;
        margin-top: -620px;
    }

    .lote {
        width: 49px;
        height: 26px;
    }

    #popup-lote {
        zoom: 60%;
    }

    .fila1-grupo1 {
        gap: 40px;
    }

    .fila-grupo2 {
        margin-right: -22px;
        margin-top: 600px;
    }

    .zoom-controls {
        display: none;
    }

    .lote-div.celular {
        width: 49px;
        height: 26px;
    }

    .contenedor-k2 {
        width: 77%;
        margin-bottom: -245px;
        padding-top: 0px;
    }

    .lote-img,
    .lote-img-sec {
        width: 65px;
        height: 50px;
    }

    .manzana-label,
    .manzana-label-centrado {
        width: 40px;
        height: 30px;
        font-size: 15px;
    }

    div#contenedor-lotes-l2 {
        margin-top: 5px;
        margin-right: 82px;
    }

    .bule1,
    .bule2 {
        width: 60px;
        height: 114px;
    }

    .lote-k2 {
        width: 49px;
        height: 25px;
    }

    .par1,
    .par2 {
        width: 60px;
        height: 57px;
    }

    div#contenedor-lotes-g2 {
        margin-right: 66px;
        margin-top: -78px;
    }

    .container-fila2 {
        margin-top: 2000px;
        justify-content: center;
        align-items: center;

    }

    .lote-d2 {
        width: 21px;
        height: 43px;
    }

    div#contenedor-lotes-d2 {
        margin-left: 710px;
    }

    div#popup-lote {
        zoom: 50%;
    }

    .lote-g2 {
        height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {

        background-image: url("imagenes/table-fondo1.webp");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 78vh;

    }

    #contenedores-manzanas {
        margin-top: 750px;
        zoom: 40%;
    }

    .container-fila-map {
        width: 44%;
        margin-top: -715px;
    }

    .lote {
        width: 30px;
        height: 20px;
    }

    div#contenedor-lotes-l2 {
        margin-top: 3px;
    }

    div#contenedor-lotes-g2 {
        margin-top: 560px;
        margin-right: -1px;
    }

    .container-fila2 {
        width: 55%;
        margin-bottom: 38px;
    }

    .lote-img,
    .lote-img-sec {
        height: 35px;
    }

    .contenedor-k2 {
        width: 32%;
        margin-top: -26px;
    }

    .fila-grupo2 {
        margin-left: 49px;
        margin-top: -228px;
    }

    .zoom-controls{
        display: none;
    }

    .lote-d2 {
    width: 16px;
    height: 33px;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    
      body {
        height: 95vh;
    }



    #contenedores-manzanas {
        zoom: 35%;
    }

    .container-fila-map {
        display: flex;
        flex-direction: column;
        height: 300px;
        margin-top: -721px;
        align-items: end;
        width: 48.5%;
    }

    .fila-grupo2 {
        margin-right: 10px;
        margin-left: 0px;
        margin-top: 44px;
    }

    .container-fila2 {
        width: 45%;
    }

    .lote-celda-R2,
    .lote-celda-Q2,
    .lote-celda-P2,
    .lote-celda-Ñ2,
    .lote-div {
        height: 12px;
    }

    .lote-img,
    .lote-img-sec {
        height: 30px;
    }

    div#contenedor-lotes-l2 {
        margin-top: 20px;
    }

    .bule1,
    .bule2 {
        height: 65px;
    }


    .lote-g2 {
        height: 13px;
    }

    .lote-d2 {
        width: 12px;
    }

    .popup {
        zoom: 70%;
    }

    .contenedor-k2 {
        margin-top: -24px;
        width: 25%;
    }

    .lote-k2 {
        width: 25px;
        height: 12px;
    }

    .par1,
    .par2 {
        width: 35px;
    }

    .zoom-controls {
        margin-top: 60px;
    }

    div#contenedor-lotes-g2 {
        margin-right: -12px;
        margin-top: -76px;
    }
    
    .lote-div.celular {
        height: 12.6px;
    }

}