﻿.bluelight-bg {
    background-color: #EAF5FF !important;
}

.qr-pasos {
    width: 150px;
}

.step-1::before,
.step-2::before,
.step-3::before,
.step-4::before {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    height: 36px;
    width: 70px;
    border-radius: 150px 150px 0 0;
    background-color: #EAF5FF;
    text-align: center;
    font-size: 40px;
    color: #003B7B;
    font-weight: 600;
    box-shadow: -1px -7px 19px -9px rgba(0, 0, 0, 0.19);
}

.step-1::before {
    content: '1.';
    left: 50%;
}

.step-2::before {
    content: '2.';
    left: 50%;
}

.step-3::before {
    content: '3.';
    left: 50%;
}

.step-4::before {
    content: '4.';
    left: 50%;
}

.steps__contentBox--title {
    color: #003B7B !important;
    font-weight: 600 !important;
    margin-top: 30px !important;
}

.steps__content--header {
    margin-top: 80px;
}

.steps__contentBox {
    justify-content: center;
}

.steps__contentBox {
    min-height: 350px;
}

@media(min-width:1200px) {
    .abHealth__contentBox {
        min-height: 150px;
    }
}

@media(max-width:1199px) {
    .abHealth__contentBox {
        min-height: 170px;
    }
}


@media(max-width:991px) {
    .steps__contentBox {
        margin-bottom: 60px !important;
    }

    .abHealth__contentBox {
        min-height: 226px;
    }
}

@media(max-width:767px) {
    .App-Popular, .Cuenta-Flash, .Cedula{
        height: 78px;
    }
    .abHealth__contentBox{
        padding: 40px 14px 10px 14px !important;
    }

    .abHealth__contentBox--icon{
        left: 40px;
    }
    
    .steps-icon{
         margin-top: 30px;
         height: 100px;
    }

    .abHealth__content--header{
        margin-top: 20px;
        margin-bottom: 20px;
    }


    p.abHealth__contentBox--body{
        line-height: 21px !important;
    }

    .step-4{
        margin-bottom: 0 !important;
    }
    .abHealth__contentBox {
        min-height: 126px;
    }

    .splide__track {
        overflow: inherit;
    }

    .steps__contentBox--icon {
        margin-bottom: 10px;
        height: 50px;
    }
}