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

.splide__arrows {
    position: absolute;
    bottom: 50%;
    left: -40px;
    display: flex;
    align-items: center;
    width: calc(100% + 80px) !important;
    justify-content: space-between;
    top: auto !important;
    transform: translateY(50%);
}

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

.splide .splide__arrows .splide__arrow:disabled {
    background-color: #D9D9D9;
    fill: #595959;
}

.splide .splide__arrows .splide__arrow--prev {
    transform:scaleX(-1);
}


.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: #F0F0F0;
}

.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 .text {
    font-family: 'Santander Headline', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: left;
    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-aeromexico/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-aeromexico/img/icon-avion.webp);
    text-align: left;
    margin: 0;
}

.section-metas .tab-pane .description.icon-checkmark {
    background-image: url(/promociones/assets-aeromexico/img/icon-checkmark.webp);
}

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

.section-metas .card {
    border: 0;
    height: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-metas .card-primary {
    background-color: #F0F0F0;
}

.section-metas .card-secondary {
    background-color: #FBF1EA;
}

.section-metas .card .card-body {
    padding: 40px 24px;
    border-radius: 24px;
    flex: none;
}

.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: 16px;
    text-align: center;
}

.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: 16px;
    text-align: center;
}

.section-metas .card .card-body .card-link {
    display: block;
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #127277;
    margin-bottom: 0px;
    text-align: center;
}

.section-metas .card-secondary .card-body {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-metas .card-secondary .card-body .card-text {
    margin-bottom: 0;
}

.section-metas .card-secondary .card-body .item {
    width: 50%;
    padding: 8px 16px;
    border-radius: 24px;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.section-metas .card-secondary .card-body .item-separator {
    font-family: 'Santander Micro Text', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #ec0000;
    text-align: center;
    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;
    background-color: #F0F0F0;
}

.section-registro .container-registro {
    margin-top: 56px;
}

.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-dias {
    background-color: #FBF1EA;
    margin-top: 48px;
    padding: 48px 0;
}

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

.section-dias .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%;
    margin: 0 auto;
}

.section-dias .splide {
    margin-top: 48px;
}

.section-dias .card {
    border: 0;
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
}

.section-dias .card .card-img-top {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.section-dias .card .card-title {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 12px;
}

.section-dias .card .card-text {
    font-family: 'Santander Headline', sans-serif;
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 12px;
}

.section-dias .card .card-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-dias .card .card-bullets .card-bullet {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 0px;
    padding-left: 32px;
    background-image: url(/hot-sale/assets-2026/img/icon-check.webp);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
}

.section-cashback-comercios {
    background-color: #F0F0F0;
    padding: 48px 0;
}

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

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

.section-cashback-comercios .nav-tabs {
    justify-content: center;
    border: 0;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.section-cashback-comercios .nav-tabs .nav-link {
    border: 0;
    color: #222222;
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 32px;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease all;
    white-space: nowrap;
}

.section-cashback-comercios .nav-tabs .nav-link:hover {
    background-color: #e0e0e0;
}

.section-cashback-comercios .nav-tabs .nav-link.active {
    background-color: #EC0000;
    color: #fff;
    font-weight: 700;
}

.section-cashback-comercios .nav-tabs .nav-link svg {
    flex-shrink: 0;
}

.section-cashback-comercios .tab-content {
    padding: 32px;
    position: relative;
}

.section-cashback-comercios .splide {
    position: relative;
}

.section-cashback-comercios .container-logos {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.section-cashback-comercios .container-logos > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    height: 150px;
    width: calc(25% - 18px);
}

.section-cashback-comercios .container-logos > div img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.section-cashback-comercios .splide__arrow {
    /* position: static;
    transform: none;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    opacity: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; */
}

/* .section-cashback-comercios .splide__arrow svg {
    width: 16px;
    height: 16px;
    fill: #666;
}

.section-cashback-comercios .splide__arrow--prev svg {
    transform: scaleX(-1);
}

.section-cashback-comercios .splide__arrow:hover svg {
    fill: #EC0000;
} */

.section-cashback-comercios .splide__pagination {
    position: absolute;
    bottom: -48px;
    right: 0;
    left: auto;
    width: auto;
    padding: 0;
    gap: 4px;
}

.section-cashback-comercios .splide__pagination__page {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    color: #999;
    opacity: 1;
    padding: 4px 6px;
}

.section-cashback-comercios .splide__pagination__page.is-active {
    background-color: transparent;
    color: #EC0000;
    font-weight: 700;
    transform: none;
}

@media (max-width: 1199px) {
    .section-cashback-comercios .container-logos--single {
        grid-template-columns: 1fr;
        max-width: 327px;
        margin: 0 auto;
    }

    .section-cashback-comercios .container-logos > div {
        width: 100%;
    }
}

@media (max-width: 991px) {
    /* .section-cashback-comercios .title {
        font-size: 40px;
    } */

    .section-cashback-comercios .container-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-cashback-comercios .tab-content {
        padding: 24px 24px 64px 24px;
    }
}

@media (max-width: 767px) {
    .section-cashback-comercios .container-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-cashback-comercios .nav-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 8px;
    }

    .section-cashback-comercios .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .section-cashback-comercios .tab-content {
        padding: 16px;
    }

    /* .section-cashback-comercios .title {
        font-size: 32px;
    } */

    .section-metas .card-secondary .card-body {
        flex-direction: column;
    }

    .section-metas .card-secondary .card-body .item {
        width: 100%;
        padding: 24px 16px;
    }

    .section-cashback-comercios .container-logos > div {
        width: 100%;
        /* background-color: transparent;
        border-radius: 0; */
    }
}

.section-beneficios-extra {
    padding: 48px 0;
}

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

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

.section-beneficios-extra .splide {
    position: relative;
}

.section-beneficios-extra .card-beneficio {
    background-color: #F0F0F0;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.section-beneficios-extra .card-beneficio__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    height: 198px;
    background-color: #F0F0F0;
}

.section-beneficios-extra .card-beneficio__logo img {
    width: 100%;
    object-fit: contain;
}

.section-beneficios-extra .card-beneficio__body {
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.section-beneficios-extra .card-beneficio__brand {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 4px;
}

.section-beneficios-extra .card-beneficio__offer {
    font-family: 'Santander Headline', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
    line-height: 130%;
}

.section-beneficios-extra .card-beneficio__text {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    line-height: 150%;
    margin-bottom: 12px;
    flex: 1;
}

.section-beneficios-extra .card-beneficio__date {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 8px;
}

.section-beneficios-extra .card-beneficio__link {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #127277;
    text-decoration: none;
    text-decoration: underline;
}

.section-beneficios-extra .card-beneficio__link:hover {
    text-decoration: underline;
}

.section-beneficios-extra .splide__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
    gap: 4px;
}

.section-beneficios-extra .splide__pagination__page {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    color: #999;
    opacity: 1;
    padding: 4px 6px;
}

.section-beneficios-extra .splide__pagination__page.is-active {
    background-color: transparent;
    color: #EC0000;
    font-weight: 700;
    transform: none;
}

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

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

    .section-dias .card,
    .section-beneficios-extra .card-beneficio {
        max-width: 280px;
        margin: 0 auto;
    }

    .splide__arrows {
        width: calc(100% + 32px) !important;
        left: -16px;
        z-index: 1;
    }

    .section-cashback-comercios .splide__arrows {
        width: calc(100% + 64px) !important;
        left: -32px;
        z-index: 1;
    }

    .section-cashback-comercios .container-logos > div {
        max-width: 280px;
        margin: 0 auto;
    }

    .section-beneficios-extra .card-beneficio__logo {
        height: 150px;
    }
}