.no-wrap {
    white-space: nowrap;
}

.section-header {
    padding: 0;
    position: relative;
}

.section-header .breadcrumb-header {
    position: absolute !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 32px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.section-header .breadcrumb-header a {
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
}

.section-header .breadcrumb-header svg {
    fill: #767676;
}

body:has(.splide__white.is-active.is-visible) .section-header .breadcrumb-header svg {
    fill: #fff;
}

body:has(.splide__white.is-active.is-visible) .section-header .breadcrumb-header a {
    color: #fff;
}

.section-header .img-bg {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.section-header .splide__arrows {
    position: absolute;
    top: calc(50% - 32px);
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 16px;
    z-index: 2;
}

.section-header .splide .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;
}

.section-header .splide .splide__arrows .splide__arrow:disabled {
    background-color: #D9D9D9;
    fill: #999999;
}

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

.section-header .splide .splide__slide .item {
    height: 440px;
    display: flex;
    align-items: center;
}

.section-header .item .side {
    width: 50%;
    max-width: 480px;
}

.section-header .item .right {
    text-align: center;
}

.section-header .item .title {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 2.5rem);
    line-height: 110%;
    color: #ec0000;
    margin-bottom: 24px;
}

.section-header .item .description {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
    margin-bottom: 0;
    max-width: 500px;
}

.section-header .item .container-flex {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-header .item .description-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-header .item .btn-conoce-mas {
    display: inline-block;
    text-decoration: none;
    font-family: 'Santander Text';
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #ec0000;
    border: 0;
    border-radius: 48px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 100%;
    width: fit-content;
    margin: 24px 0 0 0;
}

.section-header .item .btn-conoce-mas.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #ec0000;
}

.section-header .item .banner-hero {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 523px;
    filter: drop-shadow(15px 30px 35px rgba(251, 71, 71, 0.6));
}

.section-header .splide .splide__pagination {
    position: absolute;
    bottom: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
    background-color: transparent;
    padding: 0;
}

.section-header .splide .splide__pagination .splide__pagination__page {
    width: 20px;
    height: 20px;
    background: #FFFFFF !important;
    border: 1px solid #767676 !important;
    border-radius: 50%;
}

.section-header .splide .splide__pagination .splide__pagination__page.is-active {
    background: #EC0000 !important;
    border: 1px solid #EC0000 !important;
    box-shadow: 0px 2px 5px rgba(60, 66, 87, 0.08), 0px 1px 1px rgba(0, 0, 0, 0.12);
}

.section-header .container-banca-digital {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.section-header .container-banca-digital .card {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 32px 32px -4px rgba(0, 0, 0, 0.12);
}

.section-header .container-banca-digital .card .card-body {
    padding: 24px 48px;
}

.section-header .container-banca-digital .card .card-body h3 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 8px;
}

.section-header .container-banca-digital .card .card-body p {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.section-header .container-banca-digital .card .card-body .opt {
    text-align: center;
}

.section-header .container-banca-digital .card .card-body .opt a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
}

.section-header .container-banca-digital .card .card-body .opt-supernet a {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #EC0000;
    background-color: #FFFFFF;
    border: 1px solid #EC0000;
    border-radius: 48px;
    padding: 6px 18px;
    width: 154px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.section-header .container-banca-digital .card .card-body .opt-supernet a:hover {
    background-color: #EC0000;
    color: #FFF;
}

.section-header .container-banca-digital .card .card-body .opt-enlace a {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background-color: #EC0000;
    border: 1px solid #EC0000;
    border-radius: 48px;
    padding: 6px 18px;
    width: 154px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.section-header .container-banca-digital .card .card-body .opt-enlace a:hover {
    background-color: #FFF;
    color: #EC0000;
}

.section-header .container-banca-digital .card .card-body .opt-recuperar a {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #EC0000;
}

.section-header .container-banca-digital .card .card-body .opt-recuperar a:hover {
    text-decoration: underline;
}

.section-header .container-banca-digital .card .card-body hr {
    margin: 0;
}

.section-header .container-banca-digital .card .card-body .opt-eres-nuevo {
    text-align: center;
}

.section-header .container-banca-digital .card .card-body .opt-eres-nuevo p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #191919;
}

.section-header .container-banca-digital .card .card-body .opt-eres-nuevo a {
    display: inline-block;
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #EC0000;
    text-decoration: none;
}

.section-header .container-banca-digital .card .card-body .opt-eres-nuevo a:hover {
    text-decoration: underline;
}

.section-productos {
    margin-top: 48px;
}

.section-productos .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-bottom: 16px;
}

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

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

.section-productos .container-title-categoria .title {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #404040;
    text-align: center;
    width: 100%;
    max-width: 810px;
    margin: 0 auto 8px auto;
}

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

.section-productos .container-title-categoria .desc {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

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

.section-productos .container-filter .btn-filter {
    width: calc(24% - 16px);
    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;
    text-decoration: none;
}

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

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

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

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

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

.section-productos .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-productos .container-subfilter .btn-filter.active {
    font-weight: 700;
}

.section-productos .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-productos .container-result {
    padding-top: 48px;
}

.section-productos .container-result .nav-tabs {
    margin-top: 32px;
    justify-content: center;
    gap: 24px;
    border: 0;
}

.section-productos .container-result .nav-tabs .nav-link {
    border: 0;
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 15px 16px;
    position: relative;
    white-space: nowrap;
}

.section-productos .container-result .nav-tabs .nav-link.active {
    font-weight: bold;
}

.section-productos .container-result .nav-tabs .nav-link.active::after {
    position: absolute;
    content: '';
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% - 32px);
    background-color: #EC0000;
}

.section-productos .container-result .tab-content .tab-pane .container-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.section-productos .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-productos .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-productos .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-productos .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-productos .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-productos .container-result p.tyc a {
    color: #404040;
    text-decoration: underline;
}

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

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

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

.section-productos .container-result .container-card .content-card .left-side .vertical {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

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

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


.section-productos .container-result .container-card .content-card .left-side .vertical img {
    height: 200px;
    width: 200px;
    max-width: 100%;
    z-index: 2;
    object-fit: cover;
    object-position: center;
}

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

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

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

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

.section-productos .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-productos .container-result .container-card .content-card .right-side .container-condiciones {
    display: flex;
    gap: 8px;
    padding-top: 12px;
}

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

.section-productos .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-productos .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-productos .container-result .container-card .content-card .right-side .container-buttons {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.section-productos .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-productos .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-productos .container-alcancemos-tus-metas {
    display: flex;
    justify-content: center;
    margin-top: 96px;
}

.section-productos .container-abrir-cuenta {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.section-productos .container-alcancemos-tus-metas .container-info,
.section-productos .container-abrir-cuenta .container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.section-productos .container-alcancemos-tus-metas .container-info h2,
.section-productos .container-abrir-cuenta .container-info h2,
.section-banca-enlace h2.subtitle {
    font-family: 'Santander Headline';
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}

.section-productos .container-abrir-cuenta .container-info h2 {
    max-width: 500px;
}

.section-productos .container-alcancemos-tus-metas .container-info p,
.section-productos .container-abrir-cuenta .container-info p {
    font-family: 'Santander Text';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0;
}

.section-productos .container-abrir-cuenta .container-info p {
    max-width: 700px;
}

.section-productos .container-abrir-cuenta .container-info p.lblDescarga,
.section-banca-enlace .title,
.section-te-recomendamos .title  {
    text-transform: uppercase;
    color: #EC0000;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 16px;
    font-size: 18px;
}

.section-productos .container-abrir-cuenta .container-info .container-descarga a {
    display: flex;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #767676;
    background: #FFF;
    text-decoration: none;
}

.section-productos .container-abrir-cuenta .container-info .container-descarga a p {
    color: #767676;
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

.section-productos .container-abrir-cuenta .container-info a {
    text-decoration: underline;
    color: #EC0000;
}

.section-productos .container-alcancemos-tus-metas .container-info a {
    width: auto;
    display: inline-flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 40px;
    gap: 8px;
    background-color: #ec0000;
    color: #fff;
}

.section-productos .container-tutoriales {
    margin-top: 48px;
    background-color: #F2F2F2;
    padding: 24px 16px;
}

.section-productos .container-tutoriales p {
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    width: 100%;
    max-width: 852px;
    margin: 0 auto;
}

.section-productos .container-tutoriales p a {
    color: #EC0000;
    text-decoration: underline;
    font-weight: bold;
}

.section-productos .container-getnet {
    margin-top: 48px;
    display: flex;
    align-items: center;
}

.section-productos .container-getnet .side {
    width: 50%;
}

.section-productos .container-getnet .left {
    padding-right: 90px;
}

.section-productos .container-getnet .left img {
    width: 100%;
    max-width: 439px;
}

.section-productos .container-getnet .right ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-productos .container-getnet .right ul li {
    font-family: 'Santander Text';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #404040;
    
}

.section-productos .container-cards-pagination {
    margin-top: 40px;
}

.section-productos .container-cards-pagination .paginationjs {
    justify-content: center;
    gap: 16px;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li {
    border: 0;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li>a {
    color: #404040;
    text-align: center;
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-width: 0;
    height: auto;
    min-height: auto;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages.J-paginationjs-page li>a:hover{
    color: #EC0000;
    background: #fff;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.active>a {
    background: transparent;
    color: #EC0000;
    font-weight: bold;
    height: auto;
    min-height: auto;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-next,
.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-prev {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
    border-radius: 44px;
    margin: 0 !important;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-prev {
    margin-right: 8px;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-next {
    margin-left: 8px;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-next a {
    background-image: url('/components/carousel/assets/img/right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: transparent !important;
    width: 100%;
    background-color: transparent;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-prev a {
    background-image: url('/components/carousel/assets/img/left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: transparent !important;
    width: 100%;
    background-color: transparent;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.disabled>a {
    opacity: 1;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-prev.disabled,
.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-next.disabled {
    background: #d9d9d9;
}


.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-next.disabled a {
    background-image: url('/components/carousel/assets/img/right-disabled.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.section-productos .container-cards-pagination .paginationjs .paginationjs-pages li.paginationjs-prev.disabled a {
    background-image: url('/components/carousel/assets/img/left-disabled.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.section-banner-ef {
    margin-top: 96px;
    background-color: #137E84;
}

.section-banner-ef .contenedor .item {
    display: flex;
    align-items: center;
}

.section-banner-ef .contenedor .item .side {
    width: 100%;
}

.section-banner-ef .contenedor .item h2 {
    font-family: 'Santander Headline';
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

.section-banner-ef .contenedor .item p {
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

.section-banner-ef .contenedor .item a {
    background-color: #fff;
    border: 1px solid #ec0000;
    font-family: 'Santander Text';
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    border-radius: 40px;
    color: #EC0000;
    padding: 14px 59px;
    display: inline-block;
}

.section-banner-ef .contenedor .item img {
    width: calc(100% + 108px);
}

.section-buscas-mas {
    padding-top: 96px;
    padding-bottom: 0;
    margin-top: 96px;
    background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
}

.section-buscas-mas .splide__list {
    padding-bottom: 96px !important;
}

.section-banca-enlace,
.section-te-recomendamos {
    padding-top: 96px;
}

.section-cintillo {
    margin-top: 96px;
}

.section-banca-enlace .container-banca-enlace {
    gap: 72px;
    margin-top: 72px;
}

.section-banca-enlace .container-banca-enlace > div {
    width: 50%;
}

.section-banca-enlace .container-banca-enlace .container-text {
    gap: 40px;
}

.section-banca-enlace .container-banca-enlace .container-text p {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 0px;

}

.section-banca-enlace .container-banca-enlace .container-text .button,
.section-como-podemos-ayudarte .container-alert a {
    border: 1px solid #EC0000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 40px;
    border-radius: 40px;
    margin-left: 40px;
    text-decoration: none;
}

.section-banca-enlace .container-banca-enlace .container-text .button p,
.section-como-podemos-ayudarte .container-alert a {
    font-family: 'Santander Micro Text';
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #EC0000;
}


.section-te-recomendamos .splide {
    margin-top: 56px;
}

.section-te-recomendamos .splide .splide__list {
    gap: 56px;
    justify-content: space-between;
}

.section-te-recomendamos .splide .item {
    width: calc(33% - 56px);
    min-width: 370px;
    border-radius: 20px;
    background: linear-gradient(0.84deg, #F9F9F9 27.6%, rgba(255, 255, 255, 0) 63.35%);
    box-shadow: 0px 20px 20px -5px #99999933;
    position: relative;
    padding: 24px;
}

.section-te-recomendamos .splide .item .bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
}

.section-te-recomendamos .splide .item h3 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #000000;
    text-align: left;
}

.section-te-recomendamos .splide .item .description {
    min-height: 91px;
}

.section-te-recomendamos .splide .item .description .text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    color: #595959;

}

.section-te-recomendamos .splide .item .description a {
    font-family: 'Santander Micro Text';
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #EC0000;
    text-align: left;
}

.section-te-recomendamos .subtitle {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    margin-top: 8px;
}

.section-te-recomendamos .description {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-top: 8px;
}

.section-como-podemos-ayudarte {
    background-color: #CCD6FA; 
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    width: 100%;
    min-height: 72px;
    gap: 10px;
}

.section-como-podemos-ayudarte .container-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-como-podemos-ayudarte .container-alert p {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
}

.section-como-podemos-ayudarte .container-alert a {
    background: #FFFFFF;
    width: 182px;
    height: 43px;
}

.section-cintillo {
    background: #F2F2F2;
    height: 103px;
}

.section-cintillo p,
.section-cintillo p a {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
}

.section-banner-descarga {
    margin-top: 228px;
    background: #FAFAFA !important;
}

.section-buscas-mas {
    background: transparent;
}

.text-black {
    color: #191919 !important;
}

.section-legales {
    margin-top: 96px;
    padding-bottom: 128px;
}

.container-legales {
    background: #F2F2F2;
    min-height: 164px;
    padding: 24px 16px;
}

.container-legales .legales-santander-pyme,
.container-legales .legales-santander-pyme a {
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    max-width: 974px;
    width: 100%;
    color: #404040;
}

.section-productos .container-alcancemos-tus-metas {
    height: 323px;
    padding: 0px;
}

.section-productos .container-alcancemos-tus-metas .img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-productos .container-alcancemos-tus-metas .container-info h2,
.section-productos .container-alcancemos-tus-metas .container-info p {
    color: #fff;
}

.section-productos .container-tutoriales {
    background-color: transparent;
    padding: 0px;
    margin-top: 96px;
}

.section-productos .container-tutoriales a {
    width: auto;
    display: inline-flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 40px;
    gap: 8px;
    font-family: 'Santander Text';
    font-size: 18px;
    font-weight: 700;
    background-color: #ec0000;
    color: #fff;
}

.section-productos .container-tutoriales .content-ovalo {
    width: 265px;
    padding: 16px;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0px 32px 32px -4px #0000001F;
    bottom: -32px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.section-productos .container-tutoriales .content-ovalo p {
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    max-width: 167px;
    width: 100%;
    margin: 0;
}

.section-productos .container-tutoriales img.img-tutoriales {
    min-height: 191px;
    object-fit: cover;
}

.section-productos .container-tutoriales h3 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
}

.section-preguntas-frecuentes {
    margin-top: 128px;
}

.text-red {
    color: #EC0000;
}

.section-header .item .btn-conoce-mas-white {
    color: #ec0000;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .section-productos .container-filter {
        justify-content: space-around;
    }
}

@media(max-width: 1199px)
{
    .section-productos .container-filter .btn-filter span {
        width: min-content;
    }

    .section-banner-ef .contenedor .item h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .section-banner-ef .contenedor .item p {
        font-size: 16px;
    }

    .section-banner-ef .contenedor .item a {
        padding: 11px 69px;
        font-size: 16px;
    }

    .section-como-podemos-ayudarte .container-alert p {
        font-size: 18px;
    }

    .section-te-recomendamos .splide .splide__list {
        gap: 32px;
        justify-content: flex-start;
    }
}

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

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

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

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

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

@media (min-width: 992px) {
    .section-productos .container-alcancemos-tus-metas {
        width: calc(100% + 216px);
        left: -108px;
    }

    .section-productos .container-alcancemos-tus-metas .container-info {
        margin-left: 108px;
        margin-right: 108px;
    }

    .section-productos .container-alcancemos-tus-metas .container-info p {
        font-size: 20px;
    }

    .section-productos .container-alcancemos-tus-metas .container-info a p {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .section-productos .container-alcancemos-tus-metas .container-info h2,
    .section-productos .container-abrir-cuenta .container-info h2 {
        font-size: 30px;
    }

    .section-header .item .side {
        width: 70%;
    }

    .section-header .breadcrumb-header {
        display: none;
    }

    .section-header .container-banca-digital {
        display: none;
    }

    .section-productos .container-tutoriales p {
        font-size: 16px;
    }

    .section-productos .container-result .container-card {
        width: 100%;
    }

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

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

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

    .section-productos .container-getnet {
        flex-direction: column;
        gap: 40px;
    }

    .section-productos .container-getnet .title {
        text-align: center;
    }

    .section-productos .container-getnet .side {
        width: 100%;
    }

    .section-productos .container-getnet .left {
        padding-right: 0;
        text-align: center;
    }

    .section-productos .container-getnet .left img {
        max-width: 375px;
    }

    .section-banner-ef .contenedor .item img {
        width: calc(100% + 81px);
    }

    .section-superlinea h2 {
        font-size: 36px;
    }

    .section-superlinea .container-contactos {
        gap: 40px;
    }

    .section-superlinea .container-contactos .p-desde {
        font-size: 16px;
    }

    .section-superlinea .container-contactos .p-desde-numero a,
    .section-banca-enlace .container-banca-enlace .container-text p {
        font-size: 18px;
    }

    .section-como-podemos-ayudarte .container-alert img {
        width: 32px;
        height: 32px;
    }

    .section-como-podemos-ayudarte .container-alert p {
        font-size: 16px;
        line-height: 127%;
    }

    .section-banca-enlace .container-banca-enlace .img-banca-enlace {
        width: 100% !important;
        height: auto;
    }

    .section-preguntas-frecuentes {
        margin-top: 96px;
    }

    .section-productos .container-tutoriales .content-ovalo {
        max-height: 65px;
    }

    .container-paquetes .items {
        flex-wrap: wrap;
        row-gap: 32px;
    }

    .container-paquetes .items .item {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-productos .container-alcancemos-tus-metas {
        width: calc(100% + 162px);
        left: -81px;
    }

    .section-productos .container-alcancemos-tus-metas .container-info {
        margin-left: 81px;
        margin-right: 81px;
    }

    .section-productos .container-tutoriales h3 {
        font-size: 28px;
    }
}

@media(max-width: 767px) {
    .section-productos .container-alcancemos-tus-metas,
    .section-productos .container-abrir-cuenta {
        padding: 24px;
    }

    .section-header .item .description {
        margin-left: auto;
        margin-right: auto;
    }

    .section-header .item ul.description {
        width: fit-content;
        text-align: left;
    }

    .section-header .item .container-flex {
        max-width: 253px;
        margin: 0 auto;
    }

    .section-header .splide .splide__slide .item {
        height: 573px;
        flex-direction: column-reverse;
    }

    .section-header .item .side {
        width: 100%;
        text-align: center;
        max-width: none;
    }

    .section-header .item .left {
        margin-bottom: 48px;
    }

    .section-header .splide__slide:only-child .left {
        margin-bottom: 24px;
    }

    .section-header .item .title {
        font-size: 30px;
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-productos .container-tutoriales p {
        font-size: 14px;
    }

    .section-productos .container-result .nav-tabs {
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: none;
        justify-content: start;
        flex-direction: row;
        overflow-x: auto;
        gap: 0;
        width: calc(100% + 54px);
        padding-right: 38px;
    }

    .section-productos .container-result .nav-tabs:has(.nav-link:first-child:nth-last-child(2)){
        justify-content: center;
    }

    .section-productos .container-result .nav-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .section-productos .container-result .nav-tabs .nav-link {
        font-size: 16px;
    }

    .section-productos .container-result .container-card .content-card {
        flex-wrap: wrap;
        gap: 24px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .section-banner-ef {
        background-color: #fff;
    }
    
    .section-banner-ef .contenedor .item {
        flex-direction: column-reverse;
        background-color: #137E84;
    }

    .section-banner-ef .contenedor .item .left {
        padding: 24px;
        text-align: center;
    }

    .section-banner-ef .contenedor .item .left h2,
    .section-banner-ef .contenedor .item p {
        text-align: center;
    }

    .section-banner-ef .contenedor .item img {
        width: 100%;
    }

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

    .section-superlinea .container-contactos {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        width: 100%;
        max-width: 272px;
        margin: 0 auto;
    }

    .section-superlinea .container-contactos > div {
        width: 100%;
        justify-content: start;
    }

    .section-banca-enlace .container-banca-enlace {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .section-banca-enlace .container-banca-enlace > div {
        width: 100%;
    }

    .section-como-podemos-ayudarte {
        padding: 16px 0px;
    }

    .section-como-podemos-ayudarte .container-alert {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    .section-te-recomendamos .splide .splide__list {
        gap: 0px;
    }

    .section-te-recomendamos .splide .item {
        width: 100%;
        min-width: 0%;
    }

    .section-como-podemos-ayudarte .container-alert p {
        text-align: center;
    }

    .section-banca-enlace h2.subtitle {
        font-size: 24px;
    }

    .section-banca-enlace .container-banca-enlace .container-text p {
        font-size: 16px;
    }

    .section-banca-enlace .container-banca-enlace .container-text img {
        width: 28px;
        height: 28px;
    }

    .section-banca-enlace .container-banca-enlace .container-text .button {
        margin-left: auto;
        margin-right: auto;
    }

    .section-banca-enlace .title,
    .section-te-recomendamos .title {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 20%;

    }

    .section-te-recomendamos .subtitle {
        font-family: 'Santander Headline';
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: 0px;
    }

    .section-te-recomendamos .description {
        font-family: 'Santander Text';
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0px;
    }

    .section-te-recomendamos .splide .item h3 {
        font-size: 20px;
    }

    .section-cintillo p,
    .section-cintillo p a {
        font-size: 14px;
    }

    .section-legales {
        padding-bottom: 96px;
    }
    .section-productos .container-tutoriales h3 {
        font-size: 26px;
    }

    .section-productos .container-tutoriales p {
        font-size: 18px;
    }

    .section-productos .container-tutoriales img.img-tutoriales {
        min-height: 203px;
        content: url('/pyme/assets-pyme/img/img-tutoriales-v2-mobile.webp');
        object-fit: contain;
    }

    .section-productos .container-tutoriales .row {
        gap: 64px;
    }

    .container-paquetes .title {
        font-size: 26px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-productos .container-alcancemos-tus-metas {
        width: calc(100% + 108px);
        left: -54px;
    }

    .section-productos .container-alcancemos-tus-metas .container-info {
        max-width: calc(100% - 54px);
        margin-left: 54px;
        margin-right: 54px;
    }
}

@media (min-width: 576px) {
    .section-productos .container-alcancemos-tus-metas .container-info {
        max-width: 600px;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        align-items: flex-start;
    }
}

@media(max-width: 575px) {
    .section-header .item .left {
        max-width: calc(100% - 48px);
    }

    .section-header .contenedor {
        padding: 0 24px !important;
        overflow-x: hidden;
    }

    .section-header .item .title {
        font-size: 26px;
        max-width: 375px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-productos .container-result .nav-tabs {
        margin-left: -8px;
        padding-right: 8px;
        width: calc(100% + 32px);
    }

    .section-productos .container-result .container-card .content-card .right-side .container-buttons {
        flex-wrap: wrap;
        column-gap: 300px;
    }

    .section-productos .container-result .nav-tabs:has(.nav-link:first-child:nth-last-child(2)){
        justify-content: start;
    }

    .section-productos .container-filter .btn-filter {
        padding: 8px;
    }
    
    .section-productos .container-filter .btn-filter span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

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

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

    .section-banner-ef {
        background-color: #137E84;
    }

    .section-banner-ef .contenedor .item img {
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    .section-productos .container-alcancemos-tus-metas {
        width: calc(100% + 48px);
        left: -24px;
        height: 631px;
    }

    .section-productos .container-alcancemos-tus-metas .container-info {
        max-width: calc(100% - 24px);
        margin-left: 24px;
        margin-right: 24px;
        align-items: center;
        margin-top: 32px;
    }

    .container-paquetes .items .item {
        width: 100%;
    }

    .container-paquetes .items .item .item-title {
        justify-content: center;
        height: auto;
    }

    .container-paquetes .items .item .item-text {
        padding-left: 0;
        text-align: center;
    }

}