.sector62-map-section,
.sector62-map-section * {
    box-sizing: border-box;
}

.sector62-map-section {
    --sector62-map-green: #009245;
    width: 100%;
    padding: 44px 24px 54px;
    font-family: "Montserrat", Arial, sans-serif;
    background: transparent;
}

.sector62-map-section__header {
    display: flex;
    width: min(100%, 1200px);
    margin: 0 auto 8px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.sector62-map-section__title {
    max-width: 720px;
    margin: 0;
    color: #111;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.sector62-map-section__title span,
.sector62-map-section__title strong {
    display: inline;
}

.sector62-map-section__title strong {
    color: var(--sector62-map-green);
    font-weight: 800;
}

.sector62-map-section__button {
    display: inline-flex;
    min-height: 54px;
    padding: 10px 25px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: var(--sector62-map-green);
    border: 2px solid var(--sector62-map-green);
    border-radius: 10px;
    transition: color .2s ease, background-color .2s ease;
}

.sector62-map-section__button:hover,
.sector62-map-section__button:focus {
    color: var(--sector62-map-green);
    background: transparent;
}

.sector62-map-section #mapa-sector-62 {
    width: min(100%, 1200px);
    max-width: 1200px;
    margin: 0 auto;
}

.sector62-map-section #status-lotes {
    position: static;
    width: fit-content;
    min-width: 0;
    margin: 10px auto 0;
    padding: 8px 15px;
    overflow: visible;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(40, 40, 40, .55);
    border-radius: 999px;
}

.sector62-map-section #status-lotes ul {
    display: flex;
    margin: 0;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: transparent;
    transform: none !important;
}

.sector62-map-section #status-lotes li {
    color: #111;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.3;
    white-space: nowrap;
}

.sector62-map-section #status-lotes li i {
    width: 11px;
    height: 11px;
    margin-right: 7px;
    border: 0;
}

.sector62-map-section #status-lotes #openLeyenda {
    display: none !important;
}

@media (max-width: 768px) {
    .sector62-map-section {
        padding: 34px 16px 40px;
    }

    .sector62-map-section__header {
        margin-bottom: 18px;
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .sector62-map-section__title {
        max-width: 520px;
        font-size: clamp(22px, 7.2vw, 29px);
        text-align: left;
    }

    .sector62-map-section__button {
        width: 100%;
        min-height: 48px;
        font-size: 18px;
    }

    .sector62-map-section #mapa-sector-62 {
        max-height: none;
        margin: 0 auto;
    }

    .sector62-map-section #status-lotes {
        width: fit-content;
        max-width: 100%;
        margin: 16px auto 0;
        padding: 9px 12px;
        border-radius: 12px;
    }

    .sector62-map-section #status-lotes ul {
        flex-wrap: wrap;
        gap: 7px 14px;
    }

    .sector62-map-section #status-lotes li {
        font-size: 11.5px;
    }
}
