.conoce-beneficios {
    padding: 80px 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0px;
}

/* Textos */
.beneficios-eyebrow {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 21.203px;
    font-weight: 400;
    margin-bottom: 8px;
}

.beneficios-title {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
    text-align: center;
    font-family: "Encode Sans";
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1.12px;
    margin-bottom: 16px;
    line-height: normal;
}
.subtitle-container{
    display: flex;
    justify-content: center;
    width: 100%;
}

.subtitle-container p {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 21.203px;
    font-weight: 400;
    margin-bottom: 64px;
    font-style: normal;
}

/* Layout principal */
.beneficios-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: translate(-100px, 20px);
}

/* Imagen izquierda */
.mascota-image {
    transform: translate(0px, 25px);
}

.mascota-image img {
    max-width: 100%;
    height: auto;
}

/* Cards */
.beneficios-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.beneficio-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.beneficio-card {
    width: 460px;
    border-radius: 27.474px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
    padding: 24px;
}

.beneficio-card-image {
    height: auto;
}

/* Ícono + números */
.beneficio-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 3px;
    color: #00AEC7;
}

.beneficio-icon i {
    font-size: 32px;
}

.beneficio-icon-text {
    font-family: "Encode Sans";
    font-size: 38.464px;
    font-weight: 700;
    letter-spacing: -0.769px;
}

/* Título */
.beneficio-title {
    color: #183264;
    font-family: "Encode Sans";
    font-size: 38.464px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.769px;
    margin-bottom: 8px;
}

/* Descripción */
.beneficio-description {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    font-family: Lato;
    font-size: 19.232px;
    font-weight: 400;
    line-height: 24.727px;
    letter-spacing: -0.385px;
}

/** TABLET */
@media (min-width: 769px) and (max-width: 1400px)  {


    .beneficios-eyebrow {
        font-size: 17.203px;
    }

    .beneficios-title {
        font-size: 43px;
    }

    .subtitle-container p {
        font-size: 17.203px;
        margin-bottom: 22px;
    }

    .beneficio-card-image {
        height: 140px;
    }

    .beneficio-card-image.machbank{
        margin-right: 15px;
        margin-left: 35px;
    }

    .beneficios-content {
        transform: translate(-9px, 30px)
    }

    .mascota-image {
        transform: translate(0px, 7px);
    }

    .mascota-image img {
        max-width: none;
        height: 455px;
    }

    .beneficio-card {
        padding: 18px;
        width: 325px;
    }

    .beneficio-icon i {
        font-size: 22px;
    }

    .beneficio-icon-text {
        font-size: 23.464px;
    }

    .beneficio-title {
        font-size: 25.464px;
    }

    .beneficio-description {
        font-size: 14.232px;
    }
}

/** MOBILE */
@media screen and (max-width: 768px) {
    .conoce-beneficios {
        margin-bottom: 60px;
    }

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

        /* Paragraphs/Special/Regular */
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
    }

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

        /* Titles/Title H5/Bold */
        font-family: "Encode Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.56px;
        margin-bottom: 8px;
    }

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

        /* Paragraphs/Special/Regular */
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mascota-image {
        display: none;
    }

    .beneficios-content {
        transform: none;
    }

    .beneficios-cards {
        width: 100%;
        margin-top: 30px;
        gap: 95px;
    }

    .beneficio-item{
        position: relative;
    }

    .beneficio-card {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-top: 85px;
    }

    .beneficio-description {
        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% */
        margin-bottom: 5px;
    }

    .beneficio-title {
        /* Titles/Title H5/Bold */
        font-family: "Encode Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.56px;
    }

    .beneficio-icon{
        margin-bottom: 0px;
    }

    .beneficio-icon-text {
        color: var(--Brand-Colors-Turquoise-00, #00AEC7);

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

    .beneficio-icon i {
        font-size: 28px;
    }

    .beneficio-card-image {
        position: absolute;
        top: -60px;
        left: 56%;
        height: 147.606px;
        transform: translateX(-50%);
        z-index: 2;
        margin-left: 0px !important;
    }
}

