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

.text-red {
    color: #ec0000 !important;
}

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

.text-white {
    color: #FFFFFF !important;
}

.splide .splide__arrows {
    display: flex;
    position: absolute;
    z-index: 1;
    top: calc(50% - 32px);
    width: 100%;
    margin: 0 auto;
    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 {
    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: left;
    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: 580px;
}

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

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

.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-beneficios {
    padding-top: 96px;
}

.section-beneficios .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #191919;
    margin-bottom: 16px;
}

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

.section-beneficios .banner {
    width: 43%;
    max-width: 535px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-beneficios .splide {}

.section-beneficios .splide .splide__list {
    display: flex !important;
    flex-wrap: wrap;
}

.section-beneficios .splide .splide__list .splide__slide {
    width: 50%;
}

.section-beneficios .splide .splide__list .splide__slide .card {
    width: 100%;
    max-width: 285px;
    border: 0;
    text-align: center;
}

.section-beneficios .splide .splide__list .splide__slide .card .card-img {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px auto;
}

.section-beneficios .splide .splide__list .splide__slide .card .card-title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #191919;
    margin-bottom: 16px;
}

.section-beneficios .splide .splide__list .splide__slide .card .card-description {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 0;
}

.section-beneficios .splide .splide__list .splide__slide:nth-child(odd) .card {
    margin: 0 auto 0 0;
}

.section-beneficios .splide .splide__list .splide__slide:nth-child(even) .card {
    margin: 0 0 0 auto;
}

.section-banners {
    padding-top: 96px;
}

.section-banners .splide .splide__slide {
    display: flex;
    align-items: center;
}

.section-banners .splide .item {
    display: flex;
    align-items: center;
    width: calc(100% - 128px);
    margin: 0 auto;
    gap: 32px;
}

.section-banners .splide .item .side {
    width: 50%;
    position: relative;
}

.section-banners .splide .item .side .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 16px;
}

.section-banners .splide .item .side .description {
    font-family: 'Santander Text', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #404040;
    margin-bottom: 0;
}

.section-banners .splide .item .side .banner {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 418px;
}

.section-herramientas {
    padding-top: 96px;
}

.section-herramientas .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #191919;
    margin-bottom: 16px;
}

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

.section-herramientas .card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.section-herramientas .card .card-img {
    width: 40px;
    height: 40px;
}

.section-herramientas .card .card-title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 16px;
}

.section-herramientas .card .card-description {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #4c4c4c;
    margin-bottom: 0;
}

.section-pasos {
    padding-top: 96px;
}

.section-pasos .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #191919;
    margin-bottom: 0;
}

.section-pasos .card {
    border: 0;
}

.section-pasos .card .card-img {
    width: 100%;
    max-width: 218px;
    margin: 0 auto 16px auto;
}

.section-pasos .card .card-title {
    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-pasos .card .card-description {
    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-pasos .card .container-descarga {
    display: none;
}

.section-banner-agenda-tu-cita {
    margin-top: 96px;
}

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

.section-cintillo-pyme p,
.section-cintillo-pyme 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-preguntas-frecuentes {
    padding-top: 96px;
}

@media(max-width:1199px) {
    .section-header .img-bg {
        object-position: 25%;
    }

    .section-beneficios .banner {
        width: 35%;
        top: 40%;
    }
}

@media(max-width:991px) {
    .section-beneficios,
    .section-banners,
    .section-herramientas,
    .section-pasos {
        padding-top: 48px;
    }

    .section-header .item .title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .section-header .item .description {
        font-size: 16px;
    }

    .section-beneficios .title {
        font-size: 28px;
    }

    .section-beneficios .description {
        font-size: 18px;
    }

    .section-beneficios .splide .splide__list .splide__slide .card .card-img {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
    }

    .section-beneficios .splide .splide__list .splide__slide .card .card-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .section-beneficios .splide .splide__list .splide__slide .card .card-description {
        font-size: 14px;
    }

     .section-beneficios .banner {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 327px;
        margin: 0 auto;
        display: block;
    }
    
    .section-beneficios .splide .splide__list .splide__slide:nth-child(odd) .card,
    .section-beneficios .splide .splide__list .splide__slide:nth-child(even) .card {
        margin: 0 auto;
    }
    
    .section-banners .splide .item .side .title {
        font-size: 24px;
    }

    .section-banners .splide .item .side .description {
        font-size: 16px;
    }

    .section-herramientas .title {
        font-size: 28px;
    }

    .section-herramientas .description {
        font-size: 18px;
    }

    .section-herramientas .card .card-title {
        font-size: 16px;
    }

    .section-herramientas .card .card-img {
        width: 32px;
        height: 32px;
    } 

    .section-pasos .title {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .section-header .item .side {
        max-width: 375px;
        width: 100%;
        margin: 0 auto;
    }
    .section-header .splide .splide__slide .item {
        justify-content: center;
        align-items: end;
        padding-bottom: 24px !important;
    }

    .section-header .item .title,
    .section-header .item .description {
        text-align: center;
    }

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

    .section-beneficios .splide .splide__list {
        flex-wrap: nowrap;
    }

    .section-banners .splide .item {
        flex-direction: column-reverse;
        width: 100%;
    }

    .section-banners .splide .item .side {
        width: 100%;
        text-align: center;
    }

    .section-banners .splide .item .side .banner {
        max-width: 275px;
        max-height: none;
    }

    .section-cintillo-pyme {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
    }
    
    .section-cintillo-pyme p, .section-cintillo-pyme p a {
        font-size: 14px;
        max-width: 279px;
        margin: 0 auto;
    }
}

@media(max-width:575px) {
    .section-pasos .card .container-descarga {
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
    }
}