.btn-ir-registro {
    cursor: pointer;
}

.mb-lg {
    margin-bottom: 48px;
}

.splide .splide__arrows .splide__arrow:disabled img {
    content: url(/components/carousel/assets/img/right-disabled.png);
}

.bg-gray {
    background-color: #f2f2f2;
}

.section-generico {
    padding-bottom: 96px;
}

.section-generico h2 {
    font-family: 'Santander Headline';
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 0px;
}

.section-generico h3 {
    font-family: 'Santander Headline';
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0px;
}

.section-generico p {
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

.section-generico p.small {
    font-size: 16px;
}

.text-red {
    color: #EC0000;
}

.section-header {
    position: relative;
    padding-top: 24px;
    margin-bottom: 48px;
}

.section-header .contenedor {
    z-index: 3;
}

.section-header .item {
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 24px;
}

.section-header .splide__slide .left-side,
.section-header .splide__slide .right-side {
    width: 50%;
}

.section-header .splide__slide .right-side img {
    width: 100%;
}

.section-header .splide__slide .description {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 16px;
    max-width: 500px;
}

.section-header .splide__slide .title,
.section-header .splide__slide .description {
    color: #222222;
}

.section-header .splide__slide .container-button {
    margin-top: 32px;
    text-align: left;
}

.section-header .splide__slide a.button {
    text-decoration: none;
    display: inline-block;
}

.section-beneficios {
    margin-bottom: 48px;
}

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

.section-beneficios .description {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
    max-width: 920px;
    margin: 16px auto 0 auto;
}

.section-beneficios .card {
    border: 0;
    height: 100%;
}

.section-beneficios .card .card-img-top {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.section-beneficios .card .card-body {
    padding: 0;
}

.section-beneficios .card .card-body .card-title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 0px;
    text-align: center;
}

.section-metas {
    padding: 48px 0 0 0;
}

.section-metas .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: bold;
    font-size: 54px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
    margin-bottom: 24px;
}

.section-metas .description {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
    text-align: center;
    width: 100%;
    background-image: url(/promociones/assets-copa-santander/img/icon-futbol.webp);
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat;
    width: fit-content;
    margin: 0 auto;
    padding-left: 32px;
}

.section-metas .link {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #ec0000;
    border: 1px solid #EC0000;
    background: #fff;
    border-radius: 48px;
    padding: 12px 40px;
    display: block;
    width: fit-content;
    margin-top: 24px;
    text-decoration: none;
    transition: 0.3s ease all;
}

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

.section-metas .nav-tabs {
    justify-content: center;
    border: 0;
    background: #f0f0f0;
    width: fit-content;
    margin: 0 auto 32px auto;
    border-radius: 32px;
    padding: 4.5px;
    gap: 6px;
}

.section-metas .nav-tabs .nav-link {
    border: 0;
    color: #191919;
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    padding: 11.5px 16px;
    transition: 0.3s ease all;
    border-radius: 32px;
}

.section-metas .nav-tabs .nav-link:not(.active):hover {
    background-color: #fff;
}

.section-metas .nav-tabs .nav-link.active {
    background-color: #ec0000;
    color: #fff;
    font-weight: bold;
}

.section-metas .tab-pane .cards {
    width: 100%;
}

.section-metas .tab-pane .title {
    font-size: 48px;
    text-align: left;
}

.section-metas .tab-pane .description {
    background-image: url(/promociones/assets-copa-santander/img/icon-boleto.webp);
    text-align: left;
    margin: 0;
}

.section-metas .tab-pane .description.icon-plane {
    background-image: url(/promociones/assets-copa-santander/img/icon-avion.webp);
}

.section-metas .description img {
    width: 24px;
    height: 24px;
}

.section-metas .card {
    border: 0;
    height: 100%;
    border-radius: 24px;
}

.section-metas .card .card-body {
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 24px;
}

.section-metas .card .card-body .card-title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 8px;
}

.section-metas .card .card-body .card-text {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 0;
}

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

.section-descubre .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: bold;
    font-size: 54px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
    margin-bottom: 72px;
}

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

.section-registro .container-registro .container-requisitos {
    gap: 16px;
}

.section-registro .container-registro .container-requisitos .item {
    gap: 8px;
}

.section-registro .container-registro .container-requisitos .item .left-side img {
    width: 28px;
    height: 28px;
}

.section-banner {
    background-color: #DEEDF2;
    padding: 28.5px 0;
}

.section-banner .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: left;
    color: #222222;
    margin-bottom: 0px;
}


.section-banner .link {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid #EC0000;
    background: #ec0000;
    border-radius: 48px;
    padding: 12px 40px;
    display: block;
    width: fit-content;
    margin-top: 24px;
    text-decoration: none;
    transition: 0.3s ease all;
}

.section-banner img {
    width: auto;
    height: auto;
    max-height: 383px;
    max-width: 100%;
}

.section-preguntas-frecuentes {
    padding-top: 48px;
    padding-bottom: 48px;
}

.section-preguntas-frecuentes .contenedor {
    flex-direction: column;
    gap: 48px;
}

.section-preguntas-frecuentes .contenedor .left-side {
    max-width: none;
}

.section-preguntas-frecuentes .contenedor .left-side h3 {
    text-align: center;
    font-size: 54px;
}

.section-preguntas-frecuentes .contenedor .left-side h4 {
    display: none;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta {
    background-color: #F5F9FB;
    border-radius: 8px;
    max-width: 630px;
    margin: 0 auto;
    padding: 0;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta div[data-bs-toggle="collapse"] {
    padding: 24px 16px;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta div[data-bs-toggle="collapse"] p {
    font-size: 20px;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta div[data-bs-toggle="collapse"] label {
    display: none;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta .accordion-body {
    width: 100% !important;
    max-width: none !important;
    padding: 0 16px 24px 16px !important;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta .ver {
    display: block !important;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    background-image: url(/personas/seguros/assets-objetivo-protegido/img/icon-minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta div[aria-expanded="false"] .ver {
    background-image: url(/personas/seguros/assets-objetivo-protegido/img/icon-plus.svg);
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta div[aria-expanded="true"] .ver {

}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta .ver img {
    display: none;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta .ocultar {
    display: none !important;
}

.section-preguntas-frecuentes .contenedor .right-side .tab-content .tab-pane .container-pregunta .ocultar img {
    display: none;
}

.section-contacto {
    background-color: #DEEDF2;
    padding: 48px 0;
}

.section-contacto .title {
    font-family: 'Santander Headline', sans-serif;
    font-weight: bold;
    font-size: 54px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
    margin-bottom: 24px;
}

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

.section-contacto .card {
    border-radius: 24px;
    border: 0;
    height: 100%;
}

.section-contacto .card .card-body {
    padding: 24px;
}

.section-contacto .card .card-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.section-contacto .card .card-title {
    font-family: 'Santander Headline', sans-serif;
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 12px;
}

.section-contacto .card .card-description {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 12px;
}

.section-contacto .card .card-link {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: rgb(18, 114, 119);
    text-decoration: underline;
}

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


@media (min-width: 992px) and (max-width: 1199px) {
    .section-header .splide__slide .description {
        max-width: 470px;
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .section-metas .tab-pane .cards {
        max-width: 720px;
    }
}

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

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

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

    .section-header .splide__slide .left-side, 
    .section-header .splide__slide .right-side {
        width: 100%;
        max-width: none;
    }

    .section-beneficios .title,
    .section-metas .title,
    .section-descubre .title,
    .section-preguntas-frecuentes .contenedor .left-side h3 {
        font-size: 52px;
        line-height: 100%;
    }

    .section-beneficios .gap-24 {
        gap: 24px;
    }

    .section-beneficios .card {
        max-width: 264px;
        margin: 0 auto;
    }

    .section-beneficios .card .card-body .card-title {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .splide .splide__arrows {
        top: 35%;
        width: calc(100% + 64px);
    }
}

@media(max-width: 767px) {
    .section-metas .tab-pane .title {
        font-size: 36px;
    }

    .section-banner .title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .section-header .contenedor {
        padding: 0 24px !important;
    }

    .section-banner .link {
        width: 100%;
    }
}