section#_homeBannerLead {
    height: 100%;
    min-height: 100vh;
    background: url(./../../img/arrow-fondo.png) no-repeat scroll right 0px / auto auto var(--color-gray-dark);
}

.tarjeta-carga-datos {
    border-radius: 10px;
    background-color: var(--color-white);
    box-shadow: 0 0 20px -3px rgba(0,0,0,.1);
    max-width: 450px;
}

.chip-gratis {
    background-color: var(--color-green);
    color: var(--color-white);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
}

.chip-gratis img {
    height: 20px;
}

.card-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 1px var(--color-gray-dark-1);
    border-radius: 10px;
    margin-top: 1rem;
    padding: var(--padding-1);
    gap: 1rem;
}

.card-flex .cont-1 figure {
    width: 60px;
    height: 60px;
    background-color: var(--color-gray-dark);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 10px;
}
    .contenedor-enganche {
        display: block;
        margin-left: 10%;
    }
    .cont-tarjeta-3sp {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        width: fit-content;
        padding: var(--padding-0-5);
        background: #CDFCFF;
        background: -webkit-linear-gradient(90deg, rgba(205, 252, 255, 1) 0%, rgba(236, 250, 251, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(205, 252, 255, 1) 0%, rgba(236, 250, 251, 1) 100%);
        background: linear-gradient(90deg, rgba(205, 252, 255, 1) 0%, rgba(236, 250, 251, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CDFCFF", endColorstr="#ECFAFB", GradientType=1);
        border-radius: 10px;
    }
        span.subrayado {
            position: relative;
        }

        span.subrayado::after {
            content: "";
            border-bottom: 1px solid var(--color-primary);
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 2px;
        }
        img.flecha-promo {
            position: absolute;
            bottom: 0;
            right: 0;
            transform: translateY(130%) translateX(10%);
            width: 120px;
        }

.cont-pasos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cont-izq {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    flex: 1 0 100px;
}

span._pasosNro {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--color-secondary);
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    color: var(--color-white);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

span._pasos {
    font-family: 'gm';
}

.cont-der {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    flex: 3 0 100px;
}

span.pasos-barrita {
    flex: 1 0 10px;
    height: 2px;
    background-color: var(--color-gray-dark-1);
    display: inline-block;
    border-radius: 3rem;
}

span.pasos-barrita.active {
    background-color: var(--color-secondary);
}

.divider.px-2 {
    box-sizing: border-box;
    left: .4rem;
    width: calc(100% - 0.8rem);
}
.chip-seguridad {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.d-flex-separado {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

/* Etapa circo - animada  */
.contenedor-animado {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logoypulso.p-relative {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
    .img-calculando
    {
        z-index: 9;
        position:relative;
    }
    span.pulso {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }
        span.pulso1
        {
            z-index: 3;
            background-color: #2a6ba1;
        }
        span.pulso2
        {
            z-index: 2;
            background-color: #89CAFF;
        }
        span.pulso3
        {
            z-index: 1;
            background-color: #D4EBFF;
        }
        
        span.deco-ball {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 4;
            background-color: var(--color-white);
            padding: 0.4rem;
            box-shadow: 0 0 10px 0 #D1EBEB;
            border-radius: 100%;
            box-sizing: border-box;
        }

        span.deco-ball img {
            height: 100%;
            width: auto;
        }

        span.deco-ball.ball-stats {
            right: 0;
            left: unset;
        }

        span.deco-ball.ball-trueno {
            bottom: 0;
            top: unset;
        }

        span.deco-ball.ball-lupa {
            bottom: 0;
            right: 0;
            top: unset;
            left: unset;
        }

        .caja-micropulso {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

            span.micro-pulso {
                width: 3px;
                height: 3px;
                position: absolute;
                background-color: #9DDBE5;
                border-radius: 100%;
            }

            span.m-pulso-left {
                left: 0;
            }

            span.m-pulso-top {
                top: 0;
            }

            span.m-pulso-right {
                right: 0;
            }

            span.m-pulso-bottom {
                bottom: 0;
            }

                span.m-pulso1.m-pulso-left {
                    top: 40px;
                    left: 5px;
                }

                span.m-pulso2.m-pulso-left {
                    top: 70px;
                    width:  5px;
                    height: 5px;
                }

                span.m-pulso3.m-pulso-left {
                    top: 100px;
                    left: 5px;
                }

                span.m-pulso1.m-pulso-right {
                    top: 40px;
                    right:5px;
                }

                span.m-pulso2.m-pulso-right {
                    top: 70px;
                    width:  5px;
                    height: 5px;
                }

                span.m-pulso3.m-pulso-right {
                    top: 100px;
                    right:5px;
                }

                span.m-pulso1.m-pulso-top {
                    left: 40px;
                    top: 5px;
                }

                span.m-pulso2.m-pulso-top {
                    left: 70px;
                    width:  5px;
                    height: 5px;
                }

                span.m-pulso3.m-pulso-top {
                    left: 100px;
                    top: 5px;
                }

                span.m-pulso1.m-pulso-bottom {
                    left: 40px;
                    bottom: 5px;
                }

                span.m-pulso2.m-pulso-bottom {
                    left: 70px;
                }

                span.m-pulso3.m-pulso-bottom {
                    left: 100px;
                    bottom: 5px;
                }
i.icon.icon-check {
    width: 100%;
    height: 100%;
    background: url(../../img/check.svg) no-repeat scroll center center / 60% auto transparent;
}
    .timeline-unactive .tile-title, .timeline-unactive .tile-subtitle {
        color: var(--color-gray-dark-1);
    }

    .timeline .timeline-item.timeline-unactive .timeline-icon::before {
        border-color: var(--color-gray-dark-1);
        background-color: var(--color-gray-dark-1);
    }

    .timeline .timeline-item.timeline-proceso .timeline-icon::before {
        border-color: var(--color-green);
        background-color: var(--color-green);
    }

    .timeline-proceso .tile-title::after {
        content: "En proceso...";
        font-size: var(--font-size-sm);
        color: var(--color-secondary);
        background-color: var(--color-secondary-light-1);
        padding: 0rem 0.5rem;
        border-radius: 6rem;
        float: right;
        font-family: 'gm';
    }

    .timeline .timeline-item .timeline-icon.icon-lg 
    {
        background: var(--color-green);
        line-height: 1.2rem;
    }

    .timeline-proceso .divider, .timeline-unactive .divider
    {
        border-top: .05rem solid transparent;
    }

    @keyframes pulso-shadow {
        0% { box-shadow: 0 0 1px 1px var(--color-green); }
        50% { box-shadow: 0 0 10px -2px var(--color-green); }
        100% { box-shadow: 0 0 1px 1px var(--color-green); }
    }
    .timeline .timeline-item.timeline-proceso .timeline-icon {
        animation: pulso-shadow 1.5s ease-in-out infinite;
        background-color: var(--color-white);
    }

.chip-analizando 
{
    --color-secondary-light-1:#ECFAFB;
    background-color: var(--color-secondary-light-1);
    color: var(--color-secondary-light);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
    font-family: 'gm';
}
.chip-analizando div:first-child {
    flex: 1 0 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

.chip-analizando div:first-child span {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
}
.chip-analizando div:first-child span.loading::after {
    border-left-color: var(--color-secondary);
    border-top-color: var(--color-secondary);
    border-bottom-color: var(--color-secondary);
}

.modulos-informativos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    max-width: 90%;
    width: fit-content;
}

.modulo-blanco, .modulo-verde {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    padding: var(--padding-1);
    border-radius: 10px;
    width: max-content;
}

.modulo-blanco figure, .modulo-verde figure {
    flex: 1 0 30px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.texto-proceso {
    flex: 1 0 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: .3rem;
}

.modulo-blanco figure img, .modulo-verde figure img {
    height: 30px;
    width: 28px;
    object-fit: fill;
}

.modulo-blanco {
    background-color: var(--color-white);
}

.modulo-verde {
    background: #35AF3D;
    background: -webkit-linear-gradient(90deg, rgba(53, 175, 61, 1) 0%, rgba(100, 169, 205, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(53, 175, 61, 1) 0%, rgba(100, 169, 205, 1) 100%);
    background: linear-gradient(90deg, rgba(53, 175, 61, 1) 0%, rgba(100, 169, 205, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35AF3D", endColorstr="#64A9CD", GradientType=1);
}

/* Paso 3 */
    .resultado-modulo-blanco 
    {
        background-color: var(--color-white);
        border-radius: 10px;
        padding: var(--padding-1);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        gap: 0.4rem;
        width:max-content;
    }

    .modulos-resultados.mt-10 
    {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        gap: 1rem;
    }
    span.chip-porcentaje-menos {
        background-color: var(--color-secondary-light-1);
        padding: 0.3rem 0.5rem;
        border-radius: 5rem;
        color: var(--color-secondary);
        float: right;
        font-family: gm;
    }

    .res-titulos {
        width: 100%;
    }
    .res-pie {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
    }
    .tarjeta-carga-datos.tcg-ft {
        background-color: transparent;
        box-shadow: none;
    }
    .cont-tarj-res {
        background-color: var(--color-white);
        padding: var(--padding-0-5);
        border-radius: 10px;
        box-shadow: 0 0 0 1px var(--color-gray-dark-1);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        gap: 0.5rem;
    }

    .cont-cuerpo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        gap: 0.5rem;
        align-items: center;
    }

    ul
    {
        list-style:none;
    }
    .ul-li-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 0.3rem;
    }

    span.check 
    {
        --color-green:#DCF8E9;
        background: url(./../../img/check-verde-1.svg) no-repeat scroll center center/ 55% auto var(--color-green);
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
    }
    .cont-pie {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .cont-pie button {
        flex: 1 0 auto;
    }
    
    div#_rd_resultado_comparativa {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
    }
    .cont-cuerpo figure {
        flex: 1 0 auto;
        margin: 0 var(--padding-1);
        max-width: 3.2rem;
    }

    .cuerpo-res-der {
        flex: 1 0 200px;
    }
    .chip-gratis.bg-secondary-light {
        --color-secondary-ligth-1:#cdfcff;
        background-color: var(--color-secondary-light-1);
        color: var(--color-secondary);
    }

    .chip-gratis.bg-secondary-light img {
        height: 10px;
    }

    .sticky-top
    {
        top:50px;
        position:sticky;
    }
    figure.avatar.avatar-xl.conlogo {border-radius: 0;background-color: white !important;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;}

    figure.avatar.avatar-xl.conlogo img {
        border-radius: inherit;
        width: 35px;
        height: 35px;
    }
    .contenedor-info {
        width: 100%;
    }
    