/*Botones selector línea ------------------------*/
.navigation-menu {
    position: absolute;
    z-index: 900;
    background-color: white;
    width: 400px;
    /* height: 510px; */
    height: 90%;
    top: 26px;
    left: 26px;
    border-radius: 24px;
    opacity: 1;
    overflow: hidden;
}

.text-help {
    color: #404040;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;


}

.title-menu {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 2px;
    font-size: 20px;
    color: #0D0D0D;
    line-height: 28px;
}

.section-header {
    position: absolute;
    width: 342px;
    height: 56px;
    top: 24px;
    left: 24px;
    gap: 8px;
    opacity: 1;

}


/* CSS bloque busqueda */
.section-search-stations {
    width: 390px;
    height: 72px;
    top: 70px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 12px;
    opacity: 1;
    position: absolute;
    box-sizing: border-box;

}

.input-with-icon {
    position: relative;
    margin-left: 12px;
    width: calc(100% - 12px);
}

.form-search-stations {
    background: #EFF3F6;
    border: 1px solid #808080;
    height: 45px;
    border-radius: 52px;
    border-width: 1px;
    opacity: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0 48px 0 16px;
    font-size: 14px;
    outline: none;
}

.icon-btn {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    color: #666;
}

.row-station {
    padding-bottom: 1rem;
    position: absolute;
    top: 150px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding-top: 15px;
    padding-bottom: 24px;
    box-sizing: border-box;
    overflow: visible;

}

/* FIN CSS bloque busqueda */

.row-nucleo {
    padding-bottom: 1rem;
    box-sizing: border-box;
    overflow: visible;

}

.section-nucleo {
    position: absolute;
    top: 92px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding-top: 15px;
    padding-bottom: 24px;
    box-sizing: border-box;
    overflow: visible;
}

.text-nucleo {
    align-items: center;
    line-height: 1.55;
    white-space: normal;
}


.card-nucleo {
      display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: auto;     
    width: 165px;
    height: 72px;
    border-radius: 12px;
    border-width: 1px;
    gap: 12px;
    opacity: 1;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #333333;
    cursor: pointer;
    text-align: center;
    line-height: 3;
}

/* Estado seleccionado */
.card-nucleo.selected {
    border: 2px solid black;


}



.icon-nucleo {
    transform: translateY(-50%);
    width: 24px;
    top: 10px;
    position: relative;
    right: 6px;

}


/* contenedor con scroll */
.container-nucleo {
    height: 100%;
    overflow-y: auto;
    padding-right: 6px;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

/* Webkit browsers */
.container-nucleo::-webkit-scrollbar {
    display: none;
}


.block-select-station {
    margin-top: 12rem;
    position: absolute;
    left: 24px;
    padding-top: 12px;
}

.block-select-nucleo {
    margin-top: 6rem;
    position: absolute;
    left: 24px;

}


.button-info {
    cursor: pointer;
    background: #EFF3F6;
    width: 40px;
    height: 40px;
    border-radius: 123px;
    opacity: 1;
    top: 20px;
    left: 333px;
    gap: 8px;
    padding: 8px;


}

/* Contenedor fijo en la derecha */
.controls-right {
  position: fixed;
  right: 16px;
  top: 82%;
  transform: translateY(-50%);
  max-height: calc(100vh - 32px); /* deja margen superior/inferior */

  display: flex;
  flex-direction: column;
  gap: 12px;
}
.controls-right .ol-control { position: static; }