:root {
    --linea10-primary: #2a0a8b;
    --linea10-primary-soft: #3a12b8;
    --linea10-accent: #2a0a8b;
    --linea10-orange: #C4954D;
    /* --linea10-orange: #C4954D; */
    --linea10-dark: #13143a;
}
* {
    text-align: justify;
}
.text-orange {
    color: var(--linea10-orange) !important;
}
.text-morado {
    color: var(--linea10-primary) !important;
}
.text-gris {
    color: var(--color-three)
}
.linea10-adapted .header-top {
    /* background: #f2f3f9; */
}

.linea10-adapted .header-top .inner-container {
    margin-left: 300px;
    padding: 0 !important;
}

.linea10-adapted .header-info_list li,
.linea10-adapted .header-info_list li a,
.linea10-adapted .address {
    color: #2a2b55;
}

.linea10-adapted .header-lower {
    /* box-shadow: 0 10px 24px rgba(18, 20, 58, 0.08); */
}

.linea10-adapted .main-header.header-style-one {
    min-height: 0 !important;
}

.linea10-adapted .header-top,
.linea10-adapted .header-lower {
    padding-top: 25px;
    padding-bottom: 25px;
}

.linea10-adapted .main-header .header-lower .inner-container {
    padding-left: 320px;
    padding-right: 0;
}

.linea10-adapted .main-header .header-lower .inner-container:before {
    left: 300px;
}

.linea10-adapted .main-header .header-lower .logo-box {
    position: absolute;
    left: 0px;
    top: -40px;
    z-index: 5;
}

.linea10-adapted .main-header .header-lower .logo-box .logo,
.linea10-adapted .fixed-header .header-lower .logo-box .logo {
    /* width: 400px; */
    left: 50px;
    top: -20px;
    margin-top: 0;
}

.linea10-adapted .main-header .header-lower .inner-container > .d-flex {
    justify-content: flex-end !important;
}

.linea10-adapted .main-header .header-lower .nav-outer {
    margin-left: auto;
}

.linea10-adapted .main-header .header-lower .outer-box {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
}

.linea10-adapted .main-header .main-menu .navbar-header {
    display: none !important;
}

.linea10-adapted .main-header .mobile-nav-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(42, 10, 139, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: var(--linea10-primary);
    box-shadow: 0 10px 24px rgba(42, 10, 139, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.linea10-adapted .main-header .mobile-nav-toggler:hover {
    background: #f7f4ff;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(42, 10, 139, 0.14);
}

.linea10-adapted .main-header .mobile-nav-toggler .icon {
    font-size: 18px;
    color: var(--linea10-primary);
}

.linea10-adapted .linea10-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 10px;
    margin-left: 30px;
    border-radius: 999px;
    background: var(--linea10-primary);
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 12px 26px rgba(42, 10, 139, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.linea10-adapted .linea10-contact-btn:hover {
    color: #ffffff;
    background: var(--linea10-primary-soft);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(42, 10, 139, 0.28);
}

.linea10-adapted .linea10-contact-btn__icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    color: var(--linea10-primary);
    flex: 0 0 auto;
}

.linea10-adapted .linea10-contact-btn__icon i {
    font-size: 15px;
}

.linea10-adapted .linea10-contact-btn__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.linea10-adapted .mobile-menu {
    width: min(100vw, 380px);
    padding-right: 0;
}

.linea10-adapted .mobile-menu .menu-box {
    width: 100%;
    right: -420px;
    padding: 28px 24px 28px;
    background: #ffffff;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

body.linea10-adapted.mobile-menu-visible .mobile-menu .menu-box {
    right: 0 !important;
}

.linea10-adapted .mobile-menu .close-btn {
    top: 18px;
    right: 18px;
    color: #7a7a86;
}

.linea10-adapted .mobile-menu .mobile-menu-top {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-right: 28px;
}

.linea10-adapted .mobile-menu .nav-logo {
    padding: 0;
    text-align: left;
}

.linea10-adapted .mobile-menu .nav-logo--horizontal img {
    width: 230px;
    max-width: 100%;
    height: auto;
    display: block;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-list {
    display: grid;
    gap: 14px;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #1f2430;
    text-decoration: none;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item--static {
    cursor: default;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d0a428;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(208, 164, 40, 0.18);
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item__icon i {
    font-size: 16px;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item__content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item__title {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: underline;
    color: #12203a;
    letter-spacing: 0.02em;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item__value {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
}

.linea10-adapted .mobile-menu .mobile-menu-contact-item__subtitle {
    font-size: 13px;
    line-height: 1.3;
    color: #555963;
}

.linea10-adapted .mobile-menu .mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding: 11px 18px 11px 16px;
    border-radius: 7px;
    background: #0a0a0a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.linea10-adapted .mobile-menu .mobile-menu-cta:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.linea10-adapted .mobile-menu .mobile-menu-cta__icon {
    font-size: 14px;
    line-height: 1;
}

.linea10-adapted .mobile-menu .mobile-menu-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.linea10-adapted .mobile-menu .mobile-menu-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(17, 17, 17, 0.18);
}

.linea10-adapted .mobile-menu .mobile-menu-socials a i {
    font-size: 17px;
}

.linea10-adapted .mobile-menu .menu-outer {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(42, 10, 139, 0.1);
}

.linea10-adapted .mobile-menu .mobile-menu-cta__text {
    line-height: 1;
}

@media (max-width: 575.98px) {
    .linea10-adapted .main-header .header-lower .outer-box {
        gap: 10px;
    }

    .linea10-adapted .linea10-contact-btn {
        padding: 7px 14px 7px 9px;
    }

    .linea10-adapted .linea10-contact-btn__icon {
        width: 30px;
        height: 30px;
    }

    .linea10-adapted .linea10-contact-btn__text {
        font-size: 13px;
    }

    .linea10-adapted .main-header .mobile-nav-toggler {
        width: 38px;
        height: 38px;
    }

    .linea10-adapted .mobile-menu {
        width: min(100vw, 340px);
    }

    .linea10-adapted .mobile-menu .menu-box {
        padding: 24px 20px 24px;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    .linea10-adapted .mobile-menu .mobile-menu-top {
        gap: 14px;
        padding-right: 24px;
    }

    .linea10-adapted .mobile-menu .nav-logo--horizontal img {
        width: 190px;
    }

    .linea10-adapted .mobile-menu .mobile-menu-contact-item__value {
        font-size: 16px;
    }

    .linea10-adapted .mobile-menu .mobile-menu-cta {
        padding: 10px 16px 10px 14px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .linea10-adapted .main-header .header-lower .nav-outer {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
        /* border-top: 1px solid #d2cae5; */
    }

    .linea10-adapted .main-header .header-lower .main-menu,
    .linea10-adapted .main-header .header-lower .main-menu .navbar-collapse {
        width: 100%;
    }

    .linea10-adapted .main-header .header-lower .main-menu .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .linea10-adapted .main-header .header-lower .main-menu .navigation {
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
    }
}

.linea10-adapted .main-menu .navigation > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: var(--linea10-primary);
}

.linea10-adapted .main-menu .navigation > li > a:before,
.linea10-adapted .main-menu .navigation > li.current > a,
.linea10-adapted .main-menu .navigation > li:hover > a {
    color: var(--linea10-primary);
}

/* En modo página web el header no debe quedarse fijo al hacer scroll */
.linea10-adapted .main-header.fixed-header .header-lower {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    z-index: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
}

.linea10-adapted .slider-one {
    background: #f7f8fc;
}

.linea10-adapted .slider-one_call {
    background: var(--linea10-primary);
}

.linea10-adapted .slider-one_heading {
    /* max-width: 700px; */
    display: block;
    color: #240089 !important;
    -webkit-text-fill-color: #240089 !important;
    line-height: 1.08;
    max-width: 680px;
    white-space: normal;
}

.linea10-adapted .slider-one_heading br {
    display: block;
    content: "";
    height: 0.24em;
    margin-top: 0.08em;
}

.linea10-adapted .slider-one_heading * {
    color: #240089 !important;
    -webkit-text-fill-color: #240089 !important;
    -webkit-text-stroke-color: transparent !important;
}

.linea10-adapted .slider-one_heading strong,
.linea10-adapted .slider-one_heading .text-orange,
.linea10-adapted .slider-one_heading [style*="color:orange"],
.linea10-adapted .slider-one_heading [style*="color: orange"],
.linea10-adapted .slider-one_heading [style*="#ff9800"],
.linea10-adapted .slider-one_heading [style*="#f90"],
.linea10-adapted .slider-one_heading [style*="rgb(255, 152, 0)"] {
    color: var(--linea10-orange) !important;
    -webkit-text-fill-color: var(--linea10-orange) !important;
}

.linea10-adapted .slider-one_heading .text-black,
.linea10-adapted .slider-one_heading [style*="color:black"],
.linea10-adapted .slider-one_heading [style*="color: black"],
.linea10-adapted .slider-one_heading [style*="color:#000"],
.linea10-adapted .slider-one_heading [style*="color: #000"],
.linea10-adapted .slider-one_heading [style*="color:rgb(0"] {
    color: #240089 !important;
    -webkit-text-fill-color: #240089 !important;
}

.linea10-adapted .slider-one_note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    max-width: 420px;
}

.linea10-adapted .slider-one_note-icon {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.linea10-adapted .slider-one_note-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.linea10-adapted .slider-one_note-content {
    font-size: 18px;
    line-height: 1.28;
    color: #2a2458;
}

.linea10-adapted .slider-one_note-content p {
    margin-bottom: 0;
}

.linea10-adapted .btn-style-two,
.linea10-adapted .btn-style-three {
    background: var(--linea10-primary);
}

.linea10-adapted .btn-style-two .text-one,
.linea10-adapted .btn-style-two .text-two,
.linea10-adapted .btn-style-three .text-one,
.linea10-adapted .btn-style-three .text-two {
    color: #fff;
}

.linea10-adapted .btn-style-two:before,
.linea10-adapted .btn-style-three:before {
    background: var(--linea10-accent);
}

.linea10-feature-strip {
    margin-top: -112px;
    position: relative;
    z-index: 2;
    margin-bottom: -110px;
}

.linea10-feature-strip .service-block_two-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 45px 0px;
}

.linea10-feature-strip .service-block_two-inner:before,
.linea10-feature-strip .service-block_two-inner:hover:before {
    display: none !important;
    opacity: 0 !important;
    transform: none !important;
}

.linea10-feature-strip .service-block_two-inner:hover {
    border-color: #ececf6;
    /* box-shadow: 0 12px 24px rgba(18, 20, 58, 0.08); */
}

.linea10-compromisos-carousel {
    position: relative;
}

.linea10-compromisos-carousel .linea10-compromisos-swiper {
    width: 100%;
    overflow: hidden;
}

.linea10-compromisos-carousel .swiper-wrapper {
    align-items: stretch;
}

.linea10-compromisos-carousel .swiper-slide {
    height: auto;
    display: flex;
}

.linea10-compromisos-carousel .service-block_two {
    height: 100%;
    width: 100%;
}

.linea10-compromisos-carousel .service-block_two-inner {
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
}

.home-compromisos-with-arrows .tf-sw-nav {
    display: flex !important;
    visibility: visible;
    margin: 0;
    z-index: 3;
}

.home-compromisos-with-arrows.hover-sw-nav .tf-sw-nav {
    visibility: visible;
    margin: 0;
}

.home-compromisos-with-arrows .tf-sw-nav.nav-prev-swiper {
    left: 18px;
}

.home-compromisos-with-arrows .tf-sw-nav.nav-next-swiper {
    right: 18px;
}

@media (min-width: 1200px) {
    .home-compromisos-with-arrows .tf-sw-nav.nav-prev-swiper {
        left: 28px;
    }

    .home-compromisos-with-arrows .tf-sw-nav.nav-next-swiper {
        right: 28px;
    }
}

.linea10-feature-strip .service-block_two-content.icon-only {
    text-align: center;
    padding: 30px 20px;
}

.linea10-feature-strip .linea10-icon {
    width: 52px;
    height: 52px;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 90px;
}

.linea10-feature-strip .linea10-icon img {
    /* width: 28px; */
    /* height: 28px; */
    object-fit: contain;
}

.linea10-feature-strip .linea10-feature-text {
    flex: 1 1 auto;
    text-align: left;
}

.linea10-feature-strip .service-block_two-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
    /* color: var(--linea10-primary); */
}

.linea10-feature-strip .linea10-feature-description {
    color: #1f007f;
    line-height: 1.35;
    margin-right: 20px;
}

.linea10-feature-strip .linea10-feature-description p {
    margin-bottom: 0;
}

.linea10-feature-strip p {
    margin-bottom: 0;
    /* font-size: 13.5px; */
    line-height: 1.35;
    color: #1f007f;
}

.linea10-app-cta .cta-one_title,
.linea10-app-cta .cta-one_text,
.linea10-trabaja .cta-one_title,
.linea10-trabaja .cta-one_text {
    text-shadow: 0 4px 20px rgba(10, 6, 37, 0.32);
}

.linea10-app-cta .cta-one_button,
.linea10-trabaja .cta-one_button {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.linea10-reporta-content {
    max-width: 650px;
}

.linea10-reporta-title {
    margin: 0;
    line-height: 0.95;
}

.linea10-reporta-title-main,
.linea10-reporta-title-accent {
    display: block;
    font-weight: 800;
    font-size: clamp(48px, 7vw, 67px);
    letter-spacing: -1px;
}

.linea10-reporta-title-main {
    color: #ffffff;
}

.linea10-reporta-title-accent {
    color: #ffb400;
}

.linea10-reporta-subtitle {
    margin: 35px 0 28px;
    font-size: clamp(24px, 1.3vw, 44px);
    line-height: 1.15;
    color: #ffffff;
    max-width: 520px;
}

.linea10-reporta-grid {
    display: grid;
    grid-template-columns: minmax(200px, 270px) 1fr;
    gap: 26px;
    align-items: center;
}

.linea10-reporta-qr-wrap {
    background: #ffffff;
    border-radius: 16px;
    padding: 10px;
    overflow: hidden;
}

.linea10-reporta-qr {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.linea10-reporta-qr-caption {
    margin-top: 8px;
    background: #2a1190;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    padding: 12px 10px;
}

.linea10-reporta-benefits {
    display: flex;
    flex-direction: column;
}

.linea10-reporta-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.linea10-reporta-benefit:last-child {
    border-bottom: none;
}

.linea10-reporta-benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #3b1ec0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
}

.linea10-reporta-benefit-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.linea10-reporta-benefit-text {
    font-size: clamp(22px, 0.6vw, 35px);
    line-height: 1.1;
}

.linea10-reporta-benefit-text strong {
    font-weight: 700;
}

.linea10-footer-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 230px;
    background: #08b13c;
    border-radius: 999px;
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    box-shadow: 0 10px 20px rgba(8, 177, 60, 0.35);
}

.linea10-footer-wa-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(8, 177, 60, 0.3);
}

.linea10-footer-wa-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.15;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}

.linea10-footer-wa-icon {
    position: absolute;
    right: 4px;
    top: -10px;
}

.linea10-footer-wa-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
}

@media (max-width: 991px) {
    .linea10-footer-wa-btn {
        right: 42px;
        bottom: 12px;
        min-width: 205px;
        padding: 7px 7px 7px 12px;
    }

    .linea10-footer-wa-text {
        font-size: 14px;
    }

    .linea10-footer-wa-icon {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        font-size: 26px;
    }

    .linea10-reporta-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        gap: 18px;
    }

    .linea10-reporta-subtitle {
        font-size: 28px;
    }

    .linea10-reporta-benefit-text {
        font-size: 26px;
    }
}

.linea10-adapted .sec-title_title {
    color: var(--linea10-accent);
}

.linea10-adapted .project-block_one .content .title,
.linea10-adapted .news-block_two-title a,
.linea10-adapted .welcome-one .sec-title_heading,
.linea10-adapted .blog-two .sec-title_heading {
    color: var(--linea10-primary);
}

.linea10-adapted .project-block_one.ruta-card .image img {
    min-height: 220px;
    object-fit: cover;
}

.linea10-adapted .welcome-one {
    background: var(--linea10-accent);
}

.linea10-adapted .welcome-one .text {
    color: #5f638e;
}

.linea10-adapted .testimonial-two {
    background: linear-gradient(180deg, var(--linea10-primary) 0%, #250a76 100%);
}

.linea10-adapted .testimonial-block_two-inner {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.linea10-adapted .testimonial-block_two-text,
.linea10-adapted .testimonial-block_two-designation {
    color: #fff;
}

.linea10-adapted .blog-two {
    background-color: #f7f8fc;
}

.linea10-adapted .news-block_two-inner {
    background: #fff;
    border-radius: 14px;
    /* box-shadow: 0 12px 24px rgba(18, 20, 58, 0.08); */
    overflow: hidden;
    box-shadow: -1px 0px 23px 0px #220a846b;
}

.linea10-adapted .news-block_two-more {
    /* color: var(--linea10-primary); */
}

.linea10-footer {
    background: #2a0a8b;
}

.linea10-footer-top {
    background: #ffffff;
    border-top: 1px solid #e8e8f0;
    border-bottom: 1px solid #dcdcf0;
    padding: 28px 0;
}

.linea10-footer-top-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.linea10-footer-top-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #2a0a8b;
    border-radius: 50%;
    color: #2a0a8b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 48px;
}

.linea10-footer-top-content h6 {
    margin: 0 0 2px;
    color: #22125f;
    font-weight: 700;
    font-size: 16px;
}

.linea10-footer-top-content p {
    margin: 0;
    color: #4f4f73;
    /* font-size: 14px; */
    line-height: 1.4;
}
.linea10-footer-top-content div {
    text-align: left;
}
.linea10-footer-top-social .linea10-footer-top-content {
    width: 100%;
}

.linea10-footer-main {
    padding: 48px 0 20px;
}

.linea10-footer-brand {
    display: inline-block;
    margin-bottom: 16px;
}

.linea10-footer-logo {
    max-width: 170px;
    filter: brightness(0) invert(1);
}

.linea10-footer-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.65;
    max-width: 340px;
}

.linea10-footer-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
}

.linea10-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.linea10-footer-links li + li {
    margin-top: 8px;
}

.linea10-footer-link {
    color: rgba(255, 255, 255, 0.87);
    text-decoration: none;
    /* font-size: 15px; */
    line-height: 1.45;
}

.linea10-footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.linea10-footer-social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2a0a8b;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
}

.linea10-footer-link:hover,
.linea10-footer-social:hover {
    color: var(--linea10-orange);
}

.linea10-footer-copybar {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
    /* font-size: 14px; */
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .linea10-feature-strip {
        margin-top: 10px;
    }

    .linea10-adapted .slider-one_heading {
        font-size: 44px;
    }

    .linea10-adapted .main-header .header-lower .logo-box .logo,
    .linea10-adapted .fixed-header .header-lower .logo-box .logo {
        width: 180px;
    }

    .linea10-adapted .header-top .inner-container {
        margin-left: 0;
    }

    .linea10-adapted .main-header .header-lower .inner-container {
        padding-left: 0;
    }

    .linea10-adapted .main-header .header-lower .inner-container:before {
        left: 0;
    }

    .linea10-adapted .main-header .header-lower .logo-box {
        position: relative;
        top: 0;
    }

    .linea10-footer-main {
        padding: 40px 0 16px;
    }

    .linea10-footer-title {
        font-size: 18px;
    }

    .linea10-footer-top {
        padding: 22px 0;
    }
}

@media only screen and (max-width: 767px) {
    .linea10-adapted .slider-one_heading {
        font-size: 34px;
    }

    .linea10-adapted .main-header .header-lower .logo-box .logo,
    .linea10-adapted .fixed-header .header-lower .logo-box .logo {
        width: 150px;
    }

    .linea10-adapted .main-header .header-lower .logo-box {
        position: relative;
        top: 0;
    }

    .linea10-adapted .cta-one_button {
        flex-direction: column;
        align-items: center;
    }

    .linea10-adapted .slider-one_note,
    .linea10-adapted .slider-one_text
    {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 24px;
        max-width: 100%;
        background: #fff;
        padding: 10px;
        border-radius: 12px;
    }
    .linea10-adapted .slider-one_heading {
        background: #fff;
        padding: 10px;
        border-radius: 12px;
    }
    .linea10-adapted .slider-one_note-content {
        font-size: 16px;
    }

    .linea10-feature-strip .service-block_two-inner {
        min-height: auto;
        margin-bottom: 15px;
        padding: 30px 20px !important;
    }

    .linea10-footer-top-item {
        align-items: flex-start;
    }

    .linea10-footer-title {
        font-size: 17px;
    }

    .linea10-footer-link,
    .linea10-footer-text {
        font-size: 14px;
    }

    .linea10-footer-copybar {
        font-size: 13px;
        margin-top: 24px;
        padding-bottom: 60px;
    }
}

body.linea10-adapted {
    margin: 0 !important;
    padding: 0 !important;
    background: #f7f8fc;
}

html,
body.linea10-adapted {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.linea10-adapted .page-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
}

/* body.linea10-adapted .main-header {
position: absolute !important;
left: 0 !important;
top: 0 !important;
right: 0 !important;
z-index: 1001 !important;
margin-top: 0 !important;
padding-top: 0 !important;
transform: none !important;
} */





/* Evita capas ocultas del theme (blob/search) que generan espacio arriba del header */
body.linea10-adapted .search-popup,
body.linea10-adapted .search-popup .color-layer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.linea10-adapted .main-header .header-lower .inner-container::before,
body.linea10-adapted .main-header .header-lower .inner-container::after {
    display: none !important;
    content: none !important;
}

.header-info_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.header-info_right li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
}

.header-info_right li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-info_right li a {
    text-align: right;
    text-decoration: none;
}

.boxRutasDetails {
    margin-top: 26px;
    display: flex;
    align-items: stretch;
    /* border-radius: 14px; */
    overflow: hidden;
    /* box-shadow: 0 10px 24px rgba(19, 20, 58, 0.12); */
}

.boxRutasLeft {
    width: 100%;
    min-width: 280px;
    background: #2a0a8b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 0px 20px 20px 0px;
    margin-right: -25px;
    position: relative;
    padding-left: 5%;
}

.boxRutasIcon i {
    font-size: 56px;
    line-height: 1;
    color: #ffffff;
}

.boxRutasLabel .small {
    display: block;
    font-size: 44px;
    line-height: 0.95;
    font-weight: 800;
    color: #ffffff;
}

.boxRutasLabel strong {
    display: block;
    margin-top: 2px;
    font-size: 62px;
    line-height: 0.9;
    font-weight: 900;
    color: var(--linea10-orange);
}

.boxRutasRight {
    width: 100%;
    background: var(--linea10-orange);
    color: #2a0a8b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px 18px;
    padding-left: 18px;
    padding-left: 25px;
    border-radius: 0px 25px 25px 0px;
}

.boxRutasRight .routeTop,
.boxRutasRight .routeBottom {
    font-size: 22px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.boxRutasRight .routeArrow {
    margin: 6px 0;
    font-size: 34px;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
    .boxRutasDetails {
        flex-direction: column;
    }

    .boxRutasLeft,
    .boxRutasRight {
        width: 100%;
        min-width: 0;
    }

    .boxRutasLabel .small {
        font-size: 32px;
    }

    .boxRutasLabel strong {
        font-size: 44px;
    }

    .boxRutasRight .routeTop,
    .boxRutasRight .routeBottom {
        font-size: 27px;
    }
}
.boxSection1 {
    background: #ffffff;
    /* padding: 20px; */
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.boxTitle {
    position: relative;
}
.boxTitle .sec-title_heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.boxTitle .linea-title-icon {
    /* position: static; */
    display: inline-block;
    width: 130px;
    max-width: none;
    height: auto;
    vertical-align: middle;
    bottom: -30px;
    position: relative;
    right: 50px;
}

.sec-title_heading span {
    color: var(--linea10-orange)
}

.boxCard {
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(19, 20, 58, 0.12);
    border-radius: 30px;
    padding: 50px;
}

.mt240 {
    margin-top: 480px;
}
.boxTrabajaForm {
    position: relative;
    z-index: 5;
    bottom: -540px;
}

.boxCardTrabaja {
    background: #ffffff;
    border-radius: 30px;
}

.trabaja-brand-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    max-width: 100%;
}

.trabaja-brand-heading-logo img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
}

.trabaja-brand-heading-text {
    text-align: left;
}

.trabaja-brand-heading-top {
    margin: 0;
    color: #220a84;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.trabaja-brand-heading-title {
    margin: 5px 0 0;
    color: var(--linea10-orange);
    font-weight: 900;
    font-size: 44px;
    line-height: 1.02;
    /* text-transform: uppercase; */
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
}

.linea-title-icon-trabaja {
    width: 110px;
    max-width: none;
    height: auto;
    position: relative;
    top: 28px;
    right: 30px;
}

.trabaja-beneficios {
    color: #220a84;
    padding-right: 30px;
    border-right: 1px solid #eaeaea;
}

.trabaja-beneficios-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 26px;
    color: #220a84;
}

.trabaja-beneficios p {
    margin-bottom: 20px;
    /* font-size: 22px; */
    line-height: 1.52;
    color: #2f2378;
}

.trabaja-beneficios-lista {
    list-style: disc;
    padding-left: 24px;
    margin: 0 0 24px;
}

.trabaja-beneficios-lista li {
    margin-bottom: 8px;
    /* font-size: 24px; */
    line-height: 1.35;
    color: #2f2378;
}

.trabaja-video-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #220a84;
    font-weight: 700;
    font-size: 28px;
}

.trabaja-video-play {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #7921f5 0%, #4200af 100%);
    color: #ff9800;
    border: 6px solid #ff9800;
    margin-bottom: 12px;
    font-size: 36px;
}

.trabaja-form-wrapper {
    color: #220a84;
}

.trabaja-brand {
    margin-bottom: 20px;
}

.trabaja-brand-logo {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    color: #220a84;
    margin-bottom: 10px;
}

.trabaja-brand-title {
    margin: 0;
    /* font-size: 44px; */
    line-height: 1.15;
    font-weight: 800;
    color: #220a84;
}

.trabaja-brand-title span {
    color: #ff9800;
}

.trabaja-form-intro {
    margin-bottom: 18px;
    /* font-size: 24px; */
    line-height: 1.45;
    color: #2f2378;
}

.trabaja-label {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 800;
    color: #220a84;
}

.trabaja-control {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 2px solid #d2caee;
    background: #fff;
    padding: 0 16px;
    color: #220a84;
    font-size: 17px;
}

.trabaja-control:focus {
    outline: none;
    border-color: #220a84;
}

.trabaja-control::placeholder {
    color: #9b96b7;
    opacity: 1;
}

.trabaja-captcha {
    height: 72px;
    border-radius: 12px;
    border: 2px solid #dddde3;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 14px;
}

.trabaja-captcha-check {
    width: 28px;
    height: 28px;
    border: 2px solid #b8b8b8;
    border-radius: 4px;
    flex: 0 0 auto;
}

.trabaja-captcha-text {
    color: #232323;
    font-size: 22px;
}

.trabaja-captcha-mark {
    margin-left: auto;
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 600;
}

.trabaja-submit-btn {
    /* min-width: 260px; */
    border-radius: 12px;
}

.linea10-gps-section {
    background: url('/assets-pagina-web/images/background/backPorque10.jpg');
    background-size: cover;
    background-position: top center;
    padding-top: 520px;
    padding-bottom: 40px;
}

.linea10-gps-section .counter-block .linea10-gps-icon {
    width: 60px;
    height: 60px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.linea10-gps-section .counter-block .linea10-gps-icon-svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.linea10-gps-section .counter-block .inner:hover .linea10-gps-icon {
    animation: jello 1s;
}

.linea10-gps-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: start;
}

.linea10-gps-kicker {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.linea10-gps-title {
    margin: 0;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.08;
    color: #ff9800;
}

.linea10-gps-slash {
    width: 132px;
    height: 10px;
    border-radius: 20px;
    background: #ff9800;
    transform: rotate(-20deg);
    margin: 18px 0 24px 0;
}

.linea10-gps-subtitle {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
}

.linea10-gps-text {
    margin: 0;
    max-width: 95%;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.48;
}

.linea10-gps-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.linea10-gps-card {
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.linea10-gps-card i {
    color: #ff9800;
    font-size: 30px;
    flex: 0 0 auto;
}

.linea10-gps-card span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.linea10-gps-photos {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.linea10-gps-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid rgba(255, 255, 255, 0.55);
}

.linea10-gps-brand {
    margin-top: 70px;
    text-align: center;
}

.linea10-gps-brand-top {
    margin: 0 0 14px;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
}

.linea10-gps-brand-top span {
    color: #ff9800;
}

.linea10-gps-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.linea10-gps-pin {
    width: 56px;
    height: 56px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: #ffffff;
    color: #240089;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
}

.linea10-gps-pin::before {
    content: 'T';
    transform: rotate(45deg);
}

.linea10-gps-pin {
    color: transparent;
    font-size: 0;
}

.linea10-gps-word {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
}

.linea10-choose-section {
    padding: 10px 0 70px;
    background: #f5f6fb;
}

.linea10-choose-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: linear-gradient(130deg, #1a0b74 0%, #2f1296 55%, #2a0d89 100%);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.linea10-choose-stat {
    min-height: 145px;
    padding: 22px 12px 18px;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.linea10-choose-stat:last-child {
    border-right: none;
}

.linea10-choose-stat i {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.88);
}

.linea10-choose-stat strong {
    display: block;
    margin-top: 8px;
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
    color: #ffb400;
}

.linea10-choose-stat span {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.linea10-choose-panel {
    border: 1px solid #e6e1f3;
    border-top: none;
    border-radius: 0 0 16px 16px;
    background: #ffffff;
    padding: 34px 28px 30px;
}

.linea10-choose-head {
    text-align: center;
    margin-bottom: 26px;
}

.linea10-choose-head h2 {
    margin: 0;
    color: #220a84;
    font-size: 45px;
    line-height: 1.12;
    font-weight: 900;
}

.linea10-choose-head-bar {
    width: 96px;
    height: 8px;
    border-radius: 999px;
    background: #ffb400;
    margin: 12px auto 0;
}

.linea10-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.linea10-choose-card {
    border: 1px solid #e8e3f1;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(28, 14, 100, 0.06);
}

.linea10-choose-card img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    display: block;
}

.linea10-choose-card h3 {
    margin: 14px 14px 8px;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 800;
    color: #2a0a8b;
}

.linea10-choose-card p {
    margin: 0 14px 16px;
    font-size: 20px;
    line-height: 1.4;
    color: #3f336f;
}

.linea10-news-section {
    padding: 78px 0 72px;
    background-color: #f5f6fb;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.linea10-news-ref {
    padding: 78px 0 72px;
    background-color: #f5f6fb;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.linea10-news-ref .sec-title .sec-title_title {
    justify-content: center;
    color: #2a0a8b;
}

.linea10-news-ref .sec-title .sec-title_heading {
    color: #ff9800;
    font-size: 50px;
    line-height: 1;
}

.linea10-news-ref .news-block_two-title a {
    min-height: 84px;
}

.linea10-news-ref .news-block_two-text {
    min-height: 86px;
}

.linea10-news-ref .news-block_two-date {
    text-transform: uppercase;
}

.linea10-counter-ref {
    border-top: none;
    border-bottom: none;
    background: linear-gradient(130deg, #180972 0%, #2a1190 58%, #220b82 100%);
}

.linea10-counter-ref .counter-block .inner {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.linea10-counter-ref .counter-block:last-child .inner {
    border-right: none;
}

.linea10-counter-ref .counter-block .icon,
.linea10-counter-ref .counter-block .count-box,
.linea10-counter-ref .counter-block .text {
    color: #ffffff;
}

.linea10-counter-ref .counter-block .count-box {
    color: #ffb400;
}

.linea10-counter-ref .counter-block .text {
    font-size: 16px;
    line-height: 1.32;
}

.linea10-features-ref {
    padding: 100px 0px;
    background: #f5f6fb;
    background-image: url('http://linea10.pe.test/assets-pagina-web/images/background/backNoticias.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.linea10-features-ref .sec-title {
    margin-bottom: 26px;
}

.linea10-features-ref .sec-title .sec-title_heading {
    /* font-size: 42px; */
    color: #220a84;
}

.linea10-features-ref .feature-block_one-inner {
    border-radius: 14px;
    overflow: hidden;
    min-height: 100%;
}

.linea10-features-ref .feature-block_one-content img {
    float: none;
    width: calc(100% + 60px);
    max-width: none;
    height: 185px;
    margin: -25px -30px 16px;
    object-fit: cover;
}

.linea10-features-ref .feature-block_one-designation {
    font-size: 20px;
    font-weight: 800;
}

.linea10-features-ref .feature-block_one-title {
    margin-top: 8px;
    /* font-size: 18px; */
    line-height: 1.35;
    font-weight: 500;
}

.linea10-news-head {
    max-width: 790px;
    margin-bottom: 34px;
}

.linea10-news-kicker {
    margin: 0;
    font-size: 26px;
    line-height: 1.1;
    /* font-weight: 800 !important; */
    color: #2a0a8b;
}

.linea10-news-title {
    margin: 4px 0 0;
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
    color: #ff9800;
}

.linea10-news-slash {
    width: 120px;
    height: 8px;
    border-radius: 20px;
    background: #ff9800;
    transform: rotate(-20deg);
    margin: 16px 0 20px 156px;
}

.linea10-news-intro {
    margin: 0;
    font-size: 19px;
    line-height: 1.45;
    color: #2d2571;
}

.linea10-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.linea10-news-card {
    border-radius: 14px;
    border: 1px solid #dfd8ef;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(42, 10, 139, 0.08);
    overflow: hidden;
}

.linea10-news-image-link {
    display: block;
}

.linea10-news-image {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.linea10-news-content {
    padding: 16px 18px 12px;
}

.linea10-news-card-title {
    margin: 0;
    min-height: 68px;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.linea10-news-card-title a {
    color: #2a0a8b;
    text-decoration: none;
}

.linea10-news-card-footer {
    margin-top: 14px;
    border-top: 1px solid #e9e3f4;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.linea10-news-date {
    color: #5f4ab0;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.linea10-news-date i {
    margin-right: 6px;
    color: #6a3de1;
}

.linea10-news-readmore {
    border: 1px solid #ddd4ef;
    border-radius: 10px;
    min-width: 145px;
    text-align: center;
    padding: 9px 14px;
    font-size: 16px;
    font-weight: 800;
    color: #2a0a8b;
    text-decoration: none;
}

.linea10-news-readmore i {
    margin-left: 8px;
    color: #ff9800;
}

.linea10-news-cta {
    margin-top: 28px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .boxCardTrabaja {
        padding: 34px 24px;
    }

    .trabaja-beneficios-title {
        font-size: 36px;
    }

    .trabaja-beneficios p,
    .trabaja-beneficios-lista li,
    .trabaja-form-intro {
        font-size: 18px;
    }

    .trabaja-brand-title {
        font-size: 34px;
    }

    .trabaja-brand-heading-logo img {
        width: 98px;
        height: 98px;
    }

    .trabaja-brand-heading-top {
        font-size: 20px;
    }

    .trabaja-brand-heading-title {
        font-size: 34px;
    }

    .linea-title-icon-trabaja {
        width: 88px;
        top: 7px;
    }

    .linea10-gps-section {
        padding: 70px 0 60px;
    }

    .linea10-gps-grid {
        grid-template-columns: 1fr;
    }

    .linea10-gps-kicker {
        font-size: 20px;
    }

    .linea10-gps-title {
        font-size: 48px;
    }

    .linea10-gps-subtitle {
        font-size: 34px;
    }

    .linea10-gps-text {
        max-width: 100%;
        font-size: 17px;
    }

    .linea10-gps-photos {
        justify-content: flex-start;
    }

    .linea10-gps-brand {
        margin-top: 30px;
        text-align: left;
    }

    .linea10-gps-brand-top {
        font-size: 44px;
    }

    .linea10-gps-word {
        font-size: 50px;
    }

    .linea10-news-section {
        padding: 62px 0 58px;
    }

    .linea10-news-ref .sec-title .sec-title_heading {
        font-size: 52px;
    }

    .linea10-counter-ref .counter-block .inner {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .linea10-counter-ref .counter-block:nth-last-child(-n+2) .inner {
        border-bottom: none;
    }

    .linea10-features-ref .sec-title .sec-title_heading {
        font-size: 34px;
    }

    .linea10-choose-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .linea10-choose-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .linea10-choose-stat:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .linea10-choose-stat strong {
        font-size: 38px;
    }

    .linea10-choose-stat span {
        font-size: 19px;
    }

    .linea10-choose-head h2 {
        font-size: 36px;
    }

    .linea10-choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .linea10-choose-card h3 {
        font-size: 24px;
    }

    .linea10-choose-card p {
        font-size: 17px;
    }

    .linea10-news-title {
        font-size: 52px;
    }

    .linea10-news-slash {
        margin-left: 128px;
    }

    .linea10-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .boxTrabajaForm {
        margin-top: -24px;
    }

    .boxCardTrabaja {
        padding: 24px 18px;
    }

    .trabaja-beneficios-title {
        font-size: 30px;
    }

    .trabaja-brand-logo {
        font-size: 32px;
    }

    .trabaja-brand-title {
        font-size: 28px;
    }

    .trabaja-brand-heading {
        flex-direction: column;
        gap: 10px;
    }

    .trabaja-brand-heading-text {
        text-align: center;
    }

    .trabaja-brand-heading-logo img {
        width: 82px;
        height: 82px;
    }

    .trabaja-brand-heading-top {
        font-size: 17px;
        text-align: center;
    }

    .trabaja-brand-heading-title {
        margin-top: 4px;
        font-size: 45px;
        text-align: center;
    }
    .trabaja-brand-heading-title img {
        top: 6px !important;
    }
    .counter-block .icon-box, .counter-block .count-box, .counter-block .text {
        text-align: center;
    }
    .linea10-features-ref .iconTitleLinea10 {
        float: none !important;
        margin-bottom: 20px !important;
    }
    .linea10-footer-top .col {
        flex: auto !important;
    }
    .iconTitleLinea10 {
        margin-bottom: -10px !important;
    }
    .maxResponsive {
        width: 100% !important;
    }
    .linea-title-icon-trabaja {
        width: 70px;
        top: 86px !important;
        right: 0px !important;
    }

    .trabaja-captcha-text {
        font-size: 16px;
    }

    .linea10-gps-section {
        padding: 54px 0 50px;
    }

    .linea10-gps-title {
        font-size: 40px;
    }

    .linea10-gps-subtitle {
        font-size: 30px;
    }

    .linea10-gps-cards {
        grid-template-columns: 1fr;
    }

    .linea10-gps-photo {
        width: 132px;
        height: 132px;
    }

    .linea10-gps-brand-top {
        font-size: 34px;
    }

    .linea10-gps-word {
        font-size: 38px;
    }

    .linea10-news-title {
        font-size: 42px;
    }

    .linea10-news-ref {
        padding: 62px 0 56px;
    }

    .linea10-news-ref .sec-title .sec-title_heading {
        font-size: 42px;
    }

    .linea10-features-ref {
        padding: 38px 0 50px;
    }

    .linea10-features-ref .sec-title .sec-title_heading {
        font-size: 27px;
    }

    .linea10-features-ref .feature-block_one-content img {
        height: 200px;
    }

    .linea10-choose-section {
        padding: 8px 0 52px;
    }

    .linea10-choose-panel {
        padding: 24px 14px 18px;
    }

    .linea10-choose-stat {
        min-height: 124px;
        padding: 16px 8px 14px;
    }

    .linea10-choose-stat i {
        font-size: 22px;
    }

    .linea10-choose-stat strong {
        font-size: 30px;
    }

    .linea10-choose-stat span {
        font-size: 14px;
    }

    .linea10-choose-head h2 {
        font-size: 26px;
    }

    .linea10-choose-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .linea10-choose-card img {
        height: 190px;
    }

    .linea10-choose-card h3 {
        font-size: 22px;
    }

    .linea10-choose-card p {
        font-size: 16px;
    }

    .linea10-news-kicker {
        font-size: 22px;
    }

    .linea10-news-slash {
        width: 95px;
        margin-left: 96px;
    }

    .linea10-news-intro {
        font-size: 17px;
    }

    .linea10-news-grid {
        grid-template-columns: 1fr;
    }

    .linea10-news-image {
        height: 210px;
    }

    .linea10-news-card-title {
        min-height: 0;
        font-size: 22px;
    }

    .linea10-news-card-footer {
        flex-wrap: wrap;
    }

    .linea10-news-readmore {
        width: 100%;
    }
}

.trabaja-beneficios ul {
    margin-left: 40px;
}
.trabaja-beneficios ul li {
    list-style: disc;
}
.boxPorque {
    margin-top: 110px !important;
}
.boxNoticias  {
    margin-top: 60px !important;
}

/* Home map iframe and route map styles */
.linea10-home-map-section {
    padding-top: 100px;
}

.linea10-home-map-shell {
    position: relative;
    /* width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden; */
}

.linea10-home-map-frame {
    width: 100%;
    /* max-width: 100vw; */
    min-height: 1320px;
    height: 1320px;
    border: 0;
    display: block;
    background: transparent;
}

.linea10-route-switcher {
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 0;
    --linea10-route-info-width: 320px;
}

.linea10-route-panel {
    width: 280px;
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    background: #2a0a8b;
}

.linea10-route-btn {
    border: 0;
    background: #2a0a8b;
    color: #fff;
    width: 280px;
    flex: 0 0 280px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    cursor: pointer;
    transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.linea10-route-panel .linea10-route-btn {
    width: 100%;
    flex: 0 0 auto;
}

.linea10-route-btn:hover {
    transform: translateY(-1px);
}

.linea10-route-btn.is-active {
    box-shadow: 0 12px 24px rgba(42, 10, 139, 0.25);
}

.linea10-route-icon i {
    font-size: 52px;
    line-height: 1;
}

.linea10-route-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: left;
}

.linea10-route-text .route-label {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
}

.linea10-route-text .route-code {
    margin-top: 4px;
    font-size: 64px;
    font-weight: 900;
    color: #C4954D;
    letter-spacing: 0.6px;
}

.linea10-route-info {
    flex: 0 0 var(--linea10-route-info-width);
    width: var(--linea10-route-info-width);
    min-height: 96px;
    background: #C4954D;
    color: #2a0a8b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: margin 280ms ease, transform 280ms ease, opacity 180ms ease;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}

.linea10-route-info.is-hidden {
    display: none;
}

.linea10-route-switcher.active-10e .linea10-route-info {
    margin-left: auto;
    margin-right: 0;
    border-radius: 30px 0 0 30px;
}

.linea10-route-switcher.active-10a .linea10-route-info {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 30px 30px 0;
}

.linea10-route-info.is-changing {
    opacity: 0.4;
    transform: scale(0.985);
}

.linea10-route-diagram-link {
    width: 100%;
    min-height: 36px;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.18);
    transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
    padding: 10px 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: block;
}

.linea10-route-diagram-link:hover {
    transform: translateY(-1px);
}

.linea10-route-diagram-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.linea10-route-diagram-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.linea10-route-diagram-label {
    display: inline-block;
}

.linea10-route-info .routeTop,
.linea10-route-info .routeBottom {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.25px;
    margin: 0;
    padding: 0;
}

.linea10-route-info .routeArrow {
    font-size: 24px;
    line-height: 1;
    margin: 2px 0;
}

.linea10-map-switcher {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 600px;
}

.linea10-map-pane {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(22px);
    transition: opacity 260ms ease, transform 260ms ease;
}

.linea10-map-pane[data-map-route="10e"] {
    transform: translateX(-22px);
}

.linea10-map-pane.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    z-index: 2;
}

.linea10-map-district-badge {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    pointer-events: none;
    background: rgba(42, 10, 139, 0.9);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
    max-width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 8px 22px rgba(20, 12, 49, 0.25);
}

.linea10-map-ui-controls {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.linea10-rotate-toggle {
    border: 1px solid rgba(36, 0, 137, 0.35);
    background: #ffffff;
    color: #240089;
    border-radius: 999px;
    line-height: 15px;
    height: 40px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.14);
}

.linea10-rotate-toggle.is-off {
    color: #5c5c78;
    border-color: rgba(92, 92, 120, 0.35);
}

.linea10-direction-toggle {
    border: 1px solid rgba(252, 141, 0, 0.34);
    background: rgba(255, 255, 255, 0.96);
    color: #c96900;
    border-radius: 999px;
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.14);
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.linea10-direction-toggle.is-active {
    background: #C4954D;
    border-color: #C4954D;
    color: #ffffff;
}

.linea10-direction-toggle-return {
    border-color: rgba(0, 102, 255, 0.35);
    color: #0057d6;
}

.linea10-direction-toggle-return.is-active {
    background: #0a6cff;
    border-color: #0a6cff;
    color: #ffffff;
}

.linea10-path-toggle {
    border: 1px solid rgba(34, 197, 94, 0.45);
    background: rgba(255, 255, 255, 0.98);
    color: #177a39;
    border-radius: 999px;
    line-height: 15px;
    height: 40px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.14);
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.linea10-path-toggle.is-active {
    background: #22c55e;
    border-color: #22c55e;
    color: #ffffff;
}

.linea10-path-toggle:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.linea10-vehicle-toggle {
    border: 1px solid rgba(10, 108, 255, 0.35);
    background: rgba(255, 255, 255, 0.98);
    color: #0a57d6;
    border-radius: 999px;
    line-height: 15px;
    height: 40px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.14);
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.linea10-vehicle-toggle.is-active {
    background: #0a6cff;
    border-color: #0a6cff;
    color: #ffffff;
}

.linea10-route-center-toggle {
    border: 1px solid rgba(10, 108, 255, 0.35);
    background: rgba(255, 255, 255, 0.98);
    color: #0a57d6;
    border-radius: 999px;
    line-height: 15px;
    height: 40px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.14);
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.linea10-route-center-toggle.is-active {
    background: #0a6cff;
    border-color: #0a6cff;
    color: #ffffff;
}

.linea10-route-center-toggle:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.linea10-vehicle-marker {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7d39ff 0%, #4f1db8 100%);
    border: 2px solid #ffffff;
    box-shadow: 0 8px 18px rgba(36, 0, 137, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
}

.linea10-vehicle-marker i {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
}

.linea10-direction-toggle.is-disabled,
.linea10-direction-toggle:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.linea10-pegman {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(36, 0, 137, 0.35);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    font-size: 19px;
    box-shadow: 0 4px 12px rgba(36, 0, 137, 0.14);
    user-select: none;
}

.linea10-pegman.is-dragging {
    opacity: 0.6;
    cursor: grabbing;
}

.linea10-map-loader {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 30px;
    background: #ece3ff;
    color: #3b3e4a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 16px;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.linea10-map-loader img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(38, 40, 48, 0.22));
}

.linea10-map-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.linea10-map {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7f1;
    filter: saturate(86%) contrast(102%) brightness(101%);
    opacity: 0;
    transition: opacity 180ms ease;
}

.linea10-map.is-ready {
    opacity: 1;
}

.linea10-user-location-marker {
    width: 36px;
    height: 36px;
    position: relative;
}

.linea10-user-location-tag {
    width: 36px;
    height: 36px;
    border-radius: 50% 50% 50% 0;
    background: #C4954D;
    border: 3px solid #ffffff;
    transform: rotate(-45deg);
    box-shadow: 0 8px 20px rgba(252, 141, 0, 0.45);
    position: relative;
    animation: linea10UserPinPulse 1.5s ease-in-out infinite;
}

.linea10-user-location-label {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    background: #ffffff;
    color: #240089;
    border: 1px solid rgba(36, 0, 137, 0.22);
    border-radius: 8px;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.3px;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(36, 0, 137, 0.18);
    text-transform: uppercase;
}

.linea10-route-stop-marker-wrap {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
    pointer-events: none;
}

.linea10-route-stop-marker-anchor {
    width: 0;
    height: 0;
    position: relative;
    overflow: visible;
}

.linea10-route-stop-marker-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ff2b2b;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 14px rgba(255, 43, 43, 0.35);
}

.linea10-route-stop-marker-label {
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(36, 0, 137, 0.16);
    border-radius: 8px;
    color: #240089;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    max-width: 170px;
    white-space: normal;
    text-align: center;
    box-shadow: 0 5px 12px rgba(36, 0, 137, 0.14);
    pointer-events: none;
}

.linea10-user-location-tag::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    left: 9px;
    top: 9px;
}

.linea10-user-location-tag::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 2px solid rgba(252, 141, 0, 0.45);
    transform: rotate(45deg);
    animation: linea10UserPinRing 1.5s ease-out infinite;
}

@keyframes linea10UserPinPulse {
    0% { transform: rotate(-45deg) scale(1); }
    50% { transform: rotate(-45deg) scale(1.12); }
    100% { transform: rotate(-45deg) scale(1); }
}

@keyframes linea10UserPinRing {
    0% {
        opacity: 0.85;
        transform: rotate(45deg) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) scale(1.35);
    }
}

.linea10-map .maplibregl-canvas {
    transition: filter 220ms ease, transform 220ms ease;
    filter: blur(0px);
    transform: scale(1);
    transform-origin: center center;
    will-change: filter, transform;
}

.linea10-map.is-zooming .maplibregl-canvas {
    filter: blur(0.8px);
    transform: scale(1.008);
}

.linea10-map .maplibregl-ctrl,
.linea10-map .maplibregl-popup-content,
.linea10-map .maplibregl-ctrl-attrib {
    font-family: "Segoe UI", Arial, sans-serif;
    font-style: normal;
}

.linea10-api-debug {
    margin-top: 18px;
    padding: 16px;
    border-radius: 12px;
    background: #f5f1ff;
    border: 1px solid #d7cdf5;
}

.linea10-api-debug-head {
    color: #240089;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}

.linea10-api-debug-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.linea10-api-debug-card {
    background: #ffffff;
    border: 1px solid #ded6f7;
    border-radius: 10px;
    overflow: hidden;
}

.linea10-api-debug-title {
    background: #ede7ff;
    color: #240089;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.linea10-api-debug-pre {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    line-height: 1.35;
    max-height: 220px;
    overflow: auto;
    color: #1e144a;
    white-space: pre-wrap;
    word-break: break-word;
}

.linea10-api-debug-meta {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #3d2f7b;
}

@media only screen and (max-width: 767px) {
    .linea10-home-map-section {
        padding-top: 70px;
    }

    .linea10-home-map-frame {
        width: 100vw;
        min-height: 1220px;
        height: 1220px;
    }

    .linea10-route-switcher {
        flex-direction: row;
        gap: 8px;
    }

    .linea10-route-panel {
        width: auto;
        flex: 3 1 0;
        gap: 6px;
        padding-bottom: 44px;
    }

    .linea10-route-btn {
        width: auto;
        flex: 3 1 0;
        min-height: 74px;
        gap: 8px;
        padding: 8px 8px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .linea10-route-info {
        width: auto;
        flex: 4 1 0;
        min-height: 64px;
        padding: 4px 6px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 14px !important;
    }

    .linea10-route-icon i {
        font-size: 24px;
    }

    .linea10-route-text .route-label {
        font-size: 16px;
    }

    .linea10-route-text .route-code {
        font-size: 30px;
    }

    .linea10-route-info .routeTop,
    .linea10-route-info .routeBottom {
        font-size: 12px;
        line-height: 1;
    }

    .linea10-route-info .routeArrow {
        font-size: 16px;
        margin: 0;
    }

    .linea10-map-switcher {
        height: 470px;
    }

    .linea10-map-district-badge {
        top: 12px;
        font-size: 12px;
        padding: 7px 13px;
    }

    .linea10-map-ui-controls {
        width: calc(100% - 16px);
        max-width: 380px;
        top: 56px;
        gap: 6px;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 6px;
        column-gap: 6px;
    }

    .linea10-map-ui-controls > .linea10-rotate-toggle {
        order: 1;
    }

    .linea10-map-ui-controls > .linea10-direction-toggle[data-direction="ida"] {
        order: 2;
    }

    .linea10-map-ui-controls > .linea10-direction-toggle[data-direction="vuelta"] {
        order: 3;
    }

    .linea10-map-ui-controls::after {
        content: "";
        order: 4;
        flex-basis: 100%;
        height: 0;
    }

    .linea10-map-ui-controls > .linea10-path-toggle {
        order: 5;
        flex: 0 1 calc(50% - 3px);
        max-width: calc(50% - 3px);
    }

    .linea10-map-ui-controls > .linea10-route-center-toggle {
        order: 6;
        flex: 0 1 calc(50% - 3px);
        max-width: calc(50% - 3px);
    }

    .linea10-map-ui-controls > .linea10-pegman {
        order: 7;
        display: none !important;
    }

    .linea10-api-debug-grid {
        grid-template-columns: 1fr;
    }
}

.modal-header {
    background: var(--linea10-accent);
    border: none;
}
.modal-header h5 {
    color:#ffffff;
}

.maxResponsive {
    width: 70% ;
    margin: auto;
}

.display-5 {
    font-size: 52px !important;
    color: #240089 !important;
    font-family: "Outfit", sans-serif;
    font-weight: bolder !important;
}
.lead {
    font-size: 16px !important;
    color: #000000 !important;
}
.iconTitleLinea10 {
    width: 110px;
    margin-top: -13px;
    margin-right: 20px;
    float: left;
    margin-bottom: -40px;
}

.noticia-related h1 {
    font-size: 40px;
}
