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

.section .section-title {
    position: relative;
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0px;
    margin-bottom: 32px;
    color: #000;
}

.section .section-title::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 3px;
    background-color: #ec0000;
    left: 0;
    bottom: -16px;
}


.section .section-text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 0;
}

.section .section-link {
    display: block;
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #ec0000;
}

.section .section-button {
    display: block;
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none;
    color: #ec0000;
    border-color: #ec0000;
    border-radius: 40px;
    margin-top: 16px;
    width: fit-content;
    border: 1px solid;
    padding: 12px 24px;
    transition: 0.3s ease all;
}

.section .section-button:hover {
    color: #fff;
    background-color: #ec0000;
}

.section .section-text-footer {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #191919;
    margin-bottom: 0;
}

.section .side {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 24px;
}


.section .side .image {
    width: 100%;
}

.section .side .title {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #191919;
    max-width: 405px;
    margin-bottom: 0;
}

.section .side .text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 0;
}

.section .side .container-enlaces {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 24px;
}

.section .side .container-enlaces .enlace {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    color: #ec0000;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    max-width: 348px;
}

.section .side .container-enlaces .enlace img {
    width: 24px;
    height: 24px;
}

.navbar {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 16px 0;
    transition: 0.3s ease all;
}

.navbar .container-fluid {
    padding: 0 32px;
}

.navbar .container-bar {
    width: auto;
}

.navbar .navbar-brand .logo {
    width: 100%;
    max-width: 149px;
}

.navbar .navbar-nav {
    gap: 24px;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Santander Micro Text';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.navbar .navbar-nav .nav-link.active {
    font-weight: 700;
}

.navbar .navbar-toggler,
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    border: none;
    outline: 0;
    box-shadow: none;
}

.navbar .navbar-toggler img {
    width: 28px;
    height: 28px;
}

.navbar:has(.navbar-toggler[aria-expanded="true"]) {
    background-color: rgba(0, 0, 0, 0.9);
}

.navbar .navbar-share {
    border: 0;
    padding: 0;
    background-color: transparent;
    width: 28px;
    height: 28px;
    display: none;
}

.navbar .navbar-share img {
    width: 100%;
}

.navbar .btn-lang {
    display: none;
    color: #fff;
    border: 0;
    background-color: transparent;
    font-family: 'Santander Text', sans-serif;
    font-size: 18px;
}

.side-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1051;
}

.side-menu .btn {
    font-family: 'Santander Text', sans-serif;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #fff;
    outline: 0;
    transition: 0.3s ease all;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.side-menu .btn:hover,
.side-menu .btn.active {
    background-color: #ec0000;
}

.side-menu .btn img {
    width: 28px;
    height: 28px;
}

.side-menu .btn:hover,
.side-menu .btn:focus,
.side-menu .btn:active {
    outline: 0;
}

.offcanvas-start {
    width: 50%;
    max-width: 550px;
}

.offcanvas .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.offcanvas .offcanvas-body .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    outline: 0;
    box-shadow: none;
}

.offcanvas .offcanvas-body .offcanvas-container {
    width: 100%;
    max-width: 233px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.offcanvas .offcanvas-body .offcanvas-container .offcanvas-title {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #191919;
    position: relative;
}

.offcanvas .offcanvas-body .offcanvas-container .offcanvas-link {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-decoration: none;
    color: #191919;
    text-align: left;
    padding: 0;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.offcanvas .offcanvas-body .offcanvas-container .offcanvas-link:hover,
.offcanvas .offcanvas-body .offcanvas-container .offcanvas-link.active {
    font-weight: 700;
}

.offcanvas .offcanvas-body .offcanvas-container .offcanvas-link .icon {
    width: auto;
    height: 28px;
}

.offcanvas .offcanvas-alert {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-decoration: none;
    color: #191919;
    text-align: center;
    width: 100%;
    max-width: 1114px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid #deedf2;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(155, 195, 211, 0.2);
    transition: all .3s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas .offcanvas-alert.show {
    opacity: 1;
    visibility: visible;
}

.section-header {
    margin-bottom: 0;
}

.section-header .img-bg {
    z-index: -1;
}

.section-header .item {
    min-height: 678px;
}

.section-header .splide__slide .title {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section-header .splide__slide .description {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    max-width: 941px;
}

.section-estrategia .text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 40px;
}

.section-estrategia .text-link {
    display: block;
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #ec0000;
}

.section .container-banner {
    margin-top: 32px;
    background: linear-gradient(99.24deg, #990000 -59.1%, #EC0000 86.94%);
    display: flex;
    height: 274px;
    gap: 24px;
}

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

.section .container-banner .side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section .container-banner .left {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-left: 40px;
}

.section .container-banner .right {
    padding-right: 4px;
}

.section .container-banner .card-title {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0;
}

.section .container-banner .card-text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0;
}

.section .container-banner .card-button {
    display: inline-block;
    font-family: 'Santander Micro Text';
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #ec0000;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 40px;
    margin-top: 16px;
    text-decoration: none;
}

.section .container-banner .card-button:hover {
    color: #ec0000;
    background-color: #fff;
}

.section-footer {
    margin-top: 96px;
    background-color: #ec0000;
    padding: 40px 0;
}

.section-footer .text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 32px;
}

.section-footer .text a,
.section-footer .text a:focus,
.section-footer .text a:hover,
.section-footer .text a:active {
    color: #fff;
    text-decoration: underline;
}

.section-footer .container-footer {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.section-footer .container-footer .logo {
    width: 170px;
    height: auto;
}

.section-footer .container-footer .text {
    font-size: 16px;
    margin-bottom: 0;
}

.section-footer .container-footer .center {
    width: 100%;
    max-width: 500px;
}

.section-footer .container-footer .right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-footer .container-footer .right a {
    text-decoration: none;
}

.section-footer .container-footer .right a img {
    width: 39px;
    height: 39px;
}

@media(max-width: 1440px) {
    .side-menu {
        left: 29px;
    }
}

@media (min-width: 1200px) {
    .section-header .splide__slide .left-side {
        max-width: 941px;
    }
}


@media(max-width: 991px) {
    .navbar .btn-lang {
        display: block;
    }
    
    .section .section-title {
        font-size: 22px;
    }

    .section .section-text {
        font-size: 20px;
    }

    .section .section-text-footer {
        font-size: 22px;
    }

    .navbar {
        position: fixed;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .navbar .navbar-toggler {
        padding: 0;
    }

    .navbar .navbar-brand .logo {
        width: 120px;
    }

    .navbar .navbar-nav {
        gap: 0;
        margin: 8px 0;
    }

    .navbar .navbar-nav .nav-link br.desktop {
        display: none;
    }

    .navbar .container-bar {
        width: 100%;
        padding: 8px 24px;
    }

    .navbar .navbar-nav .nav-link {
        color: #191919;
        text-align: left;
        padding: 16px 0;
    }

    .navbar .container-collapse {
        background-color: #fff;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
    }

    .navbar .navbar-share  {
        display: block;
    }

    .side-menu {
        display: none;
    }

    .offcanvas .offcanvas-body {
        justify-content: start;
        padding: 40px;
    }

    .section-header .splide__slide .title {
        font-size: 16px;
    }

    .section-header .splide__slide .description {
        font-size: 28px;
    }

    .section-header .item {
        min-height: 628px;
    }

    .section-estrategia .text {
        font-size: 20px;
    }

    .section .side .title {
        font-size: 22px;
    }

    .section .side .text {
        font-size: 16px;
    }

    .section .side .container-enlaces {
        gap: 12px;
    }

    .section .side .container-enlaces .enlace {
        font-size: 14px;
    }

    .section-footer .container-footer {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media(max-width: 767px) {
    .section-header .item {
        flex-direction: row;
    }

    .section-header .splide__slide .title,
    .section-header .splide__slide .description {
        text-align: left;
    }

    .section-header .splide__slide .left-side {
        max-width: none;
    }

    .section .side .image {
        margin-bottom: 24px;
        height: 340px;
        object-fit: cover;
    }

    .section .container-banner {
        flex-direction: column-reverse;
        height: auto;
        gap: 0;
    }

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

    .section .container-banner .left {
        padding: 40px;
    }

    .section .container-banner .right {
        padding-right: 0;
        padding-top: 4px;
    }

    .section .container-banner .card-title,
    .section .container-banner .card-text {
        text-align: center;
        width: 100%;
    }

    .section .container-banner .card-button {
        margin-left: auto;
        margin-right: auto;
    }

    .section-footer .text {
        margin-bottom: 48px;
    }

    .section-footer .container-footer {
        gap: 48px;
    }
}

@media(max-width: 575px) {
    .section .container-banner {
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    .section .container-banner .side img {
        height: 217px;
    }

    .offcanvas-start {
        width: 80%;
        max-width: none;
    }

    .offcanvas .offcanvas-body {
        padding: 24px;
    }

    .offcanvas .offcanvas-body .offcanvas-container .offcanvas-link .icon {
        height: 24px;
    }
}