a{text-decoration-thickness:1px!important;text-underline-offset:.1em}:where(.wp-site-blocks :focus){outline-width:2px;outline-style:solid}.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child){margin-bottom:3px}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{outline-offset:4px}.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{outline-offset:0}blockquote,caption,figcaption,h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}.more-link{display:block}:where(pre){overflow-x:auto}
h1.has-text-align-center.wp-block-post-title.has-x-large-font-size {
    display: none !important;
}
.elementor-image-carousel-wrapper.swiper {
    border-radius: 28px !important;
}
.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsl(0.37deg 67.36% 53.14%);
    height: 4rem;
    width: 4em;
}
.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    color: #fff;
    letter-spacing: 0px;
}
.elementor-element.elementor-element-453f600.e-con-full.e-flex.e-con.e-child {
    border-radius: 20px;
    background: #c70102;
}
h2.e-heading-base {
    text-align: center;
    color: #fff;
}
i.fas.fa-horse {
    font-size: 42px;
    margin: 0 auto;
    display: table;
    color: #fff;}
.icono {
    margin-top: 27px;
}

h2.e-heading-base {
    font-family: Chewy !important;
    font-size: 27px !important;
}
.elementor-element.elementor-element-29ce5f9.elementor-widget.elementor-widget-text-editor {
    font-family: Montserrat;
    font-size: 13px;
    padding: 11px;
    margin-top: -26px;
}
.elementor-element.elementor-element-5d2a48e.e-con-full.e-flex.e-con.e-child {
    background: #349f5f !important;
    border-radius: 20px;
    margin-left: 18px;
}
.atracciones1 .fa,
.atracciones1 .fas,
.atracciones1 .far,
.atracciones1 .fal,
.atracciones1 .fab,
.atracciones2 .fa,
.atracciones2 .fas,
.atracciones2 .far,
.atracciones2 .fal,
.atracciones2 .fab,
.atracciones3 .fa,
.atracciones3 .fas,
.atracciones3 .far,
.atracciones3 .fal,
.atracciones3 .fab {
  color: #fff;          /* Color */
  font-size: 42px;      /* Tamaño */
  margin: 0 auto !important;
  display: table !important;
}
.elementor-37 .elementor-element.elementor-element-5b38f74 img {
    width: 8%;
    margin-top: 44px;
    margin-bottom: -55px;
}
.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Chewy';
}


.programacion-container-actividades {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.dia-card-actividad {
    background: white;
    border-radius: 20px;
    margin-bottom: 2.5rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.dia-card-actividad:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(196, 30, 58, 0.2);
    border-color: #F8B229;
}

.dia-header-actividad {
    background: linear-gradient(135deg, #C41E3A 0%, #8B0000 100%);
    color: white;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.dia-fecha-actividad {
    background: #F8B229;
    color: #1a1a2e;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    text-align: center;
    min-width: 80px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.dia-fecha-actividad .numero {
    font-size: 2rem;
    line-height: 1;
    display: block;
}

.dia-fecha-actividad .mes {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 0.3rem;
}

.actividad-hora-actividad {
    background: linear-gradient(135deg, #F8B229, #FFD700);
    color: #1a1a2e;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(248, 178, 41, 0.3);
    flex-shrink: 0;
    display: inline-block;
    white-space: pre-line;
}

.actividad-badge-tipo {
    display: inline-block;
    background: #165B33;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.actividad-badge-tipo.taller { background: #165B33; }
.actividad-badge-tipo.espectaculo { background: #C41E3A; }
.actividad-badge-tipo.concierto { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.actividad-badge-tipo.cuento { background: linear-gradient(135deg, #3498db, #2980b9); }

.actividad-impartido-actividad {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #165B33;
    font-style: italic;
    font-weight: 600;
}

.actividad-edad-actividad {
    display: inline-block;
    background: rgba(196, 30, 58, 0.1);
    color: #C41E3A;
    padding: 0.2rem 0.6rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

@media (max-width: 768px) {
    .dia-header-actividad {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .actividad-row {
        flex-direction: column;
    }
    
    .actividad-hora-actividad {
        width: 100%;
    }
}


.programacion-container-actividades {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.dia-card-actividad {
    background: white;
    border-radius: 20px;
    margin-bottom: 2.5rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.dia-card-actividad:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(196, 30, 58, 0.2);
    border-color: #F8B229;
}

.dia-header-actividad {
    background: linear-gradient(135deg, #C41E3A 0%, #8B0000 100%);
    color: white;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.dia-fecha-actividad {
    background: #F8B229;
    color: #1a1a2e;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    text-align: center;
    min-width: 80px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.dia-fecha-actividad .numero {
    font-size: 2rem;
    line-height: 1;
    display: block;
}

.dia-fecha-actividad .mes {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 0.3rem;
}

.actividad-hora-actividad {
    background: linear-gradient(135deg, #F8B229, #FFD700);
    color: #1a1a2e;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(248, 178, 41, 0.3);
    flex-shrink: 0;
    display: inline-block;
    white-space: pre-line;
}

.actividad-badge-tipo {
    display: inline-block;
    background: #165B33;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.actividad-badge-tipo.taller { background: #165B33; }
.actividad-badge-tipo.espectaculo { background: #C41E3A; }
.actividad-badge-tipo.concierto { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.actividad-badge-tipo.cuento { background: linear-gradient(135deg, #3498db, #2980b9); }

.actividad-impartido-actividad {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #165B33;
    font-style: italic;
    font-weight: 600;
}

.actividad-edad-actividad {
    display: inline-block;
    background: rgba(196, 30, 58, 0.1);
    color: #C41E3A;
    padding: 0.2rem 0.6rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

@media (max-width: 768px) {
    .dia-header-actividad {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .actividad-row {
        flex-direction: column;
    }
    
    .actividad-hora-actividad {
        width: 100%;
    }
}

.elementor-37 .elementor-element.elementor-element-d731402:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-d731402 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
}

.elementor-37 .elementor-element.elementor-element-56e59a0:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-56e59a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #C41E3A;
     border-radius: 20px 20px 0px 0px;
}
.elementor-37 .elementor-element.elementor-element-5a9ed2ff .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}

.elementor-37 .elementor-element.elementor-element-49839c9e .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}

.elementor-37 .elementor-element.elementor-element-75aac177 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}

.elementor-37 .elementor-element.elementor-element-417d8028 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-4fa774b9 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-7d7fd628 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-358cd8b9 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}

.elementor-37 .elementor-element.elementor-element-1a463a12 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-1a463a12 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-76bc2e0d .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-3cc6b2cc .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-350318c7 .elementor-heading-title{
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-350318c7 .elementor-heading-title{
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-3816ee1c .elementor-heading-title{
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-2f127802 .elementor-heading-title{
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-d731402:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-d731402 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}

.elementor-37 .elementor-element.elementor-element-613f2c60:not(.elementor-motion-effects-element-type-background){border-radius: 0 0 20px 20px !important;}
.elementor-37 .elementor-element.elementor-element-293f93e {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 30px 80px 30px;
    background: #C41E3A;
    border-radius: 30px;
    margin-top: 60px;
    border: 3px solid #fff;
}
* ============================================
   CSS COMPLETO TREN TURÍSTICO - ELEMENTOR
   Incluye todas las variables y estilos
   ============================================ */

/* Variables CSS */
:root {
    --color-red: #C41E3A;
    --color-red-dark: #8B0000;
    --color-green: #165B33;
    --color-green-light: #146B3A;
    --color-gold: #F8B229;
    --color-cream: #FFF8DC;
    --color-snow: #FFFAFA;
    --color-dark: #1a1a2e;
    --color-ice: #E8F4F8;
}

/* Wrapper principal */
.tren-section-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #C41E3A 0%, #8B0000 100%);
    padding: 5rem 2rem;
}


.tren-section-wrapper > * {
    position: relative;
    z-index: 1;
}

/* Descripción */
.tren-descripcion-wrapper {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 4rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.tren-descripcion-wrapper i {
    color: #F8B229;
    margin-right: 0.5rem;
}

/* Horarios Section */
.tren-horarios-container-wrapper {
    max-width: 900px;
    margin: 0 auto 4rem;
}

.tren-horarios-title-wrapper {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.tren-horarios-title-wrapper i {
    color: #F8B229;
    margin-right: 0.5rem;
}

.tren-horarios-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.tren-horario-card-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 2px solid rgba(248, 178, 41, 0.3);
    transition: all 0.3s ease;
}

.tren-horario-card-wrapper:hover {
    transform: translateY(-5px);
    border-color: #F8B229;
    box-shadow: 0 10px 30px rgba(248, 178, 41, 0.3);
}

.horario-icon-wrapper {
    font-size: 3rem;
    color: #F8B229;
    margin-bottom: 1rem;
}

.tren-horario-card-wrapper h4 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0;
}

.horario-horas-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.horario-mañana-wrapper,
.horario-tarde-wrapper {
    display: inline-block;
    background: #F8B229;
    color: #1a1a2e;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(248, 178, 41, 0.4);
    width: 100%;
    text-align: center;
}

.horario-descripcion-wrapper {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-style: italic;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

/* Ruta Section */
.tren-ruta-title-wrapper {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.tren-ruta-title-wrapper i {
    color: #F8B229;
    margin-right: 0.5rem;
}

.tren-ruta-container-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 3rem 0;
    min-height: 200px;
}

.tren-ruta-linea-wrapper {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 6px;
    background: linear-gradient(90deg, 
        rgba(255,255,255,0.2) 0%, 
        rgba(248,178,41,0.6) 10%,
        rgba(248,178,41,0.6) 20%,
        rgba(248,178,41,0.6) 30%,
        rgba(248,178,41,0.6) 40%,
        rgba(248,178,41,0.6) 50%,
        rgba(248,178,41,0.6) 60%,
        rgba(248,178,41,0.6) 70%,
        rgba(248,178,41,0.6) 80%,
        rgba(248,178,41,0.6) 90%,
        rgba(255,255,255,0.2) 100%);
    z-index: 0;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(248,178,41,0.4);
    transform: translateY(-50%);
}

.tren-ruta-linea-wrapper::before,
.tren-ruta-linea-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #F8B229;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(248,178,41,0.8);
}

.tren-ruta-linea-wrapper::before {
    left: -10px;
}

.tren-ruta-linea-wrapper::after {
    right: -10px;
}

.tren-ruta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    position: relative;
    width: 100%;
    padding: 2rem 0;
    overflow-x: auto;
    scrollbar-width: thin;
    z-index: 2;
}

.tren-ruta-wrapper::-webkit-scrollbar {
    height: 8px;
}

.tren-ruta-wrapper::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.tren-ruta-wrapper::-webkit-scrollbar-thumb {
    background: #F8B229;
    border-radius: 10px;
}

.tren-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 3rem;
    animation: trenMove 20s linear infinite;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    z-index: 3;
    pointer-events: none;
}

@keyframes trenMove {
    0% { 
        left: 5%;
        transform: translateY(-50%) scaleX(1);
    }
    12.5% {
        transform: translateY(-50%) scaleX(1);
    }
    25% {
        left: 20%;
        transform: translateY(-50%) scaleX(1);
    }
    37.5% {
        left: 35%;
        transform: translateY(-50%) scaleX(1);
    }
    50% {
        left: 50%;
        transform: translateY(-50%) scaleX(-1);
    }
    62.5% {
        left: 65%;
        transform: translateY(-50%) scaleX(-1);
    }
    75% {
        left: 80%;
        transform: translateY(-50%) scaleX(-1);
    }
    87.5% {
        left: 90%;
        transform: translateY(-50%) scaleX(-1);
    }
    100% { 
        left: 95%;
        transform: translateY(-50%) scaleX(-1);
    }
}

/* Paradas */
.parada-wrapper {
    text-align: center;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex: 0 0 auto;
    min-width: 180px;
    max-width: 220px;
    position: relative;
    margin: 0;
}

.parada-wrapper:hover {
    transform: translateY(-15px) scale(1.05);
}

.parada-icono-wrapper {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8DC 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: #C41E3A;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3), 0 0 30px rgba(248,178,41,0.5);
    border: 5px solid #F8B229;
    position: relative;
    transition: all 0.4s ease;
}

.parada-icono-wrapper::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 3px solid rgba(248,178,41,0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.parada-wrapper:hover .parada-icono-wrapper {
    transform: rotate(360deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 40px rgba(248,178,41,0.8);
}

.parada-nombre-wrapper {
    color: white;
    font-weight: 800;
    font-size: 15px !important;

    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.parada-numero-wrapper {
    display: inline-block;
    background: #F8B229;
    color: #1a1a2e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 5px 15px rgba(248,178,41,0.5);
}

.parada-numero-wrapper.inicio,
.parada-numero-wrapper.final {
    background: #165B33;
    color: white;
    width: auto;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
}

.parada-numero-wrapper.pasa {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: auto;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(248, 178, 41, 0.5);
}

.parada-inicio-wrapper .parada-icono-wrapper,
.parada-final-wrapper .parada-icono-wrapper {
    border-color: #165B33;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3), 0 0 30px rgba(22, 91, 51, 0.5);
}

.parada-pasa-wrapper .parada-icono-wrapper {
    opacity: 0.7;
    border-color: rgba(248, 178, 41, 0.5);
    transform: scale(0.9);
}

.parada-info-wrapper {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 0.5rem;
    font-weight: 500;
}

/* Info final */
.tren-info-wrapper {
    text-align: center;
    color: white;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255,255,255,0.2);
    font-size: 1.1rem;
}

.tren-info-wrapper i {
    color: #F8B229;
    margin: 0 0.5rem;
}

.tren-info-wrapper p {
    margin: 0;
}

/* ============================================
   RESPONSIVE - MÓVIL
   ============================================ */

@media (max-width: 768px) {
    .tren-section-wrapper {
        padding: 3rem 1rem;
    }

    .tren-descripcion-wrapper {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .tren-horarios-container-wrapper {
        margin-bottom: 2rem;
    }

    .tren-horarios-title-wrapper {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tren-horarios-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tren-horario-card-wrapper {
        padding: 1.5rem;
    }

    .tren-ruta-title-wrapper {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tren-ruta-container-wrapper {
        padding: 2rem 0;
    }

    .tren-ruta-wrapper {
        flex-direction: column;
        gap: 3rem;
        flex-wrap: wrap;
    }
    
    .parada-wrapper {
        min-width: 100%;
        max-width: 100%;
    }
    
    .parada-nombre-wrapper {
        white-space: normal;
    }

    .tren-ruta-linea-wrapper {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 100%;
        background: linear-gradient(180deg, 
            rgba(255,255,255,0.2) 0%, 
            rgba(248,178,41,0.6) 33%,
            rgba(248,178,41,0.6) 66%,
            rgba(255,255,255,0.2) 100%);
    }

    .tren-ruta-linea-wrapper::before,
    .tren-ruta-linea-wrapper::after {
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
    }

    .tren-ruta-linea-wrapper::before {
        top: -10px;
    }

    .tren-ruta-linea-wrapper::after {
        bottom: -10px;
        top: auto;
    }

    .tren-icon-wrapper {
        display: none;
    }

    .tren-info-wrapper {
        font-size: 0.95rem;
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
}
.tren-section-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #C41E3A 0%, #8B0000 100%);
    padding: 5rem 2rem;
    display: none !important;
}
/* ============================================
   CSS SOLUCIÓN SCROLL TREN - ELEMENTOR
   Solo el CSS necesario para quitar el scroll
   ============================================ */

/* Cambiar flex-wrap para que las paradas se ajusten automáticamente */
.tren-ruta-wrapper {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Ajustar tamaño de paradas para que quepan todas */
.parada-wrapper {
    flex: 1 1 calc(12.5% - 0.875rem) !important;
    min-width: 130px !important;
    max-width: 160px !important;
    margin: 0 auto !important;
}

/* Pantallas muy grandes - 8 paradas en fila */
@media (min-width: 1600px) {
    .parada-wrapper {
        flex: 1 1 calc(12.5% - 0.875rem) !important;
        min-width: 150px !important;
        max-width: 180px !important;
    }
}

/* Pantallas grandes - 6 paradas en fila */
@media (min-width: 1200px) and (max-width: 1599px) {
    .parada-wrapper {
        flex: 1 1 calc(16.66% - 0.875rem) !important;
        min-width: 140px !important;
        max-width: 160px !important;
    }
    
    .parada-icono-wrapper {
        width: 85px !important;
        height: 85px !important;
        font-size: 2rem !important;
    }
}

/* Pantallas medianas - 4 paradas en fila */
@media (min-width: 992px) and (max-width: 1199px) {
    .parada-wrapper {
        flex: 1 1 calc(25% - 0.875rem) !important;
        min-width: 130px !important;
        max-width: 150px !important;
    }
    
    .parada-icono-wrapper {
        width: 80px !important;
        height: 80px !important;
        font-size: 1.8rem !important;
    }
    
    .parada-nombre-wrapper {
        font-size: 1rem !important;
    }
}

/* Pantallas pequeñas - 2 paradas en fila */
@media (min-width: 769px) and (max-width: 991px) {
    .parada-wrapper {
        flex: 1 1 calc(50% - 0.875rem) !important;
        min-width: 140px !important;
        max-width: 180px !important;
    }
}
.tren-ruta-container-wrapper {
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    padding: 3rem 0;
    min-height: 200px;
}
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-7c7508c4.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    margin-left: -4% !important;
    margin-top: -30px !important;
}
.parada-nombre-wrapper {
    font-size: 12px !important;
    text-shadow: none !important;
}
.elementor-37 .elementor-element.elementor-element-7b1c25f4 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 30px 80px 30px !important;
}
ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
    margin-top: -22px;
}
.elementor-element.elementor-element-4143084.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    border: 9px solid #fff;
    padding: 0;
    border-radius: 20px;
}
.elementor-image-carousel-wrapper.swiper {
    border-radius: 9px !important;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0;
    margin-bottom: -8px;
}
.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    height: 250px;
    object-fit: cover;
}
ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
    margin-right: -30px !important;
}
.elementor-37 .elementor-element.elementor-element-5e6be05e {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 30px 80px 30px;
}
.elementor-37 .elementor-element.elementor-element-98bbc50 .elementor-heading-title {
    font-family: "Chewy", Sans-serif;
    font-size: 53px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    margin-bottom: -63px !important;
}
:root :where(.is-layout-flow) > :last-child {
    margin-block-end: 0;
    color: #fff;
    font-family: 'Chewy';
}
.elementor-37 .elementor-element.elementor-element-a142a87 .elementor-button {
    background-color: #DC2B00;
    font-family: "Chewy", Sans-serif;
    font-weight: 500;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 20px 20px 20px 20px;
    margin-right: 21px;
}
.elementor-37 .elementor-element.elementor-element-56e59a0:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-56e59a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-305fd53a:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-16b9c861:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-4e8de94:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-5e584baa:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-74a4c89a:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-31917956:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-34aab9b1:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-30cb5509:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-41c3bac5:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-1df5f532:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-267ddb61:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-70e05f73:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-423c7f5b:not(.elementor-motion-effects-element-type-background){
    background-color: #C41E3A;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #FFF;
}
.elementor-37 .elementor-element.elementor-element-347fef0a:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-53af544c:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-4f16ce60:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-66646074:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-263c63b0:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-42bb98b6:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-729d8bf9:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-1e0b49b9:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-4a1afc5d:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-409db4b8:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-1acfdfb7:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-7a6d71a3:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-68c2d373:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-74922709:not(.elementor-motion-effects-element-type-background){
	border-radius: 0 0 20px 20px;
}
.elementor-37 .elementor-element.elementor-element-d7bfd9a .elementor-heading-title{
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
.elementor-37 .elementor-element.elementor-element-3392d13 .elementor-heading-title{
    font-family: "Chewy", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: 20px;
}
