.cashback-section {
    display: flex;
    background-color: #FFF;
    height: auto;
    padding: 0 0 55px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 44px;

}

.cashback-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    bottom: 32.555px;
    z-index: 2;
    position: relative;
}

.main-cashback {
    display: flex;
    max-width: 942px;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}

.cashback-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16.445px;
}

.cashback-main-title {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    align-items: center;
    gap: 25.215px;
    align-self: stretch;
}

.cashback-title-text {
    color: #1B365D;
    text-align: center;
    font-family: "Encode Sans";
    font-size: 52.623px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.052px;
}

.cashback-subtitle {
    max-width: 750px;
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 21.926px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.6px; /* 135% */
}

.buttons-solicitar {
    display: flex;
    align-items: flex-start;
    gap: 27px;
}

.btn-solicitud {
    display: flex;
    height: 42px;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 30px;
    border: 1px solid var(--Complementary-Colors-Black-70, #E0E0E0);
    background: var(--White--Background-White, #FFF);

    /* Elevación 2 */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);

    transition: 
        background-color 300ms ease-out,
        color 300ms ease-out,
        transform 300ms ease-out;
    text-decoration: none;
}

.btn-solicitud:hover {
    background: var(--Brand-Colors-Turquoise-00, #00AEC7);
    border: none;
    box-shadow: none;
    text-decoration: none;
}

.btn-solicitud:hover .btn-content .btn-text {
    color: #FFF;
}

.btn-solicitud:hover .btn-content .btn-logo-mach {
    filter: brightness(0) invert(1);
}

.btn-solicitud:hover .btn-content .btn-logo-bci {
    filter: brightness(0) invert(1);
}

.btn-solicitud:hover .button-arrow {
    color: #FFF;
}

.btn-content {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.btn-text {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    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% */
}

.btn-logo-mach {
    width: 122.648px;
    height: 15.414px;
    aspect-ratio: 122.65/15.41;
}

.btn-logo-bci {
    width: 48px;
    height: 20.571px;
    aspect-ratio: 48.00/20.57;
}

.button-arrow {
    width: 20.147px;

    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.4px;
}

.cashback-tarjetas {
    display: flex;
    height: 218px;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
}

.cashback-box {
    display: flex;
    width: 389px;
    height: 217px;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 15px;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
    }

.cashback-mount {
    height: 68.957px;
    flex-shrink: 0;
    align-self: stretch;

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

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

.cashback-desc {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;

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

.box-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.cashback-info {
    display: flex;
    width: 832px;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;

    border-radius: 8px;
    background: var(--Brand-Colors-Blue-35, #E4EAF1);
}

.info-icon-cashback {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cashback-info-text {
    flex: 1 0 0;

    color: var(--Brand-Colors-Blue-00, #1B365D);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.img-mascota-azul {
    width: 298.657px;
    height: 543.429px;
    aspect-ratio: 298.66/543.43;

    position: absolute;
    transform: translate(500px, 100px);
}

.img-maleta {
    width: 261.141px;
    height: 274.886px;
    aspect-ratio: 261.14/274.89;

    position: absolute;
    transform: translate(-475px, 290px);
}


@media(max-width: 768px) {
    .img-maleta {
        transform: translate(-156px, 298px);
        width: 85.904px;
        height: 245.468px;
    }

    .img-mascota-azul {
        width: 113.904px;
        height: 245.468px;
        aspect-ratio: 134.90 / 245.47;
        transform: translate(135px, 264px);
    }

    .cashback-section {
        padding: 0 0 0 0;
    }

    .cashback-content {
        display: flex;
        padding: 0px 0 23.396px 0;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    .main-cashback {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .cashback-tarjetas {
        display: flex;
        width: 100%;
        height: 303px;
        flex-direction: column;
        align-items: center;
        gap: 12.761px;
        flex-shrink: 0;
    }

    .cashback-titles {
        display: flex;
        max-width: 348px;
        flex-direction: column;
        align-items: center;
        gap: 6.995px;
    }

    .cashback-main-title {
        gap: 10.726px;
    }

    .cashback-title-text {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .cashback-subtitle {
        font-size: 14px;
        line-height: 16px;
    }

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

    .btn-solicitud {
        display: flex;
        height: 34.041px;
        padding: 8.916px 16.21px;
        gap: 6.484px;

        border-radius: 24.315px;
    }

    .btn-content {
        gap: 6.484px;
    }

    .btn-text {
        font-size: 14.589px;
        line-height: 12.968px;
    }

    .btn-logo-mach {
        width: 99.406px;
        height: 12.493px;
        aspect-ratio: 99.41/12.49;
    }

    .btn-logo-bci {
        width: 38.904px;
        height: 16.673px;
        aspect-ratio: 38.90/16.67;
    }

    .button-arrow {
        width: 16.693px;

        font-size: 17px;
        letter-spacing: -0.34px;
    }


    .cashback-box {
        width: 270px;
        height: 118px;
        padding: 10px 8.508px 17.015px 8.508px;
        justify-content: center;
        gap: 6.381px;
        flex-shrink: 0;

        border-radius: 4.254px;
        box-shadow: 0 3.403px 6.806px 0 rgba(0, 0, 0, 0.16);
    }

    .cashback-mount {
        height: 35.713px;
        font-size: 32px;
        font-weight: 800;
        letter-spacing: -0.64px;
    }

    .cashback-desc {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .cashback-info {
        width: 336px;
        padding: 8px 10px;
        gap: 10px;
        margin: -60px 0 -60px 0;
    }
}