.container-pensi-section-unidades .col-sobtitle .sobtitle {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
}

.container-pensi-section-unidades .col-sobtitle svg {
    display: block;
}

.container-pensi-section-unidades .col-sobtitle .text {
    font-family: Gotham;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #F26522;
}

.container-pensi-section-unidades .row-title-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
    align-items: center;
}

.container-pensi-section-unidades .col-title .title {
    font-family: Gotham;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #33303E;
}

.container-pensi-section-unidades .col-tabs {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
}

.container-pensi-section-unidades .col-tabs .tab-title {
    width: 220px;
    display: flex;
    height: 62px;
    justify-content: center;
    border-radius: 4px;
    border: 0.7px solid #C0C0C0;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    text-align: center;
    font-family: Gotham;
    font-weight: 400;
    font-style: Book;
    font-size: 16px;
    line-height: 62px;
    letter-spacing: 0px;
    color: #000;
    cursor: pointer;
}

.container-pensi-section-unidades .col-tabs .tab-title.active,
.container-pensi-section-unidades .col-tabs .tab-title:hover,
.container-pensi-section-unidades .col-tabs .tab-title:active {
    background-color: #FCBF00;
    border: 0.7px solid #585857
}

.container-pensi-section-unidades .row-tab-content-map {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container-pensi-section-unidades .col-tab-content .tab-content {
    display: none;
}

.container-pensi-section-unidades .col-tab-content .tab-content.active {
    display: block;
}

.container-pensi-section-unidades .col-tab-content .tab-content .locals {
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 780px;
    height: 431px;
    overflow-y: scroll;
    align-items: flex-start;
}

.container-pensi-section-unidades .col-tab-content .tab-content .locals::-webkit-scrollbar {
    width: 6px;
}

.container-pensi-section-unidades .col-tab-content .tab-content .locals::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #33303E;
}

.container-pensi-section-unidades .col-tab-content .tab-content .locals::-webkit-scrollbar-thumb {
    background: #F29E03;
    border-radius: 4px;
}

.container-pensi-section-unidades .col-tab-content .tab-content .locals::-webkit-scrollbar-thumb:hover {
    background: #F29E03;
}

.container-pensi-section-unidades .col-tab-content .local {
    width: 351px;
    min-height: 100px; 
    gap: 20px;
    border-radius: 4px;
    border: 0.5px solid #C0C0C0;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
}

.container-pensi-section-unidades .col-tab-content .local .line-dashed {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, transparent 50%, #B2B2B2 50%);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: top left;
    margin-top: 16px;
    margin-bottom: 20px;
}

.container-pensi-section-unidades .col-tab-content .local .title {
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #000;
}

.container-pensi-section-unidades .col-tab-content .local .description {
    font-family: Gotham;
    font-weight: 400;
    font-style: Book;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 1%;
    color: #525252;
}

.container-pensi-section-unidades .col-tab-content .local .buttons {
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-pensi-section-unidades .col-tab-content .local .button {
    border-radius: 6px;
    border: 0.5px solid #E2E2E299;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-left: 7px;
    font-family: Gotham;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 1px;
    color: #33303E;
    background-color: #FCBF00;
}

.container-pensi-section-unidades .col-map {
    width: 387px;
    height: 431px;
}

.container-pensi-section-unidades #mapid {
    position: sticky !important;
    top: 0;
    width: 387px;
    height: 431px;
    z-index: 1;
}

@media(max-width: 1215px) {
    .container-pensi-section-unidades .col-tabs {
        flex-wrap: wrap;
    }

    .container-pensi-section-unidades .col-tab-content .tab-content .locals {
        display: flex;
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 431px;
        overflow-y: scroll;
    }

    .container-pensi-section-unidades .col-tab-content {
        width: 65%;
    }

    .container-pensi-section-unidades .col-map {
        width: 30%;
    }

    .container-pensi-section-unidades #mapid {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .container-pensi-section-unidades {
        display: none;
    }
}

.container-pensi-section-unidades-mobile {
    display: none;
}

.container-pensi-section-unidades-mobile .col-sobtitle .sobtitle {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
}

.container-pensi-section-unidades-mobile .col-sobtitle svg {
    display: block;
}

.container-pensi-section-unidades-mobile .col-sobtitle .text {
    font-family: Gotham;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #F26522;
}

.container-pensi-section-unidades-mobile .row-title-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 32px;
}

.container-pensi-section-unidades-mobile .col-title .title {
    font-family: Gotham;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #33303E;
    margin-top: 16px;
    margin-bottom: 24px;
}

.container-pensi-section-unidades-mobile .col-tabs {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
}

.container-pensi-section-unidades-mobile .tab-content {
    display: none;
}

.container-pensi-section-unidades-mobile .tab-content.active {
    display: block;
}

.container-pensi-section-unidades-mobile .tab {
    width: 100%;
}

.container-pensi-section-unidades-mobile .tab .btn {
    width: 100%;
    display: flex;
    height: 62px;
    justify-content: space-between;
    border-radius: 4px;
    border: 0.7px solid #C0C0C0;
    padding-right: 40px;
    padding-left: 40px;
    flex-direction: row;
    text-align: center;
    font-family: Gotham;
    font-weight: 400;
    font-style: Book;
    font-size: 16px;
    line-height: 62px;
    letter-spacing: 0px;
    color: #000;
    cursor: pointer;
}

.container-pensi-section-unidades-mobile .tab .btn.active,
.container-pensi-section-unidades-mobile .tab .btn:hover,
.container-pensi-section-unidades-mobile .tab .btn:active {
    background-color: #FCBF00;
    border: 0.7px solid #585857
}

.container-pensi-section-unidades-mobile .tab-content .locals {
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 8px;
}

.container-pensi-section-unidades-mobile .local {
    width: 100%;
    height: auto;
    gap: 20px;
    border-radius: 4px;
    border: 0.5px solid #C0C0C0;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
}

.container-pensi-section-unidades-mobile .local .line-dashed {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, transparent 50%, #B2B2B2 50%);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: top left;
    margin-top: 16px;
    margin-bottom: 20px;
}

.container-pensi-section-unidades-mobile .local .title {
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #000;
}

.container-pensi-section-unidades-mobile .local .description {
    font-family: Gotham;
    font-weight: 400;
    font-style: Book;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 1%;
    color: #525252;
}

.container-pensi-section-unidades-mobile .local .buttons {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.container-pensi-section-unidades-mobile .local .button {
    border-radius: 6px;
    border: 0.5px solid #E2E2E299;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-left: 7px;
    font-family: Gotham;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 1px;
    color: #33303E;
    background-color: #FCBF00;
}

.container-pensi-section-unidades-mobile .col-map {
    width: 100%;
    height: 250px;
    margin-top: 8px;
}

.container-pensi-section-unidades-mobile .mobile_mapid {
    width: 100%;
    height: 250px;
}

@media(max-width: 767px) {
    .container-pensi-section-unidades-mobile {
        display: block;
    }
}