.xs\:title_s {
    font-family: var(--font-family-1-smbold);
    font-size: var(--size-font-175);
    line-height: var(--size-font-line-height-xl);
    font-style: var(--font-style-normal);
}

/* ============================
   BASE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 360px
   ============================ */
.svf-cards-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
    overflow: hidden;
}

.svf-cards-container .svf-title {
    align-self: stretch;
    width: 328px;
    height: 32px;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.svf-cards-container .svf-subtitle {
    display: none; /* oculto en 360, 576 y 768 */
    align-self: stretch;
    width: 828px;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    margin: 8px 0 0 0;
    padding: 0px;
}

.svf-cards-container .svf-track {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 24px;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.svf-cards-container .svf-track:active {
    cursor: grabbing;
}

.svf-cards-container .svf-carousel {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    transition: transform 0.3s ease;
    will-change: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.svf-cards-container .svf-card {
    display: flex;
    width: 304px;
    height: 540px;
    padding: var(--size-space-0, 0);
    flex-direction: column;
    align-items: center;
    gap: 16px;    
    border-radius: var(--border-radius-l, 16px);
    border: var(--border-width-l, 2px) solid var(--Color-Border-General-1, #C8D9D0);
    background: var(--Color-Surface-General-1, #FFF);
    flex-shrink: 0;
    overflow: hidden;
}

.svf-cards-container .svf-card__media {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.svf-cards-container .svf-card__img {
    width: 304px;
    height: 312px;
    align-self: stretch;
    border-radius: var(--border-radius-none, 0);
    object-fit: cover;
}

.svf-cards-container .svf-card__ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    padding: 0;
    background-color: #007ACB;
    display: flex;
    justify-items: center;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    align-self: stretch;
    overflow: hidden;
}

.svf-cards-container .svf-card__ribbon img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.svf-cards-container .svf-card__body {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.svf-cards-container .svf-card__content {
    display: flex;
    padding: var(--size-space-16, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--size-space-16, 16px);
    align-self: stretch;
    box-sizing: border-box;
}

.svf-cards-container .svf-card__title {
    align-self: stretch;
    width: 272px;
    height: 32px;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.svf-cards-container .svf-card__list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.svf-cards-container .svf-card__list-item {
    display: flex;
    align-items: center;
}

.svf-cards-container .svf-card__text {
    align-self: stretch;
    width: 272px;
    height: 88px;
    color: var(--Typography-Black, #2C2C2C);
    text-align: center;
    margin: 0px;
}

.svf-cards-container .svf-card__btn {
    display: flex;
    width: 304px;
    height: 60px;
    padding: var(--size-space-16, 16px) var(--size-space-16, 16px) var(--size-space-24, 24px) var(--size-space-16, 16px);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    align-self: stretch;
    box-sizing: border-box;
    white-space: nowrap;
}

/* --- NavegaciÃƒÆ’Ã‚Â³n: flechas + paginaciÃƒÆ’Ã‚Â³n --- */
.svf-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 0;
}

.svf-nav__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: var(--border-radius-xxl, 100px);
    border: var(--border-width-s, 1px) solid var(--Color-Button-Border-Active, #2F6852);
    background-color: var(--Color-Surface-General-1, #FFF);
}

.svf-nav__btn {
    border: none;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 0;
}

.svf-nav__btn--prev {
    background-image: url("/documents/20122/21755674/Left.svg");
}

.svf-nav__btn--next {
    background-image: url("/documents/20122/31786666/icono_flecha_derecha_verde.webp");
}

.svf-nav__btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.svf-nav__btn-wrap:has(.svf-nav__btn:disabled) {
    border: var(--border-width-s, 1px) solid var(--Color-Button-Border-Disabled, #BFBFBF);
}

.svf-nav__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: var(--border-radius-xxl, 100px);
    border: var(--border-width-s, 1px) solid var(--Color-Button-Border-Active, #2F6852);
    background-color: var(--Color-Surface-General-1, #FFF);
    padding: 4px;
    margin: 0 16px;
    height: 32px;
}

.svf-nav__bullet {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.svf-nav__bullet::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #2F6852;
    background-color: #fff;
}

.svf-nav__bullet.active::after,
.svf-nav__bullet:hover::after {
    border: 1px solid #007F33;
    background-color: #007F33;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.svf-other-rates-link {
    margin-top: 24px;
}
.svf-cards-container .svf-card__btn {
       padding-top: 4px;
       padding-bottom: 50px;
   }
/* ============================
   576px+
   ============================ */
@media (min-width: 576px) {
    .svf-cards-container {
        padding: 40px 42px;
    }
 .svf-cards-container .svf-title {
     margin: 0 auto;   /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€  centra el bloque de tÃƒÆ’Ã‚Â­tulo */
 }
    .svf-cards-container .svf-card {
        height: 540px;
    }
    .svf-cards-container .svf-card__btn {
       padding-top: 4px;
       padding-bottom: 50px;
   }
}


/* ============================
   768px+
   ============================ */
@media (min-width: 768px) {
    .svf-cards-container .svf-title {
        width: 672px;
    }
     .svf-cards-container {
        padding: 40px 42px;
    }

    .svf-cards-container .svf-card {
        width: 304px;
        height: 540px;
        max-width: 304px;
        max-height: 540px;
    }
   .svf-cards-container .svf-card__btn {
       padding-top: 4px;
       padding-bottom: 50px;
   }
}

/* ============================
   992px+
   ============================ */
@media (min-width: 992px) {
    
    .svf-cards-container .svf-subtitle {
        display: block;
        margin: 0 auto;   /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€  centra el subtÃƒÆ’Ã‚Â­tulo */
    }

    .svf-cards-container .svf-card {
        width: 304px;
        height: 540px;
        min-height: 256px;
        justify-content: center;
    }
    
     .svf-cards-container .svf-title {
         width: 828px;
         height: 40px;
        margin: 0 auto;   /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€  centra el subtÃƒÆ’Ã‚Â­tulo */
     }

    html[lang="eu-ES"] .svf-cards-container .svf-card {
        height: 520px;
    }

    .svf-cards-container .svf-card__btn {
        margin-top: 24px; 
    }

    .lg\:title_m {
        font-family: var(--font-family-1-smbold);
        font-size: var(--size-font-200);
        line-height: var(--size-font-line-height-2xl);
        font-style: var(--font-style-normal);
    }
}


/* ============================
   1200px+ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â sin carrusel, cards en fila
   ============================ */
@media (min-width: 1200px) {
    .svf-cards-container {
        width: 100%;
        padding: 40px 102px;
    }

    .svf-cards-container .svf-carousel {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        transform: none !important;
    }

    .svf-cards-container .svf-card {
        margin: 0px !important;
        width: 316px;
        max-width: 316px;
        min-height: 256px;
        height: auto;
        max-height: 692px;
        box-sizing: border-box;
        border-radius: var(--border-radius-l, 16px);
        border: var(--border-width-l, 2px) solid var(--Color-Border-General-1, #C8D9D0);
        background: var(--Color-Surface-General-1, #FFF);
    }

    .svf-cards-container .svf-card__img {
        width: 316px;
        height: 312px;
        align-self: stretch;
        border-radius: var(--border-radius-none, 0);
        object-fit: cover;
    }

    .svf-cards-container .svf-card__title {
        width: 284px;
    }

    .svf-cards-container .svf-card__text {
        width: 284px;
    }
    .svf-cards-container .svf-card__btn {
        width: 316px;
    }

    .svf-nav {
        display: none;
    }
}

/* ============================
   1920px+
   ============================ */
@media (min-width: 1920px) {
    .svf-cards-container {
        padding: var(--size-space-40, 40px) var(--14001920-page-margin, 324px);
    }

    .svf-cards-container .svf-title {
        width: 1272px;
    }

    .svf-cards-container .svf-subtitle {
        width: 1272px;
    }

    .svf-cards-container .svf-carousel {
        overflow: hidden;
    }

    .svf-cards-container .svf-card {
        width: 408px;
        max-width: 408px;
        min-height: auto;
        height: 552px;
        max-height: 552px;
    }

    .svf-cards-container .svf-card__img {
        width: 100%;
        height: 312px;
        align-self: stretch;
        border-radius: var(--border-radius-l, 16px) var(--border-radius-l, 16px) var(--border-radius-none, 0) var(--border-radius-none, 0);
        object-fit: cover;
    }

    .svf-cards-container .svf-card__title {
        width: 376px;
    }

    .svf-cards-container .svf-card__text {
        width: 376px;
        height: 66px;
    }

    .svf-cards-container .svf-card__btn {
        width: 408px;
        height: 60px;
    }
}