
.roboto-condensed{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.bleenk__bg{
    background: rgb(255,102,51);
    background: -moz-linear-gradient(90deg, rgba(255,102,51,1) 0%, rgba(221,36,118,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,102,51,1) 0%, rgba(221,36,118,1) 100%);
    background: linear-gradient(90deg, rgba(255,102,51,1) 0%, rgba(221,36,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6633",endColorstr="#dd2476",GradientType=1);
}

.bleenk__bg_reverse {
    background: rgb(221,36,118); /* Color de fondo inicial */
    background: -moz-linear-gradient(90deg, rgba(221,36,118,1) 0%, rgba(255,102,51,1) 100%); /* Para navegadores Firefox */
    background: -webkit-linear-gradient(90deg, rgba(221,36,118,1) 0%, rgba(255,102,51,1) 100%); /* Para navegadores Webkit */
    background: linear-gradient(90deg, rgba(221,36,118,1) 0%, rgba(255,102,51,1) 100%); /* Gradiente estándar */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd2476", endColorstr="#ff6633", GradientType=1); /* Para versiones antiguas de Internet Explorer */
}
.bg__bl_image{
    background-image: url('http://127.0.0.1:8000/images/bg_image.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-gradient-vertical {
    background: linear-gradient(to bottom, #121f41, #017bba);
}
.bg-gradient-vertical_reverse {
    background: linear-gradient(to bottom, #017bba, #121f41);
}
.bg__blue{
    background-color: #121f41;
}

.border-grey{
    border: 2px solid #a19fc7;
}
.hex__option--item{
    min-height: 100px;
    background-color: rgba(255,255,255,.15);
}
.hex__selected-option{
    background-color: rgba(46,255,241,.3);
}
.hex__selected-option--border{
    border: 3px solid #2EFFF1;
}

/* QUIZ CONTROL */
.text__quiz-result{
    font-size: 130px;
}
.text__quiz-question{
    font-size: 60px;
}
.item__quiz-parcent{
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: rgba(34, 197, 94, .5);
    border-top-right-radius: 2.75rem;
    border-bottom-right-radius: 2.75rem;
}
.border__quiz{
    border-radius: 3rem;
}
.check__icon{
    position: absolute;
    height: 84px;
    width: auto;
    left: 86px;
    z-index: 2;
}
.quiz__timer-font_size{
    font-size: 13rem;
}