#modalMapa.show {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #00A443 #C8D9D0;
    border: none;
    height: 100%;
}

#modalMapa .modal-dialog {
    margin: 0 auto !important;
    max-width: none !important;
    min-height: auto;
    overflow: hidden;
    transform: none;
    transition: none;
    position: relative;
}

#modalMapa .modal-content {
    border-radius: 0;
    padding: 0px 16px 40px;
    border: 0;
    width: 100%;
    height: 100%;
}

#modalMapa .modal-content .contenedor-close{
    margin-left: auto;
    height: 24px;
    margin-bottom: 8px;
    margin-top: 16px;
}

#modalMapa .modal-content .contenedor-close button{
    margin: 0;
    opacity: 1;
    height: 24px;
    width: 24px;
}

#modalMapa .modal-body {
    padding: 0 !important;
    overflow: hidden !important;
}

#modalMapa .modal-body .cabecera{
    margin: 0 auto;
}

#modalMapa .modal-body .cabecera .titulo-modal{
    color: #2C2C2C;
    text-align: center;
    font-family: IberPangea;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
    margin-bottom: 32px;
}

#modalMapa .modal-body #ibd-pt-mapa {
    width: 100%;
}

#modalMapa .modal-body #ibd-pt-mapa #map{
    height: 610px;
    margin: 0 auto;
    max-width: 1280px;
    border-radius: 16px;
    width: 100%;
}

#modalMapa .modal-body #ibd-pt-mapa .cluster span {
    font-family: "IberPangea-Regular", sans-serif;
    color: #00A443;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
}
#modalMapa .modal-body #ibd-pt-mapa .gm-style-iw.gm-style-iw-c{
    display: flex;
    padding-inline-end: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: auto !important;
    height: auto !important;
    flex-direction: row-reverse;
    padding: 16px !important;
    max-width: 308px !important;
}
#modalMapa .modal-body #ibd-pt-mapa .gm-style .gm-style-iw-chr,
#modalMapa .modal-body #ibd-pt-mapa .gm-style .gm-style-iw-chr button{
    width: 24px !important;
    height: 24px !important;
}

#modalMapa .modal-body #ibd-pt-mapa .gm-style .gm-style-iw-chr button span {
    margin: 0 !important;
}
#modalMapa .modal-body #ibd-pt-mapa .gm-style .gm-style-iw-d{
    overflow: hidden !important;
    max-height: none !important;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window{
    overflow: hidden;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'IberPangea';
    margin-bottom: 8px;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'IberPangeaText-Regular';
    margin-bottom: 24px;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-inoperation{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    font-family: 'IberPangeaText-Regular';
    background: #e8e8e8;
    padding: 4px 8px;
    border-radius: 10px;
    width: fit-content;
    border-radius: 4px;
    color: #2c2c2c;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-inoperation.Aberto{
    background: #B3E4C7;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-inoperation.Fechado{
    background: #ff0018b3;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-lienexterne a{
    font-family: "IberPangea-Regular", sans-serif;
    color: #00A443;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-energia{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "IberPangea-Regular", sans-serif;
}

#modalMapa .modal-body #ibd-pt-mapa .info-window .info-date{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'IberPangeaText-Regular';
    margin-top: 10px;
    color: #707070;
}

#modalMapa #ibd-pt-mapa .gm-svpc,
#modalMapa #ibd-pt-mapa .gm-fullscreen-control,
#modalMapa #ibd-pt-mapa .gm-style-mtc-bbw,
.pagination-bar{
    display: none;
}

#modalMapa .modal-body #btn-cancelar{
    margin: 32px auto 0;
    border-radius: 100px;
    background: #2F6852;
    width: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

#modalMapa .modal-body #btn-cancelar .txt-salir{
    color: #FFFAF6;
    text-align: center;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
}

@media (min-width: 576px) {
    #modalMapa .modal-content {
        padding: 16px 40px 40px;
    }
    #modalMapa .modal-content .contenedor-close{
        margin-right: -24px;
    }
}

@media (min-width: 992px) {
    #modalMapa.show {
        overflow: hidden;
        align-items: center;
    }
    #modalMapa .modal-content {
        max-width: 826px;
        border-radius: 16px;
        padding: 16px 40px 32px;
    }
    
    #modalMapa .modal-body #ibd-pt-mapa #map{
        height: 455px;
    }
}

@media (min-width: 1480px) {
    #modalMapa .modal-content {
        max-width: 960px;
    }
    
    #modalMapa .modal-body #ibd-pt-mapa #map{
        height: 536px;
    }
}