.ei-examenes-card,
.ei-examenes-card * {
    box-sizing: border-box;
}

.ei-examenes-card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    min-height: 905px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-decoration: none !important;
    background: #fff;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    isolation: isolate;
}

.ei-examenes-card:hover,
.ei-examenes-card:focus,
.ei-examenes-card:visited {
    text-decoration: none !important;
}

.ei-examenes-icon-wrap {
    position: absolute;
    z-index: 3;
    top: 40px;
    left: 55px;
    width: 125px;
    height: 125px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7f9fc;
}

.ei-examenes-icon-wrap:before {
    content: "";
    position: absolute;
    inset: -22px;
    z-index: -1;
    border-radius: 50%;
    background: rgba(54, 103, 197, 0.08);
}

.ei-examenes-icon-wrap img {
    display: block;
    width: 58%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.ei-examenes-number {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 52px;
    display: block;
    color: #edf1f9;
    font-size: clamp(96px, 18vw, 190px);
    font-weight: 800;
    line-height: .9;
    letter-spacing: -0.08em;
    pointer-events: none;
}

.ei-examenes-content {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 235px;
    text-align: center;
}

.ei-examenes-title {
    display: block;
    margin: 0 0 18px;
    color: #416bd2;
    font-size: clamp(28px, 4.8vw, 40px);
    font-weight: 800;
    line-height: 1.12;
}

.ei-examenes-description {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    color: #8d8d92;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 500;
    line-height: 1.28;
}

.ei-examenes-main-image-wrap {
    position: relative;
    z-index: 1;
    display: block;
    width: 112%;
    height: 350px;
    margin: 70px auto 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-mask-image: url('../images/mascara-imagen.png');
    mask-image: url('../images/mascara-imagen.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ei-examenes-main-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.ei-examenes-bottom-badge {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: -48px;
    width: 112px;
    height: 112px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 22px;
    background: #416bd2;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    clip-path: polygon(50% 0, 100% 36%, 100% 100%, 0 100%, 0 36%);
}

@media (max-width: 767px) {
    .ei-examenes-card {
        min-height: 720px;
    }

    .ei-examenes-icon-wrap {
        width: 92px;
        height: 92px;
        left: 28px;
        top: 28px;
    }

    .ei-examenes-icon-wrap:before {
        inset: -14px;
    }

    .ei-examenes-number {
        right: 26px;
        top: 12px;
        font-size: 118px;
    }

    .ei-examenes-content {
        padding-top: 180px;
    }

    .ei-examenes-main-image-wrap {
        height: 285px;
        margin-top: 55px;
    }
}
