.section-generico {
    padding-bottom: 96px;
}

.section-generico h2 {
    font-family: 'Santander Headline';
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 0px;
    color: #4C4C4C;
}

.section-generico p {
    margin-bottom: 0px;
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #4C4C4C;
}

.section-header {
    position: relative;
    padding-top: 0px;
    margin-bottom: 128px;
}

.section-header .img-bg {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.section-header .item {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 440px;
}

.section-header .splide__slide .title {
    color: #FFFFFF;
    font-size: clamp(1.875rem, 1.6549rem + 0.939vw, 2.5rem);
}

.section-header .splide__slide .description {
    color: #191919;
}


.text-red {
    font-weight: 700;
    color: #EC0000 !important;
}

.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;
}

.splide .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #595959;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.splide .splide__pagination .splide__pagination__page.is-active {
    background-color: #191919;
    border: 1px solid #191919;
    width: 16px;
    border-radius: 5px;
}

.section-header .breadcrumb-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 40px;
    z-index: 2;
}

.section-header .breadcrumb-header a,
.section-header .breadcrumb-header h1 {
    font-family: 'Santander Micro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #767676;
    margin: 0;
    text-decoration: none;
}

.section-header .breadcrumb-header img {
    width: 16px;
    height: 16px;
    margin: 0;
}

.section-header .breadcrumb-header .active {
    color: #404040;
}

.section-soluciones-reales .title {
    font-family: 'Santander Headline';
    font-weight: 400;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #191919;
}

.section-soluciones-reales .subtitle {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.section-soluciones-reales .description {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #4C4C4C;
}

.section-soluciones-reales .container-items .item p {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    color: #4C4C4C;
}

.section-soluciones-reales .img-soluciones-reales {
    max-width: 600px;
    width: 100%;
}

.section-soluciones-reales .container-text {
    margin-top: 64px;
}

.section-santander-resuelve .contenedor.contenedor-splide {
    padding-right: 0px !important;
}

.section-santander-resuelve .title {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 64px;
}

.section-santander-resuelve .splide .item {
    width: 370px;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0.17deg, #FFFFFF 45.89%, rgba(255, 255, 255, 0) 77.89%);
    box-shadow: 0px 20px 20px -5px #99999933;
    position: relative;
    padding: 24px;
}

.section-santander-resuelve .splide .item .bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-height: 452px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
}

.section-santander-resuelve .splide .item h3 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
}

.section-santander-resuelve .splide .item .container-description {
    min-height: 249px;
}

.section-santander-resuelve .splide .item .description .text,
.section-santander-resuelve .splide .item .description ul li {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-align: left;
    color: #404040;
}

.section-santander-resuelve :is(dir, menu, ol, ul) ul {
    list-style-type: disc !important;
}

.section-santander-resuelve .splide .item h3 span {
    font-size: 24px;
}

.section-haz-crecer-tu-pyme {
    margin-bottom: 96px;
}

.section-haz-crecer-tu-pyme .bg-banner {
    min-height: 331px;
    width: 100%;
    height: auto;
}

.section-haz-crecer-tu-pyme .contenedor {
    top: 50%;
    transform: translateY(-50%);
    height: max-content;
}

.section-haz-crecer-tu-pyme .contenedor .container-text {
    max-width: 650px;
    width: 100%;
}

.section-haz-crecer-tu-pyme .contenedor .container-text .title {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.section-haz-crecer-tu-pyme .contenedor .container-text .description,
.section-haz-crecer-tu-pyme .contenedor .container-text .description a {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 16px;
}

.section-tu-negocio-esta-prepado .cta-agendar-cita {
    width: 146px;
    height: 56px;
    border-radius: 40px;
    background: #EC0000;
    border: none;
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.section-tu-negocio-esta-prepado .cta {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #EC0000;
}

.section-nuestros-productos .container-nuestros-productos {
    display: none;
}

@media (min-width: 1200px) {
    .section-header .splide__slide .left-side {
        max-width: 572px;
    }

    .section-santander-resuelve .splide .splide__list {
        gap: 32px;
        justify-content: space-around;
        padding-bottom: 56px !important;
    }
}

@media (max-width: 1199px) {
    .section-header .img-bg {
        object-position: 70%;
    }

    .section-santander-resuelve .splide .splide__list {
        gap: 24px;
        justify-content: space-around;
        padding-bottom: 48px !important;
    }
}

@media (max-width: 991px) {
    .section-generico p {
        font-size: 18px;
    }

    .section-generico h2 {
        font-size: 32px;
    }

    .section-generico h3 {
        font-size: 28px;
    }

    .splide .splide__arrows {
        top: 30%;
    }

    .section-header .splide__slide .container-button {
        text-align: left !important;
    }

    .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%;
        background-color: #D9D9D9;
        border: 0px;
        outline: none;
        padding: 0;
    }

    .section-como-domiciliar .splide .splide__pagination {
        gap: 4px;
    }

    .section-santander-resuelve .splide .item {
        width: 300px;
    }

    .section-santander-resuelve .splide .item h3 {
        font-size: 24px;
    }

    .section-santander-resuelve .splide .item h3 span {
        font-size: 18px;
    }

    .section-santander-resuelve .splide .item .description .text,
    .section-santander-resuelve .splide .item .description ul li {
        font-size: 14px;
    }

    .section-haz-crecer-tu-pyme .contenedor .container-text {
        max-width: 480px;
    }

    .section-haz-crecer-tu-pyme .contenedor .container-text .title {
        font-size: 28px;
    }

    .section-haz-crecer-tu-pyme .contenedor .container-text .description,
    .section-haz-crecer-tu-pyme .contenedor .container-text .description a {
        font-size: 16px;
    }

    .section-tu-negocio-esta-prepado .cta-agendar-cita {
        height: 48px;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0px;
    }

    .section-tu-negocio-esta-prepado .cta {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0px;
    }

    .section-santander-resuelve .splide .item .container-description {
        min-height: 214px;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    .section-header .item {
        flex-direction: row;
        min-height: 380px;
    }

    .section-header .splide__slide .left-side {
        max-width: 380px;
    }

    .section-header .splide__slide .title,
    .section-header .splide__slide .description {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .splide .splide__arrows {
        top: 35%;
        width: calc(100% + 64px);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-header .img-bg {
        object-position: 70%;
    }

    .section-header .splide__slide .left-side {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .section-generico h2 {
        font-size: 30px;
        text-align: center;
        line-height: 120%;
    }

    .section-generico h3 {
        font-size: 26px;
        line-height: 32.5px;
        text-align: center;
    }

    .section-header .item {
        padding-top: 0px;
    }

    .section-header .splide__slide .left-side {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-header {
        margin-bottom: 96px;
    }

    .section-soluciones-reales .title {
        font-size: 32px;
        line-height: 125%;
        letter-spacing: 0px;
        text-align: center;
    }

    .section-generico p {
        font-size: 18px;
        line-height: 150%;
    }

    .section-soluciones-reales .subtitle,
    .section-santander-resuelve .title {
        font-size: 28px;
        line-height: 125%;
        letter-spacing: 0px;
        text-align: center;
    }

    .section-soluciones-reales .description {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0px;
        text-align: center;
    }

    .section-soluciones-reales .container-items .item img {
        width: 28px;
        height: 28px;
    }

    .section-soluciones-reales .container-items .item {
        min-height: 50px;
    }

    .section-soluciones-reales .img-soluciones-reales {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .section-santander-resuelve .splide .splide__slide {
        width: 60%;
        max-width: 300px;
    }

    .section-santander-resuelve .splide .item {
        width: 100%;
    }

    .section-santander-resuelve .contenedor.contenedor-splide {
        padding-right: 54px !important;
    }

    .section-haz-crecer-tu-pyme .contenedor .container-text .title,
    .section-haz-crecer-tu-pyme .contenedor .container-text .description,
    .section-haz-crecer-tu-pyme .contenedor .container-text .description a {
        text-align: left;
    }

    .section-haz-crecer-tu-pyme .contenedor .container-text {
        max-width: 380px;
    }

    .section-tu-negocio-esta-prepado .title  {
        font-size: 32px;
        line-height: 125%;
        letter-spacing: 0px;
    }
}

@media (max-width: 575px) {
    .section-header .img-bg {
        object-position: center top;
    }

    .section-header .item {
        min-height: 543px;
        padding-bottom: 32px;
        flex-direction: column;
        padding-top: 48px;
    }

    .section-header .splide__slide .title {
        font-size: 30px;
    }

    .section-header .splide__slide .left-side {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-header .splide__slide .container-button {
        text-align: center !important;
    }

    .section-santander-resuelve .contenedor.contenedor-splide {
        padding-right: 24px !important;
    }

    .section-santander-resuelve .splide .splide__list {
        gap: 0px;
        justify-content: flex-start;
    }
    .section-santander-resuelve .splide .splide__slide {
        width: 100%;
        max-width: 327px;
        display: flex;
        justify-content: center;
    }

    .section-haz-crecer-tu-pyme .contenedor {
        top: 48px;
        transform: none;
    }

    .section-haz-crecer-tu-pyme .bg-banner,
    .section-haz-crecer-tu-pyme .contenedor .container-text {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-haz-crecer-tu-pyme .contenedor .container-text .title,
    .section-haz-crecer-tu-pyme .contenedor .container-text .description,
    .section-haz-crecer-tu-pyme .contenedor .container-text .description a {
        text-align: center;
    }
}
