/* Estilos específicos para Estaciones y Puntos de Venta */



.blue-btn,
a.blue-btn,
.btn.blue-btn {
    background: #5D004A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 45px !important;
    padding: 0 50px !important;
    margin: 0 auto !important;
    width: fit-content !important;
    line-height: 1 !important;
}


body.page-estaciones {
    background: #E5E5E5 url('../assets/img/uploads/bg-route.jpg') no-repeat top 130px center !important;
    background-size: 100% auto !important;
    background-attachment: scroll !important;
}

.page-estaciones .inner-page-content .container {
    background: #ffffff !important;
    padding: 50px 70px !important;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-estaciones .header {
    background: transparent !important;
    min-height: auto !important;
}

.page-estaciones .header-top {
    background: #fff !important;
}

.page-estaciones .inner-page-content {
    padding-bottom: 40px;
}

.page-estaciones h1 { 
    font-weight: 300; 
    font-size: 32px; 
    color: #5D004A; 
    border-bottom: 2px solid #5D004A; 
    margin-bottom: 20px; 
    padding-bottom: 10px; 
}

.page-estaciones h2 {
    font-weight: 300;
    font-size: 24px;
    color: #5D004A;
    margin-bottom: 15px;
}

/* Route Map Styles */
.route {
    position: relative;
    margin: 40px 0;
}

.route svg {
    max-width: 100%;
    height: auto;
}

/* SVG Interactivity */
.cls-2, .cls-3 { font-size: 13.32px; }
.cls-2 { fill: #575756; font-family: 'Open Sans', sans-serif; font-weight: 300; }
.cls-3 { font-family: 'Open Sans', sans-serif; font-weight: 700; }
.cls-5 { fill: #b60e82; }

.loc-point { 
    cursor: pointer; 
    opacity: 0.85; 
    transition: opacity 0.3s ease, fill 0.3s ease; 
    pointer-events: all; 
}

.loc-point text { 
    cursor: pointer; 
    pointer-events: all; 
}

.loc-point:hover { 
    opacity: 1; 
}

/* Color change on hover */
.loc-point:hover .cls-2,
.loc-point.active .cls-2 { 
    font-weight: 700 !important; 
    fill: #000 !important; 
}

.loc-point:hover .cls-5,
.loc-point.active .cls-5 { 
    fill: #000 !important; 
}

/* Slider Styles - Overlapping the map */
.route {
    position: relative;
    margin: 40px 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.route-info {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 420px; /* Un poco más ancho para albergar textos largos */
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 20;
    border: 1px solid #ddd;
}

.lpoint h2 {
    color: #5D004A;
    margin-bottom: 5px;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
}

.lpoint .geo {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.lpoint .geo img {
    vertical-align: middle;
    width: 32px;
    margin-left: 10px;
}

.lpoint hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.lpoint .ls {
    float: left;
    width: 38% !important; /* Más espacio para etiquetas largas */
    font-weight: 700;
    font-size: 14px !important;
    color: #444;
    line-height: 1.4;
    padding-right: 10px;
    box-sizing: border-box;
}

.lpoint .rs {
    float: left;
    width: 62% !important;
    font-size: 13px !important;
    line-height: 1.4;
    color: #444;
    box-sizing: border-box;
}

.lpoint .rs p {
    margin: 0;
    padding: 0;
}

.lpoint .tp {
    margin-top: 15px;
    font-weight: 300;
    font-size: 26px;
    color: #5D004A;
    clear: both;
    text-align: right;
    line-height: 1;
}

/* Slick Customization - Large Grey Arrows */
.slick-prev, .slick-next,
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus,
.slick-prev:active, .slick-next:active {
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    z-index: 30;
    top: 20px !important; /* Subidas a la parte superior */
    transform: none !important;
    cursor: pointer;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 32px !important;
    opacity: 1 !important;
    color: #5D004A !important;
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: block !important;
    transition: all 0.3s ease !important;
    background: none !important;
    transform: none !important; /* Evitar que la librería las gire */
}

.slick-prev:hover:before, .slick-next:hover:before {
    transform: scale(1.2); /* Efecto de escala en lugar de fondo */
    color: #000 !important;
}

.slick-prev:before { content: "<" !important; }
.slick-next:before { content: ">" !important; }

.slick-prev { left: 10px !important; }
.slick-next { right: 10px !important; }

/* Asegurar que las flechas no se corten */
.route-info {
    overflow: visible !important;
}

.lpoint-slider {
    overflow: visible !important;
}

.slick-list {
    overflow: hidden !important; /* Mantener oculto para el efecto de fade */
}

@media screen and (max-width: 1024px) {
    .route-info {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin: 20px auto;
        box-shadow: none;
        border: 1px solid #eee;
        padding: 20px;
    }
}



