:root {
    --estilos-default-primary: #000000;
    --estilos-default-primary-soft: #3a12b8;
    --estilos-default-accent: #2a0a8b;
    /* --estilos-default-orange: #FC8D00; */
    --estilos-default-dorado: #BE9E38;
    --estilos-default-dark: #13143a;
}

.text-orange {
    color: var(--estilos-default-dorado) !important;
}
.text-morado {
    color: var(--estilos-default-primary) !important;
}
.text-gris {
    color: var(--color-three)
}

.estilos-defalut-internal-hero,
.estilos-defalut-work-hero {
    padding: 50px 10px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    color: #1f2937;
    position: relative;
    overflow: hidden;
}

.estilos-defalut-internal-hero.has-background,
.estilos-defalut-work-hero.has-background {
    color: #ffffff;
}

.estilos-defalut-internal-hero.has-background::before,
.estilos-defalut-work-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.12) 68%, rgba(0, 0, 0, 0) 100%);
}

.estilos-defalut-internal-hero .container,
.estilos-defalut-work-hero .container {
    position: relative;
    z-index: 1;
}

.estilos-defalut-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
}

.estilos-defalut-internal-hero.has-background .estilos-defalut-internal-kicker,
.estilos-defalut-work-hero.has-background .estilos-defalut-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.estilos-defalut-internal-hero.has-background h1,
.estilos-defalut-internal-hero.has-background h2,
.estilos-defalut-internal-hero.has-background h3,
.estilos-defalut-internal-hero.has-background .lead,
.estilos-defalut-internal-hero.has-background .text-gris,
.estilos-defalut-work-hero.has-background h1,
.estilos-defalut-work-hero.has-background h2,
.estilos-defalut-work-hero.has-background h3,
.estilos-defalut-work-hero.has-background .lead,
.estilos-defalut-work-hero.has-background .text-gris {
    color: #ffffff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
    font-family: 'Oswald', sans-serif;
}

.about-image-card,
.about-block-card {
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.about-image-card {
    overflow: hidden;
}

.about-image-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.about-block-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-block-mision .about-block-badge {
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
}

.about-block-vision .about-block-badge {
    background: rgba(37, 99, 235, 0.14);
    color: #1d4ed8;
}

.estilos-defalut-icon img {
    width: 100px;
    margin: auto;
    display: block;
}

.historia-section-shell {
    /* border-radius: 28px;
    background: linear-gradient(180deg, rgba(245, 247, 250, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08); */
}

.historia-section-lead {
    max-width: 540px;
    color: #516074;
    line-height: 1.65;
}

.historia-story-row {
    padding: 1rem 0;
}

.historia-story-row + .historia-story-row {
    border-top: 1px solid #d7dbe4;
    padding-top: 50px;
    margin-top: 30px;
}

.historia-story-title {
    margin-bottom: 1rem;
}

.historia-story-title .badge {
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.historia-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 14px;
    align-items: stretch;
}

.historia-main-card,
.historia-thumb-button {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    /* box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); */
    background: #fff;
}

.historia-main-card {
    min-height: 420px;
}

.historia-main-card img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.historia-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: calc(3 * 120px + 24px);
    overflow-y: auto;
    padding-right: 4px;
}

.historia-thumb-button {
    padding: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0.8;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.historia-thumb-button:hover,
.historia-thumb-button.active {
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.15);
}

.historia-thumb-button img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.historia-text-card {
    height: 100%;
    /* border-radius: 26px;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08); */
}

.historia-text-card h3 {
    color: #111827;
}
.estilos-default-adapted .header-top {
    /* background: #f2f3f9; */
}

.estilos-default-adapted .header-top .inner-container {
    /* margin-left: 300px; */
    padding: 0 !important;
}

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

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

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

.estilos-default-adapted .header-top,
.estilos-default-adapted .header-lower {
    padding-top: 5px;
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

.estilos-default-adapted .main-menu .navigation > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: var(--estilos-default-primary);
    padding-right: 10px;
    padding-left: 10px;
}

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

/* En modo página web el header no debe quedarse fijo al hacer scroll */
.estilos-default-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;
}

.estilos-default-adapted .slider-one {
    background: #ffffff;
}

.estilos-default-adapted .slider-one .swiper-slide {
    padding: 24px 50px;
    min-height: 0;
}

.estilos-default-adapted .slider-one .side-image {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.estilos-default-adapted .slider-one .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.estilos-default-adapted .slider-one_heading {
    max-width: 700px;
    color: #240089 !important;
    -webkit-text-fill-color: #240089 !important;
}

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

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

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

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

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

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

.estilos-default-feature-strip {
    /* margin-top: -95px; */
    position: relative;
    z-index: 2;
    /* margin-bottom: -100px; */
}

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

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

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

.estilos-default-compromisos-carousel {
    position: relative;
}

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

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

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

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

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

.estilos-default-feature-strip--titles {
    padding: 14px 0 18px;
    background: #ffffff;
}

.estilos-default-feature-strip--titles .home-featured-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 26px;
    align-items: stretch;
}

.estilos-default-feature-strip--titles .home-featured-links__item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 84px;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.estilos-default-feature-strip--titles .home-featured-links__item:hover,
.estilos-default-feature-strip--titles .home-featured-links__item:focus {
    text-decoration: none;
}

.estilos-default-feature-strip--titles .home-featured-links__bar {
    width: 8px;
    height: 64px;
    flex: 0 0 8px;
    background: #222222;
}

.estilos-default-feature-strip--titles .home-featured-links__title {
    display: block;
    margin: 0;
    color: #4f4f54;
    font-size: clamp(18px, 1.65vw, 27px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-wrap: balance;
    text-align: center;
    display: block;
    margin: auto;
    font-family: "Oswald", sans-serif;
}

.estilos-default-feature-strip--titles .home-featured-links__item:hover .home-featured-links__title,
.estilos-default-feature-strip--titles .home-featured-links__item:focus .home-featured-links__title {
    color: #1f1f1f;
}

.home-whatsapp-cta {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 28px;
    position: relative;
    z-index: 3;
}

.home-whatsapp-cta__container {
    display: flex;
    justify-content: flex-end;
}

.home-whatsapp-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px 15px 24px;
    border: 0;
    background: #111111;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    position: relative;
    right: 95px;
    bottom: 35px;
}

.home-whatsapp-cta__button:hover,
.home-whatsapp-cta__button:focus {
    background: #0a0a0a;
    /* transform: translateY(-1px); */
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    text-decoration: none;
}

.home-whatsapp-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    width: 70px;
    height: 50px;
}

.home-whatsapp-cta__icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.home-whatsapp-cta__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1;
}

.home-whatsapp-cta__kicker {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-whatsapp-cta__title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(30px, 3vw, 38px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.sectionHomeProductos {
    width: 100%;
    padding: 100px 10px;
    background: #ffffff;
}

.home-product-showcase {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.home-product-showcase__heading {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-product-showcase__title {
    margin: 0;
    color: #111111;
    font-size: clamp(26px, 2.7vw, 42px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.home-product-showcase__subtitle {
    margin: 0;
    color: #5f6674;
    font-size: 18px;
    line-height: 1.55;
    max-width: 820px;
}

.home-product-showcase__layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.home-product-showcase__sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 110px;
    align-self: start;
}

.home-product-showcase__category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 64px;
    padding: 14px 16px;
    border: 0;
    background: #efefef;
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.05;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.home-product-showcase__category::after {
    content: ">";
    font-size: 18px;
    line-height: 1;
    color: inherit;
    flex: 0 0 auto;
}

.home-product-showcase__category:hover,
.home-product-showcase__category.is-active {
    background: #111111;
    color: #ffffff;
    transform: translateX(2px);
}

.home-product-showcase__panels {
    min-width: 0;
}

.home-product-showcase__panel {
    display: none;
    background: #ffffff;
}

.home-product-showcase__panel.is-active {
    display: block;
}

.home-product-showcase__subsection + .home-product-showcase__subsection {
    margin-top: 28px;
}

.home-product-showcase__subsection-head {
    margin-bottom: 14px;
}

.home-product-showcase__subsection-head h3 {
    margin: 0;
    color: #111111;
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.home-product-showcase__subsection-head p {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-product-swiper {
    position: relative;
    padding-bottom: 28px;
}

.home-product-swiper .swiper-slide {
    height: auto;
}

.home-product-card {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    overflow: hidden;
    /* border: 1px solid #e6e6e6; */
    /* border-radius: 18px; */
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    /* box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05); */
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-product-card:hover {
    transform: scale(0.98);
    /* transform: translateY(-2px);
    border-color: #d8d8d8;
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08); */
}

.home-product-card__image {
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    /* object-fit: cover; */
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 10px;
    padding-bottom: 20px;
}

.home-product-card__body {
    /* display: flex;
    flex-direction: column; */
    /* gap: 6px; */
    /* padding: 14px 16px 16px; */
    padding: 10px 0px;
}

.home-product-card__title {
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    /* border: 1px solid blue; */
    min-height: 45px;
    display: grid;
    align-content: center;
}

.home-product-card__price {
    color: #d39c12;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.home-product-swiper__nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

.home-product-swiper__prev,
.home-product-swiper__next {
    width: 38px;
    height: 38px;
    border: 1px solid #dfe3ea;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-product-swiper__prev:hover,
.home-product-swiper__next:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.home-product-swiper .swiper-pagination {
    position: static;
    margin-top: 14px;
}

.home-product-swiper .swiper-pagination-bullet {
    opacity: 0.35;
    background: #111111;
}

.home-product-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #111111;
}

.home-product-showcase__empty-state {
    padding: 22px 18px;
    border: 1px dashed #dfe3ea;
    border-radius: 16px;
    background: #fafafa;
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.sectionHomeIndustrias {
    width: 100%;
    padding: 100px 10px;
    background: #e9eaee;
}

.home-industries-showcase {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-industries-showcase__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.home-industries-showcase__title {
    margin: 0;
    color: #111111;
    /* font-size: clamp(28px, 3vw, 44px); */
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: clamp(35px, 1.65vw, 27px);
}

.home-industries-showcase__title::after {
    content: "";
    display: block;
    width: 92px;
    height: 7px;
    margin: 18px auto 0;
    background: #c7a23b;
}

.home-industries-showcase__subtitle {
    margin: 0;
    max-width: 820px;
    color: #6a707c;
    font-size: 18px;
    line-height: 1.55;
}

.home-industries-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-industry-card {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    aspect-ratio: 0.82 / 1;
    border-radius: 0;
    cursor: pointer;
    isolation: isolate;
}

.home-industry-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease, filter .25s ease;
    filter: saturate(0.98);
}

.home-industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.02) 32%, rgba(0,0,0,.58) 100%);
}

.home-industry-card__title {
    position: absolute;
    inset-inline: 12px;
    bottom: 16px;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 2.1vw, 38px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
    font-family: "Oswald", sans-serif;
}

.home-industry-card:hover .home-industry-card__image,
.home-industry-card:focus-visible .home-industry-card__image {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.home-industry-card:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 4px;
}

.principal-industria-modal .modal-dialog {
    max-width: 1040px;
}

.principal-industria-modal .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
}

.principal-industria-modal .modal-header {
    border-bottom: 0;
    padding: 24px 24px 0;
}

.principal-industria-modal .modal-body {
    padding: 0 24px 24px;
}

.principal-industria-modal__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 22px;
    align-items: start;
}

.principal-industria-modal__main-image {
    width: 100%;
    aspect-ratio: 0.95 / 1;
    object-fit: cover;
    border-radius: 18px;
    background: #f4f4f4;
}

.principal-industria-modal__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.principal-industria-modal__gallery-button {
    border: 1px solid #e3e3e3;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}

.principal-industria-modal__gallery-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.principal-industria-modal__description {
    color: #374151;
    font-size: 18px;
    line-height: 1.75;
}

.principal-industria-modal__meta {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ebedf0;
}

.sectionHomeMarcas {
    width: 100%;
    padding: 100px 10px;
    background: #ffffff;
    /* border-top: 8px solid #eceef2; */
    /* border-bottom: 8px solid #eceef2; */
}

.home-brands-showcase {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-brands-showcase__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-brands-showcase__title {
    margin: 0;
    color: #111111;
    /* font-size: clamp(20px, 2vw, 30px); */
    font-weight: 800;
    line-height: 1.05;
    /* letter-spacing: -0.03em; */
    text-transform: uppercase;
    /* font-size: 40px; */
    font-family: "Oswald", sans-serif;
    font-size: clamp(35px, 1.65vw, 27px);
}

.home-brands-showcase__title::after {
    content: "";
    display: block;
    width: 108px;
    height: 4px;
    margin: 10px auto 0;
    background: #c7a23b;
}

.home-brands-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    align-items: center;
}

.home-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 10px 18px;
}

.home-brand-item img {
    display: block;
    max-width: min(240px, 100%);
    max-height: 74px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sectionHomeTestimoniosClientes {
    width: 100%;
    padding: 100px 10px;
    background: #e9eaee;
}

.home-testimonials-showcase {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.home-testimonials-showcase__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-testimonials-showcase__title {
    margin: 0;
    color: #111111;
    /* font-size: clamp(24px, 2.4vw, 34px); */
    font-weight: 700;
    line-height: 1.05;
    /* letter-spacing: -0.03em; */
    text-transform: uppercase;
    /* font-size: 40px; */
    font-family: "Oswald", sans-serif;
    font-size: clamp(35px, 1.65vw, 27px);
}

.home-testimonials-showcase__title::after {
    content: "";
    display: block;
    width: 84px;
    height: 6px;
    margin: 16px auto 0;
    background: #c7a23b;
}

.home-testimonials-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.home-testimonial-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 165px;
    border-radius: 0;
    background: #d8d8d8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.home-testimonial-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease, filter .25s ease;
    filter: saturate(0.98);
}

.home-testimonial-card:hover img {
    transform: scale(1.03);
}

.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;
    }
}

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

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

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

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

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

.estilos-default-feature-strip .estilos-default-feature-description {
    color: #1f007f;
    line-height: 1.35;
}

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

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

@media (max-width: 1199px) {
    .estilos-default-feature-strip--titles .home-featured-links {
        gap: 16px 20px;
    }
}

@media (max-width: 991px) {
    .estilos-default-feature-strip--titles {
        padding: 12px 0 14px;
    }

    .estilos-default-feature-strip--titles .home-featured-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
    }

    .estilos-default-feature-strip--titles .home-featured-links__item {
        min-height: 76px;
        gap: 14px;
    }

    .estilos-default-feature-strip--titles .home-featured-links__bar {
        height: 56px;
    }

    .estilos-default-feature-strip--titles .home-featured-links__title {
        font-size: 19px;
    }

    .home-whatsapp-cta {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .home-whatsapp-cta__container {
        justify-content: stretch;
    }

    .home-whatsapp-cta__button {
        right: 0;
        bottom: 0;
        width: 100%;
        justify-content: flex-start;
    }

    .sectionHomeProductos {
        padding-bottom: 28px;
    }

    .home-product-showcase__layout {
        grid-template-columns: 1fr;
    }

    .home-product-showcase__sidebar {
        position: static;
        top: auto;
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .home-product-showcase__category {
        min-width: 200px;
        justify-content: space-between;
        flex: 0 0 auto;
    }

    .sectionHomeIndustrias {
        padding-bottom: 38px;
    }

    .home-industries-showcase {
        gap: 18px;
    }

    .home-industries-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-industry-card {
        aspect-ratio: 1 / 1.1;
    }

    .principal-industria-modal__layout {
        grid-template-columns: 1fr;
    }

    .sectionHomeMarcas {
        padding: 22px 0 26px;
    }

    .home-brands-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sectionHomeTestimoniosClientes {
        padding: 22px 0 26px;
    }

    .home-testimonials-showcase {
        gap: 18px;
    }

    .home-testimonials-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .estilos-default-feature-strip--titles {
        padding: 10px 0 12px;
    }

    .estilos-default-feature-strip--titles .home-featured-links {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .estilos-default-feature-strip--titles .home-featured-links__item {
        min-height: 60px;
    }

    .estilos-default-feature-strip--titles .home-featured-links__bar {
        height: 48px;
    }

    .estilos-default-feature-strip--titles .home-featured-links__title {
        font-size: 18px;
    }

    .home-whatsapp-cta__button {
        min-height: 92px;
        padding: 12px 18px;
        gap: 14px;
    }

    .home-whatsapp-cta__icon {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
    }

    .home-whatsapp-cta__icon img {
        width: 38px;
        height: 38px;
    }

    .home-whatsapp-cta__kicker {
        font-size: 14px;
    }

    .home-whatsapp-cta__title {
        font-size: 28px;
    }

    .home-product-showcase__subsection + .home-product-showcase__subsection {
        margin-top: 22px;
    }

    .home-product-card__body {
        padding: 12px 14px 14px;
    }

    .home-industries-showcase__grid {
        grid-template-columns: 1fr;
    }

    .home-industry-card {
        aspect-ratio: 16 / 11;
    }

    .home-industry-card__title {
        font-size: 24px;
        bottom: 14px;
    }

    .principal-industria-modal .modal-header,
    .principal-industria-modal .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-brands-showcase {
        gap: 18px;
    }

    .home-brands-showcase__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-brand-item {
        min-height: 76px;
    }

    .home-brand-item img {
        max-height: 62px;
    }

    .home-testimonials-showcase {
        gap: 18px;
    }

    .home-testimonials-showcase__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-testimonial-card {
        min-height: 160px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.estilos-default-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;
}

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

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

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

.estilos-default-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.estilos-default-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;
}

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

.estilos-default-footer {
    background: #2a0a8b;
}

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

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

.estilos-default-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;
}

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

.estilos-default-footer-top-content p {
    margin: 0;
    color: #4f4f73;
    /* font-size: 14px; */
    line-height: 1.4;
}

.estilos-default-footer-top-social .estilos-default-footer-top-content {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.estilos-default-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: 18px;
}

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

.estilos-default-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) {
    .estilos-default-adapted .slider-one .swiper-slide {
        padding: 20px 24px;
    }

    .estilos-default-feature-strip {
        margin-top: 10px;
    }

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    .estilos-default-adapted .slider-one .swiper-slide {
        padding: 18px 18px;
    }

    .estilos-default-adapted .slider-one_heading {
        font-size: 34px;
    }

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

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

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

    .estilos-default-feature-strip .service-block_two-inner {
        min-height: auto;
    }

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

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

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

    .estilos-default-footer-copybar {
        font-size: 13px;
        margin-top: 24px;
    }
}

body.estilos-default-adapted {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
}

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

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

body.estilos-default-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; */
    /* background: #f7f8fc; */
}

/* body.estilos-default-adapted .main-header.header-style-one,
body.estilos-default-adapted .main-header .header-top,
body.estilos-default-adapted .main-header .header-lower,
body.estilos-default-adapted .main-header .header-top .inner-container,
body.estilos-default-adapted .main-header .header-lower .inner-container {
margin-top: 0 ;
padding-top: 10px !important;
padding-bottom: 5px ;
} */

/* body.estilos-default-adapted .main-header:before,
body.estilos-default-adapted .main-header:after {
display: none !important;
content: none !important; */
/* } */

/* body.estilos-default-adapted .main-header .header-top,
body.estilos-default-adapted .main-header .header-lower,
body.estilos-default-adapted #smooth-wrapper,
body.estilos-default-adapted #smooth-content {
margin-top: 0 !important;
padding-top: 0 !important;
} */

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

body.estilos-default-adapted .main-header .header-lower .inner-container::before,
body.estilos-default-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;
}

.header-info_right .estilos-default-header-menu-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
}

.header-info_right .estilos-default-header-menu-toggler .icon {
    font-size: 20px;
    line-height: 1;
}

.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(--estilos-default-orange);
}

.boxRutasRight {
    width: 100%;
    background: var(--estilos-default-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;

} */
.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(--estilos-default-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(--estilos-default-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: 18px;
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.estilos-default-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;
}

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

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

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

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

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

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

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

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

.estilos-default-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;
}

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

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

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

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

.estilos-default-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;
}

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

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

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

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

.estilos-default-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.estilos-default-counter-ref .counter-block .text {
    font-size: 18px;
    line-height: 1.32;
}

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

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

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

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

.estilos-default-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;
}

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

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

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

.estilos-default-news-kicker {
    margin: 0;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    color: #2a0a8b;
}

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

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

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

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

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

.estilos-default-news-image-link {
    display: block;
}

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

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

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

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

.estilos-default-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;
}

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

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

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

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

.estilos-default-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .estilos-default-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;
    }

    .trabaja-brand-heading-title {
        margin-top: 4px;
        font-size: 27px;
    }

    .linea-title-icon-trabaja {
        width: 70px;
        top: 6px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .estilos-default-choose-card p {
        font-size: 18px;
    }

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

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

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

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

    .estilos-default-news-image {
        height: 210px;
    }

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

    .estilos-default-news-card-footer {
        flex-wrap: wrap;
    }

    .estilos-default-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 */
.estilos-default-home-map-section {
    padding-top: 100px;
}

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

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

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

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

.estilos-default-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;
}

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

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

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

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

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

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

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

.estilos-default-route-info {
    flex: 0 0 var(--estilos-default-route-info-width);
    width: var(--estilos-default-route-info-width);
    min-height: 96px;
    background: #fc8d00;
    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;
}

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

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

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

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

.estilos-default-route-diagram-link {
    width: 100%;
    min-height: 36px;
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    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;
}

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

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

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

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

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

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

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

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

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

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

.estilos-default-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);
}

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

.estilos-default-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);
}

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

.estilos-default-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;
}

.estilos-default-direction-toggle.is-active {
    background: #fc8d00;
    border-color: #fc8d00;
    color: #ffffff;
}

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

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

.estilos-default-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;
}

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

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

.estilos-default-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;
}

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

.estilos-default-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;
}

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

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

.estilos-default-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: 18px;
    line-height: 1;
}

.estilos-default-vehicle-marker i {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

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

.estilos-default-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;
}

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

.estilos-default-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;
}

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

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

.estilos-default-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;
}

.estilos-default-map.is-ready {
    opacity: 1;
}

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

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

.estilos-default-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;
}

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

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

.estilos-default-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);
}

.estilos-default-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;
}

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

.estilos-default-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: estilos-defaultUserPinRing 1.5s ease-out infinite;
}

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

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

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

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

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

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

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

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

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

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

.estilos-default-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;
}

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

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

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

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

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

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

    .estilos-default-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;
    }

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

    .estilos-default-route-text .route-label {
        font-size: 18px;
    }

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

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

    .estilos-default-route-info .routeArrow {
        font-size: 18px;
        margin: 0;
    }

    .estilos-default-map-switcher {
        height: 470px;
    }

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

    .estilos-default-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;
    }

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

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

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

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

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

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

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

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

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

.estilos-default-home-nosotros-cta {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #2a0a8b !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.estilos-default-home-nosotros-cta .text-one,
.estilos-default-home-nosotros-cta .text-two,
.estilos-default-home-nosotros-cta i {
    color: #2a0a8b !important;
}

.estilos-default-home-nosotros-cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: 12px;
    border-radius: 50%;
    background: #111111 !important;
    color: #ffffff !important;
    flex: 0 0 42px;
}

.estilos-default-home-nosotros-cta::before {
    background: #2a0a8b !important;
}

.estilos-default-home-nosotros-cta:hover,
.estilos-default-home-nosotros-cta:focus {
    background: #2a0a8b !important;
    border-color: #c9b7ff !important;
    box-shadow: 0 12px 28px rgba(42, 10, 139, 0.30);
}

.estilos-default-home-nosotros-cta:hover .text-one,
.estilos-default-home-nosotros-cta:hover .text-two,
.estilos-default-home-nosotros-cta:hover i,
.estilos-default-home-nosotros-cta:focus .text-one,
.estilos-default-home-nosotros-cta:focus .text-two,
.estilos-default-home-nosotros-cta:focus i {
    color: #ffffff !important;
}

.sectionProblemasFrecuentes {
    width: 100%;
    padding: 100px 10px;
    background: #ffffff;
}

.estilos-default-problemas-frecuentes {
    width: 100%;
}

.estilos-default-problemas-frecuentes__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-areas:
    "card1 card1 card2 card2 card3 card3"
    "card4 card4 card4 card5 card5 card5";
    gap: 24px;
}

.estilos-default-problemas-frecuentes__card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #111111;
    isolation: isolate;
    min-height: 210px;
}

.estilos-default-problemas-frecuentes__card--slot-1 {
    grid-area: card1;
    aspect-ratio: 1 / 1.08;
}

.estilos-default-problemas-frecuentes__card--slot-2 {
    grid-area: card2;
    aspect-ratio: 1 / 1.08;
}

.estilos-default-problemas-frecuentes__card--slot-3 {
    grid-area: card3;
    aspect-ratio: 1 / 1.08;
}

.estilos-default-problemas-frecuentes__card--slot-4 {
    grid-area: card4;
    aspect-ratio: 1.75 / 1;
}

.estilos-default-problemas-frecuentes__card--slot-5 {
    grid-area: card5;
    aspect-ratio: 1.75 / 1;
}

.estilos-default-problemas-frecuentes__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1.01);
    transition: filter 0.28s ease, transform 0.28s ease;
}

.estilos-default-problemas-frecuentes__card:hover .estilos-default-problemas-frecuentes__image,
.estilos-default-problemas-frecuentes__card:focus-within .estilos-default-problemas-frecuentes__image {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.estilos-default-problemas-frecuentes__card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 30%, rgba(0, 0, 0, 0.65) 100%);
}

.estilos-default-problemas-frecuentes__caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    color: #ffffff;
    font-size: clamp(17px, 1.4vw, 26px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media (max-width: 991px) {
    .estilos-default-problemas-frecuentes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
        "card1 card2"
        "card3 card3"
        "card4 card4"
        "card5 card5";
        gap: 18px;
    }

    .estilos-default-problemas-frecuentes__card--slot-1,
    .estilos-default-problemas-frecuentes__card--slot-2,
    .estilos-default-problemas-frecuentes__card--slot-3,
    .estilos-default-problemas-frecuentes__card--slot-4,
    .estilos-default-problemas-frecuentes__card--slot-5 {
        aspect-ratio: 16 / 10;
        min-height: 180px;
    }
}

@media (max-width: 575px) {
    .sectionProblemasFrecuentes {
        padding: 6px 0 24px;
    }

    .estilos-default-problemas-frecuentes__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
        "card1"
        "card2"
        "card3"
        "card4"
        "card5";
        gap: 14px;
    }

    .estilos-default-problemas-frecuentes__card--slot-1,
    .estilos-default-problemas-frecuentes__card--slot-2,
    .estilos-default-problemas-frecuentes__card--slot-3,
    .estilos-default-problemas-frecuentes__card--slot-4,
    .estilos-default-problemas-frecuentes__card--slot-5 {
        aspect-ratio: 16 / 11;
        min-height: 175px;
    }

    .estilos-default-problemas-frecuentes__caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        font-size: 18px;
    }
}

.estilos-default-internal-hero {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.estilos-default-internal-hero .container,
.estilos-default-internal-hero .auto-container {
    position: relative;
    z-index: 1;
}

.estilos-default-route-diagram-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #fff;
}

.modal#estilos-defaultRouteDiagramModal .modal-dialog {
    width: 90vw;
    max-width: 90vw;
    height: 80vh;
    margin: 1.5rem auto;
}

.modal#estilos-defaultRouteDiagramModal .modal-content {
    height: 80vh;
    display: flex;
    flex-direction: column;
}

.modal#estilos-defaultRouteDiagramModal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.estilos-default-route-diagram-trigger.is-disabled,
.estilos-default-route-diagram-trigger:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.estilos-default-header-logo {
    display: block;
    max-width: 100%;
    height: auto;
}

.estilos-default-header-logo--square {
    max-width: 150px;
}

.estilos-default-header-logo--horizontal {
    max-width: 240px;
}

.estilos-default-header-top-search {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    min-width: 420px !important;
    max-width: 620px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.estilos-default-header-top-search-label {
    flex: 0 0 auto;
    color: #2a2f3a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    /* letter-spacing: 0.02em !important; */
    text-transform: uppercase !important;
}

.estilos-default-header-top-search-field {
    display: flex !important;
    align-items: stretch !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 380px !important;
    background: #e8e8e8 !important;
    border-bottom: 1px solid #d7dbe4 !important;
    overflow: hidden !important;
}

.estilos-default-header-top-search input {
    width: 100% !important;
    height: 40px !important;
    border: 0 !important;
    background: #e8e8e8 !important;
    outline: none !important;
    font-size: 16px !important;
    color: #2d3440 !important;
    padding: 0 10px !important;
    min-width: 0 !important;
    /* cursor: pointer !important; */
}

.estilos-default-header-top-search input::placeholder {
    color: #97a0b2;
}

.estilos-default-header-top-search button {
    width: 34px !important;
    height: 40px !important;
    border: 0 !important;
    border-left: 1px solid #cfd5de !important;
    background: #dcdcdc !important;
    padding: 0 !important;
    color: #1f2430 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
}

.estilos-default-header-top-brand {
    display: inline-flex;
    align-items: center;
}

.estilos-default-header-top-brand img {
    display: block;
}

.estilos-default-header-top-brand--left img {
    max-width: 230px;
}

.estilos-default-header-top-brand--right img {
    max-width: 180px;
}

.estilos-default-header-top-divider {
    width: 1px;
    height: 26px;
    background: #1f2430;
    opacity: 0.3;
}

.estilos-default-header-top-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.estilos-default-header-top-center {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.estilos-default-header-top-center-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
    min-width: 0;
    margin: auto;
}

.estilos-default-header-top-center-inner .estilos-default-header-top-search {
    flex: 0 1 auto !important;
    min-width: 500px !important;
}

.estilos-default-header-top-socials {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.estilos-default-header-top-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2430;
    font-size: 18px;
    text-decoration: none;
}

.estilos-default-header-top-center-inner .mobile-nav-toggler {
    border: 0;
    background: transparent;
    padding: 0;
    color: #2a2f3a;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 auto;
}

.estilos-default-footer {
    position: relative;
    overflow: hidden;
    padding: 70px 10px;
    color: #ffffff;
    background-color: #030814;
    background-image: var(--estilos-default-footer-background);
    background-repeat: no-repeat;
    background-position: center right -460px;
    background-size: cover;
}

.estilos-default-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 8, 20, 0.08) 0%, rgba(3, 8, 20, 0.18) 100%);
    pointer-events: none;
}

.estilos-default-footer .container {
    position: relative;
    z-index: 1;
}

.estilos-default-footer__contact-track {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    padding: 8px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.estilos-default-footer__contact-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 0;
    min-width: 0;
}

.estilos-default-footer__contact-divider {
    width: 1px;
    margin: 0 22px;
    background: rgba(255, 255, 255, 0.18);
}

.estilos-default-footer__contact-icon {
    color: #d3aa2d;
    font-size: 17px;
    line-height: 1;
    margin-top: 4px;
    flex: 0 0 auto;
}

.estilos-default-footer__contact-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.18;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.estilos-default-footer__contact-phone {
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 3px;
}

.estilos-default-footer__contact-email {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.35;
}

.estilos-default-footer__contact-email i {
    color: #d3aa2d;
    margin-right: 6px;
}

.estilos-default-footer__info-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    padding: 18px 0 14px;
}

.estilos-default-footer__info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
    text-align: left;
}

.estilos-default-footer__info-item i {
    color: #d3aa2d;
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
    flex: 0 0 auto;
}

.estilos-default-footer__info-divider {
    width: 1px;
    height: 64px;
    background: rgba(255, 255, 255, 0.16);
}

.estilos-default-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: start;
    padding: 22px 0 20px;
}

.estilos-default-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 6px;
}

.estilos-default-footer__brand-logo {
    display: inline-block;
    max-width: 310px;
    width: 100%;
    margin-bottom: 14px;
}

.estilos-default-footer__brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.estilos-default-footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.estilos-default-footer__social {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.estilos-default-footer__social:hover {
    color: #d3aa2d;
}

.estilos-default-footer__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
}

.estilos-default-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.estilos-default-footer__list li + li {
    margin-top: 10px;
}

.estilos-default-footer__link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.estilos-default-footer__link:hover {
    color: #d3aa2d;
}

.estilos-default-footer__legal {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.estilos-default-footer__legal-separator {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.45);
}

.estilos-default-footer__copybar {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.55;
}

.estilos-default-footer__copybar a {
    color: #ffffff;
    text-decoration: underline;
}

.wrapperWhatsapp {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, bottom 0.3s ease;
}

.wrapperWhatsapp img {
    width: 68px;
    right: -11px;
    position: absolute;
    top: -9px;
    z-index: 5;
}

.backConsultasW {
    background: linear-gradient(180deg, #27d463 0%, #14b94d 100%);
    color: #fff;
    min-width: 210px;
    padding: 11px 74px 11px 24px;
    border-radius: 999px;
    position: relative;
    line-height: 1.05;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(16, 176, 76, 0.45);
    letter-spacing: 0.1px;
}

.backConsultasW span {
    display: block;
    font-weight: 600;
}

.backConsultasW b {
    display: inline;
}

.whatsapp-widget {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 310px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: none;
    z-index: 10000;
    animation: fadeIn .3s ease;
}

.whatsapp-header {
    background: #050505;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
}

.whatsapp-body {
    padding: 10px 14px 8px;
}

.powered {
    background: #f7f7f7;
    text-align: center;
    font-size: 12px;
    padding: 9px 10px;
    color: #8a8a8a;
}

.iconWidget {
    width: 52px;
    margin-right: 12px;
    flex: 0 0 52px;
}

.divTextW {
    width: 100%;
    color: #000000;
    line-height: 1.18;
    padding-top: 1px;
    font-size: 18px;
}

.logo-whatsapp {
    width: 140px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.closeWhatsapp {
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-left: 12px;
    opacity: 1;
}

.contact-item {
    padding: 8px 0;
}

.contact-item i {
    font-size: 18px;
    width: 22px;
}

.contact-item a {
    display: flex;
    align-items: flex-start;
    color: inherit;
    text-decoration: none;
}

.contact-item + hr {
    margin: 7px 0 6px;
    border-top: 1px solid #e8e8e8;
}

.divTextW b {
    display: block;
    font-size: 18px;
    line-height: 1.12;
    margin-bottom: 1px;
}

.divTextW .whatsapp-number {
    display: block;
    font-size: 18px;
    line-height: 1.12;
    color: #000000;
    font-weight: 600;
}

.divTextW .status.online {
    display: block;
    color: #0f8f17;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .estilos-default-header-top-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .estilos-default-header-top-center {
        width: 100%;
    }

    .estilos-default-header-top-center-inner {
        flex-wrap: wrap;
    }

    .estilos-default-header-top-center-inner .estilos-default-header-top-search {
        flex: 1 1 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        justify-content: center !important;
        white-space: normal !important;
        flex-wrap: wrap !important;
    }

    .estilos-default-header-top-search-field {
        width: 100% !important;
        max-width: 100% !important;
    }

    .estilos-default-header-top-search-label {
        width: 100% !important;
        text-align: center !important;
    }

    .estilos-default-header-menu-row {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .estilos-default-footer {
        padding-top: 28px;
    }

    .estilos-default-footer__contact-track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 20px;
    }

    .estilos-default-footer__contact-divider {
        display: none;
    }

    .estilos-default-footer__main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .estilos-default-footer__brand {
        align-items: flex-start;
        text-align: left;
    }

    .estilos-default-footer__brand-logo {
        max-width: 290px;
    }
}

@media (max-width: 767.98px) {
    .estilos-default-footer__contact-track {
        grid-template-columns: 1fr;
    }

    .estilos-default-footer__info-track {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .estilos-default-footer__info-divider {
        display: none;
    }

    .wrapperWhatsapp {
        right: 14px;
        bottom: 14px;
    }

    .whatsapp-widget {
        right: 14px;
    }
}


.swiper-wrapper {
    height: 380px;
}
.btnCotizar {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: grid;
    align-content: center;
    margin-top: -40px !important;
    width: 80%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.customBtnWhatsApp {
    background:#000000;
    color:#ffffff !important;
}
.customBtnWhatsApp i {
    font-size: 20px;
}
