
:root {
    font-family: Arial, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
    :root { font-family: Arial, sans-serif; }
}

html * {
    font-family: Arial, sans-serif;
}

.banner img {
    object-fit: cover;
}
.order-answer {
    background-color: #28B2DE;
    height: 49px;
    width: 49px;
    margin:0;
    font-size: 36px;
    color:#28B2DE;
    font-weight: 400;
    line-height: 49px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
}





.order-answer.text-c {
    padding-right:2px;
}

.order-answer.text-d {
    padding-left:3px;
}

.info {
    background-color: #E6E9E9;
    border-radius: 20px;
}

main {
    font-size: 15px;
    font-weight: 400;
}

.answer {
    background-color: #E6E9E9;
    color:#000;
    cursor: pointer;
    margin-bottom: 2px;
}

.answer.active {
    background-color: #28B2DE;
}

.answer .row {
    border-bottom: 2px solid #fff;
}

.btnNext {
    background-color: #28B2DE;
    width: 291px;
    height: 29px;
    border-radius: 60px;
    font-size:20px;
    display: block;
    margin: 10px auto;
    border:none;
    color:#FFFFFF;
    font-weight: 400;
}

.btnAnswer {
    background-color: #28B2DE;
    width: 345px;
    height: 29px;
    border-radius: 60px;
    font-size:20px;
    margin: 10px auto;
    border:none;
    color:#FFFFFF;
    font-weight: 400;
}

.content {
    min-height: 375px;
}

.scroll-auto {
    max-height: 475px;
    overflow-y: auto;
}

.wrapper-process {
    background-color: #E6E9E9;
    width: 345px;
    border-radius: 15px; 
    left: 50%;
    position: absolute;
    -ms-transform: translate(-49%, 200%);
    transform: translate(-49%, 200%);
    height: 18px;
}

.process-answer { 
    background-color:#028D07; 
    color: white; 
    height: 18px;
    padding-right:1%;
    font-size:80%;
    text-align: right;
    border-radius: 15px; 
} 

.bg-start {
    background-color: #9FE8FF;
}

.wrapper-img {
    position: relative;
    height: 500px;
}

.img-fly {
    position: absolute;
    rotate: -40.74deg;
    z-index: 2;
    top: 0;
    left: 10px;
    width: 80%;
}

.img-quiz {
    position: absolute;
    rotate: 15.33deg;
    z-index: 1;
    width: 100%;
    top: 25%;
    left: -15px;
}

.btnStart {
    text-align: center;
    color:#28B2DE;
    background-color: #fff;
    font-weight:400;
    font-size:40px;
    border-radius: 60px;
    border:none;
    line-height: 49px;
    width: 75%;
}

.btnFail {
    font-weight: 400;
    font-size:20px;
    line-height: 24.2px;
    background-color: #28B2DE;
    width: 345px;
    height: 42px;
}

.field_required:after {
    content: "*";
    color: red;
    margin-left: 5px;
    font-size:20px;
    border-radius: 5px;
}

.logo-company{
    text-align: end;
    position: absolute;
    /* margin-top: -1rem; */
    top:20px;
    right: 0px;
}

.logo-company img {
    width: 139px !important;
    height: 39px !important;
}

.pt-8 {
    padding-top: 5rem !important;
}

.result-text {
    padding-top: 12px
}

.result-congratulation {
    padding-left: 1rem;
    font-size: 30px;
    font-weight: bold;
    color: #28B2DE;
}

.btnClose {
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #D9D9D9;
}

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

.total-result {
    justify-content: center;
}

.pd-custom {
    padding-left: 20px;
    padding-right: 20px;
}

.w-40 {
    width: 40% !important;
}

.w-15 {
    width: 15% !important;
}

.text-question {
    position: absolute;
    margin-top: -6.5rem;
    font-size: 36px;
    font-weight: 400;
    font-family: Inter;
    letter-spacing: 3.6px;
    padding-left: 1rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    color: #FFF;
}

.banner-pc {
    display: none;
}

.btnClose {
    background-image: url(/assets/images/close.png);
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
    .banner-pc {
        display: block;
        height: 100%;
        width: 100%;
        padding-top: 6rem;
    }
    .mobile {
        display: none;
    }

    .bg-start {
        background-color: #FFF !important;
    }
    .text-banner-pc {
        display: grid;
        position: absolute;
        color: #FFF;
        text-align: justify;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #FFF;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.6px;
        padding-top: 10%;
        padding-left: 10%;
    }
}