.select-nucleo-dropdown-movil {
    width: 342px;
    height: 56px;
    border-radius: 12px;
    border-width: 1px;
    justify-content: space-between;
    opacity: 1;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #808080;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.46967%208.46967C5.76256%208.17678%206.23744%208.17678%206.53033%208.46967L12%2013.9393L17.4697%208.46967C17.7626%208.17678%2018.2374%208.17678%2018.5303%208.46967C18.8232%208.76256%2018.8232%209.23744%2018.5303%209.53033L12.5303%2015.5303C12.2374%2015.8232%2011.7626%2015.8232%2011.4697%2015.5303L5.46967%209.53033C5.17678%209.23744%205.17678%208.76256%205.46967%208.46967Z'%20fill='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 1.6rem 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


@media only screen
  and (width: 390px)
  and (height: 844px)
  and (resolution: 3dppx)
  and (orientation: portrait) {
  .select-nucleo-dropdown-movil {
        width: 86.5%;
  }
}

.info-close-selected-movil {
   
    margin-top: 12px;
}


.section-nucleo-selected-movil {
    padding-top: 8%;
}

.section-station-selected-movil {
    padding-top: 6%;
}

.row-station-selected-movil {
    padding-bottom: 3%;
}

.section-cercanias-movil {
    position: absolute;
    /* top: 275px; */
    left: 24px;
    right: 24px;
    bottom: 24px;
    /* padding-top: 14px; */
    padding-bottom: 24px;
    top: 24%;
}
.separator-title-station-movil{
    padding-top: 14px;
    }

.station-separator-movil {
     background: #DEE7ED;
    height: 1.4px;
    border-radius: 1px;
    width: 97%;
    position: absolute;
    margin-left: 0%;
}

.button-filter-movil {
    background: #DC1B1F;
    width: 362px;
    height: 56px;
    opacity: 1;
    gap: 8px;
    border-radius: 18px;
    padding: 16px;
    margin-left: 6%;
    width: 90%;
        text-align: center;

}

.buttom-text-filter-movil {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: right;
    color: white;

}
.section-foter-filter-movil{
        padding-bottom: 5%;
}