/* Se agrega estilo por las estrellas en la parte inferior */
@media (max-width: 767px) {
    .redi__contenido {
        background-position: bottom 30px right 10px !important;
    }
}

.evaluacion__opcion--correcta:after,
.evaluacion__opcion--incorrecta:after {
    position: absolute;
    left: 2.6rem;
    top: 0;
    transform: translate(-100%, -50%);
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/*------------------------------------
   ?GENERALES
------------------------------------*/
a,
a:hover {
    text-decoration: none;
}

a:hover,
button:hover {
    cursor: url("../img/cursor-pointer.png"), pointer;
}

a:active,
button:active {
    cursor: url("../img/cursor-pointer-active.png"), pointer;
}

.svg {
    width: 100%;
}

.evaluacion__contenedor {
    width: 992px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem .5rem;
}

.evaluacion__pregunta {
    margin-bottom: 1.5rem;
}

.evaluacion__opcionesRespuesta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    word-break: break-word;
}

@media (min-width: 768px) {
    .evaluacion__opcionesRespuesta {
        margin-bottom: 1.5rem;
    }
}

.evaluacion__opcion {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1.5rem;
    background-color: #00c48b;
    border-radius: 0.6rem;
    padding: 10px 10px 10px 3rem;
    text-align: left;
    min-height: 2.6rem;
    z-index: 1;
    cursor: url("../img/cursor-pointer.png"), pointer;
    position: relative;
    top: 0;
    box-shadow: inset 0 0 0 3px #58bf00, 4px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

@media (min-width: 576px) {
    .evaluacion__opcion {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 1.5rem;
    }

}

.evaluacion__opcion:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.6rem 1.2rem 1.2rem 0.6rem;
    background-color: white;
    font-size: 1.4rem;
    border: 3px solid #58bf00;
    color: #58bf00;
}

.evaluacion__opcion:nth-child(1):before {
    content: "A";
}

.evaluacion__opcion:nth-child(2):before {
    content: "B";
}

.evaluacion__opcion:nth-child(3):before {
    content: "C";
}

.evaluacion__opcion:nth-child(4):before {
    content: "D";
}

.evaluacion__opcion:nth-child(5):before {
    content: "E";
}

.evaluacion__opcion:hover {
    cursor: url("../img/cursor-pointer.png"), pointer;
    top: -2px;
    box-shadow: inset 0 0 0 3px #58bf00, 2px 5px 2px rgba(0, 0, 0, 0.05);
    transform: scale(1.02);
}

.evaluacion__opcion:active {
    top: 2px;
    box-shadow: inset 0 0 0 3px #58bf00, 0 2px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1);
    cursor: url("../img/cursor-pointer-active.png"), pointer;
}

.evaluacion__opcion--correcta {
    background-color: #58bf00;
    box-shadow: inset 0 0 0 3px #3B8276, 4px 3px 0 rgba(0, 0, 0, 0.1);
}

.evaluacion__opcion--correcta:hover {
    box-shadow: inset 0 0 0 3px #2f6e64, 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.evaluacion__opcion--correcta:before {
    border: 3px solid #3B8276;
    color: #58bf00;
}

.evaluacion__opcion--correcta:after {
    content: "";
    background-image: url(../img/icono-correcta.svg);
    background-size: 70%;
    color: #3B8276;
    border: 3px solid #3B8276;
    padding: 0 0.2rem;
}

.evaluacion__opcion--incorrecta {
    background-color: #E96250;
    box-shadow: inset 0 0 0 3px #bd4434, 4px 3px 0 rgba(0, 0, 0, 0.1);
}

.evaluacion__opcion--incorrecta:hover {
    box-shadow: inset 0 0 0 3px #a7392a, 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.evaluacion__opcion--incorrecta:before {
    border: 3px solid #bd4434;
    color: #E96250;
}

.evaluacion__opcion--incorrecta:after {
    content: "";
    background-image: url(../img/icono-incorrecta.svg);
    background-size: 60%;
    color: #bd4434;
    border: 3px solid #bd4434;
    padding: 0 0.3rem;
}

.evaluacion__opcion--eraLaCorrecta {
    background-color: #58bf00;
    box-shadow: inset 0 0 0 3px #3B8276, 4px 3px 0 rgba(0, 0, 0, 0.1);
}

.evaluacion__opcion--eraLaCorrecta:hover {
    box-shadow: inset 0 0 0 3px #2f6e64, 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.evaluacion__opcion--eraLaCorrecta:before {
    border: 3px solid #3B8276;
    color: #58bf00;
}

.evaluacion__preguntaTexto {
    text-align: center;
}

.evaluacion__opcionTexto {
    color: #fff;
    margin-bottom: 0;
}

.evaluacion__opcionTexto:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100% 0 0.6rem 0;
    z-index: -1;
}

.evaluacion__contenedorBtnSiguiente {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.evaluacion__btnSiguiente {
    background-color: #4AB69A;
    color: white;
    padding: 10px 40px;
    border-radius: 1.5rem;
    transform: scale(1);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .3s, transform .3s;
}

.evaluacion__btnSiguiente:hover,
.evaluacion__btnSiguiente:active {
    color: #fff;
    transform: scale(1.03);
}

.evaluacion__btnSiguiente--inactivo {
    opacity: .3;
    pointer-events: none;
}

.evaluacion__btnSiguiente--activo {
    opacity: 1;
}

.barraDeProgreso {
    --cantidadDeMundos: 5;
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

@media (min-width: 576px) {
    .barraDeProgreso {
        position: absolute;
        bottom: 1.2rem;
        width: 86%;
    }
}

.evaluacion__itemProgreso {
    max-width: 36px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .evaluacion__itemProgreso {
        max-width: 25px;
    }
}

.evaluacion__itemProgresoImg {
    opacity: 0.4;
}

.evaluacion__itemProgresoImg--activa {
    opacity: 1;
    animation: pulse 1s infinite;
}

.evaluacion__itemProgresoImg--visible {
    opacity: 1;
}

.modalCalificacion {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.modalCalificacion--activo {
    display: flex;
    animation: fadeInFondo .8s forwards;
    background-color: rgba(0, 0, 0, 0.5);
}

.evaluacion__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
}

.evaluacion__barraDeProgreso {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C5C5C5;
    padding: 10px 30px;
    border-radius: 3rem 3rem 0 0;
    max-width: 100%;
    width: 450px;
}

@media (max-width: 767px) {
    .evaluacion__barraDeProgreso {
        padding: 5px 20px;
        width: 300px;
    }
}

.evaluacion__btnCerrar {
    background-color: #E96250;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all .2s;
    box-shadow: 1px 2px 0 1px #8a0025;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 15px;
}

.evaluacion__btnCerrar:hover {
    box-shadow: 2px 3px 0 1px #8a0025;
}

.evaluacion__btnCerrar:active {
    box-shadow: 0 0 0 0 #8a0025;
}

.evaluacion__btnCerrar:hover {
    top: 3px;
    right: 16px;
}

.evaluacion__btnCerrar:active {
    top: 7px;
    right: 13px;
}

.evaluacion__btnCerrar .iconoCerrar {
    width: 50%;
}

/*------------------------------------
   ?ANIMACIONES
------------------------------------*/
@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn .6s;
}

/*# sourceMappingURL=style.css.map */