.splide .splide__arrows {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 45%;
    width: 100%;
    justify-content: space-between;
    height: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.splide__arrows .splide__arrow {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
    fill: #ec0000;
}

.splide .splide__arrows .splide__arrow--prev {
    transform: scaleX(-1);
}

.splide .splide__arrows .splide__arrow:disabled {
    background-color: #D9D9D9;
    fill: #595959;
}

.splide .splide__pagination {
    gap: 4px;
    padding: 0;
    margin-top: 32px;
}

.splide .splide__pagination .splide__pagination__page.is-active {
    width: 16px;
    border-radius: 5px;
    background-color: #191919;
}

.splide .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0px;
    outline: none;
    padding: 0;
}

.section-header .owl-carousel .item {
    padding-bottom: 64px;
}

.section-header .owl-carousel .owl-item .owl-conoce {
    color: var(--co-light-text-colors-text-red, #EC0000);
    font-family: 'Santander Headline';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.section-header .owl-carousel .owl-item .owl-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
}

.section-header .owl-carousel .owl-item .owl-bullets .owl-bullet {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    gap: 8px;
    align-items: start;
    width: 100%;
}

.section-header .owl-carousel .owl-item .owl-bullets .owl-bullet img {
    width: 24px;
    height: 24px;
}

.section-tdc {
    padding-top: 64px;
    padding-bottom: 128px;
}


.section-tdc .title {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Headline';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
}

.section-tdc .description {
    color: var(--co-light-text-colors-text-03, #767676);
    text-align: left;
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.section-tdc .container-title-categoria {
    width: 100%;
}

.section-tdc .container-title-categoria .title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #404040;
    text-align: left;
    margin-bottom: 8px;
}

.section-tdc .container-title-categoria .title .icon {
    width: 32px;
    height: 32px;
}

.section-tdc .container-title-categoria .desc {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #767676;
    margin-bottom: 0;
}

.section-tdc .container-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding-top: 24px;
}

.section-tdc .container-filter .btn-filter {
    width: calc(25% - 15px);
    border-radius: 8px;
    border: 1px solid var(--theme-light-ui-ui-04, #D9D9D9);
    background: var(--foundation-light-background-bg-light, #FFF);
    color: var(--theme-light-text-text-02, #4C4C4C);
    text-align: center;
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.section-tdc .container-filter .btn-filter svg {
    fill: #4C4C4C;
}

.section-tdc .container-filter .btn-filter:hover {
    color: #EC0000;
    border: 1px solid #EC0000;
    box-shadow: 0px 6px 14px 0px rgba(153, 153, 153, 0.30);
}

.section-tdc .container-filter .btn-filter.active {
    color: #EC0000;
    border: 2px solid #EC0000;
    box-shadow: 0px 6px 14px 0px rgba(153, 153, 153, 0.30);
}

.section-tdc .container-filter .btn-filter.active svg,
.section-tdc .container-filter .btn-filter:hover svg {
    fill: #EC0000;
}

.section-tdc .container-subfilter {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 64px;
}

.section-tdc .container-subfilter .btn-filter {
    position: relative;
    background-color: #fff;
    border: 0;
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 16px;
}

.section-tdc .container-subfilter .btn-filter.active {
    font-weight: 700;
}

.section-tdc .container-subfilter .btn-filter.active::after {
    position: absolute;
    content: '';
    width: calc(100% - 32px);
    height: 2px;
    background-color: #EC0000;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.section-tdc .container-result {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    padding-top: 72px;
}

.section-tdc .container-result .container-card {
    padding: 32px 24px;
    width: calc(50% - 16px);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.section-tdc .container-result .container-card:hover {
    border-radius: 8px;
    background: var(--co-light-white, #FFF);
    box-shadow: 0px 32px 32px -4px rgba(0, 0, 0, 0.12);
}

.section-tdc .container-result .container-card h3 {
    color: var(--co-light-black, #191919);
    font-family: 'Santander Headline';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 0px;
}

.section-tdc .container-result .container-card .description {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    color: #404040;
    margin: 8px 0 0 0;
}

.section-tdc .container-result p.tyc {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #404040;
    margin-bottom: 0;
    word-wrap: break-word;
}

.section-tdc .container-result p.tyc a {
    color: #404040;
    text-decoration: underline;
}

.section-tdc .container-result .container-card h3 span.no-break {
    white-space: nowrap;
}

.section-tdc .container-result .container-card .content-card {
    display: flex;
    margin-top: 16px;
}

.section-tdc .container-result .container-card .content-card .left-side {
    width: 45%;
    text-align: center;
}

.section-tdc .container-result .container-card .content-card .left-side .vertical {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    padding-bottom: 28px;
}

.section-tdc .container-result .container-card .content-card .left-side .vertical .tag {
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
}

.section-tdc .container-result .container-card .content-card .left-side .horizontal .tag {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 4px;
}


.section-tdc .container-result .container-card .content-card .left-side .vertical img {
    width: 90%;
    height: auto;
    max-width: 200px;
    z-index: 2;
}

.section-tdc .container-result .container-card .content-card .right-side {
    width: 55%;
}

.section-tdc .container-result .container-card .content-card .right-side .container-beneficios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.section-tdc .container-result .container-card .content-card .right-side .container-beneficios .bullet-beneficio {
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 8px;
}

.section-tdc .container-result .container-card .content-card .right-side .container-beneficios .bullet-beneficio img {
    width: 24px;
    height: 24px;
}

.section-tdc .container-result .container-card .content-card .right-side .container-beneficios .bullet-beneficio p {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.section-tdc .container-result .container-card .content-card .right-side .container-condiciones {
    display: flex;
    gap: 8px;
    padding-top: 12px;
}

.section-tdc .container-result .container-card .content-card .right-side .container-condiciones .separador {
    background: var(--co-light-backgrounds-bg-light, #F2F2F2);
    width: 1px;
    height: 42px;
}

.section-tdc .container-result .container-card .content-card .right-side .container-condiciones .condicion .label {
    color: var(--co-light-text-colors-text-03, #767676);
    font-family: 'Santander Micro Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.section-tdc .container-result .container-card .content-card .right-side .container-condiciones .condicion .value {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.section-tdc .container-result .container-card .content-card .right-side .container-buttons {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-tdc .container-result .container-card .content-card .right-side .container-buttons a {
    display: inline-block;
    text-decoration: none;
}

.section-tdc .container-result .container-card .content-card .right-side .container-buttons .btn-conoce-mas {
    color: var(--co-light-text-colors-text-red, #EC0000);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    white-space: nowrap;
}

.section-tdc .container-result .container-card .content-card .right-side .container-buttons .btn-solicitar {
    border-radius: 40px;
    background: var(--theme-light-primary-primary-01, #EC0000);
    padding: 12px;
    color: var(--theme-light-neutral-neutral-01, #FFF);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-como-comenzar {
    padding-bottom: 96px;
}

.section-como-comenzar .title {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 16px;
    color: #191919;
}

.section-como-comenzar .description {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #404040;
    margin-bottom: 32px;
}

.section-como-comenzar .nav {
    border: 0;
    justify-content: center;
    gap: 24px;
}

.section-como-comenzar .nav .nav-link {
    border: 1px solid #D9D9D9;
    font-family: 'Santander Micro Text';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #4c4c4c;
    border-radius: 8px;
    padding: 15px 24px;
}

.section-como-comenzar .nav .nav-link.active {
    border: 2px solid #EC0000;
    color: #EC0000;
}

.section-como-comenzar .splide .splide__slide > div {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.section-como-comenzar .title-paso{
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
    color: #EC0000;
    margin-bottom: 8px;
}

.section-como-comenzar .description-paso {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #404040;
    margin-bottom: 0;
}

.section-como-comenzar .splide {
    padding-top: 32px;
}

.section-como-comenzar .splide .splide__slide img {
    width: 100%;
}

.section-como-comenzar .container-antes-de-comenzar {
    width: 100%;
    max-width: 740px;
    margin: 32px auto 0 auto;
}

.section-como-comenzar .container-antes-de-comenzar .title {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #ec0000;
    margin: 0;
    text-align: left;
}

.section-como-comenzar .container-antes-de-comenzar .list {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #767676;
    margin: 0;
    text-align: left;
    padding-left: 16px;
}

.section-como-comenzar .splide .splide__arrows {
    top: 160px;
    width: calc(100% + 64px);
}

@media(min-width: 992px) and (max-width: 1199px) {
    .section-tdc .container-result .container-card .content-card {
        flex-wrap: wrap;
        gap: 24px;
    }

    .section-tdc .container-result .container-card h3 {
        text-align: center;
    }

    .section-tdc .container-result .container-card .content-card .left-side,
    .section-tdc .container-result .container-card .content-card .right-side {
        width: 100%;
    }

    .section-tdc .container-result .container-card .content-card .left-side .vertical,
    .section-tdc .container-result .container-card .content-card .left-side .horizontal {
        margin: 0 auto;
    }

    .section-tdc .container-result .container-card .content-card .right-side .container-condiciones,
    .section-tdc .container-result .container-card .content-card .right-side .container-buttons {
        justify-content: center;
    }
}

@media(max-width: 991px) {
    .section-tdc .container-result .container-card {
        width: 100%;
    }

    .section-tdc .container-result .container-card .content-card .left-side .vertical,
    .section-tdc .container-result .container-card .content-card .left-side .horizontal {
        margin: 0 auto;
    }

    .section-tdc .container-filter .btn-filter {
        width: calc(33% - 13.3px);
    }

    .section-tdc .container-filter .btn-filter[data-categoria="todas"] {
        order: 7;
    }

    .section-header .owl-carousel .owl-item .owl-bullets {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
        padding-left: 72px;
    }

    .section-header .owl-carousel .owl-item .owl-conoce {
        font-size: 16px;
        line-height: 125%;
    }
}

@media(max-width: 767px) {
    .section-tdc .container-result .container-card .content-card {
        flex-wrap: wrap;
        gap: 24px;
    }

    .section-tdc .container-result .container-card .content-card .left-side,
    .section-tdc .container-result .container-card .content-card .right-side {
        width: 100%;
    }

    .section-tdc .container-result .container-card h3 {
        text-align: center;
    }

    .section-tdc .container-result .container-card .content-card .right-side {
        max-width: 375px;
        margin: 0 auto;
    }

    .section-tdc .container-result .container-card .content-card .right-side .container-condiciones,
    .section-tdc .container-result .container-card .content-card .right-side .container-buttons {
        justify-content: center;
    }

    .section-tdc .container-filter {
        column-gap: 16px;
    }

    .section-tdc .container-filter .btn-filter {
        width: calc(50% - 8px);
    }

    .section-tdc .title {
        font-size: 26px;
        text-align: center;
    }

    .section-tdc .description {
        font-size: 14px;
        text-align: center;
    }

    .section-tdc .container-subfilter {
        padding-top: 48px;
    }

    .section-tdc .container-result .container-card {
        padding-left: 32px;
        padding-right: 32px;
    }

    .section-tdc .container-result .container-card h3 {
        font-size: 26px;
    }

    .section-tdc .container-result .container-card .content-card .right-side .container-beneficios .bullet-beneficio p {
        font-size: 14px;
    }

    .section-tdc .container-result .container-card .content-card .right-side .container-buttons .btn-conoce-mas,
    .section-tdc .container-result .container-card .content-card .right-side .container-buttons .btn-solicitar {
        width: 100%;
        width: auto;
        max-width: 247px;
        margin: 0 auto;
    }

    .section-tdc .container-result .container-card .content-card .right-side .container-buttons {
        flex-direction: column-reverse;
    }

    .section-tdc .container-result .container-card .description {
        text-align: center;
    }

    .section-tdc .container-result .container-card .content-card .left-side .vertical {
        padding-bottom: 0;
    }

    .section-tdc .container-title-categoria .title {
        justify-content: center;
        font-size: 22px;
    }

    .section-tdc .container-title-categoria .desc {
        text-align: center;
    }

    .section-como-comenzar .splide .splide__arrows {
        width: 100%;
        top: 180px;
    }
}

@media(max-width: 575px) {
    .section-tdc .container-result .container-card .content-card .right-side .container-buttons {
        flex-wrap: wrap;
        column-gap: 300px;
    }

    .section-tdc .container-filter .btn-filter {
        padding: 8px;
    }

    .section-tdc .container-filter .btn-filter span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-tdc .container-filter .btn-filter svg {
        min-width: 24px;
    }

    .section-tdc .container-subfilter {
        gap: 0;
    }

    .section-tdc .container-subfilter .btn-filter {
        font-size: 16px;
    }

    .section-header .owl-carousel .owl-item .owl-bullets {
        padding-left: 0;
    }

    .section-tdc .container-result .container-card {
        padding-left: 16px;
        padding-right: 16px;
    }
}