.test-dependencia .pregunta {
    display: none;
}

.test-dependencia .preguntas .pregunta,
.test-dependencia .resultado {
    background-color: white;
    border: solid 1px #C4C4C4;
    border-radius: 16px;
    padding: 50px 60px;
}

.test-dependencia .preguntas .opciones {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.test-dependencia .preguntas p {
    width: 45%;
    font-size: 25px;
    color: var(--color-blue);
    line-height: 35px;
    font-weight: 600;
    max-width: 350px;
}

.test-dependencia .preguntas ul {
    margin-right: 30px;
}

.test-dependencia .preguntas ul li input {
    display: none;
}

.test-dependencia .preguntas ul li label {
    display: block;
    background-color: #009993;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.test-dependencia .preguntas ul li input:checked+label {
    background-color: #00665e;
}

.test-dependencia .btn-custom {
    background-color: var(--color-pink);
    border: solid 2px var(--color-pink);
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 50px;
    gap: 10px;
    justify-content: center;
}

.test-dependencia .btn-custom img {
    max-width: 16px;
}

.test-dependencia .btn-custom:hover {
    background-color: var(--color-blue);
    border: solid 2px var(--color-blue);
}

.test-dependencia .ver-resultados-btn,
.test-dependencia .test-reiniciar {
    background-color: var(--color-blue);
    border: solid 2px var(--color-blue);
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 50px;
    min-height: 48px;
}

.test-dependencia .ver-resultados-btn .mini-loader {
    width: 20px;
    height: 20px;
}

.test-dependencia .ver-resultados-btn[disabled] {
    opacity: 0.7;
    pointer-events: none;
}

.test-dependencia #progress-container {
    display: flex;
    gap: 0px;
    justify-content: center;
}

.test-dependencia .progress-segment {
    flex: 1;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.test-dependencia .progress-segment.active {
    background-color: #143B57;
}


.test-dependencia .test-full {
    margin-top: -30px;
}

.test-dependencia .test-head {
    margin-top: -10px;
}


.test-dependencia .boton-descargar {
    background-color: #009993;
    border: #009993;
    cursor: pointer;
}

.test-dependencia .boton-descargar:hover {
    background-color: #00665e;
    border: #00665e;
    transition: all .2s ease-in-out;
    text-decoration: none !important;
}

@media(max-width:768px) {

    .test-dependencia .boton-descargar,
    .test-dependencia .continuar-btn,
    .test-dependencia .ver-resultados-btn {
        width: 100%;
    }


    .test-dependencia .continuar-btn,
    .test-dependencia .ver-resultados-btn {
        margin-top: 20px;
    }

    .test-dependencia .preguntas .pregunta,
    .test-dependencia .resultado {
        padding: 30px 20px;
    }

    .test-dependencia .preguntas ul {
        margin-right: auto;
        margin: auto;
    }
}

.test-dependencia #respuestas-resumen {
    display: none;
}

.test-dependencia#landing-resultados {
    display: none;
}

.test-dependencia .resultado {
    gap: 30px;
    justify-content: space-around;
    z-index: 2;
    position: relative;
}

.test-dependencia .resultado .content {
    max-width: 500px;
}

.test-dependencia .h3 {
    line-height: 30px;
}


.test-dependencia .recomendaciones-container {
    gap: 50px;
}

.test-dependencia .recomendaciones-container img {
    max-width: 100%;
    height: auto;
}

.test-dependencia .recomendaciones {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.test-dependencia .caracteristicas-container>div {
    padding: 40px 60px;
    border: solid 1px #C4C4C4;
    border-radius: 16px;
    gap: 50px;
}

.test-dependencia .caracteristicas-container img {
    width: 200px;
    min-width: 200px;
    max-width: 100%;
}

.test-dependencia .signos-card {
    background-color: #F4F1EF;
    border: solid 1px #C4C4C4;
    border-radius: 30px;
    width: calc((100% - 80px) / 4);
    max-width: 220px;
}

.test-dependencia .signos-card .card-header {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    border-radius: 30px;
    border: solid 1px #C4C4C4;
}

.test-dependencia .signos-card p {
    padding: 10px 20px;
    text-align: center;
    color: var(--color-blue);
}

.test-dependencia .advertencia-container {
    background-color: #EDDADF;
    padding: 50px 60px;
}

.test-dependencia .advertencia-container p,
.test-dependencia .referencia-container p {
    max-width: 800px;
    margin: auto;
}

.test-dependencia .resultado #resultado-imagen {
    margin: auto;
    width: 220px;
    max-width: 100%;
    height: auto;
}

.test-dependencia .referencia-container {
    padding: 50px 60px;
}

.test-dependencia .descarga-banner {
    padding: 100px 0px;
    background-image: url('/content/dam/intelligentcontent/unbranded/asmazero-net/us/ar/mtd/banner-descarga-desktop.webp');
    background-size: cover;
    background-position: center left;
}

@media(max-width:768px) {
    .test-dependencia .descarga-banner * {
        text-align: center;
    }

    .test-dependencia .resultado {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .test-dependencia .resultado #resultado-imagen {
        margin: auto;
        width: 100px;
        max-width: 768px;
    }


    .test-dependencia .preguntas p {
        max-width: 100%;
        margin-bottom: 20px;
        width: 100%;
    }

    .test-dependencia .recomendaciones {
        margin-top: 20px;
        text-align: center;
    }

    .test-dependencia .recomendaciones-container img {
        width: 100%;
    }

    .test-dependencia .caracteristicas-container img {
        width: 100px;
        margin: auto;
    }

    .test-dependencia .caracteristicas-container>div {
        padding: 20px;
        text-align: center;
    }

    .test-dependencia .signos-card {
        width: calc((100% - 40px) / 2);
    }

    .test-dependencia .signos-card .card-header img {
        width: 50px;
        max-width: 100%;
        height: auto;
    }

    .test-dependencia .advertencia-container {
        background-color: #EDDADF;
        padding: 30px 20px;
    }

    .test-dependencia .referencia-container {
        padding: 30px 20px;
    }

    .test-dependencia .descarga-banner {
        background-image: url('/content/dam/intelligentcontent/unbranded/asmazero-net/us/ar/mtd/banner-descarga-mobile.webp');
        background-size: cover;
        background-position: center;
    }

    #mide-tu-dependencia .carousel-mobile .img-mobile {
        height: fit-content !important;
    }

    #boton-descargar {
        max-width: 90%;
        margin: auto;
    }
}



#resultado-container {
    border: solid 1px #C4C4C4;
    padding-bottom: 50px;
    border-radius: 17px;
    background-color: #F5F1EF;
}

.bg-#C4C4C4.test-dependencia {
    margin-bottom: -30px;
}

#landing-resultados {
    padding-top: 30px;
}

.resultado-container-card p.h3 {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.neue {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-desktop-dependencia h1 {
    font-size: 50px;
    line-height: 65px;
}

.hero-desktop-dependencia {
    padding: 40px 0px;
}


/*Print*/
@media(max-width:768px) {

    .captura-activa .test-dependencia .boton-descargar,
    .captura-activa .test-dependencia .continuar-btn,
    .captura-activa .test-dependencia .ver-resultados-btn {
        width: auto;
    }


    .captura-activa .test-dependencia .continuar-btn,
    .captura-activa .test-dependencia .ver-resultados-btn {
        margin-top: 0px;
    }

    .captura-activa .test-dependencia .preguntas .pregunta,
    .captura-activa .test-dependencia .resultado {
        padding: 50px 60px;
    }

    .captura-activa .test-dependencia .preguntas ul {
        margin-right: 30px;
    }
}


@media(max-width:768px) {
    .captura-activa .test-dependencia .descarga-banner * {
        text-align: start;
    }

    .captura-activa .test-dependencia .resultado {
        flex-direction: row;
        gap: 30px;
        text-align: start;
    }

    .captura-activa .test-dependencia .resultado #resultado-imagen {
        margin: auto;
        width: 200px;
        max-width: 100%;
    }


    .captura-activa .test-dependencia .preguntas p {
        max-width: 350px;
        margin-bottom: 0px;
        width: 45%;
    }

    .captura-activa .test-dependencia .recomendaciones {
        margin-top: 0px;
        text-align: start;
    }

    .captura-activa .test-dependencia .recomendaciones-container img {
        max-width: 100%;
    }

    .captura-activa .test-dependencia .caracteristicas-container img {
        width: 200px;
        margin: 0px;
    }

    .captura-activa .test-dependencia .caracteristicas-container>div {
        padding: 40px 60px;
        text-align: start;
    }

    .captura-activa .test-dependencia .signos-card {
        width: calc((100% - 80px) / 4);
    }

    .captura-activa .test-dependencia .signos-card .card-header img {
        width: 50px;
        max-width: 100%;
    }

    .captura-activa .test-dependencia .advertencia-container {
        background-color: #EDDADF;
        padding: 50px 60px;
    }

    .captura-activa .test-dependencia .referencia-container {
        padding: 50px 60px;
    }

    .captura-activa .test-dependencia .descarga-banner {
        background-image: url('/content/dam/intelligentcontent/unbranded/asmazero-net/us/ar/mtd/banner-descarga-desktop.webp');
        background-size: cover;
        background-position: center left;
    }

    .captura-activa #mide-tu-dependencia .carousel-mobile .img-mobile {
        height: auto;
    }

    .captura-activa #boton-descargar {
        max-width: auto;
        margin: 0px;
        width: fit-content;
    }
}

.captura-activa {
    min-width: 1600px !important;
}

.captura-activa .container2 {
    max-width: 1400px !important;
}

.captura-activa .hero-desktop-dependencia .container2.d-none {
    display: block !important;
    display: flex !important;
}

.captura-activa .carousel-mobile {
    display: none !important;
}

.captura-activa .recomendaciones-container {
    display: flex !important;
}

.captura-activa .caracteristicas-container>div {
    display: flex !important;
}

.captura-activa .nav-producto {
    position: relative !important;
}

