.h1-help {
    padding-top: 110px;
}

.h3-help {
    padding-top: 24px;
}

.objective-game {
    padding-left: 16.1vw;
    width: 80.64516129032258vw;
}

.question-help {
    font-size: 45px;
    line-height: 56px;
    color: #1A4278;
}

.answer-help {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.spacing-answer-help {
    margin-top: 32px;
}

.dots-help {
    padding-left: 1vw;
}

.check-help {
    display: inline-block;
    padding-left: 3vw;
}

.check-text {
    display: inline-block;
    margin-left: 0.4166666666666667vw;
    max-width: 55.55555555555556vw;
    vertical-align: text-top;
}

.dots-objective {
    margin-bottom: 1vw;
}

.img-jobs {
    position: fixed;
    margin-top: -21vh;
    height: 270px;
    left: 83%;
    background-image: url('/images/jobs.png');
    background-repeat: no-repeat;
}

.img-jobs:hover {
    background-image: url('/images/jobs-hover.png');
}

.text-jobs {
    font-size: 13px;
    color: #000000;
    max-width: 110px;
    position: absolute;
    left: 35px;
    top: -25px;
}

.position-card-help {
    border-radius: 10px 10px 10px 10px;
    margin-left: 34vw !important;
}

#form-help .card-title {
    border-radius: 10px 10px 0px 0px;
    background-color: #0E870C;
    color: white;
    height: 7vh;
}

.txt-card-title {
    margin-left: 9.5vw !important;
    font-size: 1.5vw;
    font-weight: bold !important;
}

.hlabel {
    font-size: 1.02vw;
    line-height: 17px;
    color: #050505
}

.text-area {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    /* height: 23vh !important; */
}

.textarea-height{
    height: 23vh !important;
}

.text-area:focus {
    border: 1px solid #0362DD;
    box-shadow: 0 0 0 0;
    color: #000;
}

.button-help {
    width: 12.3vw;
    height: 7.4vh;
    font-size: 0.95vw;
}

.close-help-button {
    margin-right: 2vw;
}

.button-doc {
    background: #0362DD;
    border-radius: 8px;
    color: white;
    font-weight: bold !important;
    border: 0px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.button-doc:hover {
    background: #1A4278;
    cursor: pointer;
}

.button-doc:focus {
    outline: 0;
}

.spacing-btn-doc {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}