.section-leyend-movil {
    padding-left: 20px;
}

.section-map-movil {}

.chip {
    border: 1px solid #404040;
    background: #FFFFFF;
    width: auto;
    height: 44px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 10px;
    gap: 8px;
    border-radius: 123px;
    border-width: 1px;
}

.chip-circle {
    width: 30px;
    height: 30px;
    opacity: 1;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
    gap: 10px;
    border-radius: 30px;
    display: inline-grid;
}

.chip-circle-padding {


    padding-top: 0px !important;
}


.icon-parking {
    padding-left: 3px !important;
}

.chip-circle-text {}

.chip-circle-icon-movil {
    margin-left: 3px;
    margin-bottom: 100%;
}

.chip-circle-station {
    margin-top: 3px;
    color: white;
        margin-left: 3px;
}

.chip-circle-station-c {
  margin-top: 3px;
    color: white;
    /* margin-left: -2px; */
}


.chip-circle-real-time {
    margin-left: 4px;
    margin-bottom: 100%;
        margin-top: 1px;
}


.train {
    background: #75B2E0;
}

.groupings {
    background: #DC1B1F;

}

.group-cercanias {
    background: #DC1B1F;
    padding-top: 0px;
}

.cercanias {
    background: #DC1B1F;
    padding-top: 0px;
    padding-left: 3px;
}

.separator-legend {
    background: #DEE7ED;
    width: 342px;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;



}

.card-mapa-legend {
    width: 150px;
    height: 82px;
    border-radius: 8px;
    border: 1.5px solid #000;
    background: #D9D9D9;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 6px;
    cursor: pointer;
}

.mapa-selected {
    border: 3px solid #000;
}

.card-mapa-legend img {

    display: block;
    object-fit: cover;
    object-position: center;
}


.card-mapa-text {
    display: block;
    width: 150px;
    margin: 8px auto 0;
    text-align: center;
}

.section-leyend {

    padding-top: 20px;
}