a {text-decoration: none !important;}

.membership-card-mobile { display: none; }

.membership-section {
    display: flex;
    padding: 0 128px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 43px;
    background: var(--White--Background-White, #FFF);
}

.membership-titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.membership-titles .title-text p{
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
    text-align: center;

    /* Titles/Title H2/Bold */
    font-family: "Encode Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
}

.membership-titles .subtitle-text {
    max-width: 1000px;
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.382px; /* 111.91% */
}

.membership-tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.main-tabs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.tabs-text p{
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
    text-align: center;

    /* Titles/Title H6/Regular */
    font-family: "Encode Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.main-tabs {
    display: flex;
    max-width: 652px;
    padding: 4px;
    justify-content: space-between;
    align-items: center;

    border-radius: 12px;
    background: var(--White--Background-White, #FFF);

    /* Elevación 1 */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}

.main-tabs-item {
    cursor: pointer;
    display: flex;
    width: 207px;
    height: 66px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;

    border-radius: 10px;
    background: var(--White--Background-White, #FFF);
}

.main-tabs-item.active {
    background: var(--Brand-Colors-Blue-35, #E4EAF1);
}

.main-tabs-item .logo {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.2s ease;
}

.main-tabs-item.active img {
    filter: grayscale(0%);
    opacity: 1;
}

.subtabs {
    display: none;
    align-items: center;
}

.subtabs.active {
    display: flex;
}

.subtab-item {
    cursor: pointer;
    display: flex;
    height: 38px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;

    border-bottom: 1.3px solid var(--Complementary-Colors-Black-50, #A1A1A1);
}

.subtab-item.active {
    border-bottom: 1.3px solid var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.subtab-item.hidden-subtab {
    display: none;
}

.subtab-title {
    color: var(--Complementary-Colors-Black-50, #A1A1A1);

    /* Paragraphs/Small/Bold */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}

.subtab-item.active .subtab-title {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.membership-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.membership-cards {
    display: flex;
    max-width: 660px;
    padding-top: 113.151px;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.membership-card {
    display: flex;
    width: 312px; /*Definir tamaños*/
    height: 463px; /*Definir tamaños*/
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;

    border-radius: 20px;
    border: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
    background: var(--White--Background-White, #FFF);
}

.membership-card.right-card {
    background: var(--Brand-Colors-Blue-00, #1B365D);
}

.membership-card .card-body {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: relative;
}

.contenedor-card-content {
    margin-top: -30px;
}

.card-content {
    display: flex;
    width: 282px;
    height: 242px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.card-title {
    display: flex;
    max-width: 190.196px;
    flex-direction: column;
    align-items: flex-start;
}

.card-title p {
    height: 24px;
    align-self: stretch;

    color: var(--Brand-Colors-Turquoise-00, #00AEC7);

    /* Titles/Title H6/Regular */
    font-family: "Encode Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
}

.card-title p strong {
    height: 38px;

    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.shop-container {
    display: flex;
    height: 159px;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    flex-shrink: 0;
    align-self: stretch;
}

.membership-cashback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-title {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.right-prices-title {
    color: var(--White--Background-White, #FFF);
}

.prices {
    display: flex;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}

.old-price {
    display: flex;
    width: 67.397px;
    height: 31px;
    flex-direction: column;
    justify-content: center;

    color: var(--Brand-Colors-Blue-00, #1B365D);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-decoration-line: line-through;
}

.right-prices .old-price {
    color: #FFF;
}

.new-price p{
    color: var(--Brand-Colors-Blue-00, #1B365D);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.right-prices .new-price p{
    color: #FFF;
}

.new-price strong{
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
    text-align: center;

    /* Titles/Title H4/Bold */
    font-family: "Encode Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
}

.cartel-cashback {
    display: flex;
    width: 159px;
    height: 31px;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 5px;
    background: #6CB535;

    color: var(--White--Background-White, #FFF);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
}

@keyframes cashback-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.cartel-cashback {
  transform-origin: center;
}

.cartel-cashback.animate {
  animation: cashback-pop 0.9s ease;
}


.comprar-button {
    cursor: pointer;
    display: flex;
    height: 42px;
    padding: 11px 20px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;

    border-radius: 30px;
    background: #00AEC7;

    color: var(--White--Background-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 88.889% */

    transition: all 0.3s ease;
}

.comprar-button:hover {
    background: #FFF;
    color: #00AEC7;
}

.card-items-left {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.card-items-right {
    display: flex;
    margin-top: -10px;
    width: 272px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.card-item {
    display: flex;
    min-height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.item-container {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.item-container i {
    color: #00AEC7;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 11.25px; /* 93.75% */
}

.item-container p {
    color: var(--Brand-Colors-Blue-00, #1B365D);

    /* Paragraphs/Small/Regular */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.right-items i {
    color: #00AEC7;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 11.25px; /* 93.75% */
}

.right-items p {
    color: var(--White--Background-White, #FFF);

    /* Paragraphs/Small/Regular */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.membership-condiciones {
    max-width: 818.667px;
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 175% */
}

.membership-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 43px;
    flex-shrink: 0;
}

.footer-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
 
.footer-title p{
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;

    /* Titles/Title H5/Regular */
    font-family: "Encode Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
}

.footer-title strong {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.footer-subtitle {
    max-width: 700px;
}

.footer-subtitle p{
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.382px; /* 111.91% */
}

.footer-subtitle p strong:first-of-type {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.membership-steps {
    display: flex;
    align-items: center;
    gap: 34px;
}


.step-container {
    display: flex;
    /* REVISAR TAMAÑO BOX */
    width: 280px;
    height: 202px;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    border-radius: 20px;
    background: var(--Brand-Colors-Blue-40, #F0F3F7);
}

.step-text {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
    text-align: center;
    font-family: "Encode Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
}

.step-text-uno {
    max-width: 250px;
}

.step-text-dos {
    max-width: 150px;
}

.step-text-tres {
    max-width: 250px;
}

.chevron-step {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    background: var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.chevron-step i {
    align-self: stretch;
    color: var(--White--Background-White, #FFF);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.img-maletas {
    position: absolute;
    transform: translate(0, -260px);
}

.card-body .img-avion {
    width: 358.738px;
    height: 143.811px;
    transform: translate(0px, -235px) rotate(-9.921deg);
    aspect-ratio: 358.74 / 143.81;
    position: absolute;
}

.img-mascota-amarilla {
    position: absolute;
    transform: translate(-420px, 60px);
    width: 316px;
    height: 348px;
    aspect-ratio: 243.33 / 268.45;
}

.img-mascota-verde {
    position: absolute;
    transform: translate(415px, 50px);
    width: 312px;
    height: 327px;
    aspect-ratio: 260.80 / 273.22;
}


@media (max-width: 768px) {

    .membership-card-mobile { display: flex; }
    .membership-card {display: none;}

    .img-mascota-amarilla {display: none;}
    .img-mascota-verde {display: none;}

    .membership-section {
        gap: 20px;
        padding: 45px 10px;
        justify-content: flex-end;
    }

    .membership-titles .title-text p {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    .membership-titles .subtitle-text {
        font-size: 12px;
        line-height: 18px;
    }

    .membership-tabs {
        gap: 6px;
        align-self: stretch;
    }

    .main-tabs-container {
        gap: 15;
        align-self: stretch;
    }

    .tabs-text p{
        font-size: 14px;
        line-height: 19px;
    }

    .main-tabs {
        max-width: 343.367px;
        padding: 2px;

        border-radius: 6px;

        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    }

    .main-tabs-item {
        width: 105px;
        height: 33px;
        padding: 12px;
        gap: 3px;

        border-radius: 5px;
    }

    /*KONTENT me trae como untitles a mach*/
    .main-tabs-item .logo[data-banco="untitled_content_item_0a7492f"] {
        width: 56.038px;
        height: 7.053px;
        flex-shrink: 0;
        aspect-ratio: 56.04/7.05;
    }

    .main-tabs-item .logo[data-banco="banco_bci"] {
        width: 24.565px;
        height: 10.528px;
        flex-shrink: 0;
        aspect-ratio: 24.57/10.53;
    }

    .main-tabs-item .logo[data-banco="banco_lider"] {
        width: 54.248px;
        height: 13.02px;
        flex-shrink: 0;
    }

    .subtabs {
        margin-top: 20px;
        max-width: 100%;
        overflow-x: auto;
    }

    .subtabs::-webkit-scrollbar {
        display: none;
    }

    .subtab-item {
        white-space: nowrap;
    }

    .membership-cards {
        padding-top: 30px;
        flex-direction: column;
    }

    .membership-card-mobile {
        width: 345px;
        padding: 24px 20px;
        flex-direction: column;
        gap: 24px;

        border-radius: 8px;
        border: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
        background: var(--White--Background-White, #FFF);
    }

    .membership-card-mobile.right-card {
        background: var(--Brand-Colors-Blue-00, #1B365D);
    }

    .card-content-mobile {
        display: flex;
        align-items: center;
        align-self: flex-end;
    }

    .img-maletas-mob {
        width: 116px;
        height: 110px;
        flex-shrink: 0;
    }

    .img-avion-mob {
        position: absolute;
        transform: translate(-128px, -10px);
    }

    .card-content-mobile .cashback-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .card-title {
        max-width: 96px;
    }

    .card-title p {
        height: 19px;
        font-size: 16px;
        font-weight: 400;
    }

    .card-title p strong {
        height: 29px;

        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .price-title {
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
    }

    .old-price {
        width: 59px;
        font-size: 14px;
    }

    .new-price strong{
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    .cartel-cashback {
        width: 112px;
        height: 20px;
        padding: 0 8px;

        font-size: 12px;
    }

    .item-container p {
        font-size: 12px;
        line-height: normal;
    }

    .comprar-button {
        justify-content: center;
    }


    .membership-condiciones {
        max-width: 325px;
        font-size: 10px;
        line-height: 13px; /* 130% */
        letter-spacing: -0.2px;/
    }

    .membership-footer {
        width: 100%;
        gap: 24px;
    }

    .footer-titles {
        gap: 24px;
    }

    .footer-title {max-width: 240px;}

    .footer-title p{
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .footer-subtitle p{
        font-size: 14px;
        line-height: 18px;
    }

    .membership-steps {
        gap: 10px;
    }

    .step-container {
        height: 101px;
        gap: 8px;
        padding: 0;
        background-color: #FFF;
        border-radius: 0%;
    }

    .step-container-uno { width: 95px; }

    .step-container-dos { width: 90px; }

    .step-container-tres {width: 114px;}

    .img-step {
        width: 35px;
        height: 35px;
    }

    .chevron-step {
        width: 14.086px;
        height: 14.086px;
        padding: 4.842px;
        gap: 4.842px;
        border-radius: 4px;
    }

    .chevron-step i {
        font-size: 7.043px;
        font-weight: 900;
    }

    .step-text {
        font-size: 12px;
        letter-spacing: -0.4px;
    }

    .step-text-uno {max-width: 90px;}

    .step-text-dos {max-width: 80px;}

    .step-text-tres {max-width: 160px;}


}



