
.slick-slider {
    box-sizing: border-box;
    -webki-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.CorrectOption {
    display: none;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}


.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row,
.row.reverse {
    -webkit-box-orient: horizontal;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse,
.row.reverse {
    -webkit-box-direction: reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
section{
    padding: 3%;
}
@media only screen and (min-width: 48em) {
    .container {
        width: 49rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 65rem;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 76rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

body {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow-y: hidden;
    display: inline;
}

.centerlogin {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-content {
    height: 100%;
    position: absolute;
    width: 100%;
    display: table;
}

html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.CorrectOption {
    display: none;
}

a {
    color: #eeba4a;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

a:hover {
    text-decoration: underline;
}

ol {
    list-style: none;
    padding-left: 0;
    counter-reset: ol-counter;
}

ol > li {
    position: relative;
    padding-left: 1em;
}

ol.hide-counter > li:before {
    content: "";
}

video {
    width: 100% !important;
    height: auto !important;
    cursor: pointer;
}

@font-face {
    font-family: Delius Unicase;
    font-style: normal;
    font-weight: 400;
    src: local("Delius Unicase"), local("DeliusUnicase-Regular"),
    url("delius-unicase/delius-unicase.woff2") format("woff2"),
    url("delius-unicase/delius-unicase.woff") format("woff");
}

@font-face {
    font-family: Delius Unicase;
    font-style: normal;
    font-weight: 700;
    src: local("Delius Unicase Bold"), local("DeliusUnicase-Bold"),
    url("delius-unicase/delius-unicase-bold.woff2") format("woff2"),
    url("delius-unicase/delius-unicase-bold.woff") format("woff");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"),
    url("roboto/roboto.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"),
    url("roboto/roboto-italic.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("roboto/roboto-bold.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
    url("roboto/roboto-bold-italic.woff2") format("woff2");
}

@font-face {
    font-family: RobotoR;
    font-size: 20pt;
    src: url("roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoB;
    src: url("roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: RobotoM;
    src: url("roboto/Roboto-Medium.ttf");
}

.roboto {
    font-family: Roboto, sans-serif;
}

.delius {
    font-family: Delius Unicase, cursive;
}

body {
    font-family: Roboto, sans-serif;
    color: #34394a;
    font-size: 16px;
}

p {
    margin: 0.3em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Delius Unicase, cursive;
    color: #34394a;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #f5f5f5;
}

h1 {
    font-size: 41px;
    line-height: 1.1;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
}

h1 > .separator {
    width: 150px;
    height: 45px;
}

h2 {
    font-size: 30px;
    padding: 0 0 0.4em;
    margin: -15px 0 0;
    text-transform: uppercase;
}

h3 {
    font-size: 21px;
    margin: -10px 0 10px;
    text-transform: uppercase;
}

.activity-wrapper {
    display: table-cell;
}

.separator {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 100px;
    height: 38px;
    margin: auto;
}

.separator.separator-0 {
    background-image: url("headings/h-1.png");
}

.separator.separator-0.white {
    background-image: url("headings/h-1-t.png");
}

.separator.separator-1 {
    background-image: url("headings/h-2.png");
}

.separator.separator-1.white {
    background-image: url("headings/h-2-t.png");
}

.separator.separator-2 {
    background-image: url("headings/h-3.png");
}

.separator.separator-2.white {
    background-image: url("headings/h-3-t.png");
}

.separator.separator-3 {
    background-image: url("headings/h-0.png");
}

.separator.separator-3.white {
    background-image: url("headings/h-0-t.png");
}

.btn {
    font-family: Delius Unicase, cursive;
    text-align: center;
    position: relative;
    font-weight: 700;
    background-color: #34394a;
    color: #f5f5f5;
    display: block;
    margin: 7px auto;
    line-height: 1;
    letter-spacing: 1px;
    border-radius: 10px;
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    text-decoration: none;
}

.btn:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 10px;
    box-shadow: inset 0 4px 0 1px rgba(0, 0, 0, 0.2);
}

.btn.btn-go {
    white-space: nowrap;
    padding: 1em;
    display: inline-block;
    height: 52px;
    font-size: 17px;
}

.btn.btn-check {
    display: inline-block;
    padding: 1.2em 1em;
}

.btn.btn-check,
.btn.btn-check:after {
    border-radius: 50px;
}

.btn.btn-popup {
    font-size: 17px;
    padding: 10px;
    line-height: 1.5;
}

.btn.btn-round,
.btn.btn-round-sm,
.btn.btn-round-sm:after,
.btn.btn-round:after {
    border-radius: 50%;
}

.btn.btn-round {
    width: 54px;
    height: 54px;
    font-size: 46px;
    padding: 5px 15px;
}

.btn.btn-round-sm {
    width: 40px;
    height: 40px;
    font-size: 34px;
    box-shadow: none;
    transition: all 0.3s;
}

.btn.btn-round-sm:after {
    padding: 3px 10px;
    box-shadow: none;
    content: "+";
    color: #eeba4a;
}

.btn.btn-round-sm.close {
    background: #d37274;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin-top: -20px;
    margin-right: -20px;
}

.btn.btn-round-sm.close:after {
    color: #f5f5f5;
}

.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -80px;
    position: fixed;
    transition: all 0.3s;
    opacity: 0;
    background-color: rgba(52, 57, 74, 0.6);
    z-index: 10;
    content: "";
    visibility: hidden;
}

body.popup-backdrop {
    overflow: hidden;
}

body.popup-backdrop:after {
    opacity: 1;
    visibility: visible;
}

.popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -80px;
    position: fixed;
    padding: 0 1em;
    z-index: 11;
    visibility: hidden;
    margin: auto;
}

.popup.show {
    visibility: visible;
}

.popup-status {
    max-width: 908px;
}

.popup-status .popup-status-content {
    background-color: #f5f5f5;
    position: relative;
    border-radius: 3px;
    padding: 30px 50px;
    box-shadow: 0 0 76px 2px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 112px;
    right: 15px;
    max-width: 345px;
    width: 100%;
    padding: 30px;
}

@-webkit-keyframes rotateSm {
    0% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    40% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    80% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    to {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
}

@keyframes rotateSm {
    0% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    40% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    80% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    to {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
}

@-webkit-keyframes translateVerticalSm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
    }
}

@keyframes translateVerticalSm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
    }
}

.popup-status .popup-status-content h2 {
    padding: 0.15em 0;
}

.popup-status .popup-status-content:after {
    content: "";
    position: absolute;
    bottom: -32px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 0 solid transparent;
    border-top: 35px solid #f5f5f5;
}

.popup-status .popup-status-content .character {
    -webkit-animation: rotateSm 6.5s infinite;
    animation: rotateSm 6.5s infinite;
}

.popup-status .popup-status-content .character img {
    -webkit-animation: translateVerticalSm 2.6s alternate infinite;
    animation: translateVerticalSm 2.6s alternate infinite;
}

.popup-fullscreen {
    max-width: 350px;
    margin: 150px auto 0;
    bottom: auto;
    z-index: 11;
}

.popup-fullscreen.show .popup-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.popup-fullscreen.show > .close {
    opacity: 1;
}

.popup-fullscreen > .close {
    opacity: 0;
    margin: 0 auto -20px;
    z-index: 1;
}

.popup-fullscreen > .popup-content {
    text-align: left;
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.3);
    padding: 2em 1.5em 1.5em;
    max-height: 360px;
    overflow: auto;
    transform-origin: center 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s;
}

.popup-fullscreen > .popup-content h2 {
    font-size: 29px;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
}

.checkbox,
.radio-button {
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 2px solid #34394a;
    width: 34px;
    height: 34px;
}

.checkbox:after,
.radio-button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    pointer-events: none;
    content: "";
    background-image: url("icons/check.svg");
    background-color: #34394a;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.checkbox.checked:after,
.radio-button.checked:after {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.checkbox.correct:after,
.radio-button.correct:after {
    background-image: url("icons/icon_correcto.svg");
}

.checkbox.incorrect:after,
.radio-button.incorrect:after {
    background-image: url("icons/icon_error.svg");
}
.activity {
    text-align: center;
}

.activity .activity-bkg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -80px;
    position: fixed;
    background-size: auto 100%;
    z-index: -1;
    background-image: url("bkg/bkg1.jpg");
}

.WhiteDiv {
    opacity: 0;
    animation-name: WhiteDivAnimation;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;

    background-color: #fff;
    position: absolute;
    width: 90%;
    height: 85%;
    top: 7%;
    left: 6%;
}

.activity .BackgorundColored {
    opacity: 0;
    animation-name: WhiteDivAnimation;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -80px;
    position: fixed;
    background-size: auto 100%;
    z-index: -1;
    background-color: #f1e9b0;
}

.ImageDiv {
    background-color: #bae2b7;
    border: solid white 20px;
    background-clip: padding-box;
}

.activity-portadilla .SubjectTitle {
    float: right;
    margin: 2%;
}

.activity-portadilla .ImagePortada {
    position: absolute;
    width: 50%;
    height: 80%;
    right: -4%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.logoProfuturo {
    position: absolute;
    width: 21%;
    top: 3%;
    left: 2%;
}

.UnidadDidactica {
    position: absolute;
    top: 27%;
    left: 2%;
}

.Title {
    position: relative;
    top: 34%;
    left: 2%;
    text-align: left;
}

.logoTelefonica {
    position: absolute;
    bottom: 6%;
    left: 2%;
    width: 20%;
}

.Copyright {
    position: absolute;
    bottom: 1%;
    left: 2%;
    color: gray;
}

.Subtitle {
    position: absolute;
    top: 57%;
    left: 2%;
    text-align: left;
}

.Subtitle h3 {

    text-transform: none;
}

.activity .activity-navigation2 .EmpezarButton {
    position: absolute;
    bottom: 9%;
    right: 11%;
    width: 20em;
    height: 5em;
    z-index: 999;
    max-width: 20%;
    max-height: 11%;
    object-fit: contain;
}

.activity .container {
    max-width: 700px;
    width: 100%;
    height: inherit;
    max-height: 400px;
}

.activity > .box-container {
    border-bottom: 6px solid #cfd0d1;

}

.activity .activity-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    margin: auto;
    max-width: 978px;
    padding: 0 5px;
}

.activity .activity-navigation > .CorrectOption {
    display: none;
}

a {
    pointer-events: all;
}

.activity .activity-navigation > .prev {
    float: left;
    padding-left: 10px;
}

.activity .activity-navigation > .next {
    float: right;
}

.activity .activity-navigation > .btn-check {
    float: right;
    margin-right: 0.8em;
}

.activity .statement {
    text-align: center;
    margin: -10px -50px 0.5em;
    padding: 0 50px;
    border-bottom: 1px solid rgba(52, 57, 74, 0.06);
}

.activity-gaps .word-list {
    text-align: center;
    color: #eeba4a;
}

.activity-gaps .word-list > li {
    font-weight: 700;
    position: relative;
    display: inline;
    line-height: 2;
    padding: 0 1em;
}

.activity-gaps .word-list > li span {
    display: inline-block;
    margin: 0 1.5em -1.5em 0;
}

.activity-gaps .word-list > li:first-child span {
    display: none;
}

.activity-gaps .statement-list {
    margin: 0 -3em;
}

.activity-gaps .statement-list:not(.hide-border) {
    border-top: 1px solid rgba(52, 57, 74, 0.06);
}

.activity-gaps .statement-list > li {
    padding: 0 3em;
    line-height: 1.5;
}

.activity-gaps .statement-list > li:before {
    line-height: 1.5;
}

.activity-gaps .statement-list .gap {
    text-align: center;
    transition: all 0.3s;
    transition-duration: 0.2s;
    border: none;
    border-bottom: 2px solid #eeba4a;
    padding: 0.2em 0.4em;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    min-width: 75px;
    width: 75px;
    max-width: 250px;
    word-spacing: 1px;
}

.activity-gaps .statement-list .gap:focus {
    border-bottom-width: 4px;
}

.activity-gaps .sticky-word-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background-color: #f5f5f5;
    max-width: 908px;
    padding: 0.5em 0;
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.activity-gaps .sticky-word-list li {
    line-height: 1.5;
}

.activity-gaps .sticky-word-list.visible {
    opacity: 1;
}

.activity-gaps .box-container {
    text-align: left;
}

.activity-gaps .tooltip {
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 750px;
    border-top: 4px solid rgba(0, 0, 0, 0.4);
    padding: 8px 0 12px 16px;
    color: #eeba4a;
    background: #34394a;
    border-radius: 8px;
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    margin-bottom: 0.65em;
}

.activity-gaps .tooltip > .arrow {
    width: 70px;
    height: 16px;
    bottom: -16px;
    overflow: hidden;
    position: absolute;
    margin-left: -10px;
}

.activity-gaps .tooltip > .arrow:after {
    background: #34394a;
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.activity-gaps .tooltip > .close {
    color: #f5f5f5;
    border-left: 1px solid #000;
    text-align: center;
    font-size: 35px;
    margin: -12px 0;
    cursor: pointer;
}

.activity-gaps .scroll-spacer {
    height: 350px;
}

.activity-hotspot .hotspot {
    position: absolute;
}

.activity-hotspot .popup-trigger {
    margin: 0;
    z-index: 1;
}

.activity-hotspot .popup-trigger.visited {
    background-color: #fcc550;
    color: #cba74b;
}

.activity-surprise .popup-trigger.visited {
    background-color: #fcc550;
    color: #cba74b;
}

.activity-hotspot .hotspots-container {
    position: relative;
    margin-bottom: -1em;
}

.activity-hotspot .popup-content {
    padding-bottom: 0.5em;
}

.activity-result .result-container {
    margin: 1em 0;
}

.activity-result .result-container h3 {
    font-size: 28px;
    margin: auto;
}

.activity-result .result-container .num-correct-answers {
    font-family: Delius Unicase, cursive;
    font-weight: 700;
    font-size: 150px;
    color: #eeba4a;
    margin-bottom: -30px;
    margin-top: 0.1em;
}

.activity-result .result-container .character {
    max-width: 200px;
    position: absolute;
    left: 40px;
    bottom: 10px;
}

.activity-ending .container {
    padding: 0 3.5em;
    margin-top: 50px;
}

.activity-ending img {
    max-width: 400px;
}

.activity-ending .text-bubble {
    max-width: 400px;
    margin: auto;
}

.activity-multiple-choice .box-container {
    text-align: left;
}

.activity-multiple-choice .questions {
    margin: 0 -1.6em;
}

.activity-multiple-choice .questions ul {
    list-style: none;
}

.activity-multiple-choice .questions > li {
    margin: 1.3em 0;
}

.activity-multiple-choice .image-questions {
    margin: 0.5em -1em -1.5em;
}

.activity-multiple-choice .image-question {
    user-select: none;
    position: relative;
    padding-top: 17px;
    margin-bottom: 1.5em;
}

.activity-multiple-choice .image-question.checked .question {
    font-weight: 700;
}

.activity-multiple-choice .image-question.checked img {
    border: 0 solid #f5f5f5;
}

.activity-multiple-choice .image-question .checkbox-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.activity-multiple-choice .image-question .checkbox {
    pointer-events: none;
    margin: auto;
}

.activity-multiple-choice .image-question .question {
    margin-top: 1em;
}

.activity-multiple-choice .image-question img {
    border: 3px solid #f5f5f5;
    transition: all 0.3s;
}

.activity-summary .statement {
    margin-bottom: 2em;
}

.activity-summary .pdf-button {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-image: url("icons/icon_pdf.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
}

.activity-summary .dropdown {
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    margin: 1.5em 0.3em;
}

.activity-summary .dropdown-content {
    transition: all 0.3s;
    text-align: left;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    height: 0;
    overflow: hidden;
    padding: 4px 1.5em;
}

.activity-summary .dropdown-trigger {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #f5f5f5;
    background-color: #5c6175;
    padding: 1.5em 0;
    z-index: 1;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-bottom: -8px;
}

.activity-summary .dropdown-trigger:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    background-image: url("bkg/bkg-pattern.svg");
    background-size: 75%;
    background-position: 50%;
    z-index: -1;
}

.activity-summary .dropdown-trigger .dropdown-title {
    padding: 0 1em;
}

.activity-summary .caret-container {
    padding-left: 0;
}

.activity-summary .caret {
    transition: all 0.3s;
    margin: auto;
    max-width: 40px;
    width: 100%;
    height: 24px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: 50%;
    background-image: url("icons/caret.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.activity-summary .dropdown.open .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.activity-summary .dropdown.open .dropdown-content {
    height: auto;
    padding: 2em 1.5em;
}

@-webkit-keyframes verticalMovementAnim {
    0% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    to {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
}

@keyframes verticalMovementAnim {
    0% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    to {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
}

@-webkit-keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    to {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}

@keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    to {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}

@-webkit-keyframes bubbleMovementAnim {
    0% {
        -webkit-transform: translateY(-85%);
        transform: translateY(-85%);
        margin-left: -0.5%;
    }
    30% {
        margin-left: 0.5%;
    }
    60% {
        margin-left: -0.5%;
    }
    to {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
        margin-left: 0.5%;
    }
}

@keyframes bubbleMovementAnim {
    0% {
        -webkit-transform: translateY(-85%);
        transform: translateY(-85%);
        margin-left: -0.5%;
    }
    30% {
        margin-left: 0.5%;
    }
    60% {
        margin-left: -0.5%;
    }
    to {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
        margin-left: 0.5%;
    }
}

.activity-learn .box-container {
    padding: 1em;
}

.activity-learn .character {
    -webkit-animation: verticalMovementAnim 3.5s alternate infinite;
    animation: verticalMovementAnim 3.5s alternate infinite;
}

.activity-learn .character > div {
    -webkit-animation: scaleAnim 2.5s -1.3s alternate infinite;
    animation: scaleAnim 2.5s -1.3s alternate infinite;
}

.activity-learn .character img {
    -webkit-animation: rotateAnim 2.1s -0.4s alternate infinite;
    animation: rotateAnim 2.1s -0.4s alternate infinite;
}

.activity-learn .bubble {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fdb94a;
    -webkit-animation: bubbleMovementAnim 1s alternate infinite;
    animation: bubbleMovementAnim 1s alternate infinite;
}

.activity-learn .bubble-container {
    pointer-events: none;
}

.activity-learn .text-bubble {
    background-image: url("bkg/text-bubble.svg");
    background-size: 130%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 4em 3em;
    max-width: 300px;
    min-width: 225px;
    min-height: 200px;
    font-size: 15px;
}

.activity-learn .text-bubble .number {
    color: #66a5b5;
    font-weight: 700;
    font-size: 20px;
    margin-top: -15px;
}

@media (min-width: 768px) {
    .activity-learn .text-bubble-container > .text-bubble:first-child {
        margin: 3em -2em -2em 2em;
    }

    .activity-learn .text-bubble-container > .text-bubble:nth-child(2) {
        margin: -1em 0 0;
    }

    .activity-learn .text-bubble-container > .text-bubble:nth-child(3) {
        margin: 3em 2em -2em -2em;
    }

    .activity-learn .character {
        margin-top: -1.5em;
    }
}

@media screen and (min-width: 768px) and (max-width: 945px) {
    .activity-learn .text-bubble {
        padding: 3em 2.2em;
    }

    .activity-learn .text-bubble-container > .text-bubble:first-child {
        margin: 2em -1em -1em 1em;
    }

    .activity-learn .text-bubble-container > .text-bubble:nth-child(3) {
        margin: 2em 1em -1em -1em;
    }
}

.activity-drag-and-drop .list-droppable-answers li {
    position: relative;
    user-select: none;
    margin: 0;
}

.activity-drag-and-drop .list-draggable-answers {
    text-align: left;
}

.activity-drag-and-drop .list-draggable-answers li {
    margin: 0.7em 0;
}

.activity-drag-and-drop .lists-container {
    margin: -1em -1.5em -1em;
}

.activity-drag-and-drop .lists-container ul {
    list-style: none;
}

.activity-drag-and-drop .number-circle-container {
    position: relative;
    padding: 0;
    z-index: 1;
    min-height: 35px;
}

.activity-drag-and-drop .number-circle {
    border-radius: 50%;
    text-align: center;
    font-family: Delius Unicase, cursive;
    font-weight: 700;
    user-select: none;
    cursor: pointer;
    color: #eeba4a;
    background-color: #34394a;
    height: 35px;
    width: 35px;
    font-size: 19px;
    line-height: 1.9;
}

.activity-drag-and-drop .droppable-number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.activity-drag-and-drop .droppable-number.solved {
    position: relative;
}

.activity-drag-and-drop .droppable-number .number-circle {
    background-color: #fcc550;
    color: #cba74b;
}

.activity-drag-and-drop .droppable-img.ui-droppable-hover {
    opacity: 0.6;
}

.activity-drag-and-drop .answer {
    padding-left: 1.2em;
}

.activity-grid .image-questions {
    margin: 0.5em -1em -0.5em;
}

.activity-grid .image-question {
    padding-top: 10px;
    margin-bottom: 0.5em;
}

.activity-grid .btn-round-sm {
    margin-bottom: -25px;
}

.activity-grid .question {
    font-weight: 700;
    margin-top: 1em;
}

.activity-grid .popup-trigger.visited {
    background-color: #fcc550;
    color: #cba74b;
}

.activity-grid .popup-fullscreen {
    max-width: 650px;
}

.activity-closing h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.activity-closing .message-container {
    min-height: 340px;
}

@-webkit-keyframes rotatePauseRotate {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    20% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

@keyframes rotatePauseRotate {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    20% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

.activity-closing .character {
    max-width: 200px;
    position: absolute;
    top: 10px;
    right: 8%;
    -webkit-animation: rotatePauseRotate 3.5s infinite;
    animation: rotatePauseRotate 3.5s infinite;
}

.activity-video .box-container {
    padding: 1em;
}

.activity-video .video-container {
    padding: 0 2em;
}

.activity-sortable .box-container {
    text-align: left;
}

.activity-sortable .hamburger {
    transition: all 0.3s;
    color: #eeba4a;
    width: 30px;
    height: 20px;
    background-image: url("icons/hamburger.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2em;
}

.activity-sortable .sortable-list.ui-sortable ul {
    list-style: none;
}

.activity-sortable .sortable-list .sortable-placeholder {
    height: 4.3em;
}

.activity-sortable .sortable-list .sortable-list-item {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #f5f5f5;
    background-color: #5c6175;
    padding: 0.8em 0;
    z-index: 1;
    letter-spacing: 1px;
    border-radius: 8px;
    margin: 0.8em;
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.1);
}

.activity-sortable .sortable-list .sortable-list-item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    background-image: url("bkg/bkg-pattern.svg");
    background-size: 140%;
    background-position: 50%;
    z-index: -1;
}

.activity-sortable .sortable-list .sortable-list-item .dropdown-title {
    text-align: center;
    padding: 0 1em;
}

.activity-portada p {
    margin-top: 0;
}

.activity-portada .character {
    max-width: 200px;
}

.activity-portada .text-bubble {
    max-width: 400px;
    margin: auto;
}

.activity-portada .meet-firends-btn {
    font-family: Delius Unicase, cursive;
    font-weight: 700;
    color: #fff;
    margin-top: 1.5em;
    border-bottom: 2px solid #34394a;
    display: inline-block;
}

.activity-portada .meet-firends-btn:hover {
    text-decoration: none;
}

.activity-portada .popup-fullscreen {
    max-width: 850px;
}

.activity-portada .popup-fullscreen .popup-content {
    border-radius: 10px;
    padding: 1.5em 1em 1em;
    max-height: none;
}

@media (max-width: 768px) {
    .activity-portada .meet-firends-btn {
        margin-top: 1em;
        border-bottom: none;
    }
}

.activity-true-false .radio-button {
    margin: auto;
}

.activity-true-false .questions-header {
    font-weight: 700;
    border-top: 2px solid #eeba4a;
    padding: 0.8em 0 0 3em;
    margin: -9px -50px 0;
}

.activity-true-false .question {
    margin: 0.5em -3em 0.5em 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.activity-carousel .container {
    opacity: 0;
    animation-name: example;
    animation-duration: 0.8s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
}


@keyframes example {
    to {
        opacity: 1;
        width: 1000px;
    }
}
@keyframes ChargeBarAnimation {
    to{
        opacity: 0;
    }
}

@keyframes WhiteDivAnimation {
    to{
        opacity: 1;
    }
}


.ChargeDiv{
    opacity: 1;
    animation-name: ChargeBarAnimation;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;

    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.activity-carousel .slide {
    padding: 0 5px;
}

.activity-carousel .slide h4 {
    font-family: Roboto, sans-serif;
    color: #eeba4a;
    letter-spacing: 1px;
    font-size: 26px;
    margin: 0 0;
    line-height: 1.4;
}

.activity-carousel .slide p {
    margin-bottom: 0.7em;
}

.activity-carousel .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    outline: none;
}

.activity-carousel .slick-dots li {
    display: inline-block;
}

.activity-carousel .slick-dots li .nav-item {
    border-radius: 50%;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 0.5em;
    border: 2px solid #34394a;
    width: 13px;
    height: 13px;
    background-color: #f5f5f5;
}

.activity-carousel .slick-dots li.slick-active .nav-item {
    background-color: #34394a;
}

@-webkit-keyframes zoomInAnim {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes zoomInAnim {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.activity-surprise .surprise-container {
    margin: 5em -2em -2em;
}

.activity-surprise .popup-trigger {
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    font-size: 120px;
    padding: 10px 41px;
    color: #eeba4a;
    -webkit-animation: zoomInAnim 1.5s alternate infinite;
    animation: zoomInAnim 1.5s alternate infinite;
}

.activity-surprise .popup-fullscreen {
    max-width: 650px;
}

.activity-portadilla .portadilla-container {
    padding: 0 1em;
    margin-bottom: -2.2em;
}

.activity-portadilla h3 {
    font-size: 28px;
    margin: auto;
}

.activity-portadilla img {
    width: 100%;
    max-width: 300px;
    margin-top: 1em;
}

.activity-paint .questions-header {
    border-bottom: 1px solid rgba(52, 57, 74, 0.06);
    margin: 0 -3em;
    padding: 0 1em 0.5em;
}

.activity-paint .questions-header h4 {
    margin: 0;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

.activity-paint .questions-header .brush {
    transition: all 0.3s;
    cursor: pointer;
}

.activity-paint .questions-header .brush.selected {
    opacity: 0.5;
}

.activity-paint .questions {
    margin: 0em 0 -1.5em;
}

.activity-paint .question {
    font-weight: 700;
    user-select: none;
    cursor: default;
    font-size: 28px;
    margin: 0.3em 0;
}

.activity-paint .question > span {
    transition: all 0.3s;
}

.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fixed-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -80px;
    position: fixed;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.round {
    border-radius: 50%;
}

.white-bkg {
    background-color: #f5f5f5;
}

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

.bold {
    font-weight: 700;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.transition-all {
    transition: all 0.3s;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.noselect {
    user-select: none;
}

.box-container {
    background-color: #f5f5f5;
    position: relative;
    border-radius: 3px;
    padding: 30px 50px;
    box-shadow: 0 0 76px 2px rgba(0, 0, 0, 0.4);
}

.CorrectUl {
    display: none;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (max-width: 768px) {
    .hidden-md-down {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none;
    }
}
