.modal-info-movil{
    background: #FFFFFF;
    width: 100%;
    height: 300px;
    border-radius: 26px 26px 0px 0px;
    -webkit-border-radius: 26px 26px 0px 0px;    opacity: 1;
    bottom: 0%;
    position: absolute;
    z-index: 1;
}

.modal-info-train-movil {
    background: #FFFFFF;
    width: 100%;
    height: 350px;
    border-radius: 26px 26px 0px 0px;
    -webkit-border-radius: 26px 26px 0px 0px;
    opacity: 1;
    bottom: 0%;
    position: absolute;
    z-index: 1;
}

.section-header-modal-station-movil{
    width: 100%;
    top: 24px;
    gap: 8px;
    opacity: 1;
    position: absolute;
}

.section-mid-modal-station-movil {
    margin-top: 62px;
    position: absolute;
}

.section-mid-modal-train-movil {
    margin-top: 64px;
    position: absolute;
}

.section-footer-modal-station-movil{
    position: absolute;
    top: 140px;
    width: 100%;
}

.section-footer-modal-train-movil{
    position: absolute;
    top: 206px;
    width: 100%;
}