.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: 0px;
    margin-bottom: 96px;
}

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

.section-header .layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 35%,
            rgba(0, 0, 0, 0.1) 75%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

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

.section-header .item {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 616px;
}

.section-header .splide__slide .description {
    max-width: 500px;
}

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

.section-header .splide__slide .container-button {
    text-align: left;
}

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

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

.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;
    margin-top: 16px;
    margin-bottom: 0px;
}

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

.section-beneficios .card .card-img-top {
    width: auto;
    max-height: 296px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    object-fit: cover;
    object-position: center;
}

.section-beneficios .card .card-body {
    background-color: #f2f2f2;
    padding: 16px 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

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

.section-beneficios .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-metas {
    padding: 96px 0;
    background-color: #f2f2f2;
}

.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: 0px;
}

.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-contratar {
    padding: 96px 0;
    margin-bottom: 96px;
    background-color: #f2f2f2;
}

.section-contratar .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-contratar .card {
    border: 0;
    height: 100%;
    border-radius: 24px;
}

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

.section-contratar .card .card-body .card-number {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #ec0000;
    margin-bottom: 16px;
}

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

.section-contratar .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-preguntas-frecuentes {
    padding-top: 0;
}

.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;
}

@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: 991px) {
    .section-header .item {
        flex-direction: row;
    }

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

    .section-header .splide__slide .description {
        max-width: 420px;
    }

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

    .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-header {
        margin-bottom: 96px;
    }
}

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

    .section-header .img-bg {
        object-position: center top;
    }

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