@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#ly-header,
#iter-footer-wrapper,
#iter-header-wrapper {
    display: none;
}

body {
    background-image: url('https://estadisticas.ecuavisa.com/sites/gestor/assets-rd/fondotentacion.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.logo img{
    width: 11%;
    height: auto;
}

.bloqueCompartirTest {
    color: #fff;
    text-align: center;
    margin: 3rem 0;
}

.bloqueCompartirTest .test-redes {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 50px;
}

.textCompartir {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
}

.bloqueCompartirTest .test-redes a {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.bloqueCompartirTest .test-redes a svg {
    fill: #fff;
}

.listadodepreguntas {
    display: none;
}

.portadaApertura {
    display: none;
}

.bloqueCompartirTest {
    display: none
}


#alertModal .modal-header {
    font-family: "Poppins", sans-serif;

}

#alertModal .modal-body {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    padding: 40px;
}

.modalDinamGlobal {
    display: none;
}

.listadodepreguntas .bloque_second {
    background: #311F5D;
    padding: 30px;
    border-radius: 50px;
    margin-bottom: 10rem;
}

.titulocentral {
    font-family: "Poppins", sans-serif;
}

.box_empezar_test {
    background: #311F5D;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 9rem;
}

.text_estreno {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 3rem;
}

.logo_form {
    text-align: center;
}

.logo_form img {
    margin-bottom: 3rem;
}

.border_fecha {
    border: 4px solid #fff;
    width: auto;
    display: inline-block;
    padding: 0px 53px;
}

.box_empezar_test img {
    width: 50%;
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.bloque_second img {
    width: 70%;
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
    height: auto;
}

.tks_test {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2rem;
}

.logos {
    text-align: center;
    padding: 2rem;
}

.logo {
    margin-bottom: 1rem;
}

.logo.footer_ {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.text_inicial {
    color: white;
    margin: 0 auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
}

.text_terminos {
    color: #fff;
    /* text-align: center; */
    margin: auto;
    display: block;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}

.boton_empezar_test {
    background: #00000078;
    color: #fff;
    padding: 20px 50px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    border: 1px solid #fff;
    font-weight: 500;
}

.boton_enviar_test {
    background: #00000036;
    color: #fff;
    padding: 20px 50px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 22px;
    border: 1px solid #fff;
    font-weight: 500;
}

.group_terminos .text_terminos.custom-radio {
    justify-content: flex-start;
    font-size: 18px;
}

.group_terminos.radio-mark {
    height: 26px;
    width: 26px;
}

.question {
    width: 80%;
    padding: 2rem 2rem;
    border: 1px solid white;
    color: white;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 2rem;
    background-color: rgb(24 15 46);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.question ul {
    list-style: none;
    padding-left: 0;
}

.question p {
    font-size: 28px;
    margin-bottom: 2rem;
}

.question li {
    font-size: 24px;
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.question li label {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Radio Buttons Personalizados */
.custom-radio {
    position: relative;
    padding-left: 42px;
    display: inline-block;
    cursor: pointer;
    line-height: 32px;
}

/* Para términos y condiciones - usar el sistema personalizado */
.text_terminos.custom-radio {
    /* align-items: center; */
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 42px;
    margin-bottom: 20px;
}

.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.radio-mark {
    position: absolute;
    left: 0;
    top: 5px;
    height: 22px;
    width: 22px;
    border: 2px solid white !important;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: transparent;
}

.custom-radio input[type="radio"]:checked+.radio-mark {
    border: 2px solid white !important;
    background-color: transparent;
}

.custom-radio input[type="radio"]:checked+.radio-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: white !important;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio:hover .radio-mark {
    border-color: #ccc !important;
}

.custom-radio input[type="radio"]:focus+.radio-mark {
    border-color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Para términos y condiciones - usar el sistema personalizado */
.text_terminos.custom-radio {
    /* align-items: center; */
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 42px;
}

/* Quitar validación visual roja */
input[type="radio"]:invalid,
input[type="radio"]:invalid+.radio-mark,
input[type="radio"]:required:invalid {
    border-color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

input[type="radio"]:valid,
input[type="radio"]:valid+.radio-mark {
    border-color: white !important;
}

/* Formularios */
#formulario_test {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#formulario_respuestas {
    width: 100%;
}

/* Estilos para Resultados */
.respuesta {
    display: none;
    width: 80%;
    padding: 2rem 2rem;
    border: 1px solid white;
    color: white;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 2rem;
    background-color: rgb(51 51 51 / 65%);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    animation: fadeIn 0.5s ease-in;
}

.respuesta-inquebrantable,
.respuesta-curioso,
.respuesta-tentacion {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.1);
}

.resp_txt {
    margin-bottom: 2.5rem;
}

/* Animaciones */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 767px) {
    .text_inicial p {
        padding: 0rem;
    }

    .logo_form .banner_desk {
        width: 100%;
        height: auto;
    }

    .question {
        width: 95%;
    }

    .question p {
        font-size: 22px;
        margin-bottom: 2rem;
    }

    .question li {
        font-size: 18px;
    }

    .tks_test {
        font-size: 40px;
    }

    .respuesta {
        width: 95%;
        padding: 1.5rem;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .text_inicial {
        padding: 2rem 1rem;
        width: 95%;
        font-size: 18px;
    }

    .bloqueCompartirTest .test-redes {
        font-size: 14px;
        gap: 24px;
    }

    .text_terminos {
        font-size: 18px;
    }

    .text_estreno {
        font-size: 38px;
    }

    .box_empezar_test img {
        width: 100%;
    }

    .bloque_second img {
        width: 100%;
    }

    .question {
        padding: 2rem 1rem;
        width: 95%;
    }

    .tks_test {
        font-size: 30px;
    }

    .respuesta {
        width: 95%;
        padding: 1rem;
        font-size: 14px;
    }
}